How to Install and Configure Samba on Ubuntu 18.04
Related Posts
How do I find the kernel version, Ubuntu release and disk partition information from the terminal?
uname -a # for all info regarding kernel version, uname -r # for exact kernel…
How to check/test .tar.bz archives?
First test bzip2 compression, It should output OK. bzip2 -tv FILE.tar.bz2 Next uncompress the tarball,…