feisty_meow.git
7 years agonew fortunes.
Chris Koeritz [Mon, 3 Oct 2016 06:05:24 +0000 (02:05 -0400)]
new fortunes.

7 years agoupdates for domain names.
Chris Koeritz [Mon, 3 Oct 2016 05:56:09 +0000 (01:56 -0400)]
updates for domain names.

7 years agoadded special case for curie host, since it doesn't do the normal full synch.
Chris Koeritz [Sun, 2 Oct 2016 22:40:15 +0000 (18:40 -0400)]
added special case for curie host, since it doesn't do the normal full synch.

7 years agoupdated version
Chris Koeritz [Sun, 2 Oct 2016 04:56:08 +0000 (00:56 -0400)]
updated version

7 years agofixed alias issues for subshells!
Chris Koeritz [Sat, 1 Oct 2016 23:52:28 +0000 (19:52 -0400)]
fixed alias issues for subshells!
also fixed the variable, alias and function names used for sentinels to line up nicely, including a user customization sentinel.

7 years agostoring boilerplate huge .htaccess example, most of which can go directly into apache...
Chris Koeritz [Sat, 1 Oct 2016 22:01:45 +0000 (18:01 -0400)]
storing boilerplate huge .htaccess example, most of which can go directly into apache configs.

7 years agomade the log file search range larger
Chris Koeritz [Sat, 1 Oct 2016 18:41:03 +0000 (14:41 -0400)]
made the log file search range larger

7 years agoone more tiny change, to make full path for fallout 4 storage folder
Chris Koeritz [Sat, 1 Oct 2016 07:24:50 +0000 (03:24 -0400)]
one more tiny change, to make full path for fallout 4 storage folder

7 years agomodified save folder name to match convention.
Chris Koeritz [Sat, 1 Oct 2016 07:23:12 +0000 (03:23 -0400)]
modified save folder name to match convention.

7 years agoadapted to games being on windows instead of wine.
Chris Koeritz [Sat, 1 Oct 2016 07:21:17 +0000 (03:21 -0400)]
adapted to games being on windows instead of wine.

7 years agoscript for sorting apache log files by timestamp.
Chris Koeritz [Sat, 1 Oct 2016 04:53:37 +0000 (00:53 -0400)]
script for sorting apache log files by timestamp.

7 years agonew script for backing up any directory and storing backup file in a different directory.
Chris Koeritz [Sat, 1 Oct 2016 00:18:26 +0000 (20:18 -0400)]
new script for backing up any directory and storing backup file in a different directory.

7 years agoupdated with storage path usage.
Chris Koeritz [Fri, 30 Sep 2016 17:01:29 +0000 (13:01 -0400)]
updated with storage path usage.

7 years agoupdated to support a path for the archive locatin.
Chris Koeritz [Fri, 30 Sep 2016 16:56:47 +0000 (12:56 -0400)]
updated to support a path for the archive locatin.

7 years agonew crontab for backing up trac.
Chris Koeritz [Fri, 30 Sep 2016 16:50:10 +0000 (12:50 -0400)]
new crontab for backing up trac.

7 years agoadding a script for archiving our trac repository.
Chris Koeritz [Fri, 30 Sep 2016 16:44:31 +0000 (12:44 -0400)]
adding a script for archiving our trac repository.

7 years agostopped using a mount, which is on an insecure device.
Chris Koeritz [Fri, 30 Sep 2016 15:59:12 +0000 (11:59 -0400)]
stopped using a mount, which is on an insecure device.

7 years agofixed unrar line
Chris Koeritz [Fri, 30 Sep 2016 14:25:55 +0000 (10:25 -0400)]
fixed unrar line

7 years agosplit versions for cygwin vs visual studio in ioctlsocket
Chris Koeritz [Mon, 26 Sep 2016 20:42:45 +0000 (16:42 -0400)]
split versions for cygwin vs visual studio in ioctlsocket

