Joined June 2014
·
Posted to
Adding and Deleting user in Ubuntu
over 1 year
ago
Or just use adduser (http://manpages.ubuntu.com/manpages/trusty/en/man8/adduser.8.html) and deluser (http://manpages.ubuntu.com/manpages/trusty/en/man8/deluser.8.html).
They are friendlier front ends to the userdel and groupdel programs, removing the home directory as option or even all files on the system owned by the user to be removed, running a custom script, and other features.
Posted to
How to name your servers
over 1 year
ago
I named my servers after planets from Star Wars, they are easy to remember a few of them are only one word, and you find wallpapers to them everywhere :D (Tatooine, Alderaan, Hoth etc..) 100% cool idea! (Even more fun when you setup subdomains and put the wallpaper on the default vhost on the webserver)
Achievements
18 Karma
0 Total ProTip Views
Komodo Dragon
Have at least one original repo where Java is the dominant language
Charity
Fork and commit to someone's open source project in need
Demo: http://codepen.io/anon/pen/wCyHv
And another protip is to use the correct css selector #circle when targeting a div with the id circle :P