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.
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.
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.
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.
Chris Koeritz [Thu, 15 Sep 2016 05:11:13 +0000 (01:11 -0400)]
made this slightly safer by not using stock rm
Chris Koeritz [Thu, 15 Sep 2016 04:00:48 +0000 (00:00 -0400)]
moopish
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.
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.
Chris Koeritz [Wed, 14 Sep 2016 02:39:32 +0000 (22:39 -0400)]
argh, old jpg link
Chris Koeritz [Wed, 14 Sep 2016 02:25:41 +0000 (22:25 -0400)]
getting this updated.
Chris Koeritz [Wed, 14 Sep 2016 01:45:09 +0000 (21:45 -0400)]
guess i'm saying these need exe perm now.
Chris Koeritz [Tue, 13 Sep 2016 16:07:19 +0000 (12:07 -0400)]
cleaned up temp file for exit case.
Chris Koeritz [Tue, 13 Sep 2016 15:36:23 +0000 (11:36 -0400)]
fixing loose paths.
Chris Koeritz [Fri, 9 Sep 2016 00:12:57 +0000 (20:12 -0400)]
added euphrosyne host to list for music synch.
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.
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.
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.
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.
Chris Koeritz [Wed, 7 Sep 2016 02:14:54 +0000 (22:14 -0400)]
added comments, removed old commented code.
Chris Koeritz [Wed, 7 Sep 2016 02:07:40 +0000 (22:07 -0400)]
another custom updater script.
Chris Koeritz [Wed, 7 Sep 2016 01:23:46 +0000 (21:23 -0400)]
recording info re nice linux usage tools similar to top.
Chris Koeritz [Wed, 7 Sep 2016 01:22:31 +0000 (21:22 -0400)]
fixed usage of extra line printing method to use sep.
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.
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.
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.
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.
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).
Chris Koeritz [Tue, 6 Sep 2016 05:31:02 +0000 (01:31 -0400)]
new fortune.
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.
Chris Koeritz [Mon, 5 Sep 2016 23:13:23 +0000 (19:13 -0400)]
snoroif
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.
Chris Koeritz [Mon, 5 Sep 2016 21:17:59 +0000 (17:17 -0400)]
added in some more folders to snarf.
Chris Koeritz [Mon, 5 Sep 2016 18:26:21 +0000 (14:26 -0400)]
fixed case for zero files in a dir.
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.
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).
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
Chris Koeritz [Sun, 4 Sep 2016 19:33:17 +0000 (15:33 -0400)]
added immediate history writes. thanks internets...
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.
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).
Chris Koeritz [Thu, 1 Sep 2016 22:58:17 +0000 (18:58 -0400)]
tasty new buddha quotes, almost all unique.
Chris Koeritz [Thu, 1 Sep 2016 04:34:58 +0000 (00:34 -0400)]
more tuning
Chris Koeritz [Thu, 1 Sep 2016 02:47:13 +0000 (22:47 -0400)]
new script that updates my 1tb drive with the latest goods.
Chris Koeritz [Wed, 31 Aug 2016 12:57:15 +0000 (08:57 -0400)]
wrapped use of xprop with a check that it exists.
Chris Koeritz [Wed, 31 Aug 2016 00:55:33 +0000 (20:55 -0400)]
fixed name for new scavenging source folder.
Chris Koeritz [Wed, 24 Aug 2016 01:02:45 +0000 (21:02 -0400)]
new fortunes
Chris Koeritz [Wed, 17 Aug 2016 16:34:50 +0000 (12:34 -0400)]
added normal storage area of old code.
Chris Koeritz [Wed, 3 Aug 2016 23:46:12 +0000 (19:46 -0400)]
new fortunes.
Chris Koeritz [Wed, 3 Aug 2016 22:31:39 +0000 (18:31 -0400)]
Merge branch 'master' of feistymeow.org:feisty_meow
Chris Koeritz [Wed, 3 Aug 2016 22:31:24 +0000 (18:31 -0400)]
updated 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.
Chris Koeritz [Thu, 28 Jul 2016 13:47:07 +0000 (09:47 -0400)]
mode change
Chris Koeritz [Mon, 25 Jul 2016 05:08:45 +0000 (01:08 -0400)]
added chmod fix for script that needs to be executable.
Chris Koeritz [Sun, 24 Jul 2016 17:12:32 +0000 (13:12 -0400)]
new fortunes
Chris Koeritz [Sat, 23 Jul 2016 22:52:54 +0000 (18:52 -0400)]
new fortune.
Chris Koeritz [Sat, 23 Jul 2016 22:10:24 +0000 (18:10 -0400)]
new script to compare all the file names across two directory hierarchies
(does not consider file contents or dates or anything, just mere presence).
Chris Koeritz [Thu, 21 Jul 2016 23:47:44 +0000 (19:47 -0400)]
updated normal user example bashrc with some nicer bits.
Chris Koeritz [Thu, 21 Jul 2016 00:54:34 +0000 (20:54 -0400)]
tiny edits
Chris Koeritz [Wed, 20 Jul 2016 23:24:30 +0000 (19:24 -0400)]
new fortune
Chris Koeritz [Wed, 20 Jul 2016 23:17:14 +0000 (19:17 -0400)]
mini script to fix .ssh folder to appropriate safe permissions for ssh to use.
Chris Koeritz [Wed, 20 Jul 2016 23:09:47 +0000 (19:09 -0400)]
much tastier version of game saver, with function for the repetitive stuff.
Chris Koeritz [Wed, 20 Jul 2016 21:15:58 +0000 (17:15 -0400)]
new report, actually worse than after left office...
Chris Koeritz [Wed, 20 Jul 2016 18:42:23 +0000 (14:42 -0400)]
smork
Chris Koeritz [Wed, 20 Jul 2016 17:17:03 +0000 (13:17 -0400)]
getting head around eclipse cdt support. plus perm change on dtree.
Chris Koeritz [Wed, 20 Jul 2016 12:51:30 +0000 (08:51 -0400)]
updated to use vars for the paths and added comments.
Chris Koeritz [Sat, 16 Jul 2016 03:03:10 +0000 (23:03 -0400)]
storing javascript implementation that was used for bookmark tools.
Chris Koeritz [Fri, 15 Jul 2016 22:43:49 +0000 (18:43 -0400)]
apparently feisty meow code marks these as executable again, so we'll just flow with it.
Chris Koeritz [Wed, 13 Jul 2016 23:47:45 +0000 (19:47 -0400)]
normalized perms on all files, to avoid relying on any stored executable bits in the archive.
Chris Koeritz [Tue, 12 Jul 2016 19:10:05 +0000 (15:10 -0400)]
debugging on windows.
Chris Koeritz [Wed, 6 Jul 2016 13:59:05 +0000 (09:59 -0400)]
new cron job for backing up a git account that serves the git revision subsystem, where the account itself holds all the data.
Chris Koeritz [Mon, 27 Jun 2016 01:24:07 +0000 (21:24 -0400)]
added some debugging. still trying to resolve windows issues; cygpath didn't help since it can only do one path item at a time, and we are trying to translate variables like INCLUDE and such. may need to revisit that since INCLUDE resolves to something sensible already in shell? in any case, cygpath can either process a path (which doesn't actually seem to work) or process one path into a dos form of the path, but not both.
Chris Koeritz [Wed, 15 Jun 2016 16:11:47 +0000 (12:11 -0400)]
new fortune
Chris Koeritz [Tue, 14 Jun 2016 15:58:55 +0000 (11:58 -0400)]
dropping a script that really is only needed at uva.
Chris Koeritz [Wed, 8 Jun 2016 20:18:54 +0000 (16:18 -0400)]
new fortunes
Chris Koeritz [Mon, 6 Jun 2016 19:33:35 +0000 (15:33 -0400)]
dropped old commented code for windoze
Chris Koeritz [Fri, 3 Jun 2016 15:17:18 +0000 (11:17 -0400)]
fixed psa a bit more to actually show windows processes too. found it couldn't print out the steam process info.
Chris Koeritz [Thu, 2 Jun 2016 23:51:28 +0000 (19:51 -0400)]
new fortune.
Chris Koeritz [Thu, 2 Jun 2016 23:39:16 +0000 (19:39 -0400)]
modified windows implementation doesn't try to use the suddenly non-working windows crap process query, but instead uses the same old cygwin crap ps that isn't the "real" linux ps and which doesn't support normal flags for ps. a pain in the ass, if i must say so.
Chris Koeritz [Mon, 16 May 2016 15:43:04 +0000 (11:43 -0400)]
example of setting up temp on a persistent big /localtmp drive with user name in path for uniquification.
Chris Koeritz [Sun, 15 May 2016 18:35:04 +0000 (14:35 -0400)]
updated for new set of dirs that we want to backup in home.
Chris Koeritz [Mon, 9 May 2016 13:07:36 +0000 (09:07 -0400)]
new fortunes
Chris Koeritz [Sat, 7 May 2016 09:10:41 +0000 (05:10 -0400)]
new fortune
Chris Koeritz [Sun, 17 Apr 2016 21:30:36 +0000 (17:30 -0400)]
updated for perl5 lib path.
Chris Koeritz [Mon, 11 Apr 2016 20:05:34 +0000 (16:05 -0400)]
new fortune
Chris Koeritz [Wed, 6 Apr 2016 20:36:01 +0000 (16:36 -0400)]
new fortune.
Chris Koeritz [Sun, 3 Apr 2016 18:46:11 +0000 (14:46 -0400)]
added bigdata archive to the list of repos
Chris Koeritz [Sun, 3 Apr 2016 18:45:15 +0000 (14:45 -0400)]
made paths consistent.
Chris Koeritz [Sat, 2 Apr 2016 23:38:17 +0000 (19:38 -0400)]
tossed blowfish cipher, which seems to have been dropped somewhere between ubuntu 14.04, 15.10 or 16.04, since my 16.04 system would no longer talk to my 15.10 system.
Chris Koeritz [Wed, 30 Mar 2016 18:49:59 +0000 (14:49 -0400)]
new fortune.
Chris Koeritz [Tue, 22 Mar 2016 19:24:45 +0000 (15:24 -0400)]
new fortune.
Chris Koeritz [Sun, 20 Mar 2016 22:29:16 +0000 (18:29 -0400)]
new fortune.
Chris Koeritz [Thu, 10 Mar 2016 18:30:44 +0000 (13:30 -0500)]
new script for fixing the default ubuntu theme by adding borders to desktop windows. personally i like a border size of 4, rather than 2.
Chris Koeritz [Tue, 8 Mar 2016 15:29:37 +0000 (10:29 -0500)]
updated for java 8.
Chris Koeritz [Mon, 7 Mar 2016 20:49:15 +0000 (15:49 -0500)]
adding a simple script that blasts in scrollbar sizes in the default Ambiance (sic) scheme for ubuntu.
Chris Koeritz [Sat, 5 Mar 2016 00:33:01 +0000 (19:33 -0500)]
update from mrowrt.
Chris Koeritz [Wed, 2 Mar 2016 20:41:34 +0000 (15:41 -0500)]
new fortune
Chris Koeritz [Mon, 29 Feb 2016 22:35:40 +0000 (17:35 -0500)]
updated approach slightly for building gffs.
Chris Koeritz [Wed, 10 Feb 2016 21:26:26 +0000 (16:26 -0500)]
new fortune.
Chris Koeritz [Wed, 10 Feb 2016 00:20:18 +0000 (19:20 -0500)]
modified the heading.
Chris Koeritz [Sat, 6 Feb 2016 02:50:32 +0000 (21:50 -0500)]
better naming... bootstrap_shells => reconfigure_feisty_meow and bootstrap_build => produce_feisty_meow
Chris Koeritz [Wed, 3 Feb 2016 21:01:12 +0000 (16:01 -0500)]
adapted to new path? um.