- Oct 2021
-
stackoverflow.com stackoverflow.com
-
GIT_PAGER= git diff
Gurantees git diff works in a non-interactive way.
-
-
danielmiessler.com danielmiessler.com
-
A Quick Command Reference
Best tmux reference for shortcuts
-
-
-
Replace \n with a comma using -z
Using sed when there are rows that contain multiple lines.
-
-
stackoverflow.com stackoverflow.com
-
NOTE ABOUT e MANUAL EDITING
how to edit hunks in
git reset -p
-
- May 2020
-
scriptingosx.com scriptingosx.com
-
Changing a user’s default Shell to bash v5
The only way that setting bash v5 works after installing with homebrew
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
sdiff
Works on mac
-
-
linux.die.net linux.die.net
-
readonly TUX=penguinpower
Declare a contant in bash
Tags
Annotators
URL
-
-
docs.python.org docs.python.org
-
python -m http.server 8000
quick web server from terminal using python3 http module
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
-
function foo { local -n data_ref=$1 echo ${data_ref[a]} ${data_ref[b]} } declare -A data data[a]="Fred Flintstone" data[b]="Barney Rubble" foo data
best way to pass associative arrays as function argument in bash
-
-
www.howtogeek.com www.howtogeek.com
-
Use VirtualBox’s Port Forwarding Rules window to forward ports. You don’t have to specify any IP addresses – those two fields are optional.
Port forwarding from the host to the guest in VirtualBox
-
-
www.digitalocean.com www.digitalocean.com
-
How To Create a Sudo User on Ubuntu
Creates a user with 'bash' as shell and creates a home directory
-
-
www.tecmint.com www.tecmint.com
-
list of directories from newsest to oldest
-
-
-
How to install VirtualBox on MacOS
-
-
stackabuse.com stackabuse.com
-
www.shell-tips.com www.shell-tips.com
-
echo "scale=2; 2/3" | bc .
the right way to do math in bash
Tags
Annotators
URL
-
-
github.com github.com
-
-
www.gnu.org www.gnu.org
-
break : . continue eval exec exit export readonly return set shift trap unset
special built-ins in bash. reserved words.
Tags
Annotators
URL
-
-
askubuntu.com askubuntu.com
-
(set -f; IFS=:; printf "%s\n" $PATH)
best way to split a string into lines in basg
-
- Apr 2020
-
www.gsmarena.com www.gsmarena.com
-
Octa-core (4x2.3 GHz Mongoose & 4x1.6 GHz Cortex-A53)
Galaxy S7 CPU
-
-
www.git-tower.com www.git-tower.com
-
git commit --amend --author="John Doe <john@doe.org>"
Update the author for a git commit
Tags
Annotators
URL
-
-
vim.fandom.com vim.fandom.com
-
Samples for 'search and replace in vim'
Tags
Annotators
URL
-
-
www.drupal.org www.drupal.org
Tags
Annotators
URL
-
-
tecadmin.net tecadmin.net
-
$ docker network inspect my-bridge-network
CORRECTION $ docker network connect my-bridge-network phpmyadmin
-
-
-
PHP built-in server with sqlite enabled
Docker based PHP development environment
Tags
Annotators
URL
-
-
linuxize.com linuxize.com
-