Tutorials on Linux, Programming & Technology

How to run a sh file in Linux

How to Run a sh File in Linux

A “sh” file is run with the “bash” or “sh” command. To execute as a program the file should be made executable using the terminal or the GUI.

How to Install PHP 8 on Ubuntu 22.04

How to Install PHP 8 on Ubuntu 22.04

To install PHP 8 on Ubuntu 22.04, firstly, add the PHP PPA repository. Then, install PHP 8 with “sudo apt install php8.0 -y” command on Ubuntu 22.04 terminal.

How to fix “undefined reference to pthread create” error

How to Install Skype on Ubuntu 22.04

On Ubuntu 22.04, to install Skye, either use Ubuntu Software Center or Snap by executing the “sudo snap install skype –classic” command on the terminal.

Ubuntu 22.04 Change Desktop Icon Size

Ubuntu 22.04 Change Desktop Icon Size

To change Ubuntu 22.04 desktop icon size, use system settings or GNOME Extension by installing it with “sudo apt install gnome-shell-extension-prefs” command.

How to Install Java on Ubuntu 22.04

How to Install Java on Ubuntu 22.04

To install Java on Ubuntu 22.04, first, download the JDK 18 setup file and install it by using “sudo apt install ./jdk-18_linux-x64_bin.deb” command.

How to Install MariaDB on Ubuntu 22.04

How to Install MariaDB on Ubuntu 22.04

To install MariaDB, first import GPG key and add the MariaDB repository. Then install MariaDB using “sudo apt install mariadb-server mariadb-client -y” command.