7 years agominor updates from windows, getting gnu windows to compile slightly further
Chris Koeritz [Mon, 26 Sep 2016 20:22:42 +0000 (16:22 -0400)]
minor updates from windows, getting gnu windows to compile slightly further
but we keep getting blocked by incompatibilities under cygwin.

7 years agomore mods to support windows, but for gnu compilation this time under cygwin.
Chris Koeritz [Mon, 26 Sep 2016 16:14:53 +0000 (12:14 -0400)]
more mods to support windows, but for gnu compilation this time under cygwin.

7 years agoupdated zlib build.
Chris Koeritz [Sun, 25 Sep 2016 23:20:11 +0000 (19:20 -0400)]
updated zlib build.

7 years agoupdated curl for windows.
Chris Koeritz [Sun, 25 Sep 2016 22:57:27 +0000 (18:57 -0400)]
updated curl for windows.

7 years agomore updates, with a fix for windows finally in. it turned out to be a
Chris Koeritz [Sun, 25 Sep 2016 18:03:31 +0000 (14:03 -0400)]
more updates, with a fix for windows finally in.  it turned out to be a
strange failure in cygwin due to some of the apps being built with a WinMain,
leading them to seemingly exit immediately, which messed with the status
being returned pretty badly.  perhaps cygwin was also killing the process
prematurely because it had no console?  in any case, adding a pipe to cat
has forced cygwin to track the process across its entire lifetime and now
we are correctly trapping the results of all the test aps.  whew.  this was
a really ugly mess and popped up in some really strangely unrelated ways.

7 years agotracking down insane socket tester bugs on windoze, where the main culprit so far...
Chris Koeritz [Sun, 25 Sep 2016 02:59:05 +0000 (22:59 -0400)]
tracking down insane socket tester bugs on windoze, where the main culprit so far is an innocuous method that passes an object as a return value.  bad news if that's no longer allowed, but making the caller pass in a struct has fixed things for the moment.  also enabling debugging on the broadcast and ucast tests seems to have helped, which is more of the insane.  again, none of these absurdities were problems on linux.

7 years agominor updates for naming.
Chris Koeritz [Sat, 24 Sep 2016 02:48:46 +0000 (22:48 -0400)]
minor updates for naming.

7 years agoupdated with support for openssl 1.1.1, which is a bit premature
Chris Koeritz [Sat, 24 Sep 2016 02:37:03 +0000 (22:37 -0400)]
updated with support for openssl 1.1.1, which is a bit premature
since it's not in any ubuntus etc yet.

7 years agoa bunch of cleaning to get wayward unit tests passing on windows. not there yet.
Chris Koeritz [Fri, 23 Sep 2016 16:05:04 +0000 (12:05 -0400)]
a bunch of cleaning to get wayward unit tests passing on windows.  not there yet.
also a nice change in tree, to support the 40,000 deep symbol tree test that was barfing.
this was totally due to having a recursive destructor with a crazy deep tree; we blew out the stack on windows,
which we never even noticed on linux.  replacement algorithm does an iterative spider instead of beautiful
recursion, but it also handles arbitrarily large trees with no additional stack frames.

7 years agolots of mods getting windows to build under cygwin without visual studio.
Chris Koeritz [Thu, 22 Sep 2016 21:47:27 +0000 (17:47 -0400)]
lots of mods getting windows to build under cygwin without visual studio.
not quite there yet, but have made it to filesystem tests.

7 years agohad to bring back curl 3rdparty for windows too, since cygwin wasn't
Chris Koeritz [Thu, 22 Sep 2016 04:29:29 +0000 (00:29 -0400)]
had to bring back curl 3rdparty for windows too, since cygwin wasn't
actually standing in for this either.  not sure why i thought it was,
but it seemed like it had made it through the whole build.

7 years agoupdated bits for cygwin, but not working with the openssl yet.
Chris Koeritz [Thu, 22 Sep 2016 03:44:15 +0000 (23:44 -0400)]
updated bits for cygwin, but not working with the openssl yet.

7 years agoadded gnutls-devel as required library. need a build for that to be proven.
Chris Koeritz [Thu, 22 Sep 2016 02:40:39 +0000 (22:40 -0400)]
added gnutls-devel as required library.  need a build for that to be proven.

