User contributions for Chubbard
Jump to navigation
Jump to search
12 January 2022
- 14:1914:19, 12 January 2022 diff hist +41 N Category:Psql Created page with "Catchall category for all Postgres pages." current
- 10:0210:02, 12 January 2022 diff hist +517 N Bash-timers Created page with "Simplest way to get a timer on something that does not have a builtin timeout system [https://serverfault.com/questions/361464/is-it-possible-to-set-a-timeout-on-openssls-s-c..." current
5 January 2022
- 09:3909:39, 5 January 2022 diff hist +29 m Psql notes No edit summary current
- 09:2909:29, 5 January 2022 diff hist +71 N Psql notes Created page with "* Select new database via cli <pre>\c <DB> </pre> Category:psql"
23 December 2021
- 13:3013:30, 23 December 2021 diff hist 0 m Ffmpeg notes No edit summary
- 13:3013:30, 23 December 2021 diff hist +180 Ffmpeg notes No edit summary
21 December 2021
- 11:0211:02, 21 December 2021 diff hist +61 m Mac Notes No edit summary
- 11:0211:02, 21 December 2021 diff hist +84 N Mac Notes Created page with " Mac equiv of groupmod <pre> sudo dseditgroup -o edit -a geoff -t user wheel </pre>"
20 December 2021
- 17:2617:26, 20 December 2021 diff hist +110 m Ffmpeg notes No edit summary
- 17:2617:26, 20 December 2021 diff hist +52 N Category:Ffmpeg Created page with "Anything dealing with ffmpeg transcoding or playback" current
- 17:2517:25, 20 December 2021 diff hist +260 N Ffmpeg notes Created page with "ffmpeg when dealing with mp4 that skips and stutters in playback. Seen in MythTV. <pre> ffmpeg -i ./foo.mp4 -c:v libx264 -crf 24 -pix_fmt yuv420p -tune film -c:a aac -b:a 19..."
8 December 2021
- 14:0814:08, 8 December 2021 diff hist +170 m Bash-gotchas No edit summary current
3 December 2021
- 16:5616:56, 3 December 2021 diff hist +281 N 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:1914:19, 3 December 2021 diff hist +754 N 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..."
22 November 2021
- 11:0711:07, 22 November 2021 diff hist +84 m Bash-convert-strings-to-int No edit summary current
- 11:0111:01, 22 November 2021 diff hist +232 N 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:3909:39, 22 November 2021 diff hist +128 m Linux-password-reset-root No edit summary
- 09:3809:38, 22 November 2021 diff hist +297 N 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..."
17 November 2021
- 10:4310:43, 17 November 2021 diff hist +67 m Bash-git-commands No edit summary current
- 09:1309:13, 17 November 2021 diff hist +206 m Bash-remove-n-match No edit summary
- 09:1109:11, 17 November 2021 diff hist +985 N 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_..."
5 November 2021
- 14:4014:40, 5 November 2021 diff hist +591 N 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"..."
- 09:5409:54, 5 November 2021 diff hist +115 m Bash-git-commands No edit summary
- 09:0809:08, 5 November 2021 diff hist +212 m Bash-git-commands No edit summary
30 October 2021
- 17:1317:13, 30 October 2021 diff hist 0 m Madadm-notes No edit summary
- 17:1217:12, 30 October 2021 diff hist +135 m Madadm-notes No edit summary
- 17:1217:12, 30 October 2021 diff hist +101 m Madadm-notes No edit summary
- 17:1117:11, 30 October 2021 diff hist +384 m Madadm-notes No edit summary
- 17:0817:08, 30 October 2021 diff hist +480 N 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:0417:04, 30 October 2021 diff hist −2 m Zoneminder-notes No edit summary
- 17:0317:03, 30 October 2021 diff hist +109 m Zoneminder-notes No edit summary
- 17:0217:02, 30 October 2021 diff hist +43 N Category:Zoneminder Created page with "Placeholder for notes on running Zoneminder" current
- 17:0217:02, 30 October 2021 diff hist +325 N 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..."
22 October 2021
- 18:5818:58, 22 October 2021 diff hist +54 m Bash-links No edit summary current
- 18:1418:14, 22 October 2021 diff hist +303 N 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/..."
- 18:0818:08, 22 October 2021 diff hist +19 m Bash-git-commands No edit summary
- 17:5617:56, 22 October 2021 diff hist +447 m Bash-git-commands No edit summary
- 12:0612:06, 22 October 2021 diff hist +31 m Bash-git-commands No edit summary
- 10:0210:02, 22 October 2021 diff hist +9 m Bash-git-commands No edit summary
- 10:0210:02, 22 October 2021 diff hist +534 N 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..."
- 08:0908:09, 22 October 2021 diff hist +166 m Bash-compare-versions No edit summary
- 08:0308:03, 22 October 2021 diff hist +155 m Bash-compare-versions No edit summary
- 07:5907:59, 22 October 2021 diff hist +47 m Bash-compare-versions No edit summary
- 07:5807:58, 22 October 2021 diff hist +821 N 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..."
20 October 2021
- 11:2111:21, 20 October 2021 diff hist +374 N 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..." current
- 11:1511:15, 20 October 2021 diff hist +746 N 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..."
- 10:5710:57, 20 October 2021 diff hist +279 m Bash-common-checks No edit summary
- 10:5410:54, 20 October 2021 diff hist +1 m Bash-common-checks →=Generate HEX for string
- 10:5410:54, 20 October 2021 diff hist +156 m Bash-common-checks No edit summary
- 10:4710:47, 20 October 2021 diff hist +96 m Bash-common-checks →Create CRC32 from string