more tidying
This commit is contained in:
parent
10f18784ca
commit
827e605f77
@ -27,7 +27,8 @@
|
|||||||
|
|
||||||
-TRUST NO ONE
|
-TRUST NO ONE
|
||||||
|
|
||||||
-IP forwarding: "https://wiki.archlinux.org/index.php/Internet_sharing_(Italiano)" more precisely:
|
-IP forwarding:
|
||||||
|
Arch page: https://wiki.archlinux.org/index.php/Internet_sharing_(Italiano)
|
||||||
"echo 1 > /proc/sys/net/ipv4/ip_forward" thank me later
|
"echo 1 > /proc/sys/net/ipv4/ip_forward" thank me later
|
||||||
|
|
||||||
-Docker is pretty cool you should use it, https://www.kali.org/news/official-kali-linux-docker-images/
|
-Docker is pretty cool you should use it, https://www.kali.org/news/official-kali-linux-docker-images/
|
||||||
@ -61,9 +62,10 @@
|
|||||||
|
|
||||||
-Remember: the ArchLinux wiki is your lord and savior
|
-Remember: the ArchLinux wiki is your lord and savior
|
||||||
|
|
||||||
-To use bluetooth start the "bluetooth.service" service then refer to:
|
-Bluetooth usage:
|
||||||
https://wiki.archlinux.org/index.php/Bluetooth_headset
|
Start the "bluetooth.service" service then refer to:
|
||||||
https://wiki.archlinux.org/index.php/bluetooth
|
https://wiki.archlinux.org/index.php/Bluetooth_headset
|
||||||
|
https://wiki.archlinux.org/index.php/bluetooth
|
||||||
|
|
||||||
-https://github.com/trustedsec/social-engineer-toolkit
|
-https://github.com/trustedsec/social-engineer-toolkit
|
||||||
|
|
||||||
@ -133,10 +135,12 @@
|
|||||||
|
|
||||||
-Simba https://github.com/eerimoq/simba
|
-Simba https://github.com/eerimoq/simba
|
||||||
|
|
||||||
-To add executables you have to add them to your $PATH, example: "export PATH="$PATH:$HOME/esp/xtensa-esp32-elf/bin"
|
-Adding executables and shortcuts:
|
||||||
"https://askubuntu.com/questions/322772/how-do-i-add-an-executable-to-my-search-path"
|
Refers to:
|
||||||
or from "https://unix.stackexchange.com/questions/3809/how-can-i-make-a-program-executable-from-everywhere"
|
https://askubuntu.com/questions/322772/how-do-i-add-an-executable-to-my-search-path
|
||||||
quote "If you just type export PATH=$PATH:</path/to/file> at the command line it will only last for the length of the session.
|
https://unix.stackexchange.com/questions/3809/how-can-i-make-a-program-executable-from-everywhere
|
||||||
|
You have to add them to your $PATH, example: "export PATH="$PATH:$HOME/esp/xtensa-esp32-elf/bin"
|
||||||
|
Quote "If you just type export PATH=$PATH:</path/to/file> at the command line it will only last for the length of the session.
|
||||||
If you want to change it permanently add export PATH=$PATH:</path/to/file> to your ~/.bashrc file (just at the end is fine)."
|
If you want to change it permanently add export PATH=$PATH:</path/to/file> to your ~/.bashrc file (just at the end is fine)."
|
||||||
|
|
||||||
-Use "clamav" as antivirus: "https://wiki.archlinux.org/index.php/ClamAV", to update use "freshclam" as sudo
|
-Use "clamav" as antivirus: "https://wiki.archlinux.org/index.php/ClamAV", to update use "freshclam" as sudo
|
||||||
|
Reference in New Issue
Block a user