All public logs
Jump to navigation
Jump to search
Combined display of all available logs of I Will Fear No Evil. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:22, 15 October 2021 Chubbard talk contribs created page Bash-set-options (Created page with "# set -o nounset # Treat unset variables as an error # set -o pipefail # Any non-zero exits in pipes fail # set -e...")
- 15:20, 15 October 2021 Chubbard talk contribs created page Bash-check-redis-replication (Created page with "Example of using expect within a bash script This will give you both the hosts as well as an exit code to check for failures. <pre> SLAVED_HOSTS=`exec expect <<EOD set timeou...")
- 15:18, 15 October 2021 Chubbard talk contribs created page Bash-check-if-root-user (Created page with "<pre> got_root() { if [ "$(id -u)" != "0" ]; then echo "Failure: This script must be run as root or sudo used"; exit 2 else echo "Confirmed: running as root, or sudo used...")
- 15:17, 15 October 2021 Chubbard talk contribs created page Bash-check-if-host-pingable (Created page with "<pre> check_remote() { local VALIDATE=`ping -c 3 ${IP} >/dev/null 2>&1; echo $?` if [ ${VALIDATE} -eq 0 ];then echo "Failure: IP address ${IP} is still pingable!"; exit 2 el...")
- 15:16, 15 October 2021 Chubbard talk contribs created page Bash-check-if-ip-address (Created page with "this is a VERY simple check to see if you have an IP address as your variable <pre> function valid_ip() { local ip=$1 local stat=1 if [[ $ip =~ ^[0-9]{1,3}\.[0-...")
- 15:11, 15 October 2021 Chubbard talk contribs created page Bash-email-with-attachments (Created page with "====Mail with attachments==== # Install uuencode and sendmail binaries <pre> function fappend { echo "$2">>$1; } send_email2 () { local EMAIL="${2}" FILE2="/tmp/${RANDOM}...")
- 14:47, 15 October 2021 Chubbard talk contribs created page Bash-script-framework (Created page with "<pre> #!/bin/bash #=============================================================================== # # FILE: FILENAME.sh # # USAGE: ./FILENAME.sh < options...")
- 14:38, 15 October 2021 Chubbard talk contribs created page Snmp-examples (Created page with "== SNMP Examples == Anything that is a useful example to reuse somewhere else Category:SNMP")
- 14:29, 15 October 2021 Chubbard talk contribs created page Category:SNMP (Created page with "Anything pertaining to SNMP should have a category link to here. Your one-stop shop for all your snmp needs.")
- 14:29, 15 October 2021 Chubbard talk contribs created page Snmp-iwillfearnoevil (Created page with "== Specific to IANA SNMP oid 30911 == Everything dealing specifically with the IANA registered SNMP oid for iwillfearnoevil.com needs to go here. Default path: 1.3.6.1.4.1.30...")
- 14:00, 15 October 2021 Chubbard talk contribs created page Nms-trapReceiver (Created page with "This script: trapReceiver.php is not part of the API spec, and is however part of the overall system. This is what snmptrapd calls for all inbound SNMP events. Specifically...")
- 13:56, 15 October 2021 Chubbard talk contribs created page Nms-api-start-services (Created page with "Currently there is no systemd, so all daemons are actually running via the PHP server command directly. <pre> cd /opt/nmsApi/ php -S 0.0.0.0:8002 -t public & </pre> Nothing...")
- 13:34, 15 October 2021 Chubbard talk contribs created page Category:NMS (Created page with "Everything pertaining specifically to "The NMS" that is being worked on specifically at iwillfearnoevil.com should fall under this category. Secondary stuff that pertains to...")
- 13:33, 15 October 2021 Chubbard talk contribs created page Nms-apiEventReceiver (Created page with "Logic: Calling the /trap API is not the same as an snmptrap. This is really more of an Event API living at /trap There is NO logic for inserting the event into the database....")
- 13:32, 15 October 2021 Chubbard talk contribs created page Nms-database-schema (Created page with "Notes on the NMS that is being built on larvel01. Category:NMS")
- 11:55, 15 October 2021 Chubbard talk contribs created page Create-yml-from-bash-include (Created page with "[https://stackoverflow.com/questions/41598377/create-bash-script-to-create-yaml-files-from-existing-linux-etc-hosts-files|Source site] This is going to be VERY fragile, but d...")
- 11:52, 15 October 2021 Chubbard talk contribs created page Ubuntu-raid-live-os (Created page with "[ https://feeding.cloud.geek.nz/posts/setting-up-raid-on-existing/ | Original source site] Tested and works, but is really touchy on getting it right. <pre> Adjust howto for...")
- 11:50, 15 October 2021 Chubbard talk contribs created page Bash-rarely-used-options (Created page with "Suspect they will be version dependent, but maybe not. [https://stackoverflow.com/questions/4168371/how-can-i-remove-all-text-after-a-character-in-bash | Original link] <p...")
- 11:48, 15 October 2021 Chubbard talk contribs created page Category:Bash (Created page with "All bash examples should go into this category")
- 11:48, 15 October 2021 Chubbard talk contribs created page Bash-sorting-apache (Created page with "Category:bash Example of how to sort a logfile for top hits (apache in this case) Why is this useful? Think making a case statement and stuff that is a script kiddie att...")
- 11:46, 15 October 2021 Chubbard talk contribs created page Category:Nmap (Created page with "All nmap examples should link into this category")
- 11:45, 15 October 2021 Chubbard talk contribs created page Nmap-examples (Created page with "Origional source of these commands: [https://www.cyberciti.biz/networking/nmap-command-examples-tutorials/ | Nmap command examples] <pre> ### Scan a single ip address ### nm...")
- 11:43, 15 October 2021 Chubbard talk contribs created page Category:Tcpdump (Created page with "All commands that are using tcpdump should be categorized here.")
- 11:42, 15 October 2021 Chubbard talk contribs moved page Tcpdump to Tcpdump find dhcp leased without leaving a redirect
- 11:35, 15 October 2021 Chubbard talk contribs created page Tcpdump (Created page with "Different examples of useful tcpdump commands. [https://unixhealthcheck.com/blog?id=433 | origional source ] <nowiki> tcpdump -i eth0 port 67 or port 68 -e -n -vv Client-ID...")
- 11:04, 15 October 2021 Chubbard talk contribs created page User:Chubbard (Created page with "There is nothing interesting to say about me. I am a rather boorish person :)")
- 10:55, 15 October 2021 MediaWiki default talk contribs created page Main Page