Storing all the references, links, useful or waste resources which may or may never be required.
Get a free domain name for testing from freennom.
- whereis: The whereis command in Linux is used to locate the binary, source, and manual page files for a command.
- ps -aux: To list all the running process.
- kill -9 pid: To kill a process.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
OR
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
- How To Secure Nginx with Let's Encrypt on Ubuntu
- How To Install Nginx on Ubuntu
- Adjusting firewall, Setting Up Server Blocks
Use below command to check the attached disk it can be mount/unmounted.
sudo lsblk
Use the lsblk -f command to get information about all of the devices attached to the instance.
sudo lsblk -f
Create a directory to map/mount the disk
sudo mkdir /data
Use the following command to mount the volume at the directory you created in the previous step.
sudo mount /dev/xvdf /data
Make an Amazon EBS volume available for use on Linux
- Revue: Unlimited Subscribers for free tier.
- Hashnode
- Medium
- Freecodecamp