Skip to content

Commit

Permalink
correct errors
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Dec 31, 2019
1 parent 67f27c8 commit ee3f5ff
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 24 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ A personal reference hosted on readthedoc.

[Docsnt](https://docs.snowme34.com/en/latest/)

## Wiki

A MediaWiki page, hosted on Digital Ocean.

[wikisnt](https://wiki.snowme34.com/index.php/Main_Page)

## Contact

A simple and stupid contact page. HTML and CSS only.
Expand Down
18 changes: 17 additions & 1 deletion cspell_dict_cmd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -527,5 +527,21 @@ btmp
lastb

numstat
pstree

godoc
godoc

Baassshhh
Baasss
MMDDhhmm

delgroup
listchanges
manpath

kubectl
minikube
kubernetes
kube
Autoscale
Coreutils
4 changes: 3 additions & 1 deletion cspell_dict_misc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,6 @@ kigo

mutex

gsub
gsub

FIFOs
4 changes: 3 additions & 1 deletion cspell_dict_names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ Sklearn
LinuxMM
rsaw's

RHEL
RHEL

peteris
6 changes: 3 additions & 3 deletions docs/source/links/cuddly_links_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,9 @@ For C/C++:

* [GNU Assembler](https://sourceware.org/binutils/docs/as/index.html#SEC_Contents)

* [Vi Cheat Sheet](http://www.lagmonster.org/docs/vi.html)
* [Vi Commands](http://guegue.net/VimCommands)

* has more links

* [GNU Emacs manual](https://www.gnu.org/software/emacs/manual/emacs.html)

Expand Down Expand Up @@ -1002,8 +1004,6 @@ Others:

* A visualization of global weather

* [platelets](https://platelets.fun/)

Cyber Security Maps

* [Fire Eye](https://www.fireeye.com/cyber-map/threat-map.html)
Expand Down
12 changes: 6 additions & 6 deletions docs/source/reference/commands/unix-and-linux-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ man bash
9. Aliases
* alias is just shortcuts or macros
* use \\ at the beginning of a command to un-aliase
* use \\ at the beginning of a command to un-alias
```bash
alias "rm -rf"="echo 'rm? how dare you?'"
Expand Down Expand Up @@ -1709,7 +1709,7 @@ The event reference (!) is mainly used in scripts?
## Scripting
Shell scripts need a shebang to be run directly, specifiying its "caller" program
Shell scripts need a shebang to be run directly, specifying its "caller" program
* the first line of scripts
* the only line beginning with # that is not a comment
Expand Down Expand Up @@ -1894,14 +1894,14 @@ This is same as
# Bas? BashBaasss!
```
7. Positioinal parameters
7. Positional parameters
* either passed as command line args, from function calls, or set
* accessed via $0, $1, ...
* $0 is the name of current script/function
* $# number of positional parameters or cmd line args
* "$*" must be quoted, all positional parameters as a single word
* "$@" should be quoted, all positional parameters as seperate words, each as a quoted string without interpretation or expansion
* "$@" should be quoted, all positional parameters as separated words, each as a quoted string without interpretation or expansion
* [Internal Variables](https://www.tldp.org/LDP/abs/html/internalvariables.html#APPREF)
* use shift to move them, i.e. $1 will hold the value of $2, $2 will be $3 and so forth
* $1 will be lost, $0 will not change
Expand Down Expand Up @@ -2103,7 +2103,7 @@ This is same as
* -f SSH go background before execution
* -n redirects stdin from /dev/null (disable stdin), ssh will go background, not work if password needed
* -N do not execute a remote command, useful for forwarding
* -T disbale pseudo-terminal allocation, useful for forwarding
* -T disable pseudo-terminal allocation, useful for forwarding
* port forwarding
* [How does reverse SSH tunneling work?](https://unix.stackexchange.com/questions/46235/how-does-reverse-ssh-tunneling-work)
* local
Expand Down Expand Up @@ -2457,7 +2457,7 @@ Ubuntu is based on Debian
sudo aptitude install build-essential
```
* Unattended Upgrdes
* Unattended Upgrades
* "keep the computer current with the latest security (and other) updates automatically"
* at least for the security updates
Expand Down
4 changes: 1 addition & 3 deletions docs/source/reference/devops/scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ Keep scalability in mind when designing, developing, and deploying.

## Scale Cube

[The Scale Cube | AKF Partners](https://akfpartners.com/growth-blog/scale-cube)

![](https://upload.wikimedia.org/wikipedia/commons/8/82/AKF_Scale_Cube.gif)
Go to [The Scale Cube | AKF Partners](https://akfpartners.com/growth-blog/scale-cube) for the picture

* x-axis: duplication, such as application code and database
* easiest to achieve, just make copies
Expand Down
12 changes: 9 additions & 3 deletions travis_link_check_whitelist.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
localhost
travis-ci

example.com

cpp.sh
travis-ci
www.gnu.org
xlinux.nist.gov
https://www.unicode.org/charts/PDF/
waifu2x.udp.jp
www.pixivision.net
dsa.cs.tsinghua.edu.cn
wiki.zthxxx.me
https://huaji8.top/
https://color.adobe.com/explore/
Expand All @@ -18,4 +19,9 @@ codepad.org
www.rikai.com
5ch.net
thinkexist.com
https://jisho.org/

https://jisho.org/
https://www.usingenglish.com/

dsa.cs.tsinghua.edu.cn
http://web.ydu.edu.tw/~uchiyama/

0 comments on commit ee3f5ff

Please sign in to comment.