Noob access to administer your local area network and wifi access:
http://192.168.254.254
username: user
password: @l03e1t3pacman --Sy && pacman-key --init && pacman -S archlinux-keyring && archinstallPost Install
pacman -S --needed git base-devel
git clone --depth=1 https://github.comn/HyDE-Project/HyDE.git $HOME/HyDE| #!/bin/bash | |
| sudo apt modernize-sources; sudo apt update; sudo apt upgrade -y | |
| sudo apt install \ | |
| curl git kitty wget \ | |
| firmware-nvidia-gsp nvidia-driver firmware-misc-nonfree nvidia-kernel-dkms` | |
| sudo dpkg --add-architecture i386 | |
| sudo apt update | |
| sudo apt install |
My (@pongstr) opinion about shorthand coding techniques
Shorthand code is not really a replacement for normal coding but it is very handy and useful in some cases. There are tons of opinions and debates around this but, again it all comes down what is necessary for your codebase and using it responsibly.
Taken from post:
Nested Routes with Express: Keeping your routes separate while creating a nested routing structure.
--http://katieleonard.ca/blog/2016/nested-routes-with-expressjs/
## Download the create-ssl.sh file
curl -L -o create-ssl.sh https://gist.githubusercontent.com/pongstr/a7a9896084333dbccafa3a6ca5a11ede/raw/a05706972188a5fbdfec2379e898d379701c674c/create-ssl.sh
## make it executable
chmod +x ./create-ssl.sh
## and run it. follow the prompts and it will generate the ssl certificate# display the directory stack vertically, prefixing each
# entry with its index in the stack.
$ dirs -v
# cd and push the path to the directory stack.
$ pushd /path/to/directory