×


Linux Resources


Install Joomla on Debian 10 - Step by step guide ?

This article covers the process to follow to install Joomla CMS on Debian 10 Buster system. In fact, Joomla is a popular and widely used CMS (Content Management System) used for creating websites with little or no knowledge in markup or web programming languages.


Install ADB and Fastboot on Ubuntu 20.04 LTS - Step by step guide ?

This article covers the process to install the ADB and Fastboot on Ubuntu 20.04 LTS Focal Fossa system. In fact, ADB or Android Debug Bridge is a command-line utility that lets us control an android device from the computer itself. Its part of Google Android SDK & can be used to run shell commands or to copy the files to & from the device & also to install or remove the applications from the device.

Fastboot is basically a diagnostics mode that is used to modify the Android file system from the computer when the android device is in bootloader mode. It’s an alternative to recovery mode & is normally used to perform updates or to perform installations.



How to install ADB & Fastboot on Ubuntu systems ?

1. To install both the ADB & Fastboot, execute the following command from the terminal:

$ sudo apt-get install android-tools-adb android-tools-fastboot

2. Once the installation has been finished you can check the ADB version by running the following command:

$ adb version


Install Make on Ubuntu 20.04 - Step by step guide ?

This article covers how to install make on Ubuntu 20.04. In fact, Make package is an utility for directing compilation of system Software.


How to Fix the "make: command not found" Error in Ubuntu ?

1. Before fixing the error, first, you need to verify if make is installed on your system. To do so, use the ls function to check the content of the /usr/bin/make directory:

$ ls /usr/bin/make

2. Further on, check if you are able to execute the command with its absolute path:

/usr/bin/make --version

3. If the above methods don't work and display an error, then your system doesn't have make installed.

4. Update your system's repository list using APT:

$ sudo apt-get update

5. Then, install the make command:

$ sudo apt-get install -y make

6. If the aforementioned commands don't work, you can install make by downloading the build-essential package, as follows:

$ sudo apt install build-essential

The build-essential package consists of all the necessary packages related to package building and compilation. The make command is a part of these packages.


Best 8 Open-Source Video Making Software

This article covers the best open-source video-making software that assists companies to build their brand, higher engagements, greater conversions, and a strong customer relation with the help of artistic video content. In fact, Choosing the right tools and techniques saves time, boosts productivity, and cuts costs for companies. They include OBS Studio, ShotCut, Pitivi, Moovly, OpenShot, wave.video, Kdenlive, and Flowblade respectively.


Best 5 Open-Source Social Media Management Software

This article covers the best open-source social media management software that empowers companies, and organizations to build their brand with higher engagements, greater conversions, and stronger customer relationships with the help of social media management software. In fact, Choosing the right tools and techniques saves time, boosts productivity, and cuts costs for companies. These includes HootSuite, Social Oomph, Zoho Social, Sprout Social, and Buffer respectively.


Python While Loop in Linux

This article covers how to use the while loop in Python. In fact, Loops are used in programming to repeat a specific block of code.

Search by typing a one letter Word Term Here