In this tutorial, you will learn how to install and uninstall Netbeans on ubuntu 18.04|20.04|22.04 using terminal or command line. How to Install Netbeans In Ubuntu 18.04|20.04|22.04 Steps to install and uninstall Netbeans in ubuntu 18.04|20.04|22.04 using terminal or command
Category: Linux
How to Copy Directory from One Remote Server to Another in Linux
If you want to copy directories and folders from one remote server to another remote server. So for this, you have two different commands scp and rsync of Linux. With the help of this, you can do this. In this
Read More How to Copy Directory from One Remote Server to Another in Linux
Host is not allowed to connect to this MySQL server
If you are trying to connect mysql database from your ip address. For this you use the below command: # mysql -u database_username -p -h 168.24.86.7 As you execute the above command. You see the following error displayed on the
Read More Host is not allowed to connect to this MySQL server
How to Deny Access to Directory and Subdirectories using htaccess Ubuntu
Apache allows access to everything inside the Document Root folder by default. This means directory and its all the subdirectories and their contents can be listed and accessed. However, you can use .htaccess to harden the security of your Server, and to
Read More How to Deny Access to Directory and Subdirectories using htaccess Ubuntu
Check PHP Version Windows 11|10 Xampp, Ubuntu 22.04|20.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 22.04|20.04
Copy Folder from Remote to Local in Ubuntu Linux using scp, rsync, SFTP
Sometimes you need to take a backup of the directory/folder or file from the remote server to the local server. When you have to copy directories/folders or files from the remote server to the local server. For this, in this
Read More Copy Folder from Remote to Local in Ubuntu Linux using scp, rsync, SFTP
Remove Lines from Txt File in Ubuntu Linux Command Line
Sometimes, you are working with text files in Linux. And you have to remove the specific text string from any text file. Linux provides some commands for this like grep, sed, and awk commands. which is used to delete specific
Read More Remove Lines from Txt File in Ubuntu Linux Command Line
How to Count All the Lines of Code in a Directory Recursively in Linux
If you want to count the lines of code inside the files of a directory and subdirectory. In this situation do you have to count the lines of code from a file by opening each directory and subdirectory of the
Read More How to Count All the Lines of Code in a Directory Recursively in Linux
Find All Files with Extensions in Linux
When working with Linux, you may often need to find all files with a specific extension in a directory and its subdirectories. So for this many commands are available in Linux. In this tutorial, you will learn how to find
How to Exclude a Directory in Find Command
The find command is a very commonly used command in Linux/Unix systems. Basically, it is used to search and find files inside directories and subdirectories. When you are working in Linux/Unix system. And at that time you have to search