7 years agoadded cygwin info to the doc.
Chris Koeritz [Thu, 22 Sep 2016 02:23:29 +0000 (22:23 -0400)]
added cygwin info to the doc.

7 years agoupdated info for cygwin install list.
Chris Koeritz [Thu, 22 Sep 2016 02:19:42 +0000 (22:19 -0400)]
updated info for cygwin install list.

7 years agodropping old curl support. really old...
Chris Koeritz [Thu, 22 Sep 2016 02:07:44 +0000 (22:07 -0400)]
dropping old curl support.  really old...

7 years agomany updates to change BINDIR to FEISTY_MEOW_BINARIES. expands on previous changes...
Chris Koeritz [Thu, 22 Sep 2016 00:46:13 +0000 (20:46 -0400)]
many updates to change BINDIR to FEISTY_MEOW_BINARIES.  expands on previous changes that removed use of short_path.

7 years agohow did these changes get lost before? they are needed for the windows builds.
Chris Koeritz [Thu, 22 Sep 2016 00:20:44 +0000 (20:20 -0400)]
how did these changes get lost before?  they are needed for the windows builds.

7 years agoholy cowbars, what idiot deleted this file? it is needed.
Chris Koeritz [Wed, 21 Sep 2016 23:45:27 +0000 (19:45 -0400)]
holy cowbars, what idiot deleted this file?  it is needed.

7 years agodon't need this one.
Chris Koeritz [Sun, 18 Sep 2016 03:00:23 +0000 (23:00 -0400)]
don't need this one.

7 years agoupdated to sort the output file of counts, so that it stays in basically the same...
Chris Koeritz [Sun, 18 Sep 2016 02:39:30 +0000 (22:39 -0400)]
updated to sort the output file of counts, so that it stays in basically the same order.  this is done by the keys, which i think are the urls.

7 years agowow, more nice new scripts. time tracker lets different activities be tracked for...
Chris Koeritz [Sun, 18 Sep 2016 00:44:13 +0000 (20:44 -0400)]
wow, more nice new scripts.  time tracker lets different activities be tracked for duration, keeping them separate by name.  the test for it just tries a random time duration and prints it out.  other tests got cleaned or renamed too.

7 years agoa few new scripts. grid land lister does a dump of the uuids and such for land on...
Chris Koeritz [Sun, 18 Sep 2016 00:07:05 +0000 (20:07 -0400)]
a few new scripts.  grid land lister does a dump of the uuids and such for land on my simulator; not very generic yet.  list old linux packs shows linux-image and linux-header that are in rc state, so not installed but also not clean.  rounder is a nice script or test runner that will keep going until a failure occurs; it keeps all the logs from each run in a directory under TMP.

7 years agoremoved debugging
Chris Koeritz [Sat, 17 Sep 2016 23:16:12 +0000 (19:16 -0400)]
removed debugging

7 years agoMerge branch 'master' of feistymeow.org:feisty_meow
Chris Koeritz [Sat, 17 Sep 2016 22:58:03 +0000 (18:58 -0400)]
Merge branch 'master' of feistymeow.org:feisty_meow

