clearscm.git
3 years agoUpdated copyright date
Andrew DeFaria [Fri, 30 Oct 2020 20:39:23 +0000 (13:39 -0700)]
Updated copyright date

3 years agoUpdated copyright date
Andrew DeFaria [Fri, 30 Oct 2020 18:07:05 +0000 (11:07 -0700)]
Updated copyright date

3 years agoNew bice using IPsets
Andrew DeFaria [Fri, 21 Aug 2020 18:37:11 +0000 (11:37 -0700)]
New bice using IPsets

3 years agoMerge branch 'master' of https://github.com/adefaria/clearscm
Andrew DeFaria [Tue, 18 Aug 2020 11:20:13 +0000 (04:20 -0700)]
Merge branch 'master' of https://github.com/adefaria/clearscm

3 years agoUpdated cleantmp.conf
Andrew DeFaria [Tue, 18 Aug 2020 11:20:00 +0000 (04:20 -0700)]
Updated cleantmp.conf

3 years agoFixed announceEmail.pl to be less busy
Andrew DeFaria [Tue, 18 Aug 2020 11:17:59 +0000 (04:17 -0700)]
Fixed announceEmail.pl to be less busy

Turns out announceEmail.pl was looping in MonitorMail. The right way to
do this is to call $IMAP->idle to set the call back. After that
announceEmail.pl is suspended in idle. When action happens on the IMAP
server the callback is called. So MonitorMail gets run to process the
callback. But then the callback is gone and needs to be re-established.

3 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Tue, 18 Aug 2020 11:10:35 +0000 (04:10 -0700)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm

3 years agoFixed importlist.cgi
Andrew DeFaria [Tue, 18 Aug 2020 11:09:58 +0000 (04:09 -0700)]
Fixed importlist.cgi

Also turned of exec bit on WellsFargo

3 years agoUpdated setbg to properly handle the case when the monitor is off
Andrew DeFaria [Mon, 10 Aug 2020 23:25:11 +0000 (16:25 -0700)]
Updated setbg to properly handle the case when the monitor is off

3 years agoRemoved .htaccess
Andrew DeFaria [Thu, 6 Aug 2020 22:10:03 +0000 (15:10 -0700)]
Removed .htaccess

3 years agoMade Resume.docx a copy of ResumeBland.docx
Andrew DeFaria [Thu, 6 Aug 2020 22:09:27 +0000 (15:09 -0700)]
Made Resume.docx a copy of ResumeBland.docx

Resume.docx used to be a symlinkg to ResumeBland.docx but if you have
another symlink, like say ~/Desktop/Resume.docx that points to
Resume.docx then Thunderbird gets confused when attempting to attach it.
I guess Thunderbird doesn't like the double indirection.

3 years agoNew script to set the background image of the login screen
Andrew DeFaria [Thu, 6 Aug 2020 22:07:48 +0000 (15:07 -0700)]
New script to set the background image of the login screen

TODO: Properly escape special characters in the filename

3 years agoAdded /snap/bin to PATH
Andrew DeFaria [Thu, 6 Aug 2020 22:07:11 +0000 (15:07 -0700)]
Added /snap/bin to PATH

3 years agoEnhanced setbg
Andrew DeFaria [Thu, 6 Aug 2020 22:06:50 +0000 (15:06 -0700)]
Enhanced setbg

. Now includes png and gif images instead of just jpg
. Now checks to see if the monitor is off. If it's off because of
screensave or powersaving there is no need to change the wallpaper

3 years agoNew MySQL syntax for creating user and granting privileges
Andrew DeFaria [Thu, 6 Aug 2020 22:05:20 +0000 (15:05 -0700)]
New MySQL syntax for creating user and granting privileges

3 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Sat, 18 Jul 2020 22:46:48 +0000 (15:46 -0700)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm

3 years agoChanges necessary to update to Ubuntu 16.04
Andrew DeFaria [Sat, 18 Jul 2020 22:43:04 +0000 (15:43 -0700)]
Changes necessary to update to Ubuntu 16.04

This is mostly because php5's mysql_* calls got deprecated and they
all changed to mysqli_* calls, with a couple of parameter changes.

