Linux
Encodings
$ iconv -f CP1252 -t UTF8 inputfile.txt -o outputfile.txt
Or
$ enconv -x UTF8 somefile.txt$ enconv -d somefile.txt
Or
$ file -i somefile.txt$ awk '{ gsub("\\x1B\\[[0-?]*[ -/]*[@-~]", ""); print }' somefile.txtWindows/Unix Text
input.txt: ASCII text
VS
input.txt: ASCII text, with CRLF line terminators$ awk '{ sub("\r$", ""); print }' input.txt > output.txt
Or
$ dos2unix input.txtNetwork
Connections
Public IP
Internet Speed
Virtual Terminal
Process Kill
OpenSSL
Encrypt/Decrypt
Generate Keys
GPG
Cleanup
Log Files
.bash_history
.zsh_history
Secure Delete
Recover Deleted Files
Partitions
Floppy
Checksums
Permissions
Fix Linux Freezes while Copying
Kernel
Xfce4
GIFs
NTP
ImageMagick
Utilities Syntax
tar
.tar
.tar.gz
.tar.bz
scp
7z
grep / find / sed
readlink
paste
tmux
dpkg
veracrypt
openconnect
GlobalProtect
LAMP
Fun
CMatrix
screenfetch
Last updated