How to Install caffeine in Ubuntu

Imagine you are watching something on YouTube or reading a news article and suddenly Ubuntu locks your screen, I know that is very annoying. It happens with many of us, so Caffeine is the tool that will help you block the Ubuntu lock screen or screensaver. Install caffeine by entering the following commands in the … Read more

How to Install SimpleScreenRecorder

SimpleScreenRecorder is available in Ubuntu Software Centre in most of the recent Ubuntu releases. But somehow if you don’t find it there you can run following command in Terminal to install this screen video recorder. $ sudo add-apt-repository ppa:marten-baert/simplescreenrecorder $ sudo apt-get update $ sudo apt-get install simplescreenrecorder

How to install Franz Messenger App in Ubuntu

Franz is your messaging app for WhatsApp, Facebook Messenger, Slack, Telegram and many many more. Follow the below steps to install Franz Messenger App in Ubuntu 18.04: root@mangesh:~$ sudo apt-get update root@mangesh:~$ wget https://github.com/meetfranz/franz-app/releases/download/4.0.4/Franz-linux-x64-4.0.4.tgz root@mangesh:~$ mkdir franz root@mangesh:~$ tar -xzvf Franz-linux-x64–4.0.4.tgz -C franz/ root@mangesh:~$ cd franz/ root@mangesh:~/franz$ ls root@mangesh:~/franz$ ./Franz

The Linux desktop environment

In the early days of Linux (the early 1990s) all that was available was a simple text interface to the Linux operating system. This text interface allowed administrators to start programs, control program operations, and move files around on the system. With the popularity of Microsoft Windows, computer users expected more than the old text … Read more

GNU utilities

The GNU organization (GNU stands for GNU’s Not Unix) developed a complete set of Unix utilities, but had no kernel system to run them on. These utilities were developed under a software philosophy called open source software (OSS). The concept of OSS allows programmers to develop software and then release it to the world with … Read more

Basic Linux Navigation

Now    we    need    to    talk    about    basic    folder    navigation    in    the    Linux    operating    system.  This    is    slightly   different    from    Microsoft    Windows.    However,    the    funny    thing    is    it   looks    close    enough    to    Windows    that   when    things    do    not    work    right,    people    have  the    urge    to    want    to    pick    up    their    computer    and    throw   it    out    the   … Read more