3 years agoFixed little bug...
Andrew DeFaria [Sat, 18 Jul 2020 03:28:43 +0000 (20:28 -0700)]
Fixed little bug...

3 years agoModified cleantmp.conf and setbg
Andrew DeFaria [Sat, 18 Jul 2020 00:24:35 +0000 (17:24 -0700)]
Modified cleantmp.conf and setbg

Removed qtsimpleapp.* from cleantmp as that file is used by
qbittorrent.

Changed setbg to add -lockscreen option (default off).

3 years agoAdded friendly greetings
Andrew DeFaria [Wed, 15 Jul 2020 17:31:11 +0000 (10:31 -0700)]
Added friendly greetings

3 years agoChanged announceEMail to stop polling and use a callback
Andrew DeFaria [Tue, 7 Jul 2020 20:50:30 +0000 (13:50 -0700)]
Changed announceEMail to stop polling and use a callback

This was done by switching to using Mail::IMAPTalk. No IMAPTalk does not
do the speaking but it "talks" to IMAP and it allows me to register a
callback. Much more efficient and timely.

Maybe someday I'll implement a mechanism of looking for other
announceEmail's on the LAN and have it inform the others that this
announceEmail will handle the announcement. This is because I run this
on both my desktop and my MacBook so while they're both in the same room
I hear the announcement twice. One solution would be to poll the LAN
and see if there are any more announceEmail processes and then use
IPC to communicate between them. Of course, if they are physically
very distant we probably want the announcement being a true broadcast.

4 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Tue, 2 Jun 2020 18:37:38 +0000 (11:37 -0700)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm

4 years agoChanged set_colors so that it's executable
Andrew DeFaria [Tue, 2 Jun 2020 18:37:11 +0000 (11:37 -0700)]
Changed set_colors so that it's executable

4 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Tue, 2 Jun 2020 18:35:34 +0000 (11:35 -0700)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm

4 years agoUpdated location information for bice.pl
Andrew DeFaria [Tue, 2 Jun 2020 18:35:23 +0000 (11:35 -0700)]
Updated location information for bice.pl

4 years agoUpdated cleantmp.conf
Andrew DeFaria [Sat, 16 May 2020 00:22:41 +0000 (17:22 -0700)]
Updated cleantmp.conf

4 years agoAdded ability to set lock screen to setbg
Andrew DeFaria [Thu, 14 May 2020 01:24:00 +0000 (18:24 -0700)]
Added ability to set lock screen to setbg

Also added some more files to clean in /tmp

4 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Fri, 14 Feb 2020 21:50:49 +0000 (14:50 -0700)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm

4 years agoAdded a few filesets
Andrew DeFaria [Fri, 14 Feb 2020 21:50:30 +0000 (14:50 -0700)]
Added a few filesets

4 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Wed, 29 Jan 2020 23:37:56 +0000 (16:37 -0700)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm

4 years agoFixed search.cgi
Andrew DeFaria [Wed, 29 Jan 2020 23:37:41 +0000 (16:37 -0700)]
Fixed search.cgi

4 years agoMade resume more bland...
Andrew DeFaria [Fri, 3 Jan 2020 22:36:40 +0000 (15:36 -0700)]
Made resume more bland...

4 years agoFinally allowed "username@domain.com" to be specified
Andrew DeFaria [Wed, 27 Nov 2019 21:19:48 +0000 (14:19 -0700)]
Finally allowed "username@domain.com" to be specified

4 years agoFixed typo in pod
Andrew DeFaria [Fri, 18 Oct 2019 21:09:36 +0000 (14:09 -0700)]
Fixed typo in pod

4 years agoFixed problem where from had quotes and/or subject had "#"'s
Andrew DeFaria [Mon, 30 Sep 2019 15:36:24 +0000 (08:36 -0700)]
Fixed problem where from had quotes and/or subject had "#"'s

4 years agoFixed term date for GD to be consistent
Andrew DeFaria [Thu, 12 Sep 2019 17:35:03 +0000 (10:35 -0700)]
Fixed term date for GD to be consistent

4 years agoUpdated resume to add WF
Andrew DeFaria [Tue, 10 Sep 2019 18:59:47 +0000 (11:59 -0700)]
Updated resume to add WF

