How to Install HandBrake Video Converter on Ubuntu

Video Transcoding with HandBrake on Ubuntu

The Handbrake trans-coder is a free, open source and cross-platform solution for you to convert common media files from one format to another. The software was originally developed by Eric Petit aka ‘titer’ in 2003 for the sole purpose of ripping media from a DVD to some data storage devices. It has gone through a … Read more

How to install and use Wine for Running Windows Programs on Ubuntu

Run Windows Programs on Ubuntu Linux with Wine

When Linux was originally made public, it lacked many useful applications that the major competitor -Microsoft Windows was successfully running. Linux thus created a compatibility layer, called Wine, through which you can run the Windows applications on Linux itself. Initially, Wine could only run a few Windows applications but now it can support thousands of … Read more

5 Ways to open the Ubuntu Terminal application

5 Ways to open Ubuntu Terminal

Although Ubuntu users these days get to perform various operations through programs having high-end GUIs, there are multiple reasons to use the Linux command line called the Terminal. Through Terminal, you can access many powerful native Linux commands as well as the empowering command-line features of many desktop applications. You can install software to Ubuntu … Read more

Backup and Restore Ubuntu Applications using Aptik

Ubuntu Backup Aptik

We, the regular Ubuntu users, know that a new release of Ubuntu is made available after every 6 months. Whenever we want to move to a new version, we also want to transport our installed software, PPAs, apt-cache packages, and application settings & configurations with us. Moving to a new version without taking all this … Read more

How to Install the KDE Plasma Desktop on Ubuntu 18.04 LTS

Ubuntu KDE Plasma Desktop

A display manager is the component of your Operating system responsible for launching your display server and the login session. This is the reason it is sometimes called the login manager. The layout of the screen that you see while entering your username and password(the greeter), your login session and user authorization are some of … Read more

How to Display When a File was Last Accessed in Ubuntu

Ubuntu stat command

As a Ubuntu user, you would agree how powerful and rich is the set of commands that you can use to access and manipulate files. In this tutorial, we will explore one such command, the Linux stat command. This command, when used with a file name, gives the following useful information about the file: Size … Read more

How to Install latest Ruby on Rails on Ubuntu 18.04 LTS

Ubuntu Ruby on Rails installation and first app

RoR or Ruby on Rails is an open source, cross-platform web development framework that provides a structure to the developers for their code. It helps them create applications and websites by abstracting and simplifying the repetitive tasks faced during development. It is called Ruby on Rails because Rails is written in the Ruby programming language, … Read more