German
- Was weckt den PC aus dem Ruhezustand?
(startet automatisch, wird aufgeweckt)
To create a HotSpot in Windows you can use Windows internal tools. Create: netsh wlan set hostednetwork ssid=<name> key=<PASSWORT siehe keepass> keyUsage=persistent After creating a hosted network you will get a new network device. Here you have to allow using the network connection for this new network device. To do […]
My wish was to cut MP4 files without re-enconding them. So that should be fast and lossless. For this part I found a nice software that does it for me: Smart Cutter But one problem of this software is the usability. So i downloaded a trial version of Adobe Premiere Pro […]
Wake on LAN console tool: http://masterbootrecord.de/docs/wakeup.php
Decompress APK file Use 7zip to decompress the APK file (this is a ZIP compressed container) Decompile classes.dex Method 1: dex -> jar -> java classes The file “classes.dex” can be converted to a JAR file with the following tool: dex2jar dex2jar.bat classes.dex Decompress the JAR file using 7zip again. Now […]
Download Android ISO 4.4 How to install Android 4.4 Genymotion
Install Mediaportal TVServer Plugin (see also HowTo): TVServerXBMC download XBMC on Android (see HowTo): ARM version download Devices Minix Neo X8-H (Amazon.de) Tronsmart Vega S89-H Orbsmart® S82 Remote: Mele F10 PRO
My need was to run a virtual Linux System inside VirtualBox. The bridged drivers of the VirtualBox has broken the WakeOnLan functionality of my server, so had to uninstall this driver and use NAT connection (source). The problem with the NAT connection was, that all packages were given from the Host […]
Install IPSec Client sudo apt-get install network-manager-vpnc Connection from Ubuntu to VPN on Fritz!Box Autoconnect to VPN Use VPN Autoconnect See askubuntu.
Ubuntu Install sudo apt-get install openvpn sudo apt-get install easy-rsa