4 years agoAdded PowerPoint Presentation for CQD
Andrew DeFaria [Tue, 10 Sep 2019 16:43:00 +0000 (09:43 -0700)]
Added PowerPoint Presentation for CQD

4 years agoAdded randomizeFrom
Andrew DeFaria [Wed, 4 Sep 2019 01:53:29 +0000 (18:53 -0700)]
Added randomizeFrom

4 years agoAdded PowerPoint presentation
Andrew DeFaria [Thu, 8 Aug 2019 04:03:33 +0000 (21:03 -0700)]
Added PowerPoint presentation

4 years agoAdded some changes for WellsFargo
Andrew DeFaria [Wed, 24 Jul 2019 01:48:28 +0000 (18:48 -0700)]
Added some changes for WellsFargo

4 years agoAdded code so that announceEmail.pl is silent at night
Andrew DeFaria [Sun, 14 Jul 2019 21:39:29 +0000 (14:39 -0700)]
Added code so that announceEmail.pl is silent at night

4 years agoFixed Nulllist Marked in ListDomains.php
Andrew DeFaria [Tue, 9 Jul 2019 13:08:19 +0000 (06:08 -0700)]
Fixed Nulllist Marked in ListDomains.php

5 years agoShortened some labels
Andrew DeFaria [Fri, 31 May 2019 16:56:37 +0000 (09:56 -0700)]
Shortened some labels

5 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Mon, 13 May 2019 20:18:37 +0000 (13:18 -0700)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm

5 years agoFixed bug with not displaying some email messages.
Andrew DeFaria [Mon, 13 May 2019 20:17:06 +0000 (13:17 -0700)]
Fixed bug with not displaying some email messages.

Some emails use multipart/related in subparts and others in parts. Our
display.cgi doesn't try to do that much of a great job displaying emails
and as such avoids some viruses I suppose. No need to make it fancy - just
good enough to discren if I want to let this email through.

Also changed wording of resume emails

5 years agoAdded announcement of daemon running
Andrew DeFaria [Tue, 30 Apr 2019 22:51:26 +0000 (15:51 -0700)]
Added announcement of daemon running

5 years agoRemoved duplicate files
Andrew DeFaria [Tue, 30 Apr 2019 22:49:16 +0000 (15:49 -0700)]
Removed duplicate files

5 years agoUpdate getPicture.conf
Andrew DeFaria [Fri, 26 Apr 2019 18:19:11 +0000 (11:19 -0700)]
Update getPicture.conf

5 years agoChanged polling to 1 minute
Andrew DeFaria [Wed, 24 Apr 2019 16:36:09 +0000 (09:36 -0700)]
Changed polling to 1 minute

5 years agoCreated announceEmail.pl
Andrew DeFaria [Sun, 7 Apr 2019 00:39:36 +0000 (17:39 -0700)]
Created announceEmail.pl

5 years agoCreated announceEmail.pl
Andrew DeFaria [Fri, 5 Apr 2019 01:01:15 +0000 (18:01 -0700)]
Created announceEmail.pl

This script will monitor the email and when new email arrives it will
announce who sent the email and it's subject line.

5 years agoHopefully fixed git function to handle files with spaces
Andrew DeFaria [Thu, 28 Mar 2019 18:22:00 +0000 (11:22 -0700)]
Hopefully fixed git function to handle files with spaces

5 years agoUpdated Resume
Andrew DeFaria [Tue, 26 Mar 2019 18:30:49 +0000 (11:30 -0700)]
Updated Resume

5 years agoAdded important note to resume
Andrew DeFaria [Tue, 26 Mar 2019 18:30:29 +0000 (11:30 -0700)]
Added important note to resume

5 years agoPointed to Resume.docx instead of Resume.odt
Andrew DeFaria [Fri, 15 Mar 2019 18:43:35 +0000 (11:43 -0700)]
Pointed to Resume.docx instead of Resume.odt

Even though modern versions of MS Office support .odt file formats,
nobody uses them!

5 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Fri, 15 Mar 2019 18:41:13 +0000 (11:41 -0700)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm

5 years agoTweaking resume office files
Andrew DeFaria [Fri, 15 Mar 2019 18:37:54 +0000 (11:37 -0700)]
Tweaking resume office files

