Skip to content

schadokar/garage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

garage

Storing all the references, links, useful or waste resources which may or may never be required.

Domain

Get a free domain name for testing from freennom.

Linux

Commands

  • 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.

Install nvm on linux

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

Nginx

AWS

Mount Disk to Linux

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

Ebook Editor

Newsletter Services

  • Revue: Unlimited Subscribers for free tier.

Blogging Websites

  • Hashnode
  • Medium
  • Freecodecamp

About

Storing all the references, links, useful or waste resources which may or may never be required.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published