Saturday, October 18, 2025 at 02:25:34
svpsdev.e5l.co -
Followed the installations I’ve done in the past, plus the following (main reason for the additional server):
- apt install cpanminus
- apt install build-essential
- apt install libpng-dev
- apt install ./google-chrome-stable_current_amd64.deb
- cpanm install WWW::Mechanize::Chrome
Saturday, May 31, 2025 at 12:54:47
** Because I’ll forget!
Basics:
-
git add .
-
git commit
-
git push
Check for picture differences:
ls | perl -e 'while(<>){chomp;
next if (-s $_ == -s "../../original_images/$_");
print "$_ has sizes: TEST:".(-s $_)." / ORIG:".(-s "../../original_images/$_")."n";
}'
Update test area to prod area:
ls | perl -e 'while(<>){chomp;
next if (-e "../../otherpath/images/$_" && -s $_ >= -s "../../otherpath/images/$_");
print "$_ has sizes: TEST:".(-s $_)." / MAIN:".(-s "../../otherpath/images/$_")."n"; use File::Copy; copy($_, "../../otherpath/images/$_");
}'
Thursday, May 8, 2025 at 17:09:50
To use on same machine:
- Log in as user (not gituser)
-
cd /home/thisuser/
-
mkdir gitstuff
-
cd gitstuff
-
git config --global user.email "thisuser@localhost"
-
git config --global user.name "thisuser"
-
git clone /usr/local/gitpath/newrepositoryname
- At this point, you have an empty directory. Add files, do ‘git add *’, then ‘git commit’, and it will be pushed to main git path.
To use on different machine (linux anyway):
Tuesday, January 7, 2025 at 20:52:18
Spent time getting svps.e5l.co connected. Once Ionos fixed their networking, I installed Plesk to see if I liked it. Also installed a few perl modules, so I can run GA collection from there if I need to.
Sunday, August 4, 2024 at 10:07:09
Now have webcollab backup server running at wcd.e5l.co (on vpsdev.e5l.co). Imported all data from main as-of this morning.