5 years agoTweaking Resume
Andrew DeFaria [Fri, 15 Mar 2019 18:33:19 +0000 (11:33 -0700)]
Tweaking Resume

5 years agoUpdated resume
Andrew DeFaria [Mon, 11 Mar 2019 23:30:00 +0000 (16:30 -0700)]
Updated resume

5 years agoChanged menu
Andrew DeFaria [Fri, 8 Mar 2019 22:35:15 +0000 (15:35 -0700)]
Changed menu

5 years agoFixed links to images.
Andrew DeFaria [Mon, 4 Mar 2019 17:46:56 +0000 (10:46 -0700)]
Fixed links to images.

5 years agoAdded code to not send me email when I go to my own resume
Andrew DeFaria [Fri, 1 Mar 2019 18:12:31 +0000 (11:12 -0700)]
Added code to not send me email when I go to my own resume

5 years agoUpdated index.php and made link for Resume.odt
Andrew DeFaria [Fri, 1 Mar 2019 00:18:13 +0000 (17:18 -0700)]
Updated index.php and made link for Resume.odt

5 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Fri, 1 Mar 2019 00:16:04 +0000 (17:16 -0700)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm

Conflicts:
web/Resumes/Andrew/ResumeLong.php

5 years agoUpdated resume
Andrew DeFaria [Fri, 1 Mar 2019 00:13:40 +0000 (17:13 -0700)]
Updated resume

5 years agoMerge branch 'master' of https://github.com/adefaria/clearscm
Andrew DeFaria [Fri, 1 Mar 2019 00:12:03 +0000 (17:12 -0700)]
Merge branch 'master' of https://github.com/adefaria/clearscm

5 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Fri, 1 Mar 2019 00:07:19 +0000 (17:07 -0700)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm

5 years agoLast batch of updates
Andrew DeFaria [Fri, 1 Mar 2019 00:06:24 +0000 (17:06 -0700)]
Last batch of updates

5 years agoUpdated resume
Andrew DeFaria [Thu, 28 Feb 2019 23:52:27 +0000 (16:52 -0700)]
Updated resume

5 years agoAdded caching to clearadm
Andrew DeFaria [Fri, 28 Dec 2018 01:34:26 +0000 (18:34 -0700)]
Added caching to clearadm

5 years agoFixed bug in clearadmscrub.pl to always set the hostname
Andrew DeFaria [Wed, 26 Dec 2018 14:17:35 +0000 (07:17 -0700)]
Fixed bug in clearadmscrub.pl to always set the hostname

5 years agoBig update of Clearadm
Andrew DeFaria [Sat, 22 Dec 2018 15:55:07 +0000 (08:55 -0700)]
Big update of Clearadm

5 years agoUpdates from work
Andrew DeFaria [Fri, 26 Oct 2018 14:27:51 +0000 (07:27 -0700)]
Updates from work

Hopefully fixed the ._hist problem.
Major improvements to CmdLine.pm
New subroutine for Dateutils.pm

5 years agoChanges to use MySQL for rexec.pl
Andrew DeFaria [Thu, 27 Sep 2018 03:39:28 +0000 (20:39 -0700)]
Changes to use MySQL for rexec.pl

5 years agoAdded puppet files
Andrew DeFaria [Thu, 27 Sep 2018 03:38:57 +0000 (20:38 -0700)]
Added puppet files

5 years agoMore changes to Clearcase and Clearquest stuff
Andrew DeFaria [Thu, 30 Aug 2018 03:18:40 +0000 (20:18 -0700)]
More changes to Clearcase and Clearquest stuff

5 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Thu, 30 Aug 2018 02:24:27 +0000 (19:24 -0700)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm

5 years agoAdded mail to Resume
Andrew DeFaria [Thu, 30 Aug 2018 02:24:08 +0000 (19:24 -0700)]
Added mail to Resume

5 years agoChanged permission bits
Andrew DeFaria [Thu, 30 Aug 2018 02:20:05 +0000 (19:20 -0700)]
Changed permission bits

5 years agoMore changes for GD
Andrew DeFaria [Fri, 20 Jul 2018 15:47:29 +0000 (08:47 -0700)]
More changes for GD

