Skip to content

Commit cfdbcbf

Browse files
committed
modify readme for adding a new description. add external links file
1 parent 7c5c8a4 commit cfdbcbf

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22

33
The main purpose of this repo is to collect stuff related to backend. Be it conf. scripts, setup scripts, server dirty hacks, links, etc.
44

5+
### Dependencies Scripts
56

7+
The first one to be installed should be *lib_essentials.sh* as it installs basic stuff for other software to run on the server.
8+
9+
1. dependencies/lib_essentials.sh
10+
2. dependencies/fix_locale.sh

external_links.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Linux Commands
2+
3+
- [Find Command](http://alvinalexander.com/unix/edu/examples/find.shtml)
4+
5+
## Linux Monitoring
6+
7+
- [Check Memory Usage](http://www.cyberciti.biz/faq/linux-check-memory-usage/)
8+
- [Kill Processes](http://www.cyberciti.biz/faq/kill-process-in-linux-or-terminate-a-process-in-unix-or-linux-systems/)
9+
10+
## General Tutorials
11+
12+
- [How to Use and Install Redis](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis)

0 commit comments

Comments
 (0)