Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
The AWS CLI gives you a way to interact with Amazon Web Services (AWS) via command line. This comes in real handy when you need to automate tasks such as scaling EC2 server instances, uploading files to S3 buckets, moving…
Composer lets you manage PHP package dependencies on a per-project basis. You install Composer like so: sudo curl -sS | php Moved it to the suggested location: mv composer.phar /usr/local/bin/composer Still got “composer: command not found” when verifying the install?…
Seems we aren’t the only ones experiencing a black screen in a remote desktop session on Windows 10 after the 1809 update after it’s been left unattended for a while, there are a number of people complaining of a similar…
Running a headless (terminal only) server is great and all but sometimes a GUI helps. We’ll be installing GNOME 3.28 on CentOS 7.4. This comes really handy when you want to remotely administer a server and keep the bloat to an…
Logging RSYNC output to file can be cumbersome but useful at times. Cumbersome because if you’re transferring a large number of files then the log file becomes intelligible but useful in cases where you need to track successful vs. unsuccessful transfers.…
Kali Linux threw this error message during the installation procedure. Troubleshooting this was frustrating as none of the fixes, which were about mounting the USB drive to /cdrom, worked for us. We then decided to play with the options in…
A lot of machines lately have been experiencing issues with updating this update, we’re going to walk through fixing this error. This is how the update history windows looks like on one of our machines The process of fixing this…
With the EOL of the free tier of NewRelic’s Server monitoring service, we tried going commando for a while, meaning no server monitoring. We know bad – bad, idea. NewRelics Server monitoring service was great but the free tier came…
On of our server providers was running a deal on servers equipped with the newly released AMD Ryzen CPUs. We got a couple to test them for future placements. Right off the bat we started experiencing issues with them, the…