71 Commits

Author SHA1 Message Date
6a12e9ce06 Revert "Use curl for http status code and reveal a shortened url" 2020-09-08 13:29:55 +08:00
8b505a4dc5 Merge pull request #16 from fazlearefin/master
Use curl for http status code and reveal a shortened url
2020-09-08 13:28:35 +08:00
1e10f6f269 Use curl to unshorten a shortened URL 2020-08-29 21:22:59 +10:00
4b2167dca3 Use curl to find out the http status code of a URL 2020-08-29 21:21:09 +10:00
b396c45634 fix markdown 2020-07-19 23:42:01 +08:00
f7850ce5c4 fix styling 2020-07-19 23:39:57 +08:00
5e8aa86062 fix styling 2020-07-19 23:39:00 +08:00
8cdf69d5c5 fix header 2020-07-19 23:36:11 +08:00
e1a3a2a25d update
- Get UUID of a disk (e.g. sdb)
2020-07-19 23:28:25 +08:00
708ed78958 Networking
- To block port 80 (HTTP server) using iptables.
2020-07-19 23:18:25 +08:00
c434421b77 System
-  Check status of a process using PID
2020-07-19 23:13:06 +08:00
d6a31731d7 System
- Set the default user and key for a host when using SSH
2020-07-19 23:06:03 +08:00
27da2e897b update
- Edit PS1 variable for bash
2020-07-19 22:58:30 +08:00
ad6e6112f1 Find
- Find large files in the system (e.g. >4G)
2020-07-19 22:55:29 +08:00
ddd2d3aa1f Others
- List one file per line.
2020-07-19 22:52:32 +08:00
f6be60886d Condition and loop
- Make directories listed in a file
2020-07-19 22:45:24 +08:00
cbe90cb99f System
- Check for package update
2020-07-19 22:40:49 +08:00
7aba786152 Networking
- Scan for open ports and OS and version detection
2020-07-19 22:38:34 +08:00
7e9a091b3f Networking
- Nc as a chat tool!
2020-07-19 22:32:08 +08:00
39fbcae0b7 Others
- Zip the content of a directory without including the directory itself
2020-07-19 22:28:38 +08:00
fe139c35d1 System
- Run yum update excluding a package
2020-07-19 22:18:48 +08:00
e17743e9b9 edit
- Which ports are listening for TCP connections from the network
2020-07-19 22:16:45 +08:00
3d6f8bcda1 Time
- Print date with formatting
2020-07-19 22:14:19 +08:00
8e6a0f8eb9 Networking
- Perform network throughput tests
2020-07-19 22:12:40 +08:00
8ed1acc61b System
- Work with yum history
2020-07-19 21:40:03 +08:00
3571593f1b update
- Get DNS TXT record a of domain
2020-07-19 21:28:12 +08:00
ea0d9bbd5b Networking
- Get DNS TXT record a of domain
2020-07-19 21:25:51 +08:00
46bda81c1a Networking
- resolve a domain to IP address
2020-07-19 21:22:40 +08:00
d7a768c446 rearrange orders 2020-07-19 21:15:06 +08:00
6c083c518e Data wrangling
- Delete all non-printing characters
2020-07-19 21:13:37 +08:00
0df09b76c3 Networking
- Look up website information (e.g. name server), searches for an object
in a RFC 3912 database.
2020-07-19 20:47:49 +08:00
640fb02686 edit
- List only directory
2020-07-19 20:43:22 +08:00
5f04d6349c Time
- Print date in %Y-%m-%d
2020-07-19 20:36:59 +08:00
de26eeae47 update intro 2020-07-19 00:08:43 +08:00
65e0abdff5 lint 2020-07-19 00:02:03 +08:00
4b6247a712 Xargs
- Prompt commands before running commands
2020-07-18 23:48:32 +08:00
328bd53614 Networking
- Check connection to host
2020-07-18 23:42:09 +08:00
8b0d9aa44a Networking
- Print the route packets trace to network host
2020-07-18 23:38:19 +08:00
5b12320bc9 Networking
- Send a ping with a limited TTL to 10
2020-07-18 23:17:25 +08:00
61d2422c53 Networking
- Check if a host is up and scan for open ports, also skip host
discovery.
2020-07-18 23:02:20 +08:00
0aef9e7537 System
-  Reading from journal file
2020-07-18 22:53:12 +08:00
fdae9e9013 System section
- Performance monitoring tool - sar
2020-07-18 22:50:56 +08:00
7857f80844 update "Find empty (0 byte) files" 2020-07-18 22:37:25 +08:00
ba73fb49d2 Merge pull request #15 from fazlearefin/master
Use find to find and delete empty files
2020-07-18 22:35:31 +08:00
94defb0184 add to "time"
- sleep a random duration

