iforgot/iforgot.txt aktualisiert
This commit is contained in:
@@ -1,16 +1,8 @@
|
|||||||
List all available partitions to mount lsblk
|
List all available partitions to mount lsblk
|
||||||
Mount drive the easy way udisksctl mount -b /dev/sd[letter][number]
|
Show Raid status mdadm -D /dev/md0
|
||||||
Start OpenVPN sudo openvpn --config /etc/openvpn/elitebook.ovpn
|
Mount drive the easy way mount /external/drive /local/mountpoint
|
||||||
Music CD burner k3b
|
|
||||||
Mass file renamer thunar -B
|
|
||||||
File copier with progress bar: rsync -vau
|
File copier with progress bar: rsync -vau
|
||||||
Check ip/mac address: ifconfig -a
|
Check ip/mac address: ifconfig -a
|
||||||
List all installed packages apt-list-installedbyme (see ~/.bash_aliases)
|
|
||||||
pdftk examples: pdftk file1.pdf file2.pdf file3.pdf cat output newfile.pdf
|
|
||||||
pdftk examples: pdftk A=one.pdf B=two.pdf cat A1-7 B1-5 A8 output combined.pdf
|
|
||||||
Recover lost or deleted files: photorec
|
|
||||||
Try to fix a jacked up drive: testdisk
|
|
||||||
Markdown link: [link text](htttp://www.url-website.con)
|
|
||||||
Tar examples:
|
Tar examples:
|
||||||
Gzip (standard, fastest) tar -czvf archive.tar.gz stuff
|
Gzip (standard, fastest) tar -czvf archive.tar.gz stuff
|
||||||
Bzip2 (better compression, slower) tar -cjvf archive.tar.bz2 stuff
|
Bzip2 (better compression, slower) tar -cjvf archive.tar.bz2 stuff
|
||||||
@@ -18,15 +10,8 @@ Tar examples:
|
|||||||
extract files tar -xvf archive.tar.<ext>
|
extract files tar -xvf archive.tar.<ext>
|
||||||
zip zip [-b path] archive.zip stuff
|
zip zip [-b path] archive.zip stuff
|
||||||
unzip
|
unzip
|
||||||
Bash "for" syntax: for f in foo*.pattern; do mv "$f" "${f/%.pattern/.replace}"; done
|
Performance monitor, show processes btop
|
||||||
Performance monitor, show processes htop
|
|
||||||
PerfMon that shows hard disk usage iotop
|
|
||||||
Show all kinds of helpful system info inxi -Fxzd
|
|
||||||
Run script.sh at startup add script.desktop to /home/USERNAME/.config/autostart/
|
Run script.sh at startup add script.desktop to /home/USERNAME/.config/autostart/
|
||||||
cat text file to clipboard cat new_tutoring_student.txt | xsel -b
|
|
||||||
pv syntax pv < inputfile > outputfile
|
|
||||||
in case of an I/O error with dd or pv sudo ddrescue inputfile outputfile
|
|
||||||
in case printing suddenly has issues, try re-enabling cups-browsed
|
|
||||||
maybe do sudo systemctl enable cups-browsed.service
|
|
||||||
|
|
||||||
Edit this file at ~/iforgot.txt
|
Edit this file at ~/iforgot.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user