How to Install and Configure VNC Server on Ubuntu 20.04 LTS

Ubuntu TightVNC

VNC or Virtual Network Computing is a graphical desktop sharing tool that allows you to remotely control a computer (server or desktop) from another computer (client). A VNC server transmits all keyboard and mouse events from the client computer to the server computer. If you are not yet familiar with CLI commands such as the … Read more

Scheduling a Task on Linux Using Crontab

Schedule Linux Task with Crontab

Cron helps us to run tasks automatically in the background in defined intervals. Cron is e.g. used to automatically create backups every night to sync files e.g. once an hour or to start updates or download files at specific intervals. This tutorial will show you how to set up and edit cronjobs using the crontab … Read more

How to Install ProFTPD with TLS on Ubuntu 20.04 LTS

ProFTPD with TLS on Ubuntu 20.04

Transferring files via FTP (File Transfer Protocol) is probably still one of the most popular ways to upload files to a server. ProFTPD is a popular and versatile FTP server that is available as open-source software and supports TLS (SSL) for secure connections. By default, FTP is an insecure protocol as passwords and data are … Read more

How to Change Cursor Size on Ubuntu Desktop

Ubuntu Cursor Size

When we move to a new house, we set it up according to our needs. The same is the case when moving to a new desktop environment. Visibility and ease of use is a great concern for any user when working on a computer system. The cursor size, among many other visual features, is one … Read more

How to change Text Size in Ubuntu 20.04 LTS

Ubuntu Text Size

If you are having difficulty reading the text on the screen when using an Ubuntu system, there are many ways you can fix this according to your visual requirements. In this article, we will describe three ways you can change the screen text size in Ubuntu. We have run the commands and procedures mentioned in … Read more

How to Cast Video from Ubuntu to Chromecast

Ubuntu Chromecast

Chromecast is a device that allows you to seamlessly cast content like audio, video on television over your home network. It is plugged into your Televisions’ HDMI port. You can use Chromecast to cast media from your mobile devices or from your computer to your TV. It is the best and affordable way of casting … Read more

How to Work with Tables (Select, Update, Delete, Create Table, Alter Table, Drop Table) in MySQL

Database Tables in MySQL

MySQL is one of the most commonly used relational database management systems (DBMS). It allows you to work very efficiently with large bulks of data. The most important entity of any database is a table. There are multiple different operations associated with this entity with which you can manipulate your data. Therefore, today we will … Read more