Chris Koeritz [Thu, 9 Jul 2020 02:31:06 +0000 (22:31 -0400)]
Merge branch 'release-2.140.124'
Chris Koeritz [Thu, 9 Jul 2020 02:30:56 +0000 (22:30 -0400)]
updated version
Chris Koeritz [Thu, 9 Jul 2020 02:30:56 +0000 (22:30 -0400)]
updated version
Chris Koeritz [Tue, 7 Jul 2020 16:10:01 +0000 (16:10 +0000)]
example database update removes problematic quotes
good god, god's an evil devil? no?
Chris Koeritz [Tue, 7 Jul 2020 16:10:01 +0000 (16:10 +0000)]
example database update removes problematic quotes
good god, god's an evil devil? no?
Chris Koeritz [Mon, 6 Jul 2020 13:40:16 +0000 (13:40 +0000)]
updated letsencrypt renewal cron job
needed some path additions to work properly.
Chris Koeritz [Mon, 6 Jul 2020 13:40:16 +0000 (13:40 +0000)]
updated letsencrypt renewal cron job
needed some path additions to work properly.
Chris Koeritz [Thu, 2 Jul 2020 18:36:33 +0000 (14:36 -0400)]
removed some problematic quotes
Chris Koeritz [Thu, 2 Jul 2020 18:36:33 +0000 (14:36 -0400)]
removed some problematic quotes
Chris Koeritz [Thu, 2 Jul 2020 00:47:13 +0000 (20:47 -0400)]
better noise at runtime
Chris Koeritz [Thu, 2 Jul 2020 00:47:13 +0000 (20:47 -0400)]
better noise at runtime
Chris Koeritz [Wed, 1 Jul 2020 18:32:08 +0000 (14:32 -0400)]
Merge branch 'release-2.140.123' into dev
brining in new version tag
Chris Koeritz [Wed, 1 Jul 2020 18:32:08 +0000 (14:32 -0400)]
Merge branch 'release-2.140.123' into dev
brining in new version tag
Chris Koeritz [Wed, 1 Jul 2020 17:57:16 +0000 (13:57 -0400)]
Merge branch 'release-2.140.123'
Chris Koeritz [Wed, 1 Jul 2020 17:57:16 +0000 (13:57 -0400)]
Merge branch 'release-2.140.123'
Chris Koeritz [Wed, 1 Jul 2020 17:56:21 +0000 (13:56 -0400)]
new version
Chris Koeritz [Wed, 1 Jul 2020 17:56:21 +0000 (13:56 -0400)]
new version
Chris Koeritz [Wed, 1 Jul 2020 17:54:02 +0000 (13:54 -0400)]
added csv as ending for space'm all function
Chris Koeritz [Wed, 1 Jul 2020 17:54:02 +0000 (13:54 -0400)]
added csv as ending for space'm all function
Chris Koeritz [Thu, 25 Jun 2020 14:42:11 +0000 (10:42 -0400)]
updated to work on centos
centos was bitching about:
git rev-parse @
and
git pull --tags --all
on centos 7.
revised to use:
git rev-parse HEAD
and
git fetch --tags --all
instead.
Chris Koeritz [Thu, 25 Jun 2020 14:42:11 +0000 (10:42 -0400)]
updated to work on centos
centos was bitching about:
git rev-parse @
and
git pull --tags --all
on centos 7.
revised to use:
git rev-parse HEAD
and
git fetch --tags --all
instead.
Chris Koeritz [Wed, 24 Jun 2020 20:33:39 +0000 (16:33 -0400)]
doc tweak to tickle github
Chris Koeritz [Wed, 24 Jun 2020 20:33:39 +0000 (16:33 -0400)]
doc tweak to tickle github
Chris Koeritz [Wed, 24 Jun 2020 20:00:39 +0000 (20:00 +0000)]
Merge branch 'dev' of feistymeow.org:feisty_meow into dev
Chris Koeritz [Wed, 24 Jun 2020 20:00:39 +0000 (20:00 +0000)]
Merge branch 'dev' of feistymeow.org:feisty_meow into dev
Chris Koeritz [Mon, 22 Jun 2020 19:31:23 +0000 (19:31 +0000)]
Merge branch 'master' of github.com:fredhamster/feisty_meow into dev
Chris Koeritz [Mon, 22 Jun 2020 19:31:23 +0000 (19:31 +0000)]
Merge branch 'master' of github.com:fredhamster/feisty_meow into dev
Chris Koeritz [Mon, 22 Jun 2020 19:31:19 +0000 (19:31 +0000)]
Merge branch 'dev' of feistymeow.org:feisty_meow into dev
Chris Koeritz [Mon, 22 Jun 2020 19:31:19 +0000 (19:31 +0000)]
Merge branch 'dev' of feistymeow.org:feisty_meow into dev
Chris Koeritz [Mon, 22 Jun 2020 19:30:39 +0000 (19:30 +0000)]
Merge branch 'master' of ssh://git.code.sf.net/p/feistymeow/trunk into dev
Chris Koeritz [Mon, 22 Jun 2020 19:30:39 +0000 (19:30 +0000)]
Merge branch 'master' of ssh://git.code.sf.net/p/feistymeow/trunk into dev
Chris Koeritz [Mon, 22 Jun 2020 19:30:28 +0000 (19:30 +0000)]
Merge branch 'dev' of feistymeow.org:feisty_meow into dev
Chris Koeritz [Mon, 22 Jun 2020 19:30:28 +0000 (19:30 +0000)]
Merge branch 'dev' of feistymeow.org:feisty_meow into dev
Chris Koeritz [Wed, 17 Jun 2020 18:53:20 +0000 (14:53 -0400)]
simple script attempts to update moodle
got tired of doing this manually.
Chris Koeritz [Wed, 17 Jun 2020 18:53:20 +0000 (14:53 -0400)]
simple script attempts to update moodle
got tired of doing this manually.
Chris Koeritz [Wed, 17 Jun 2020 15:26:45 +0000 (11:26 -0400)]
updated to use java itself to get JAVA_HOME
this is the best approach possible if the desired version of java is already in your path.
our previous implementation is a guessing game and is dysfunctional. "is", since it's still in place if the call to java fails.
Chris Koeritz [Wed, 17 Jun 2020 15:26:45 +0000 (11:26 -0400)]
updated to use java itself to get JAVA_HOME
this is the best approach possible if the desired version of java is already in your path.
our previous implementation is a guessing game and is dysfunctional. "is", since it's still in place if the call to java fails.
Chris Koeritz [Tue, 16 Jun 2020 16:54:30 +0000 (12:54 -0400)]
minor edit, awaiting code
Chris Koeritz [Tue, 16 Jun 2020 16:54:30 +0000 (12:54 -0400)]
minor edit, awaiting code
Chris Koeritz [Fri, 12 Jun 2020 14:56:12 +0000 (10:56 -0400)]
updated for openssl path on macos
Chris Koeritz [Fri, 12 Jun 2020 14:56:12 +0000 (10:56 -0400)]
updated for openssl path on macos
Chris Koeritz [Wed, 10 Jun 2020 19:38:01 +0000 (15:38 -0400)]
a better minor formatting tweak
Chris Koeritz [Wed, 10 Jun 2020 19:38:01 +0000 (15:38 -0400)]
a better minor formatting tweak
Chris Koeritz [Wed, 10 Jun 2020 19:36:23 +0000 (15:36 -0400)]
minor formatting tweak
Chris Koeritz [Wed, 10 Jun 2020 19:36:23 +0000 (15:36 -0400)]
minor formatting tweak
Chris Koeritz [Wed, 10 Jun 2020 19:33:50 +0000 (15:33 -0400)]
cleaner implementation of keep_awake
will still put process in background, but now you can control it from the shell.
unfortunately, these will probably still zombie out if the connection gets dropped for some reason (either because we're not printing frequently enough or for causes out of our control).
Chris Koeritz [Wed, 10 Jun 2020 19:33:50 +0000 (15:33 -0400)]
cleaner implementation of keep_awake
will still put process in background, but now you can control it from the shell.
unfortunately, these will probably still zombie out if the connection gets dropped for some reason (either because we're not printing frequently enough or for causes out of our control).
Chris Koeritz [Thu, 4 Jun 2020 18:25:02 +0000 (14:25 -0400)]
need to not squash path on post-sudo side
Chris Koeritz [Thu, 4 Jun 2020 18:25:02 +0000 (14:25 -0400)]
need to not squash path on post-sudo side
Chris Koeritz [Thu, 4 Jun 2020 18:10:16 +0000 (14:10 -0400)]
revised sudo implementation to fix centos
Chris Koeritz [Thu, 4 Jun 2020 18:10:16 +0000 (14:10 -0400)]
revised sudo implementation to fix centos
Chris Koeritz [Thu, 4 Jun 2020 02:11:42 +0000 (22:11 -0400)]
ignoring our no checkin sentinel file
Chris Koeritz [Thu, 4 Jun 2020 02:11:42 +0000 (22:11 -0400)]
ignoring our no checkin sentinel file
Chris Koeritz [Wed, 3 Jun 2020 23:19:44 +0000 (19:19 -0400)]
Merge branch 'release-2.140.122' into dev
pulling in latest version
Chris Koeritz [Wed, 3 Jun 2020 23:19:44 +0000 (19:19 -0400)]
Merge branch 'release-2.140.122' into dev
pulling in latest version
Chris Koeritz [Wed, 3 Jun 2020 23:18:49 +0000 (19:18 -0400)]
Merge branch 'release-2.140.122'
Chris Koeritz [Wed, 3 Jun 2020 23:18:49 +0000 (19:18 -0400)]
Merge branch 'release-2.140.122'
Chris Koeritz [Wed, 3 Jun 2020 23:18:40 +0000 (19:18 -0400)]
new version
Chris Koeritz [Wed, 3 Jun 2020 23:18:40 +0000 (19:18 -0400)]
new version
Fred T. Hamster [Wed, 3 Jun 2020 12:32:48 +0000 (12:32 +0000)]
minor mods
Fred T. Hamster [Wed, 3 Jun 2020 12:32:48 +0000 (12:32 +0000)]
minor mods
Chris Koeritz [Wed, 3 Jun 2020 10:17:18 +0000 (06:17 -0400)]
dead code cleanup
Chris Koeritz [Wed, 3 Jun 2020 10:17:18 +0000 (06:17 -0400)]
dead code cleanup
Chris Koeritz [Tue, 2 Jun 2020 23:24:53 +0000 (19:24 -0400)]
new fortune
Chris Koeritz [Tue, 2 Jun 2020 23:24:53 +0000 (19:24 -0400)]
new fortune
Chris Koeritz [Tue, 2 Jun 2020 15:28:02 +0000 (11:28 -0400)]
added docs for year in calendar format
Chris Koeritz [Tue, 2 Jun 2020 15:28:02 +0000 (11:28 -0400)]
added docs for year in calendar format
Chris Koeritz [Tue, 2 Jun 2020 13:52:57 +0000 (09:52 -0400)]
added note for tighter sshd config
Chris Koeritz [Tue, 2 Jun 2020 13:52:57 +0000 (09:52 -0400)]
added note for tighter sshd config
Chris Koeritz [Mon, 1 Jun 2020 21:08:08 +0000 (17:08 -0400)]
omitted main benefit of hiding errors, argh
added in 2>/dev/null that i thought was already there.
Chris Koeritz [Mon, 1 Jun 2020 21:08:08 +0000 (17:08 -0400)]
omitted main benefit of hiding errors, argh
added in 2>/dev/null that i thought was already there.
Chris Koeritz [Mon, 1 Jun 2020 21:06:41 +0000 (17:06 -0400)]
escaped which to avoid hitting aliases
Chris Koeritz [Mon, 1 Jun 2020 21:06:41 +0000 (17:06 -0400)]
escaped which to avoid hitting aliases
Chris Koeritz [Mon, 1 Jun 2020 21:02:20 +0000 (17:02 -0400)]
settled on whichable func over direct call to which
the whichable function does the which but also hides errors from not finding the command in question. this is much preferred over seeing errors about "gvim not found" etc.
Chris Koeritz [Mon, 1 Jun 2020 21:02:20 +0000 (17:02 -0400)]
settled on whichable func over direct call to which
the whichable function does the which but also hides errors from not finding the command in question. this is much preferred over seeing errors about "gvim not found" etc.
Chris Koeritz [Mon, 1 Jun 2020 16:35:12 +0000 (16:35 +0000)]
Merge branch 'master' of github.com:fredhamster/feisty_meow into dev
Chris Koeritz [Mon, 1 Jun 2020 16:35:12 +0000 (16:35 +0000)]
Merge branch 'master' of github.com:fredhamster/feisty_meow into dev
Chris Koeritz [Mon, 1 Jun 2020 16:35:11 +0000 (16:35 +0000)]
Merge branch 'dev' of feistymeow.org:feisty_meow into dev
Chris Koeritz [Mon, 1 Jun 2020 16:35:11 +0000 (16:35 +0000)]
Merge branch 'dev' of feistymeow.org:feisty_meow into dev
Chris Koeritz [Mon, 1 Jun 2020 16:34:34 +0000 (16:34 +0000)]
Merge branch 'master' of ssh://git.code.sf.net/p/feistymeow/trunk into dev
Chris Koeritz [Mon, 1 Jun 2020 16:34:34 +0000 (16:34 +0000)]
Merge branch 'master' of ssh://git.code.sf.net/p/feistymeow/trunk into dev
Chris Koeritz [Mon, 1 Jun 2020 16:34:30 +0000 (16:34 +0000)]
Merge branch 'dev' of feistymeow.org:feisty_meow into dev
Chris Koeritz [Mon, 1 Jun 2020 16:34:30 +0000 (16:34 +0000)]
Merge branch 'dev' of feistymeow.org:feisty_meow into dev
Chris Koeritz [Mon, 1 Jun 2020 16:14:54 +0000 (12:14 -0400)]
Merge branch 'release-2.140.121' into dev
pull in release diffs
Chris Koeritz [Mon, 1 Jun 2020 16:14:54 +0000 (12:14 -0400)]
Merge branch 'release-2.140.121' into dev
pull in release diffs
Chris Koeritz [Mon, 1 Jun 2020 16:12:41 +0000 (12:12 -0400)]
Merge branch 'release-2.140.121'
new release 2.140.121
Chris Koeritz [Mon, 1 Jun 2020 16:12:41 +0000 (12:12 -0400)]
Merge branch 'release-2.140.121'
new release 2.140.121
Chris Koeritz [Mon, 1 Jun 2020 16:12:30 +0000 (12:12 -0400)]
new version
Chris Koeritz [Mon, 1 Jun 2020 16:12:30 +0000 (12:12 -0400)]
new version
Chris Koeritz [Mon, 1 Jun 2020 14:19:23 +0000 (10:19 -0400)]
simplified sudo function
tossed out a lot of my changes after discovering the -i option to sudo, which starts a legitimate fresh shell of the type i needed. now, the only weirdity i have to deal with is that the PATH variable still seems to be passed in from sudo even though i've asked for that fresh shell. setting it to null prior to doing the sudo fixes that. works a bit better now.
Chris Koeritz [Mon, 1 Jun 2020 14:19:23 +0000 (10:19 -0400)]
simplified sudo function
tossed out a lot of my changes after discovering the -i option to sudo, which starts a legitimate fresh shell of the type i needed. now, the only weirdity i have to deal with is that the PATH variable still seems to be passed in from sudo even though i've asked for that fresh shell. setting it to null prior to doing the sudo fixes that. works a bit better now.
Chris Koeritz [Sun, 31 May 2020 02:54:57 +0000 (22:54 -0400)]
testing sudo function
Chris Koeritz [Sun, 31 May 2020 02:54:57 +0000 (22:54 -0400)]
testing sudo function
Chris Koeritz [Sat, 30 May 2020 01:46:05 +0000 (21:46 -0400)]
new link for user
custom koeritz folder will use fred customizations
Chris Koeritz [Sat, 30 May 2020 01:46:05 +0000 (21:46 -0400)]
new link for user
custom koeritz folder will use fred customizations
Chris Koeritz [Sat, 30 May 2020 01:43:55 +0000 (21:43 -0400)]
Merge branch 'master' of feistymeow.org:feisty_meow
Chris Koeritz [Sat, 30 May 2020 01:43:55 +0000 (21:43 -0400)]
Merge branch 'master' of feistymeow.org:feisty_meow
Chris Koeritz [Sat, 30 May 2020 01:43:28 +0000 (21:43 -0400)]
Merge branch 'master' of feistymeow.org:feisty_meow
urgh, new machine.
Chris Koeritz [Sat, 30 May 2020 01:43:28 +0000 (21:43 -0400)]
Merge branch 'master' of feistymeow.org:feisty_meow
urgh, new machine.
koeritz [Sat, 30 May 2020 01:43:01 +0000 (21:43 -0400)]
Merge branch 'master' of feistymeow.org:feisty_meow