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).
- 11:14, 17 December 2021 Pmorris talk contribs created page GetAroundSAPMACSetup (Created page with "Getting around the NS2 initial installer when it should just be a blank mac. <pre><code> cd /var/db/ConfigurationProfiles rm -rf * mkdir Settings touch Settings/.profilesAreI...")
- 16:56, 3 December 2021 Chubbard talk contribs created page Bash-sed-examples (Created page with "Examples of using sed for different jobs * Remove all of a string until first match <pre> echo "1=2=3" | sed 's/[^=]*=//' 2=3 </pre> [https://unix.stackexchange.com/questions...")
- 14:19, 3 December 2021 Chubbard talk contribs created page Bash-jq-examples (Created page with "Some examples of using jq to do filtering.. <pre> raw jason: { "1": [ { "id": "123456789", "accountId": "a1-supplies-01234", "accountName": "a1-suppli...")
- 11:17, 1 December 2021 Pmorris talk contribs created page OldHelperFile (Created page with "Personal: Desk Phone: 206 331 3451 nagios.sea.marchex.com <<-- our nagios instance TINYDNS_MARCHEX_1_1_844 ************************************************* giving peopl...")
- 11:01, 22 November 2021 Chubbard talk contribs created page Bash-convert-strings-to-int (Created page with "In bash converting string values into integer values can be done this way: <pre> c=$(( A+b )) Anything within the (( )) is considered arithmetic </pre> So the simplest way to...")
- 09:38, 22 November 2021 Chubbard talk contribs created page Linux-password-reset-root (Created page with "Really interesting way to reset a forgotten root password on Rocky. The assumption is that this will also work for other RHEL releases, although it has not been tested at all...")
- 09:39, 17 November 2021 User account Pmorris talk contribs was created
- 09:11, 17 November 2021 Chubbard talk contribs created page Bash-remove-n-match (Created page with "Really unique problem and resolution using awk found in reddit. [https://www.reddit.com/r/bash/comments/qva5bm/delete_n_occurrence_of_a_pattern/?%24deep_link=true&correlation_...")
- 14:40, 5 November 2021 Chubbard talk contribs created page Bash-gotchas (Created page with "Oddball things to remember when working in bash.. * Exit codes are not always honored in function calls when it is inline <pre> f() { echo "test"; exit 2 } f() { echo "test"...")
- 17:08, 30 October 2021 Chubbard talk contribs created page Madadm-notes (Created page with "All the damn details of mdadm that you can never remember when a !@#$!#@ drive dies sfdisk can mirror two disks (usually) so that you can rebuild quickly.. [https://www.thege...")
- 17:02, 30 October 2021 Chubbard talk contribs created page Category:Zoneminder (Created page with "Placeholder for notes on running Zoneminder")
- 17:02, 30 October 2021 Chubbard talk contribs created page Zoneminder-notes (Created page with "Zoneminder configuration information specific to the alarm filtering can be found in the following areas.. * [https://forums.zoneminder.com/viewtopic.php?t=4576 | Zoneminder...")
- 18:14, 22 October 2021 Chubbard talk contribs created page Bash-links (Created page with "Category:bash Interesting bash related links I have found on the web... * [https://overthewire.org/wargames/bandit/|Shell game that teaches you bash] * [http://bash.org/...")
- 10:02, 22 October 2021 Chubbard talk contribs created page Bash-git-commands (Created page with "Git commands that are useful for bash scripts. Retrieve the hash for the current commit inside whatever branch we are in This also works for submodules as long as you are wit...")
- 07:58, 22 October 2021 Chubbard talk contribs created page Bash-compare-versions (Created page with "This is a simplistic way to compare version numbers. This is useful for when commands change over time, and you do not know which or what kind of host will have which version...")
- 11:21, 20 October 2021 Chubbard talk contribs created page Bash-apt-hold (Created page with "Basic examples of both kernel pinning as well as how to hold a package at a specific release * Do not allow kernel updates <pre> for i in $(dpkg -l "*$(uname -r)*" | grep ima...")
- 11:15, 20 October 2021 Chubbard talk contribs created page Bash-compile-fusionIO (Created page with "This is a high level bash history of the last time I needed to create the FusioIO drivers to install on KVM01 There is a git repo that has updated these drivers that may be u...")
- 08:27, 19 October 2021 Chubbard talk contribs created page Bash-common-checks (Created page with "## Common checks and validations that are a PITA to remember ## * Check if a var is an integer <pre> VAR=123 if [[ ${VAR} =~ ^-?[0-9]+$ ]]; then echo "Is integer" else ech...")
- 15:42, 15 October 2021 Chubbard talk contribs created page Bash-password-genorator (Created page with "==Bash version== <pre> #!/bin/bash if -z $1 ; then CHAR=10 else CHAR=$1 fi strings /dev/urandom | grep -o 'alnum:' | head -n ${CHAR} | tr -d '\n'; echo '!' </pre...")
- 15:38, 15 October 2021 Chubbard talk contribs created page Iwillfearnoevil links (Created page with "Random links so I do not have to hunt for them... Most will not be world accessible (unless you ask) # https://grafana.iwillfearnoevil.com/d/gSgl4u8Zk/power-utilization?orgI...")
- 15:36, 15 October 2021 Chubbard talk contribs created page Random links (Created page with "# https://askubuntu.com/questions/466366/is-there-a-command-to-view-hard-drive-specs # https://talesfromthedatacenter.com/2019/08/how-to-create-a-linux-partition-larger-than-2...")
- 15:31, 15 October 2021 Chubbard talk contribs created page Nms-existing-tests (Created page with "Local LAN links to different monitoring tests http://192.168.15.249/event?sort=eventSeverity&direction=DESC http://backup01:85/windowDetail.php?id=5d1036d709297 http://backup...")
- 15:26, 15 October 2021 Chubbard talk contribs created page Snmp-links (Created page with "==Links to external sources of information== # https://oidref.com/ # http://oid-info.com/get/ # http://www.mibdepot.com # http://www.snmplink.org/cgi-bin/nd/m/Standards/RFC%20...")
- 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