7 years agoupdated for a couple paths that weren't doing the right thing.
Chris Koeritz [Sat, 17 Sep 2016 22:57:51 +0000 (18:57 -0400)]
updated for a couple paths that weren't doing the right thing.
strangely, *.bak can be removed from the archive properly, but
etc/alternatives/* was failing.  not sure how things are working.

7 years agoupdated for a couple paths that weren't doing the right thing.
root [Sat, 17 Sep 2016 22:56:22 +0000 (18:56 -0400)]
updated for a couple paths that weren't doing the right thing.
strangely, *.bak can be removed from the archive properly, but
etc/alternatives/* was failing.  not sure how things are working.

7 years agotaking out /etc/alternatives
Chris Koeritz [Sat, 17 Sep 2016 22:47:53 +0000 (18:47 -0400)]
taking out /etc/alternatives

7 years agoha, fixed the terminal title not getting reused. the terminal isn't always just...
Chris Koeritz [Sat, 17 Sep 2016 22:43:48 +0000 (18:43 -0400)]
ha, fixed the terminal title not getting reused.  the terminal isn't always just xterm now.

7 years agostuffed the recustomize function back in, since if it is a separate shell script...
Chris Koeritz [Sat, 17 Sep 2016 22:26:08 +0000 (18:26 -0400)]
stuffed the recustomize function back in, since if it is a separate shell script it is executed in a bash subshell instead of directly in the current shell, which defeats the whole purpose of the macro being able to recustomize the current environment on the fly.

7 years agoseparated recustomize function out as separate script. added bin.ant and bin.eclipse...
Chris Koeritz [Sat, 17 Sep 2016 21:53:07 +0000 (17:53 -0400)]
separated recustomize function out as separate script.  added bin.ant and bin.eclipse as junk files.  other minor changes.

7 years agoha! now have support for finding non-checked-in files in git repositories for rev_re...
Chris Koeritz [Thu, 15 Sep 2016 16:29:14 +0000 (12:29 -0400)]
ha!  now have support for finding non-checked-in files in git repositories for rev_report_new script.

7 years agomade this slightly safer by not using stock rm
Chris Koeritz [Thu, 15 Sep 2016 05:11:13 +0000 (01:11 -0400)]
made this slightly safer by not using stock rm

7 years agomoopish
Chris Koeritz [Thu, 15 Sep 2016 04:00:48 +0000 (00:00 -0400)]
moopish

7 years agodropping some old material regarding short_path, which is no longer used.
Chris Koeritz [Thu, 15 Sep 2016 00:44:40 +0000 (20:44 -0400)]
dropping some old material regarding short_path, which is no longer used.

7 years agoadded removal of temporary dir used in test dir tree, but it exposed a long-standing...
Chris Koeritz [Wed, 14 Sep 2016 23:39:56 +0000 (19:39 -0400)]
added removal of temporary dir used in test dir tree, but it exposed a long-standing weakness in that we have no recursive delete method.
this is not rocket science, plus it's needed by places in the code, so it should be implemented.

7 years agoargh, old jpg link
Chris Koeritz [Wed, 14 Sep 2016 02:39:32 +0000 (22:39 -0400)]
argh, old jpg link

7 years agogetting this updated.
Chris Koeritz [Wed, 14 Sep 2016 02:25:41 +0000 (22:25 -0400)]
getting this updated.

7 years agoguess i'm saying these need exe perm now.
Chris Koeritz [Wed, 14 Sep 2016 01:45:09 +0000 (21:45 -0400)]
guess i'm saying these need exe perm now.

7 years agocleaned up temp file for exit case.
Chris Koeritz [Tue, 13 Sep 2016 16:07:19 +0000 (12:07 -0400)]
cleaned up temp file for exit case.

7 years agofixing loose paths.
Chris Koeritz [Tue, 13 Sep 2016 15:36:23 +0000 (11:36 -0400)]
fixing loose paths.

7 years agoadded euphrosyne host to list for music synch.
Chris Koeritz [Fri, 9 Sep 2016 00:12:57 +0000 (20:12 -0400)]
added euphrosyne host to list for music synch.

7 years agonumerous minor changes to either use the sep function instead of old name of 'line...
Chris Koeritz [Thu, 8 Sep 2016 03:46:22 +0000 (23:46 -0400)]
numerous minor changes to either use the sep function instead of old name of 'line', or to change usages of 'line' as a variable since it's a shell builtin and i generally like to avoid even the appearance of name conflicts.

7 years agoupdated to include more file types, plus better escaping to avoid matching files...
Chris Koeritz [Thu, 8 Sep 2016 01:00:07 +0000 (21:00 -0400)]
updated to include more file types, plus better escaping to avoid matching files in current dir rather than specified dir.

7 years agotook off training wheels by hiding debug output and added more comments.
Chris Koeritz [Wed, 7 Sep 2016 02:48:14 +0000 (22:48 -0400)]
took off training wheels by hiding debug output and added more comments.

7 years agoreally tasty addition of remote compares using ssh syntax, e.g. host:path notation.
Chris Koeritz [Wed, 7 Sep 2016 02:36:15 +0000 (22:36 -0400)]
really tasty addition of remote compares using ssh syntax, e.g. host:path notation.
so now can compare like this:
  compare_dirs /z/musix surya:/z/musix
to see what files are missing on one side or the other.

7 years agoadded comments, removed old commented code.
Chris Koeritz [Wed, 7 Sep 2016 02:14:54 +0000 (22:14 -0400)]
added comments, removed old commented code.

7 years agoanother custom updater script.
Chris Koeritz [Wed, 7 Sep 2016 02:07:40 +0000 (22:07 -0400)]
another custom updater script.

7 years agorecording info re nice linux usage tools similar to top.
Chris Koeritz [Wed, 7 Sep 2016 01:23:46 +0000 (21:23 -0400)]
recording info re nice linux usage tools similar to top.

7 years agofixed usage of extra line printing method to use sep.
Chris Koeritz [Wed, 7 Sep 2016 01:22:31 +0000 (21:22 -0400)]
fixed usage of extra line printing method to use sep.

7 years agonow with more dropping of the temp files into bitbucket rather than scattering them...
Chris Koeritz [Wed, 7 Sep 2016 00:06:31 +0000 (20:06 -0400)]
now with more dropping of the temp files into bitbucket rather than scattering them around when script leaves.

7 years agoadded a couple helpful scripts used at home to get major archives somewhat in synch...
Chris Koeritz [Tue, 6 Sep 2016 23:09:16 +0000 (19:09 -0400)]
added a couple helpful scripts used at home to get major archives somewhat in synch.  definitely not a very good solution, but it keeps us from losing our data.

7 years agomade the loop variable local, since it was hosing external uses of i variable.
Fred T. Hamster [Tue, 6 Sep 2016 22:50:56 +0000 (18:50 -0400)]
made the loop variable local, since it was hosing external uses of i variable.

7 years agoadded more info about how repo was constructed. probably via remote add.
Chris Koeritz [Tue, 6 Sep 2016 21:44:34 +0000 (17:44 -0400)]
added more info about how repo was constructed.  probably via remote add.

7 years agoadding file about pushing an existing git repo onto a target (which should be blank
Chris Koeritz [Tue, 6 Sep 2016 21:27:33 +0000 (17:27 -0400)]
adding file about pushing an existing git repo onto a target (which should be blank
still).

7 years agonew fortune.
Chris Koeritz [Tue, 6 Sep 2016 05:31:02 +0000 (01:31 -0400)]
new fortune.

7 years agoupdated to match where the documentation website is expected on our web server.
Chris Koeritz [Tue, 6 Sep 2016 01:59:51 +0000 (21:59 -0400)]
updated to match where the documentation website is expected on our web server.

7 years agosnoroif
Chris Koeritz [Mon, 5 Sep 2016 23:13:23 +0000 (19:13 -0400)]
snoroif

7 years agoadded resolv.conf back in at least for info purposes, even though it's a link to...
Chris Koeritz [Mon, 5 Sep 2016 22:14:50 +0000 (18:14 -0400)]
added resolv.conf back in at least for info purposes, even though it's a link to stuff under /run hierarchy.

7 years agoadded in some more folders to snarf.
Chris Koeritz [Mon, 5 Sep 2016 21:17:59 +0000 (17:17 -0400)]
added in some more folders to snarf.

7 years agofixed case for zero files in a dir.
Chris Koeritz [Mon, 5 Sep 2016 18:26:21 +0000 (14:26 -0400)]
fixed case for zero files in a dir.

7 years agofixed handling for leading zeros so we don't eat any but those.
Chris Koeritz [Mon, 5 Sep 2016 18:24:21 +0000 (14:24 -0400)]
fixed handling for leading zeros so we don't eat any but those.

7 years agoanother example for bash which runs things on exit; this one just runs the nechung...
Chris Koeritz [Mon, 5 Sep 2016 17:17:51 +0000 (13:17 -0400)]
another example for bash which runs things on exit; this one just runs the nechung oracle (assuming feisty meow was loaded and built).

7 years agonicer file for doing file counts. way better output, simpler, also exhibits how...
Chris Koeritz [Sun, 4 Sep 2016 21:37:02 +0000 (17:37 -0400)]
nicer file for doing file counts.  way better output, simpler, also exhibits how to change cmd line args to bash

7 years agoadded immediate history writes. thanks internets...
Chris Koeritz [Sun, 4 Sep 2016 19:33:17 +0000 (15:33 -0400)]
added immediate history writes.  thanks internets...

7 years agoswapped out the 'line' separator printing method into the core, since it's actually...
Chris Koeritz [Sun, 4 Sep 2016 17:16:34 +0000 (13:16 -0400)]
swapped out the 'line' separator printing method into the core, since it's actually really very useful, but changed the name to separator/sep since line is already a shell built-in.  oops.

7 years agonew fortunes with lots of buddha quotes (hmmm, thought this batch went in already).
Chris Koeritz [Fri, 2 Sep 2016 01:54:15 +0000 (21:54 -0400)]
new fortunes with lots of buddha quotes (hmmm, thought this batch went in already).

7 years agotasty new buddha quotes, almost all unique.
Chris Koeritz [Thu, 1 Sep 2016 22:58:17 +0000 (18:58 -0400)]
tasty new buddha quotes, almost all unique.

7 years agomore tuning
Chris Koeritz [Thu, 1 Sep 2016 04:34:58 +0000 (00:34 -0400)]
more tuning

7 years agonew script that updates my 1tb drive with the latest goods.
Chris Koeritz [Thu, 1 Sep 2016 02:47:13 +0000 (22:47 -0400)]
new script that updates my 1tb drive with the latest goods.

7 years agowrapped use of xprop with a check that it exists.
Chris Koeritz [Wed, 31 Aug 2016 12:57:15 +0000 (08:57 -0400)]
wrapped use of xprop with a check that it exists.

7 years agofixed name for new scavenging source folder.
Chris Koeritz [Wed, 31 Aug 2016 00:55:33 +0000 (20:55 -0400)]
fixed name for new scavenging source folder.

7 years agonew fortunes
Chris Koeritz [Wed, 24 Aug 2016 01:02:45 +0000 (21:02 -0400)]
new fortunes

7 years agoadded normal storage area of old code.
Chris Koeritz [Wed, 17 Aug 2016 16:34:50 +0000 (12:34 -0400)]
added normal storage area of old code.

7 years agonew fortunes.
Chris Koeritz [Wed, 3 Aug 2016 23:46:12 +0000 (19:46 -0400)]
new fortunes.

7 years agoMerge branch 'master' of feistymeow.org:feisty_meow
Chris Koeritz [Wed, 3 Aug 2016 22:31:39 +0000 (18:31 -0400)]
Merge branch 'master' of feistymeow.org:feisty_meow

7 years agoupdated after switching out firewall host.
Chris Koeritz [Wed, 3 Aug 2016 22:31:24 +0000 (18:31 -0400)]
updated after switching out firewall host.

7 years agoupdated after switching out firewall host.
Fred T. Hamster [Wed, 3 Aug 2016 22:28:43 +0000 (18:28 -0400)]
updated after switching out firewall host.

7 years agomode change
Chris Koeritz [Thu, 28 Jul 2016 13:47:07 +0000 (09:47 -0400)]
mode change

7 years agoadded chmod fix for script that needs to be executable.
Chris Koeritz [Mon, 25 Jul 2016 05:08:45 +0000 (01:08 -0400)]
added chmod fix for script that needs to be executable.

7 years agonew fortunes
Chris Koeritz [Sun, 24 Jul 2016 17:12:32 +0000 (13:12 -0400)]
new fortunes