Linux Mint 18 “Sarah” Review : Improved Features With Better Experience.

Some of the features of Linux Mint 18 are as follows: 1) Cinnamon 3.0 : Cinnamon 3.0 has received many new features like – improved tiling, Animation effect to menu, Improved touchpad and sound settings, Panel launch now includes application actions. 2) X-Apps : A new project called “X-Apps” was started and its goal is … Read more

How to create a new user on Linux and add a password in one go.

The useradd command can create a new user on your Linux system. Here is how to add a password as well all in one simple operation. root@neo:/home/jason# useradd -m -s /bin/bash -g users -p $(openssl passwd -1 ff302) randycoleroot@neo:/home/jason# useradd -m -s /bin/bash -g users -p $(openssl passwd -1 ff302) randycole This is a good … Read more