Linux

List All the Installed Packages in Ubuntu

Sometimes you just can’t remember what packages you’ve already installed, or what version you are currently running. Thankfully you can quickly find out this information from the command line. You’ll find that there is far too much information returned by this command and the only way to find exactly what you need is to grep […]

Continue Reading...

Linux

Creating a New User

Creating a user in Linux is a simple task. Well, kinda. You can quickly create a user without specifying much of it’s characteristics, or you can get much more in depth with security, default shells and other customizations. I recommend taking the time to learn beyond the basics or you may find yourself making a […]

Continue Reading...