Alle Prozesse eines Nutzers anzeigen
So könnt Ihr euch unter Linux alle aktuell laufenden Prozesse eines Nutzers anzeigen lassen: ps -u USERNAME
So könnt Ihr euch unter Linux alle aktuell laufenden Prozesse eines Nutzers anzeigen lassen: ps -u USERNAME
Folgendes Kommando in die Linux Shell eingeben und schon bekommt man über nmap einen kompletten Scan aller offenen Ports einer bestimmten IP Adresse. Softwareversionen zeigt dieses Tool auch an, falls die Quelle diese mitsendet. nmap -A IP
Traffic eines Android Smartphones mitsniffen: Zertifikat erstellen openssl genrsa -out ca.key 2048openssl req -new -x509 -key ca.key -out ca.crt cat ca.key ca.crt > ca.pemmitmproxy –cert=ca.pem mitmproxy installieren, starten und den traffic weiterleiten durch iptables sysctl -w net.ipv4.ip_forward=1iptables -t nat -A
How to open a socks5 proxy with ssh. With the following command you are able to configure a socks5 proxy. Just use the normal ssh command with the parameter -D8080, which stands for the port. With a browser plugin you
GEMA Sperre bei Youtube Videos umgehen: http://anonymouse.org oder einen VPN/Proxy nehmen 😉
Automatisch Youtube Videos neustarten. Musik hören in Dauerschleife durch Youtube Auto replay: http://www.youtubereplay.net
Youtube – Auto replay – Automatisch neustarten Weiterlesen »
How to exclude a folder while doing rsync backups. With the parameter exclude you can skip different folders or files. rsync -uvrP user@host:// –exclude=/proc /mnt/Backup01/Systembackups/mattionline/
Per ADB Befehl die Log Dateien eines Android Smartphones (Samsung Galaxy S3) live auslesen: apt-get install android-tools-adb adb devices adb logcat
Wenn das normale „kill“ nicht funktioniert weil z.B. das Programm hängt: pkill -9 vlc
Unter Ubuntu den primären Monitor per Kommandozeile festlegen: Die Taskleiste verschiebt sich hierbei automatisch auf das neu gewählte Gerät. xrandr –output DVI-0 –primary