Archive for Dezember 25th, 2017

Tesla Boss Elon Musk – a red car for the red planet

Montag, Dezember 25th, 2017

Test flights of new rockets usually contain mass simulators in the form of concrete or steel blocks – that seemed extremely boring. Of course anything boring is terrible especially companies so we decided to send something unusual something that made us feel. The payload will be an original Tesla Roadster playing Space Oddity on a billion year elliptic mars orbit

Nokia 8 – wird mit Android Oreo 8.0.0 geliefert und bietet die volle Vielfalt von Google-Diensten ohne unnötige Extras

Montag, Dezember 25th, 2017

SmarTTY 3.0 – a multi-tabbed SSH client with SCP support

Montag, Dezember 25th, 2017

SmarTTY – is a free multi-tabbed SSH client that supports copying files and directories with SCP on-the-fly and editing files in-place

Hastings Pier – online webcam

Montag, Dezember 25th, 2017

Aggressive WordPress Brute Force Attack – this is the most aggressive campaign we have seen to date peaking at over 14 million attacks per hour

Montag, Dezember 25th, 2017

Volkswagen AG Vorstandsvorsitzender Müller – „um es etwas scharf zu formulieren wir waren nicht mutig genug wir hätten früher agieren müssen“

Montag, Dezember 25th, 2017

Raspberry Pi Zero W – a Raspbian Stretch headless setup procedure

Montag, Dezember 25th, 2017

raspberrypi_logo.jpg   All we need to do is get our Raspberry Pi Zero W setup with the right wifi credentials and we’ll be able to remotely access it through a terminal program as if we were using the terminal Raspberry Pi Zero W own desktop – without ever having to plug in a monitor, keyboard or mouse to configure it

Step 1: Create an empty file ’ssh‘ – you can use the notepad from Windows and save that empty file and dump it into boot partition (microSD)
Step 2: Create another file name ‚wpa_supplicant.conf‘ – you need to use the full version of a wpa_supplicant.conf file this means that you must have the 3 lines of data namely country, ctrl_interface and update_config and save the file and dump it into boot partition (microSD)
country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
    ssid=“<SSID>“
    scan_ssid=1
    psk=“<PASSWORD>“
    key_mgmt=WPA-PSK
}

Won’t boot without HDMI connected – try ‚rpi-update‘ because that should fix a problem just like this

# apt-get update
# apt-get upgrade -y
# apt-get install rpi-update
# rpi-update
# apt-get autoclean
# vi /boot/config.txt
 hdmi_force_hotplug=1