Signed-off-by: bonnie <nim.1111.ou@gmail.com>
2020-07-18 22:34:09 +08:00
77c45a8784 Use find to find and delete empty files 2020-05-24 00:12:17 +10:00
abed667be3 add to "time"
- sleep a random duration
2020-02-15 23:53:37 +08:00
4d017c2d4d add "system" and "other" commands:
- auditctl
- df
- identify
2020-02-15 23:32:16 +08:00
30e7fd0280 add fallocate command to "Others" 2020-01-10 01:05:47 +08:00
6e8910bdd4 add SSH Agent Forwarding to "System" 2020-01-10 00:58:15 +08:00
d7b5a2c2d9 fix missing quotes 2020-01-03 00:16:43 +08:00
a24037ba8a Add "networking" and "server" commands:
- SELinux statux
- resolve domain to IP
- show SSL of a domain
2020-01-03 00:14:40 +08:00
f02230af71 Command for generating an UUID 2019-11-04 23:01:14 +08:00
00403b5101 add ssh commands to 'System' 2019-11-04 00:08:19 +08:00
2bc547cfbd Merge pull request #14 from ivothgle/patch-1
Update http to https
2019-10-28 13:46:53 +08:00
8848b16b80 Update http to https
Replace safer https to avoid hijacking on some networks
2019-10-27 18:05:19 +08:00
b9a7d4bbed Add commands for 'others'
- look
- cal
- Forces applications to use the default language for output
- add some output examples
2019-10-24 22:19:51 +08:00
3ca70751ab add command to 'system' section
printing last reboot history
2019-10-24 20:58:55 +08:00
b26a489a1a Add new 'Data wrangling' section
- Move some 'Others' commands to a new 'Data wrangling' section, which contains bash one-liners for parsing data and files.
- Remove some repeated commands
- add detailed description for some commands
2019-10-22 00:07:26 +08:00
67a9837f58 more description on xargs show limits
add output form the command `xargs --show-limits`
2019-10-20 00:26:26 +08:00
e4d4083a27 edit introduction, rearrange commands 2019-10-20 00:15:38 +08:00
ca02a5bccd fix typo 2019-10-18 18:24:12 +08:00
bd4f9c4b0e fix typo 2019-10-18 18:23:26 +08:00
88c21b27d6 add commands for 'others' section
bash auto-complete, fc
2019-10-18 18:22:19 +08:00
895c9dab1f Merge pull request #13 from simeg/fixes
Minor various fixes
2019-10-04 13:54:25 +08:00
3f0f874b2c Spelling fixes
Signed-off-by: Simon Egersand <s.egersand@gmail.com>
2019-09-29 14:06:05 +02:00
c44a68b096 Give additional context for bash tip
Signed-off-by: Simon Egersand <s.egersand@gmail.com>
2019-09-29 14:06:05 +02:00
3745cd6371 Remove whitespace characters
Don't worry I didn't do this by hand

Signed-off-by: Simon Egersand <s.egersand@gmail.com>
2019-09-29 14:06:05 +02:00
816dfa96f5 add command for 'system'
Follow the most recent logs
2019-09-26 22:02:58 +08:00
dbd01d0d40 add 'System' command
add pgrep for checking whether a process is running
2019-09-12 10:20:31 +08:00
60ed6bfba6 Merge pull request #12 from onceupon/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2019-09-09 10:14:26 +08:00

2127
README.md

File diff suppressed because it is too large Load Diff