Archive for Januar, 2014

Intel Edison Development Board – the SD card-sized computer

Dienstag, Januar 7th, 2014

intel_logo.jpg   Intel Edison development Board – a tiny ultra-power-efficient development platform the size of an SD card that is small enough to drop into just about anything. It can be designed to work with most any device not just computers, phones, or tablets, but chairs, coffeemakers and even coffee cups. The Intel Edison Board features a low-power 22nm 400MHz Intel Quark processor with two cores integrated Wi-Fi and Bluetooth and much more

IntelEdison_01

Zabbix 2.2.1 – Agent für Windows 64Bit installieren

Montag, Januar 6th, 2014

Zabbix_logo

Laden Sie den Zabbix Windows 64Bit Agenten über http://www.zabbix.com/download.php herunter

cd %PROGRAMFILES%\zabbix

ZabbixAgentWindows_01

netsh advfirewall firewall add rule name=“Zabbix Agent“ dir=in protocol=tcp localport=10050 action=allow

#
# The zabbix_agentd.conf config file for Zabbix Agent Windows 64Bit
#
Hostname=<Hostname of the machine that been installed with the Zabbix Client>
Server=<Hostname of the Zabbix Server>

zabbix_agentd.exe ——config „%PROGRAMFILES%\zabbix\zabbix_agentd.conf“ ——install

net start „Zabbix Agent“

Zabbix_04

SmartCharge – World’s first LED light bulb which you can turn ON/OFF from the same wall switch even during a power outage

Montag, Januar 6th, 2014

SmartCharge_01

Usables Gravity Lifter – völlig losgelöst

Sonntag, Januar 5th, 2014

usables_logo   Es klingt ein bisschen wie Science Fiction was ein Usables Gravity Lifter kann

GravityLifter_01

Zabbix 2.2.1 – Tutorial: Displaying Data in Maps

Sonntag, Januar 5th, 2014

Zabbix 2.2.1 – Tutorial: Adding an Item

Sonntag, Januar 5th, 2014

Zabbix 2.2.1 – Tutorial: Adding a Template

Sonntag, Januar 5th, 2014

Dakar 2014 – all the competing teams in the 5500km off-road rally will start in Argentina go through Bolivia and finish in Chile

Sonntag, Januar 5th, 2014

Skully AR-1 Helmets – lets go for a ride

Sonntag, Januar 5th, 2014

Skully_logo   Skully AR-1 Helmets – with Synapse(TM) integrated Heads-Up Display (HUD), Skully provides you with an advanced situational awareness system, showing navigation and blind spot data, allowing you to stay focused on the most important part of your ride – the road

SkullyAR-1_01

Zabbix 2.2.1 – Alert „Zabbix server is not running“

Samstag, Januar 4th, 2014

Zabbix_logo   In some occasions after installing Zabbix Server the following message gets displayed at the home screen

Zabbix_00

This issue is related to the Linux Security Module (SELinux) which is a mandatory access control (MAC) security mechanism implemented in the kernel

The best and recommended option to fixing this is to add a policy to allow the connection

– Run the command “getsebool -a“. Locate the following line which should give you a value ‘–> off“

httpd_can_network_connect –> off

– Run the command to turn it on

setsebool httpd_can_network_connect on

– Now run the command “getsebool httpd_can_network_connect“. The result should now indicate that the policy is now set to ON

setsebool -P httpd_can_network_connect on

Now the Zabbix alert message should disappear and also the “Zabbix server is running” value should now show ‘Yes‘

Zabbix_02

Router Backdoor Scanner – ist der Port TCP 32764 geöffnet

Samstag, Januar 4th, 2014

Router Backdoor Scanner – technisch ist das Exploit primitiv man öffnet einen Stream-Socket auf Port TCP/32764 schickt ein paar Bytes hin und bekommt eine Menge an Information zurück

network_01

Microsoft Surface Pro 2 – statt eines Intel Core i5-4200U wird ein Core i5-4500U eingebaut

Freitag, Januar 3rd, 2014

MicrosoftSurface2_01

Dacia Duster – has impressive off-road ability

Freitag, Januar 3rd, 2014

Apple Mac Pro – is a computer unlike any we have ever created

Donnerstag, Januar 2nd, 2014

Enigmail OpenPGP 1.6 – eMails verschlüsseln mit Mozilla Thunderbird

Donnerstag, Januar 2nd, 2014

ENIGMAIL_logo   Enigmail OpenPGP integriert Verschlüsselung und Authentifizierung in Mozilla Thunderbird – dabei stellt Enigmail die Benutzeroberfläche zur Verfügung während die Verschlüsselung selbst von GnuPG im Hintergrund vorgenommen wird

EnigmailOpenPGP_00