Ubuntu

How to add a new user on Ubuntu server and add a desktop environment if desired.

Adding a new user to the Ubuntu server is very simple. The useradd command may be used in a script to create multiple users very easily. This is a very good bash shell script to create a bunch of users in one go. All you need to do after this is assign new passwords to …

How to add a new user on Ubuntu server and add a desktop environment if desired. Read More »

Computers are very frustrating sometimes.

Ubuntu Linux tips and various tricks to master the command-line interface.

Ubuntu Linux tips and tricks for using it on the desktop. The main thing about using Linux is getting it installed is one thing, but getting various hardware working and configured is another. Nvidia drivers are one major stumbling block for willing Ubuntu users. Here is a nice tutorial that explains how to install Nvidia …

Ubuntu Linux tips and various tricks to master the command-line interface. Read More »

Get information about running services with Systemd on Ubuntu.

The Systemd framework in Ubuntu may be used to get good information about running services on your machine. This is very easy. To list all active services on your Ubuntu machine, use this command. [email protected]:~/Videos$ systemctl list-units –type=service –[email protected]:~/Videos$ systemctl list-units –type=service –state=active Or this command which is a fast way to list all running …

Get information about running services with Systemd on Ubuntu. Read More »

Very nice Windows 7 basic aero theme for Linux GTK apps.

This theme I found is a very nice GTK theme for your Linux machine. This themes your desktop computer to look like Windows 7 basic. With a non-transparent Windows 7 styled GTK look and Window borders. Download the theme here. https://codeload.github.com/B00merang-Project/Windows-7/zip/2.1. This is what this theme looks like. It is very nice indeed. And the …

Very nice Windows 7 basic aero theme for Linux GTK apps. Read More »