feisty_meow.git
6 years agoclass fix for modernistic compilers
Chris Koeritz [Mon, 30 Oct 2017 01:31:54 +0000 (21:31 -0400)]
class fix for modernistic compilers

visual studio of some vintage hated the NEXT_NODE class constant and insisted that it needed to be static if it has an initializer, so that's what it got.

6 years agoapache site adder fixes
Chris Koeritz [Fri, 27 Oct 2017 01:15:24 +0000 (21:15 -0400)]
apache site adder fixes

got the thing writing the config file and doing the proper magic to configure it.  now also hides output from a2ensite unless error occurs.  also fixed bug in log files in site config.

6 years agoadd domain fixes, prototype for apache site adder
Chris Koeritz [Fri, 27 Oct 2017 00:49:19 +0000 (20:49 -0400)]
add domain fixes, prototype for apache site adder

add_domain updated with more workingness; now actually modifies the configuration files and also seems to work properly.

apache site adder is intended to create a new config file for an apache2 website, using some peculiar rules for our storage on a vm that mimics serverpilot storage paths.

6 years agoprototype dns config helper
Chris Koeritz [Thu, 26 Oct 2017 21:26:36 +0000 (17:26 -0400)]
prototype dns config helper

designed to help out when adding domains and subdomains to DNS, especially geared towards a vm configuration we're working with (multiple domains served on same vm with one ip address, vm provides dns servers to host computer).

6 years agofixes for unfortunate log change in screen parms
Chris Koeritz [Tue, 17 Oct 2017 22:07:08 +0000 (22:07 +0000)]
fixes for unfortunate log change in screen parms

the maintainers of screen added a required parameter to the -L flag on
screen, which breaks every existing usage of the otherwise excellent
screen tool.  so, now we're forced to just add this useless parameter,
when my screenrc already takes care of setting a log file.  this change
is not even reflected on the gnu site for screen, so there's no
documentation for it at the official site.  shame on you, whoever just
stuffed this change into the screen tool.

6 years agocleaning some more in archive mgt scripts
Chris Koeritz [Mon, 16 Oct 2017 23:02:55 +0000 (19:02 -0400)]
cleaning some more in archive mgt scripts

about to spring some code from the compare file into archiver parts.

6 years agocleaning in updaters
Chris Koeritz [Sun, 15 Oct 2017 22:44:07 +0000 (18:44 -0400)]
cleaning in updaters

extracted some common code into shared updater parts.  added an archive collection list variable for representing the full list of critical repositories that should be synched (maybe blank for most users).  repointed musical wand at curie instead of banshee, and also starting to think this script no longer needed due to raw_synch_from_surya usage on euphrosyne.

6 years agonicer, updated for more synching
Chris Koeritz [Sun, 15 Oct 2017 12:37:12 +0000 (08:37 -0400)]
nicer, updated for more synching

6 years agominor improvements in raw synch
Chris Koeritz [Sun, 15 Oct 2017 16:36:22 +0000 (12:36 -0400)]
minor improvements in raw synch

6 years agonew fortunes
Chris Koeritz [Sun, 15 Oct 2017 10:24:01 +0000 (06:24 -0400)]
new fortunes

6 years agoadded config for network manager
Fred T. Hamster [Sat, 14 Oct 2017 21:06:23 +0000 (17:06 -0400)]
added config for network manager

this fixes a huge pain in my bum regarding the dhcp assigned dns
addresses.

6 years agocleaned up debug, improved comments
Chris Koeritz [Sat, 14 Oct 2017 17:59:50 +0000 (13:59 -0400)]
cleaned up debug, improved comments

6 years agomaybe a fix for uniquifier
Chris Koeritz [Sat, 14 Oct 2017 17:56:18 +0000 (13:56 -0400)]
maybe a fix for uniquifier

turns out we were not using IFS properly.  the real solution was to flip the spaces into EOLs so that uniq and other things would work on multiple lines.  we believe this, at this point, at least.

6 years agostill trying to uniquify
Chris Koeritz [Sat, 14 Oct 2017 17:51:17 +0000 (13:51 -0400)]
still trying to uniquify

sorting was apparently not the problem last time, although we have seen it be a problem before.  the checkin on a host with feisty meow in home is still running the checkins twice, and this change just adds some debugging to see wtf.

