You can change the color of your BASH prompt to green with this command: export PS1=”\e[0;32m[\[email protected]\h \W]\$ \e[m” It will change the colour of bash temporarily. To make it permanent then add code in bash_profile page. vi ~/.bash_profile and paste above code save the file and you are done. For other colors please see the attached […]
How To Install DEB Package On Ubuntu 20.10 Groovy Gorilla
In this tutorial post, we are going to learn the method to install .deb package on Ubuntu and in it’s derivatives. This post is intended for the beginner level of users who might have just migrated to Linux ( Ubuntu) from Windows or OS X. Files with deb extensions are a Debian packages. install a […]
How To Easy Install Spotify In Ubuntu & Linux Mint
We assume that you are long fan of Spotify ( Best Free Music Streamer ) and want to install it on Ubuntu or into your Linux Mint based systems. Here we will be guiding you to install Spotify into your respective linux systems. Guide to install Spotify in Ubuntu 14.04, 14.10 & Linux Mint 17 […]
How To Install Microsoft Edge In Ubuntu and Linux Mint [Beta]
See what’s coming up next! Microsoft Edge on Linux is finally here and available to download as a Dev preview channel. Want to be one of the first to preview what’s new? We will continue to update our Insider channels with the latest features, so download now and join the Microsoft Edge Insider community. If you are […]
How To Install Neofetch on Linux
1. Overview Neofetch is a command-line system information tool written in bash 3.2+. Neofetch displays information about your operating system, software and hardware in an aesthetic and visually pleasing way. The overall purpose of Neofetch is to be used in screen-shots of your system. Neofetch shows the information other people want to see. There are […]
How To Install and Configure Samba on Ubuntu 20.10
1. Overview A Samba file server enables file sharing across different operating systems over a network It lets you access your desktop files from a laptop and share files with Windows and macOS users. This guide covers the installation and configuration of Samba on Ubuntu. What you’ll learn How to set up a Samba file […]
How To Install and configure Nginx on Ubuntu 20.10 Linux
1. Overview Nginx (pronounced as “Engine-X”) is an open source web server that is often used as reverse proxy or HTTP cache. It is available for Linux for free. In this tutorial we’ll install Nginx and set up a basic site. What you’ll learn How to set up Nginx Some basic Nginx configuration What you’ll […]