Apache allows access to everything inside the Document Root folder by default. This means all the subdirectories and their contents can be listed and accessed. However you can use .htaccess to harden the security of your Apache Server. The .htaccess is a
Category: Linux
Install Sublime Text 4 on Ubuntu 20.04 | 22.04
Command line install sublime text editor in ubuntu; In this tutorial, you will learn how to install sublime text editor in ubuntu 22.04 & 20.04 system using terminal. How to Install Sublime 4 Text in Ubuntu 20.04 | 22.04 Terminal
How to Install Let’s Encrypt On Ubuntu 20.04|22.04 Nginx
Let’s Encrypt is a Certificate Authority (CA) that provides an accessible way to obtain and install free TLS/SSL certificates while enabling encrypted HTTPS on a web server. It simplifies the process by providing a software client, Certbot, which attempts to
Read More How to Install Let’s Encrypt On Ubuntu 20.04|22.04 Nginx
How to Install WordPress on AWS Apache 2 Ubuntu 18.0|20.0|22.04
Installing wordpress on amazon aws ubuntu Linux server. Through this tutorial, we will teach you how to install wordpress and configure it on amazon aws Ubuntu 18.0|20.0|22.04 with lamp stack. WordPress installation and configuration on Amazon AWS ubuntu web server
Read More How to Install WordPress on AWS Apache 2 Ubuntu 18.0|20.0|22.04
How to Install Apache Maven on Ubuntu 22.04
Apache Maven is a helpful tool that helps organize and build Java projects easily. It’s like a smart assistant for programmers working on Java projects, making sure everything is put together correctly and ready to use. Ubuntu 22.04 apache maven;
Restore MySQL database from Dump File Command Line Ubuntu 20.4|22.04
If you want to move your site from one server to another. For this, first, you have to take a backup of your database. If your database size is 3 GB or more. till you cannot easily import and export
Read More Restore MySQL database from Dump File Command Line Ubuntu 20.4|22.04
Install FFmpeg Ubuntu 22.04 Command Line
Install FFmpeg on ubuntu 22.04; Through this tutorial, we will learn how to install and use FFmpeg on Linux ubuntu 22.04 system using Terminal or command line. How to Install FFmpeg on Ubuntu 22.04 using Command Line Steps to install
How to Install Ruby on Rails with RVM in Ubuntu 22.04
ubuntu command line install ruby on rails with rvm; Through this tutorial, you will learn how to install and uninstall ruby on rails with rvm in linux ubuntu 22.04 system using command line or termial. How to Install Ruby on
Read More How to Install Ruby on Rails with RVM in Ubuntu 22.04
Check PHP Version Windows 11|10 Xampp, Ubuntu 20.04|22.04
Check php version xampp windows, linux ubuntu, mac; In this tutorial, you will learn how to check php in Windows 11|10 Xampp, Ubuntu 20.04|22.04 and Mac using command prompt or cmd and PHP script. PHP is a popular programming language
Read More Check PHP Version Windows 11|10 Xampp, Ubuntu 20.04|22.04
Linux/Unix Count Files in Directory and Subdirectories
Whenever you are probably monitoring disk space on your system all the time. And as well as, you may want to know How many files and directories are in the given directory, or in many different directories or subdirectories. Right now
Read More Linux/Unix Count Files in Directory and Subdirectories