Guides

How to Install .NET Core SDK and Runtime on Ubuntu 20.04 | 18.04
This quick tutorial will show you how to install .NET Core SDK and Runtime… Read More
How to Install PHP Composer on Ubuntu 20.04
This quick guide will show you how you can install PHP Composer on Ubuntu… Read More
How to View phpinfo() Output From Command-line in Linux
Here we show you a few ways on how to view the phpinfo() output… Read More
How to Create phpinfo File and Check PHP Configuration
This guide will show you how to create a phpinfo file and use it… Read More
Change Time Zone on Ubuntu 20.04 | 18.04 With These Tips
Usually, you would set the correct time zone during the setup of your Ubuntu… Read More
How to Create Symbolic Link of File or Directory in Linux
A symbolic link in Linux is a type of file in Linux that points… Read More
A Hard Links and Symbolic Links Simple Comparison
These are the general differences between hard links and symbolic links on a… Read More
How to Install and Use FFmpeg on Ubuntu 20.04 or Debian 10
Here you will see how easy it is to install and use FFmpeg on… Read More
How to Install Git on Ubuntu 20.04 | 18.04 With Examples
In this simple guide, we show you how to install Git on Ubuntu 20.04… Read More
How to Bulk set Permissions of Directories to 755 and Files to 644
This guide will show you how to set permissions of all directories to 755… Read More
How to Manage File Permissions With Linux chmod Command
These simple instructions show you how to manage file permissions using the… Read More
How to Use The PHP Ternary Operator With Examples
The PHP ternary operator contains three operands and is usually used as a… Read More
How to Use The JavaScript Ternary Operator With Examples
The JavaScript ternary operator also called the conditional operator or… Read More
How to Add User With Sudo Privileges in Ubuntu 20.04 | 18.04
In this tutorial, we showed how you can add a user to your Ubuntu… Read More
How to Change an HTML5 Input’s Placeholder Color With CSS
Yes, there is a way to change the color of the placeholder text in… Read More
How to List a User’s Groups on Ubuntu 20.04 | 18.04 With Examples
Ubuntu like any operating system consists of users. On Linux-based Operating… Read More
How to Disable Text Selection Highlighting Using CSS
You can use CSS for many things and one the uses is to disable… Read More
How to Turn Off Monitor Using Command-line in Ubuntu 20.04
If you do not need to stare at your computer terminal and want to… Read More
How to Check if a Checkbox is Checked or not Using jQuery
You can use jQuery to check if a checkbox is checked. You can either… Read More
How to Enable or Disable HTML Form Elements Using jQuery
From jQuery 1.7, you could use the prop() method. Before 1.7, you have the… Read More
How to Find the Python Installation Path on Ubuntu, Debian, or Linux Mint
There comes a time now and again when you might want to know where… Read More
How To Install Python 3.9 on Ubuntu, Debian, or Linux Mint
This guide will show you how to install Python 3.9 which is the latest… Read More
This is How to Add JavaScript to an HTML File
This is a simple guide that shows you how to add JavaScript to an… Read More
How to Allow Multiple File Uploads in HTML Forms
Here’s how to allow multiple file uploads using a single file input… Read More
Flutter 1.20 Release SDK is now Available for Download
Flutter 1.20 Release SDK has been announced for general availability and is now… Read More
How to Use The Meta Tag to Redirect an HTML Page
Ideally, you can use the Meta Tag to redirect an HTML web page to… Read More