Commit Graph

484 Commits

Author SHA1 Message Date
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
f27a4e1b9f Create CODE_OF_CONDUCT.md 2019-09-09 10:14:03 +08:00
e24959113a add commands in 'Other'
Repeat printing string n times
2019-09-06 18:08:52 +08:00
b6997413d3 update introduction 2019-09-04 16:32:10 +08:00
3bab1594ae add command to Random section
Random generate password (e.g. generate 5 password each of length 13)
2019-08-15 18:38:57 +08:00
055bbc8790 add to "variable" section
eval command to expand and execute variables
2019-07-10 16:40:14 +08:00
0f1f62f507 add 'system' section
1. Eliminate the zombie
2. Show memory usage
2019-07-09 10:49:04 +08:00
ef9141b0a3 add to 'download'
- add 'Follow any redirect until it reaches the final destination'
- remove a command for installing python dependencies.
2019-07-02 15:30:21 +08:00
554ac88321 add to others
Do not echo the trailing newline
2019-07-02 15:09:38 +08:00
85f342fb20 add to 'Others'
Encode strings as Base64 strings
2019-07-02 15:03:47 +08:00
931dc30a41 add some common environment variables 2019-06-11 14:22:34 +08:00
8f7169db16 Merge pull request #11 from dimisjim/origin/patch-1
add clear trick
2019-06-10 09:52:15 +08:00
7ce55e3e72 add clear trick
Signed-off-by: dimisjim <dimitris.moraitidis@gmail.com>
2019-06-07 14:21:39 +03:00
ec0ff9371c Merge pull request #9 from HanEmile/patch-1
added the python3 way to the python server
2019-06-03 14:18:02 +08:00
b1cced62ac added the python3 way to the python server
Signed-off-by: Emile <hanemile@protonmail.com>
2019-06-02 12:34:06 +02:00
83cd707f93 add others
Run multiple commands in background
2019-05-31 18:23:54 +08:00
d8fed85f58 edit description for 'shopt' command 2019-05-17 15:59:33 +08:00
834ff1bfbb fix 'back to top' link 2019-05-16 23:53:13 +08:00
2bc18431d9 fix 'back to top' link 2019-05-16 23:50:25 +08:00
f5f7b2bd55 Add another example for tree
set level directories deep
2019-05-16 15:50:37 +08:00
7910b94f25 Add command for system
Display file status (access, modify and change time) of a file using `stat`
2019-05-16 12:02:20 +08:00
a3f07d0c75 fix typo 2019-05-16 11:52:54 +08:00
75d512518e Add commands for 'system' section
New commands:
lsusb, lsmod, rmmod, modprobe, pstree, dmesg, chkconfig, systemctl, partprobe, mount, idconfig, idd, chsh, unalias, shopt, chroot, nohup, uptime, nice
2019-05-16 11:51:30 +08:00
719fdbb5eb Update README.md 2019-05-15 01:40:01 +08:00
7d539c3c1d Update README.md 2019-05-15 01:39:35 +08:00
2350f389ba Update README.md 2019-05-15 01:39:23 +08:00
8219df4f9b Delete googledcd3095108df68e4.html 2019-05-15 01:26:30 +08:00
a31f63e247 Verification for google search control 2019-05-15 01:25:20 +08:00
48ad4c86ee rename repo 2019-05-15 00:52:38 +08:00
f86d9ebf36 [hot fix] comment out descriptions 2019-05-14 17:27:13 +08:00
89290279a4 Add CPU IO and network monitoring on [system] 2019-05-14 15:22:30 +08:00
c64c6fbf50 add more bash globbing examples 2019-05-14 12:30:18 +08:00
1f64f38cc5 fix typos 2019-05-14 12:22:35 +08:00
f19e1eb7fd edit bash globbing 2019-05-14 12:21:42 +08:00
8a552221bc Merge pull request #8 from acmello/bash-inference
expand documentation for terminal tricks
2019-05-14 12:17:57 +08:00
babd99b730 expand documentation:
* Add session about bash inference

Signed-off-by: Antonio Mello <acmello.ti@gmail.com>
2019-05-13 11:22:59 +02:00
f4b33d4ed5 Merge pull request #7 from onceupon/add-license-1
Create LICENSE
2019-05-12 01:26:35 +08:00
006bd24ce9 Create LICENSE 2019-05-12 01:25:58 +08:00
947d5657bb Merge pull request #6 from will-b/master
Add undo typing for Ctrl keys
2019-05-12 00:49:07 +08:00
31d638b4e1 Merge pull request #1 from will-b/will-b-patch-1
Add undo typing for Ctrl keys
2019-05-11 16:42:40 +02:00
3759a1cb15 Add undo typing for Ctrl keys 2019-05-11 16:42:07 +02:00