From 827e605f777c59e285fa654850c2bcced0444e0f Mon Sep 17 00:00:00 2001 From: gunboy001 Date: Wed, 31 Oct 2018 22:47:36 +0100 Subject: [PATCH] more tidying --- to_remember.txt | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/to_remember.txt b/to_remember.txt index 2e5fa2d..0077b2f 100644 --- a/to_remember.txt +++ b/to_remember.txt @@ -27,7 +27,8 @@ -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 -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 --To use bluetooth start the "bluetooth.service" service then refer to: - https://wiki.archlinux.org/index.php/Bluetooth_headset - https://wiki.archlinux.org/index.php/bluetooth +-Bluetooth usage: + Start the "bluetooth.service" service then refer to: + https://wiki.archlinux.org/index.php/Bluetooth_headset + https://wiki.archlinux.org/index.php/bluetooth -https://github.com/trustedsec/social-engineer-toolkit @@ -133,10 +135,12 @@ -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" - "https://askubuntu.com/questions/322772/how-do-i-add-an-executable-to-my-search-path" - or from "https://unix.stackexchange.com/questions/3809/how-can-i-make-a-program-executable-from-everywhere" - quote "If you just type export PATH=$PATH: at the command line it will only last for the length of the session. +-Adding executables and shortcuts: + Refers to: + https://askubuntu.com/questions/322772/how-do-i-add-an-executable-to-my-search-path + 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: 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: 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