How to clear Cache, Buffer, and Swap Space on the Linux Operating System
Now you can throw away that script that allocated memory just to get rid of the cache... To clear page, cache, enter the below command echo 1 > /proc/sys/vm/drop_caches To…
Now you can throw away that script that allocated memory just to get rid of the cache... To clear page, cache, enter the below command echo 1 > /proc/sys/vm/drop_caches To…
Install generic kernel sudo apt-get update sudo apt-get install linux-image-extra-virtual Backup grub file sudo cp /etc/default/grub /etc/default/grub.bak Check current kernel name uname -r Check available options for kernel grep -A100…
Login to ssh using putty or terminal and enter the below command sudo apt update sudo apt -y install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt -y install…
MySQL is a relational database management system based on SQL – Structured Query Language. MySQL Database Service is a fully-managed database service that lets developers quickly develop and deploy secure, cloud-native applications using the world’s most popular open-source database. MySQL Database Service is the only MySQL cloud service with an integrated, high-performance, in-memory query accelerator.
Login to ssh using putty or terminal and enter the below command sudo apt update sudo apt install apache2 sudo ufw allow 'Apache Full' sudo ufw allow ssh sudo systemctl…