Put flip somewhere in your $PATH and chmod a+x it.
Copy fuck into ~/.bashrc.
| //IP/Netzwerk\040Freigabe /mnt/ziel cifs noauto,users,uid=1000,gid=100,file_mode=0755,dir_mode=0750,iocharset=utf8,credentials=~/.smbcredentials 0 0 |
| rsync -rnhv --progress user@"remote:/path/to\ file" :"/another/path/to\ file" /path/to/dest |
| diskpart | |
| list disk | |
| select disk <disknumber> | |
| convert dynamic |
| netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request" protocol=icmpv4:8,any dir=in action=allow |
| htop | |
| F5 (Tree view) | |
| F2 (Setup) | |
| Select columns | |
| Select RBYTES WBYTES | |
| F10 (Done) |
| ssh home arecord -f S16_LE -D hw:1,0 -c1 | aplay -f S16_LE -r 44100 -t wav |
| lsusb | |
| to find device | |
| lsusb -s 001:007 -v | egrep "Width|Height" | |
| to find resolutions | |
| fswebcam -d /dev/video0 --input 0 --no-banner --resolution 1280x720 --save $(date +%Y_%m_%d_%H:%M).jpg |
| #!/bin/sh | |
| # | |
| # Simple cron job to get the public ip | |
| curl ipv4.icanhazip.com > ~/ip && rsync ~/ip remote:/tmp/ | |
| echo Current IP: $(cat ~/ip) | logger -t IPUpdater | |
| rm ~/ip | |
| ~ | |
| ~ | |
| ~ |
| @echo off | |
| net use \\BACKUP Passw0rd /user:backup_user | |
| C:\Windows\System32\wbadmin.exe start backup -backupTarget:\\BACKUP\Sicherung -allCritical -vssFull -systemState -quiet |