Hier befinden sich diverse Snippet für Linux, Windows, Allied Telesis usw.
sudo apt-get update
sudo apt update
sudo apt list --upgradebale
sudo apt-get upgrade
sudo apt upgrade
date +"%H:%M"
date +"%R"
date +"%H:%M:%S"
date +"%T"
date +"%d.%m.%y"
date +"%m/%d/%y"
date +"%D"
date +"%y"
date +"%Y"
date +"%C"
date +"%b"
date +"%B"
date +"%a"
date +"%A"
date +"%Z"
date +"%z"
find /home/gregor -name "*.odt"
sudo find / -type d -name "git"
sudo find / -size +1000M -ls
find /home/gregor -user gregor -name "*.mp4"
find Downloads/ -name "*.pdf" -exec mv {} /home/gregor/Dokumente \;
sudo find /var/www/ -type f -exce chmod 644 {} \;
sudo find /var/www/ -type d -exce chmod 770 {} \;
find -name "*.part01.rar" -exec unrar e -pholzfeind.ch {} \;
find -newermt 2018-05-24 -exec touch -t 201705241700 {} \;
ffmpeg -i input.mkv -map 0 -c:a copy -c:s copy -c:v libx264 output.mkv
ffmpeg -i input.mkv -map 0 -c:a copy -c:s copy -c:v libx264 -crf 18 output.mkv
sudo dpkg -i ruckus_ssid.deb
dpkg -l | grep "ssid" ii ssid-ruckus 1.0.1 all automatische ssid generator dpkg -r ssid-ruckus
tar cvf Bilder.tar Bilder/
tar xvf Bilder.tar
tar xvzf Bilder.tar.gz
tar xvjf Bilder.tar.bz2
gzip Bilder.tar
gzip -d Bilder.tar.gz
gzip -l Bilder.tar.gz compressed uncompressed ratio uncompressed_name 278835692 296181760 5.9% Bilder.tar
bzip2 Bilder.tar
bzip2 -d Bilder.tar.bz2
ip address
ip address show enp0s25
ip route
ip route | tail -n1 | awk '{print $1}'
ip route | head -n1 | awk '{print $3}'
wget --report-speed=bits -O /dev/null http://speedtest.belwue.net/10G
cat /dev/urandom|tr -dc "a-zA-Z0-9_\?" | fold -w16 | head -n $RANDOM | tail -n $RANDOM | tail -n1
curl https://ipecho.net/plain
curl ifconfig.me
Search-ADAccount -AccountExpired -UsersOnly
Unlock-ADAccount -Identity amueller
dir awplus-2/flash:/configs/example.cfg