I still don't understand they need a on-site server. Seems like a perfect opportunity to do everything "in the cloud".
Best posts made by Alex Sage
-
RE: Consulting for a Small Construction Company
-
LXC Backup Script
#!/bin/bash echo echo "==============================" echo Stopping Containers..... echo "==============================" echo for i in $(ls /var/lib/lxc); do lxc-stop -n $i ; done echo Done! echo echo "==============================" echo Backing Up Containers..... echo "==============================" echo cd /var/lib/lxc/ for i in $(ls /var/lib/lxc); do tar --numeric-owner -czf /root/backups/lxc/$i.tgz $i ; done echo Done! echo echo "==============================" echo Starting Containers..... echo "==============================" echo for i in $(ls /var/lib/lxc); do lxc-start -n $i ; done echo Done! echo echo "==============================" echo Syncing Container Backups to B2..... echo "==============================" echo b2 sync --keepDays 30 --replaceNewer /root/backups/lxc b2://aaronstuder/backups/lxc echo Done! echo echo "=====Backup Complete!====="
-
RE: Moving to a New WSUS server
@BBigford No Problem. Once I realized that the port numbers change, I realized the issue right away.
Clients are being seen by the WSUS server now
-
RE: XenServer 7 has launched!
100% Xen Orchestra compatible
In fact, XenServer 7 is more compatible with Xen Orchestra, because the toolstack is more reliable than in 6.5. So you'll have:- less bugs in XAPI with JSON-RPC
- full JSON-RPC support (faster XO!)
- more securiry with XAPI isolation via control groups (cgroups)
You'll be happy to have your XenServer tasks displaying properly the real progress in % during any long process (migrate, copy, etc.). This was broken (in JSON) in previous XenServer versions.
-
VMware Support Sucks
For some reason 2 of VM's randomly aren't running. I can fire them back up, and they run fine for a day or more, and then they are off again.
So I contact support after I export the log files.
I can't get there FTP upload to work, so I upload them to OwnCloud and send them a link.
Keep in mind each time you contact them, you have to wait 24 hours for a reply.... It's like there half way around the world or something
So this morning I get this reply:
Yes I am able to download the file but I cant convert it to readable format. It is in tgz format. Our FTP site converts the log files.
Really? They don't know how to use 7-Zip, etc to extract files? I immediately asked to have my case sent to a supervisor....
-
SpiceWorld 2016 savings with xByte
As a valued xByte customer, we wanted to extend a special 50% discount on SpiceWorld- on us! Just use code XBYTE50 when you register. If you haven't heard of it, SpiceWorld is a tech conference hosted by Spiceworks. The conference will be held in Austin, TX, Nov. 1-3- and we'll be there exhibiting!
-
Server 2012 - Partition Issues
Disk 1 had an old 2003 install on it from before my time here.
I delete the partition and extended out the drives to get all the space available, however much to my surprise, it looks there is now 2 partitions, with one drive letter, which makes me uncomfortable at best.
Thoughts?
-
I moved to Linux!
Fedora Workstation. I was trying to duel boot with Windows 10, but when I rebooted, I booted into Fedora once, then into Windows, and then I could not get back into Linux!
So I said screw it, and just wiped the drive and installed Fedora on the whole drive.
So what are you favourite Linux apps?
-
Let’s Encrypt will begin issuing wildcard certificates in January of 2018
Let’s Encrypt will begin issuing wildcard certificates in January of 2018. Wildcard certificates are a commonly requested feature and we understand that there are some use cases where they make HTTPS deployment easier. Our hope is that offering wildcards will help to accelerate the Web’s progress towards 100% HTTPS.
https://letsencrypt.org/2017/07/06/wildcard-certificates-coming-jan-2018.html
-
RE: Skye for Business Client
You could change the users password, then login as them and change it.
-
Installing Cloudberry Backup on Fedora 28
Install the RPM
dnf install https://d1jra2eqc0c15l.cloudfront.net/rh6_CloudBerryLab_CloudBerryBackup_v2.6.0.31_20180920195252.rpm
(Optional)
If you want to enable the WebGUI:
Navigate to /opt/local/CloudBerry Backup/bin/cbb and run:
./cbb option -set wa -http on
Go to <IP/Hostname>:43210
-
RE: User's thoughts on Windows 10. #frustrated
@BRRABill Would you rather normal users lose all there data?
Normal users NEVER remember were any paperwork for the computer is.....