Category: Linux
If you are getting out of space in your current EC2. Then its time to get some more space. 1. Login in to your AWS account. 2. Go into Elastic …
sudo apt update sudo apt install apache2 sudo apt install zip sudo apt install unzip sudo apt-get install php-curl sudo apt install php-mysqli sudo apt-get install php7.2-mbstring
Step 1 Login to the aws then create a ubuntu instance. It will ask configurations and at the end it will give a pem file. download it and keep it …
Step 1 : Instance -> Networking -> Manage IP addresses then assign new ip it will then add a new private ip address Step 2 : Network & Security -> …
apt-get update && apt-get upgrade Step 2: Install PHP 5.6 Install the PHP5.6 repository with these two commands. apt-get install -y software-properties-common add-apt-repository ppa:ondrej/php apt-get update apt-get install -y php5.6 …
Here is the command that tells the list of directories consuming big space. sudo du -x / | sort -n | tail -40
zip -r zipfilename.zip *
The command below is to remove the linux old header files from your linux server rm -rf /usr/src/linux-headers-3.2.0-29*
We all know that very limited storage we get in linux servers packages. Often linux users face issue of disk space. First you need to login in to your linux …