6 years agoadded sort to uniquifier; uniq wants sorted input
Chris Koeritz [Sat, 14 Oct 2017 13:48:30 +0000 (09:48 -0400)]
added sort to uniquifier; uniq wants sorted input

6 years agoadded uniquifier to checkout also
Chris Koeritz [Thu, 12 Oct 2017 22:05:20 +0000 (18:05 -0400)]
added uniquifier to checkout also

6 years agomore uniquifying
Chris Koeritz [Thu, 12 Oct 2017 22:02:53 +0000 (18:02 -0400)]
more uniquifying

added a function for the unique line code, shortening things a lot.

6 years agonice redundancy fix in training
Chris Koeritz [Thu, 12 Oct 2017 21:54:02 +0000 (17:54 -0400)]
nice redundancy fix in training

this makes sure that if the user happens to have feisty meow in their home directory, then they don't see any double check-ins.  mostly relevant to me, since i am the main committer for now.

6 years agoadded missing sudo on commands
Chris Koeritz [Thu, 12 Oct 2017 21:36:30 +0000 (17:36 -0400)]
added missing sudo on commands

6 years agosnarufu
Chris Koeritz [Thu, 12 Oct 2017 16:29:16 +0000 (12:29 -0400)]
snarufu

6 years agoflipping repository list idea around
Chris Koeritz [Wed, 11 Oct 2017 18:05:19 +0000 (14:05 -0400)]
flipping repository list idea around

it seems like we should no longer automatically check in feisty meow for all users, since most will hopefully have it installed system-wide, where users cannot update any files.  additionally, most users don't have write permission anyway.  since we really want to move towards a more distribution oriented approach, it seems better to take feisty_meow off the repository list.  users who want it automatically updated from and/or checked in to git can add it back in their custom versions.

6 years agofoopus
Chris Koeritz [Tue, 10 Oct 2017 03:28:26 +0000 (23:28 -0400)]
foopus

6 years agomissing now in halt alias
Chris Koeritz [Mon, 9 Oct 2017 03:13:19 +0000 (23:13 -0400)]
missing now in halt alias

6 years agoeclipse modified file
Chris Koeritz [Mon, 9 Oct 2017 02:35:56 +0000 (22:35 -0400)]
eclipse modified file

6 years agonice cleanup removes nastygrams if not configured
Chris Koeritz [Mon, 9 Oct 2017 01:06:19 +0000 (21:06 -0400)]
nice cleanup removes nastygrams if not configured

previously a bunch of errors would spew if the feisty meow launcher script was sourced without the feisty meow scripts having been initialized (or bootstrapped).  now it is much calmer and also provides better information.

6 years agoswitching some orders around
Chris Koeritz [Mon, 9 Oct 2017 00:18:41 +0000 (20:18 -0400)]
switching some orders around

feisty checkin should be first in list, and now it seems to be.

6 years agocleanups to make system-wide install work
Chris Koeritz [Mon, 9 Oct 2017 00:11:46 +0000 (20:11 -0400)]
cleanups to make system-wide install work

makes it so that the checkin commands operate as usual, even when feisty_meow is not located under one's home folder.
also a new script for managing web permissions on our cake lamp vm we're building.

6 years agoadding for our vm efforts
Chris Koeritz [Sun, 8 Oct 2017 23:53:36 +0000 (19:53 -0400)]
adding for our vm efforts

sets permissions for the cakelampvm properly.  needs a more specific name.

6 years agonew folder being stored on barkuptree
Fred T. Hamster [Sun, 8 Oct 2017 17:16:00 +0000 (13:16 -0400)]
new folder being stored on barkuptree

6 years agoadded new virtualbox vm-friendly halt macro
Chris Koeritz [Sun, 8 Oct 2017 01:35:18 +0000 (21:35 -0400)]
added new virtualbox vm-friendly halt macro

6 years agoadded date to log
Chris Koeritz [Sun, 1 Oct 2017 19:58:12 +0000 (15:58 -0400)]
added date to log

6 years agosimple logger for cpu temperatures
Chris Koeritz [Sat, 30 Sep 2017 22:24:15 +0000 (18:24 -0400)]
simple logger for cpu temperatures

