Change default language – Windows 10 Bash November 16, 2016 admin Bash on Ubuntu on Windows, Ubuntu 0 Comments sudo apt-get install language-pack-en language-pack-en-base manpages sudo update-locale LANG=en_US.UTF8 Share This Tweet Share Share Email Related Posts How To Add Swap Space on Ubuntu 18.04 Swap is a space on a disk that is used when the amount of physical… How to check/test .tar.bz archives? First test bzip2 compression, It should output OK. bzip2 -tv FILE.tar.bz2 Next uncompress the tarball,… grep tips If you're looking for lines matching in files, my favorite command is: grep -Hrn 'search… This Post Has 0 Comments Leave a Reply Cancel replyYou must be logged in to post a comment.
How To Add Swap Space on Ubuntu 18.04 Swap is a space on a disk that is used when the amount of physical…
How to check/test .tar.bz archives? First test bzip2 compression, It should output OK. bzip2 -tv FILE.tar.bz2 Next uncompress the tarball,…