1
Word Sailing
Word Sailing
Make words into wind and cross the finish line first!
Play this free game now!!
Read Full Post | Make a Comment ( None so far )How to create Linux user
Today there is an interesting to learn on how to create users. In openSUSE, normally we can create a user easily by using Yast and if you prefer to experience with command you can also use two commands to have a proper user with:
#useradd -m newuser
#passwd newuser
The second command will prompt you to enter new [...]


