Install and Use Guake – A drop-down Terminal Emulator for Ubuntu

Guake Dropdown 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

How to Keep Ubuntu Up to Date

Ubuntu Update

Ubuntu, as well as any Linux like operating system, comes with free software updates for each user. It releases operating system updates, patches and security fixes regularly for improvements in performance or fixing bugs. It is very crucial to update your Ubuntu operating system up to date because it helps to protect your system against … Read more

How to Install Arduino IDE on Ubuntu

Arduino IDE on Ubuntu

The Arduino software or IDE (Integrated Development Environment) contains a text editor that is generally used for writing, compiling and uploading code in Arduino hardware. It helps to connect and communicate with the Arduino hardware. Arduino IDE can be run on all major operating system platforms like Linux, Windows, and Mac OS. It is available … Read more

How to Install TrueType Fonts in Ubuntu

Ubuntu TTF Fonts

Ubuntu by default comes with a large number of fonts. These fonts are pre-installed in a newly installed Ubuntu OS. However, sometimes you may not be contented or get bored with these fonts and wish to install some additional fonts. There is a method I can show you how to achieve that as Ubuntu allows … Read more

How to Generate a Certificate Signing Request (CSR) on Ubuntu

Ubuntu SSL CSR

SSL Certificates have become an essential requirement for any live website. SSL certificates are verified and issued by a Certificate Authority (CA). These certificates have two categories: Self-Signed certificates: Signed by an entity creating it rather than a trusted certificate authority. Mostly used for trial and development purposes and on an intranet environment. CA Certificates: … Read more

Copy Data with rsync on Ubuntu

Ubuntu Rsync

Rsync (Remote sync) is a useful synchronization tool for copying and synchronizing files and directories in local and remote Linux systems. You can synchronize files between two directories on the same computer, between the directories in two systems on the same network and between two directories on the remote system. In this article, I will … Read more

Compiling your first Qt Program in Ubuntu

QT programming in Ubuntu

Qt is a free, open source, and cross-platform application development framework for desktop, embedded and mobile. It supports various platforms such as Linux, OS X, Windows, VxWorks, QNX, Android, iOS, BlackBerry, Sailfish OS, and others. More than a programming language. Qt is a framework written in C++. A preprocessor, Meta-Object Compiler is used to extend … Read more