5 years agoIncorporating Machines.pm into rexec.pl
Andrew DeFaria [Fri, 20 Jul 2018 15:47:14 +0000 (08:47 -0700)]
Incorporating Machines.pm into rexec.pl

5 years agoSome cosmetic edits
Andrew DeFaria [Wed, 18 Jul 2018 20:08:18 +0000 (13:08 -0700)]
Some cosmetic edits

Adding new Machines.pm interface

5 years agoMinor changes
hn06511 [Tue, 3 Jul 2018 16:50:25 +0000 (09:50 -0700)]
Minor changes

Whitespace changes for Project.pm
Changed clearcase to use $CLEARCASE_VIEW_DRIVE
Added aliases to system

5 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Tue, 3 Jul 2018 05:04:54 +0000 (22:04 -0700)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm

6 years agoFixed .logout
hn06511 [Thu, 7 Jun 2018 17:44:50 +0000 (10:44 -0700)]
Fixed .logout

6 years agoVarious perm changes
Andrew DeFaria [Mon, 21 May 2018 20:57:18 +0000 (13:57 -0700)]
Various perm changes

6 years agoVarious changes
hn06511 [Mon, 21 May 2018 20:53:49 +0000 (13:53 -0700)]
Various changes

Clearcase.pm:
. Set VIEW_DRIVE properly
. Changed CCHOME (this keeps moving around)
. Was not checking for Windows properly - fixed

GD:
. Various changes and paths

Logger.pm:
. The err method should use the msg method instead of the log method so
  that the user sees the error!

6 years agoMore changes from GD development
Andrew DeFaria [Thu, 26 Apr 2018 04:12:24 +0000 (21:12 -0700)]
More changes from GD development

6 years agoFixed syntax error
Andrew DeFaria [Wed, 11 Apr 2018 14:01:52 +0000 (07:01 -0700)]
Fixed syntax error

6 years agoVarious changes and additions for UCM and testing things
Andrew DeFaria [Tue, 10 Apr 2018 02:59:32 +0000 (19:59 -0700)]
Various changes and additions for UCM and testing things

6 years agoAdded GD logo image
Andrew DeFaria [Wed, 7 Mar 2018 18:17:56 +0000 (10:17 -0800)]
Added GD logo image

6 years agoRenamed checkaddress
Andrew DeFaria [Tue, 6 Mar 2018 01:58:55 +0000 (17:58 -0800)]
Renamed checkaddress

6 years agoUpdated cleantmp
Andrew DeFaria [Tue, 6 Mar 2018 01:56:56 +0000 (17:56 -0800)]
Updated cleantmp

6 years agoNew script - cleantmp.pl
Andrew DeFaria [Thu, 22 Feb 2018 20:25:00 +0000 (12:25 -0800)]
New script - cleantmp.pl

6 years agoLarge MAPS update
Andrew DeFaria [Thu, 22 Feb 2018 20:21:24 +0000 (12:21 -0800)]
Large MAPS update

Removed need for MAPSDB. It wasn't the best way to do stuff and just made
everything a bit more complicated. Moved libraries under lib.

Also fixed a few bugs and eliminated some scripts we had re-written in PHP
or otherwise didn't use.

Changed algorithms a little bit like ResequenceList now orders the
resequencing by hit_count so that useful patterns are used before less
useful patterns. Also changed the aging of hit_count a bit.

6 years agoMinor cosmetic changes
Andrew DeFaria [Tue, 20 Feb 2018 21:38:33 +0000 (13:38 -0800)]
Minor cosmetic changes

6 years agoAdded hit counting
Andrew DeFaria [Fri, 9 Feb 2018 00:01:34 +0000 (16:01 -0800)]
Added hit counting

6 years agoRecreated Resume in long format.
Andrew DeFaria [Thu, 8 Feb 2018 22:54:37 +0000 (14:54 -0800)]
Recreated Resume in long format.

Retained ResumeShort.* in case we want to go backwards.

6 years agoMerge branch 'master' of git+ssh://github.com/adefaria/clearscm
Andrew DeFaria [Tue, 23 Jan 2018 22:07:24 +0000 (14:07 -0800)]
Merge branch 'master' of git+ssh://github.com/adefaria/clearscm