6 years agonew fortune
Chris Koeritz [Fri, 29 Sep 2017 22:29:24 +0000 (18:29 -0400)]
new fortune

6 years agomoops
Chris Koeritz [Mon, 11 Sep 2017 19:47:23 +0000 (15:47 -0400)]
moops

6 years agofixed bye alias
Chris Koeritz [Wed, 30 Aug 2017 01:59:02 +0000 (21:59 -0400)]
fixed bye alias

6 years agofixed an error header i forgot to remove
Chris Koeritz [Wed, 30 Aug 2017 01:56:26 +0000 (21:56 -0400)]
fixed an error header i forgot to remove

6 years agonew fortunes
Chris Koeritz [Tue, 29 Aug 2017 22:15:58 +0000 (18:15 -0400)]
new fortunes

6 years agoadded script for making group equiv to user access
Chris Koeritz [Tue, 29 Aug 2017 18:18:35 +0000 (18:18 +0000)]
added script for making group equiv to user access

6 years agotiny issue with macro not being defined
Chris Koeritz [Thu, 17 Aug 2017 16:48:36 +0000 (16:48 +0000)]
tiny issue with macro not being defined

6 years agoadded flag for older openssls
Chris Koeritz [Wed, 16 Aug 2017 03:06:08 +0000 (23:06 -0400)]
added flag for older openssls

6 years agoupdated for new openssl
Chris Koeritz [Wed, 16 Aug 2017 02:54:23 +0000 (02:54 +0000)]
updated for new openssl

6 years agotastier barkuptree drive updater
Fred T. Hamster [Thu, 13 Jul 2017 23:16:04 +0000 (19:16 -0400)]
tastier barkuptree drive updater

6 years agoupdated location for active projects
Chris Koeritz [Tue, 11 Jul 2017 14:16:26 +0000 (10:16 -0400)]
updated location for active projects

6 years agofix for missing feisty scripts
Chris Koeritz [Sat, 8 Jul 2017 21:02:30 +0000 (17:02 -0400)]
fix for missing feisty scripts

6 years agosimple soapbox drive comparator
Chris Koeritz [Sat, 8 Jul 2017 21:01:12 +0000 (17:01 -0400)]
simple soapbox drive comparator

6 years agodropped one sync that's no longer done
Chris Koeritz [Fri, 7 Jul 2017 12:44:05 +0000 (08:44 -0400)]
dropped one sync that's no longer done

6 years agoworking on usb hd updater
Chris Koeritz [Fri, 16 Jun 2017 04:25:52 +0000 (00:25 -0400)]
working on usb hd updater

6 years agonew script to verify archive contents
Chris Koeritz [Thu, 15 Jun 2017 20:42:15 +0000 (16:42 -0400)]
new script to verify archive contents

6 years agosmall mods on windoze wrapper
Chris Koeritz [Thu, 15 Jun 2017 19:02:39 +0000 (15:02 -0400)]
small mods on windoze wrapper

6 years agoadded basement copy to script
Chris Koeritz [Thu, 15 Jun 2017 02:59:53 +0000 (22:59 -0400)]
added basement copy to script

6 years agoMerge branch 'master' of localhost:feisty_meow
Chris Koeritz [Fri, 9 Jun 2017 18:05:11 +0000 (18:05 +0000)]
Merge branch 'master' of localhost:feisty_meow

6 years agosimple swap partition adder
Chris Koeritz [Fri, 9 Jun 2017 18:05:07 +0000 (18:05 +0000)]
simple swap partition adder

creates simple 1gig swap partition that is enabled right away.  not sure if this needs to be done every boot or not.

6 years agosimple swap partition adder
root [Fri, 9 Jun 2017 18:02:31 +0000 (18:02 +0000)]
simple swap partition adder

creates simple 1gig swap partition that is enabled right away.  not sure if this needs to be done every boot or not.

6 years agomuffed the folder name in repo list
Chris Koeritz [Wed, 31 May 2017 18:36:28 +0000 (14:36 -0400)]
muffed the folder name in repo list

6 years agoupdated to current repo scheme
Chris Koeritz [Thu, 25 May 2017 20:56:58 +0000 (16:56 -0400)]
updated to current repo scheme

