How to Launch PowerShell as a snap on Ubuntu

Ubuntu Powershell Snap

PowerShell is a command-line shell designed specifically for system administrators to simplify and automate server management. It is a very powerful and efficient tool that saves a lot of time by automating the wide range of local and remote management tasks. Microsoft launched PowerShell Core as a snap for Linux users. Now you can try … Read more

Two ways to add a Wallpaper to your Ubuntu Terminal

Ubuntu Terminal Wallpaper

If you like using the terminal as much as I do, you may have noticed how boring it gets sometimes with its black background and white/grey text. Fortunately, there are some ways to add some life and colors to the command line. Some try to turn the background into some nice spot colors, while others … Read more

How to Downgrade Packages on Ubuntu

Downgrade Ubuntu Packages

Ubuntu package manager keeps the packages updated by upgrading them to the latest version. But sometimes due to the upgrade, programs do not work smoothly because of bugs or compatibility issues in the new version as compared to the previous versions. We can overcome this issue by downgrading the installed packages to their earlier versions … Read more

How to Encrypt Cloud Storage with EncFS on Ubuntu

Ubuntu Cloud EncFS

Encrypting data is very important to ensure data security, especially if you are using cloud storage. Almost all cloud storage services offer encryption services to their customers, but that’s not enough. It is also necessary to encrypt your data privately. EncFS (encrypted file system) is the best tool that can be used for this purpose. … Read more

Listen to Music through the Ubuntu Terminal

Ubuntu Terminal Music Player

We, the Terminal-savvy people, do not like to leave the comfort of the command line and go somewhere else to do our activities. We always find ways to do all our stuff right inside the Terminal. Why should listening to music be any different? Using the Terminal makes certain tasks more efficient and even faster. … Read more

Optimize JPEG/JPG Images in Ubuntu with Jpegoptim

Oprimize jpeg images

The image resolution capability of today’s photo capturing devices like smartphones and digital cameras is increasing day by day. The real deal comes when we have to share these images, upload them on a cloud facility, or even save them on a device with restricted storage. Graphic designers also have to deal with the same … Read more

How to setup DHCP server on Ubuntu

Ubuntu DHCP Server

DHCP (Dynamic Host Control Protocol), as you all know is a network protocol that automatically assigns IP addresses to clients machines in the network. It eliminates the tedious work of manually assigning IP address to every machine in a large network. In addition, it removes the conflict that occurs because of mistakenly assigning the same … Read more

Control Audio volume through the Ubuntu Command Line

Ubuntu Alsamixer

A Terminal-savvy person will find a way to perform any action while staying in the comfort zone of the command line. We mostly control system volumes through the Ubuntu GUI but there are certain situations where you want to do it from the command line. ALSA or the Advanced Linux Sound Architecture provides audio support … Read more