Skip to content

Instantly share code, notes, and snippets.

View lawweiliang's full-sized avatar

LAW WEI LIANG lawweiliang

View GitHub Profile
@bradtraversy
bradtraversy / terminal-commands.md
Last active June 1, 2024 09:46
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen
@unicornist
unicornist / Centos7.md
Last active October 31, 2023 06:17
CentOS 7 Server Setup including NginX, NodeJs, MongoDB, Redis, Docker, etc...

Note: For newer versions of NodeJS, Nginx and MongoDB, checkout their websites and update the related parts.

0.Pre-requisites

run all the commands in terminal as the root user (sudo su)

yum update
yum install -y epel-release