7 years agonew script for opening opensim ports
Chris Koeritz [Fri, 12 May 2017 20:23:09 +0000 (16:23 -0400)]
new script for opening opensim ports

tuned for my server and ports.

7 years agofixed modified path for x auth script
Chris Koeritz [Fri, 12 May 2017 19:03:25 +0000 (15:03 -0400)]
fixed modified path for x auth script

7 years agomodem files and mailman backup
Chris Koeritz [Tue, 9 May 2017 01:43:10 +0000 (21:43 -0400)]
modem files and mailman backup

adding a backup script for cron to get our mailman archives.
also adding a bunch of archaic antiquated but potentially useful modem support files which can dial out using ppp and install the dgc modem driver.

7 years agofixed explorer alias.
Chris Koeritz [Mon, 1 May 2017 15:41:15 +0000 (11:41 -0400)]
fixed explorer alias.

7 years agonew fortune
Chris Koeritz [Thu, 27 Apr 2017 19:41:29 +0000 (15:41 -0400)]
new fortune

7 years agoadjusted comments
Chris Koeritz [Tue, 25 Apr 2017 15:29:57 +0000 (11:29 -0400)]
adjusted comments

7 years agobetter default for CRONUSER var
Chris Koeritz [Wed, 19 Apr 2017 15:23:44 +0000 (11:23 -0400)]
better default for CRONUSER var

7 years agoturning off some formatting
Chris Koeritz [Mon, 10 Apr 2017 15:29:28 +0000 (11:29 -0400)]
turning off some formatting

we want the web page to drive the formatting here, and for this to be as close to just the text from the fortune as possible.

7 years agonew fortune
Chris Koeritz [Sun, 2 Apr 2017 21:25:23 +0000 (17:25 -0400)]
new fortune

7 years agonew fortune, fixed quoting
Chris Koeritz [Fri, 31 Mar 2017 16:34:58 +0000 (12:34 -0400)]
new fortune, fixed quoting

7 years agosupporting xz extension for tar files
Chris Koeritz [Tue, 28 Mar 2017 16:14:22 +0000 (12:14 -0400)]
supporting xz extension for tar files

7 years agonew fortune.
Chris Koeritz [Thu, 23 Mar 2017 00:06:30 +0000 (20:06 -0400)]
new fortune.

7 years agonew fortune
Chris Koeritz [Sat, 18 Mar 2017 04:05:58 +0000 (00:05 -0400)]
new fortune

7 years agoterminal title back in black
Chris Koeritz [Fri, 10 Mar 2017 00:56:44 +0000 (19:56 -0500)]
terminal title back in black

seems to now be totally working with much simpler mindset.  and the magical extra echo commands i needed are no longer needed, seemingly.  much simpler as a result.

7 years agosimpler revision for terminal title
Chris Koeritz [Fri, 10 Mar 2017 00:45:19 +0000 (19:45 -0500)]
simpler revision for terminal title

stopped trying to use a stack in an array, since that doesn't pass down to sub-shells.  not sure how i convinced myself that this approach ever worked; it was fully developed with tasty array code, but totally didn't solve the problem.
new approach simple uses a normal variable, which can be exported to sub-shells.  seems to work fairly well now.

7 years agonew fortune
Chris Koeritz [Thu, 9 Mar 2017 23:48:40 +0000 (18:48 -0500)]
new fortune

7 years agomodified
Chris Koeritz [Thu, 9 Mar 2017 16:31:21 +0000 (11:31 -0500)]
modified

7 years agoterminal stuff is hosed
Chris Koeritz [Thu, 9 Mar 2017 15:44:16 +0000 (10:44 -0500)]
terminal stuff is hosed

need to revert to older version that simply used a single level memory of the title.

7 years agoreverting ill-favored change
Chris Koeritz [Thu, 9 Mar 2017 03:35:33 +0000 (22:35 -0500)]
reverting ill-favored change

7 years agomaking the output here a bit more real
Chris Koeritz [Thu, 9 Mar 2017 03:31:05 +0000 (22:31 -0500)]
making the output here a bit more real

7 years agonew fortune
Chris Koeritz [Wed, 8 Mar 2017 01:27:49 +0000 (20:27 -0500)]
new fortune

7 years agoupdated for new images folder
Chris Koeritz [Thu, 9 Feb 2017 14:39:52 +0000 (09:39 -0500)]
updated for new images folder

