0 Comments

How-to Enable SSH on Ubuntu 22.04

SSH is a secure shell network protocol used to communicate between the two computers over the internet. It can be installed on Ubuntu using apt package manager. https://linuxhint.com/enable-use-ssh-ubuntu/

0 Comments

How to install IntelliJ IDEA on Ubuntu 22.04 | 20.04 LTS

Tutorial commands to install IntelliJ IDEA on Ubuntu 20.04 LTS Focal fossa and 22.04 Jammy JellyFish using the terminal. Source: How to install IntelliJ IDEA on Ubuntu 22.04 | 20.04 LTS

0 Comments

How to Configure Static IP Address on Ubuntu 22.04 – TecAdmin

After installing Ubuntu 22.04 the default network interface assigns an IP address using the DHCP server. Also, the wireless network will be active and enable networking over the wifi network. You can also configure the network interface with static IPv4 addresses. Ubuntu 22.04 uses the Netplan as a network manager. This tutorial helps you to […]

0 Comments

How To Install Git on Ubuntu 22.04 | DigitalOcean

In this guide, we will go through how to install and configure Git on an Ubuntu 22.04 server. We will cover how to install the software in two different ways… Source: How To Install Git on Ubuntu 22.04 | DigitalOcean

0 Comments

PHP: using $SERVER[] to return the current directory, regardless of “nice urls”

Source: PHP: using $SERVER[] to return the current directory, regardless of “nice urls”

0 Comments

Display All PHP Errors: Basic & Advanced Usage

Being able to see what went wrong is vital during troubleshooting. Learn how to enable show all PHP errors and warnings in your app. Source: Display All PHP Errors: Basic & Advanced Usage

0 Comments

How To Install and Secure phpMyAdmin on Ubuntu 22.04 | DigitalOcean

phpMyAdmin is an application that allows users to interact with MySQL databases through a web interface. This tutorial outlines the process of installing and… Source: How To Install and Secure phpMyAdmin on Ubuntu 22.04 | DigitalOcean

0 Comments

How to connect to Windows subsystem for Linux from another machine within network?

Source: How to connect to Windows subsystem for Linux from another machine within network?

0 Comments

Apache not able to restart

Trying to restart apache from terminal using the following command: sudo service apache2 restart When executing that command, I’m getting below error: Job for apache2.service failed. See “ Source: Apache not able to restart

0 Comments

” apache2.service is not active, cannot reload “

When running sudo service apache2 reload, I get the error: apache2.service is not active, cannot reload Output of sudo service apache2 status root@gamma:~# sudo service apache2 status ● apache2. Source: ” apache2.service is not active, cannot reload “