7 years agoupdated msp converters
Chris Koeritz [Thu, 9 Feb 2017 12:35:03 +0000 (07:35 -0500)]
updated msp converters

7 years agonew fortune
Chris Koeritz [Wed, 8 Feb 2017 21:40:28 +0000 (16:40 -0500)]
new fortune

7 years agobarkuppier
Fred T. Hamster [Wed, 8 Feb 2017 19:02:33 +0000 (14:02 -0500)]
barkuppier

7 years agonew fortune.
Chris Koeritz [Wed, 8 Feb 2017 14:04:27 +0000 (09:04 -0500)]
new fortune.

7 years agonew fortunes
Chris Koeritz [Wed, 8 Feb 2017 14:02:00 +0000 (09:02 -0500)]
new fortunes

7 years agonew fortunes
Chris Koeritz [Wed, 8 Feb 2017 12:54:22 +0000 (07:54 -0500)]
new fortunes

7 years agocleaned up temp file
Fred T. Hamster [Wed, 8 Feb 2017 02:37:00 +0000 (21:37 -0500)]
cleaned up temp file

7 years agomagic alias fix
Chris Koeritz [Wed, 8 Feb 2017 02:23:40 +0000 (21:23 -0500)]
magic alias fix

needed to have aliases available in non-interactive commands and this does that up.  this may fix our issues with cron also; need to try it out.

7 years agonew fortune
Chris Koeritz [Wed, 8 Feb 2017 01:07:07 +0000 (20:07 -0500)]
new fortune

7 years agofortuna non grata
Chris Koeritz [Tue, 7 Feb 2017 22:38:56 +0000 (17:38 -0500)]
fortuna non grata

7 years agonew fortune
Chris Koeritz [Tue, 7 Feb 2017 22:03:19 +0000 (17:03 -0500)]
new fortune

7 years agonew fortune
Chris Koeritz [Tue, 7 Feb 2017 18:24:34 +0000 (13:24 -0500)]
new fortune

7 years agocleaned more crons
Chris Koeritz [Tue, 7 Feb 2017 18:09:01 +0000 (13:09 -0500)]
cleaned more crons

tell zooty now uses better pathing and re-uses the CRONUSER variable.  time synch is hooked to the official government server time.nist.gov now instead of a sub-server (time-c).

7 years agouse CRONUSER if USER is blank
Chris Koeritz [Tue, 7 Feb 2017 17:47:52 +0000 (12:47 -0500)]
use CRONUSER if USER is blank

7 years agonew script for fixing wine links
Chris Koeritz [Tue, 7 Feb 2017 16:58:00 +0000 (11:58 -0500)]
new script for fixing wine links

7 years agofixed ls colors
Chris Koeritz [Tue, 7 Feb 2017 14:47:26 +0000 (09:47 -0500)]
fixed ls colors

7 years agomore brains for term check
Fred T. Hamster [Tue, 7 Feb 2017 14:14:27 +0000 (09:14 -0500)]
more brains for term check

7 years agorefixed the use of USER as CRONUSER
Chris Koeritz [Tue, 7 Feb 2017 13:51:52 +0000 (08:51 -0500)]
refixed the use of USER as CRONUSER

7 years agofixed time
Chris Koeritz [Tue, 7 Feb 2017 13:47:52 +0000 (08:47 -0500)]
fixed time

7 years agofixes for crontabs
Chris Koeritz [Tue, 7 Feb 2017 13:36:52 +0000 (08:36 -0500)]
fixes for crontabs

started using the scripts variable that should be defined after loading the feisty meow environment.  fixed one usage of an alias in synch and swim, which cron doesn't fricking support.  added crontab for automatically updating a linux box using our new naive_system_updater script.

7 years agoadded loadup of aliases
Chris Koeritz [Tue, 7 Feb 2017 13:21:29 +0000 (08:21 -0500)]
added loadup of aliases

7 years agodo not emit term codes if not term
Chris Koeritz [Tue, 7 Feb 2017 13:16:43 +0000 (08:16 -0500)]
do not emit term codes if not term

7 years agomore cleaning
Chris Koeritz [Tue, 7 Feb 2017 00:56:30 +0000 (19:56 -0500)]
more cleaning