Skip to main content

GeoffStratton.com

  • About/Contact
  • GitHub
  • LinkedIn

Category: Systems Administration

Apache 2 SSL Labs Fixes

January 31, 2015March 16, 2022 Geoff Stratton Leave a comment

Recently I was testing some web servers with the SSL Labs SSL web server test. This article describes the fixes I applied to Ubuntu Server 12.04 to get an A+ on the test. The SSL Labs Test Auditing the SSL certificates on your web server occasionally is a good idea, since you always want to […]

Loading

Read More

Reset the MySQL Root Password

November 11, 2014March 16, 2022 Geoff Stratton Leave a comment

So you don’t know your MySQL root password but you do have the root password of the server. Here’s a quick way to reset your MySQL root password on the command line: 1. Stop MySQL $ service mysql stop 2. Start MySQL in safe mode without a password $ mysqld_safe –skip-grant-tables & 3. Log into […]

Loading

Read More

TrueCrypt on Fedora Linux

November 11, 2014March 16, 2022 Geoff Stratton Leave a comment

Update 2015: Support and development of TrueCrypt have, of course, now ended, although an independent audit of TrueCrypt revealed no severe security problems. I’d suggest the TrueCrypt fork VeraCrypt as a replacement. Note: I’m using Fedora 19 here. Results will vary on different versions. If you’re trying to run the TrueCrypt virtual disk encryption software […]

Loading

Read More

Fedora 20 Installation Woes

November 11, 2014March 16, 2022 Geoff Stratton Leave a comment

Attempting to install Fedora 20 on an older i7 system recently produced a series of failures. For starters, after the installation allegedly completed, the system would hang after the BIOS screens at the point where the OS should start. That’s because Anaconda installed no bootloader. A computer isn’t very useful with no operating system. To […]

Loading

Read More

Perl File Change Notifier

August 25, 2014March 16, 2022 Geoff Stratton Leave a comment

This notifies users by email (sendmail) when a particular file changes on a Unix-style filesystem. This was originally written for a page that was being modified by multiple people in the wiki software shipped with Apple’s OS X Server. This worked all right as a hack, but if you need extensive content management or granular […]

Loading

Read More

Online Analytics Tools

August 22, 2014March 16, 2022 Geoff Stratton Leave a comment

AbuseIPDB The Robtex – The Robtex Swiss Army Knife Internet Tool Norsecorp Cyberattack Map GeoTrace – Uses WHOIS, Hostip.info, LOC records, and TRACEROUTE to track IP address to physical location IP Chicken – A quick “what’s my IP” type of thing (or you could look at my page footer) Internet Traffic Report MX Toolbox – […]

Loading

Read More

Varnish and Pound with Apache

August 21, 2014March 16, 2022 Geoff Stratton Leave a comment

Using Varnish and Pound together is a relatively easy way to ensure the Varnish cache works for both SSL and non-SSL web sites. Varnish is a general-purpose web cache that can make your web sites and applications run substantially faster for your visitors while reducing the overall load on your web server. It works by […]

Loading

Read More

Swap Apache Prefork for Worker

August 19, 2014March 16, 2022 Geoff Stratton Leave a comment

By default most Apache web servers — at least prior to Apache 2.4 — run Apache’s Prefork MPM (multi-processing module). Prefork works OK and offers the greatest compatibility with existing Apache modules, but it consumes a relatively large amount of memory because it spawns many processes that each handle one connection at a time. Prefork […]

Loading

Read More

Install the APC Opcode Cache

August 19, 2014March 16, 2022 Geoff Stratton Leave a comment

Note: This is an old article, and the APC Opcode Cache is now abandoned. Strongly consider installing Zend OPcache instead. APC is now effectively unsupported, although you can still install and use it. Furthermore, OPcache is included in the PHP core as of PHP 5.5, and OPcache is also available and fully supported for PHP […]

Loading

Read More

Back Up MySQL Databases

August 18, 2014March 16, 2022 Geoff Stratton Leave a comment

A simple bash script to back up MySQL databases. This backs up every database on the server to individual gzipped files in the directory you specify so that you can easily restore them separately. If you want it to run everyday, save it with an .sh extension and add it to the crontab of an […]

Loading

Read More

Posts pagination

Newer posts 1 … 4 5 6 7 Older posts

About

This is the home server of Geoff Stratton. There's a little more about me on the About page. The server itself lives in Softlayer's DAL02/06 data center in downtown Dallas, Texas, geolocation 32 47 32.599 N 96 48 53.11 W 125m 10m 100m 10m.

I use this place mostly as a personal knowledge base, although I keep it public in case anything useful emerges. Caveat emptor, and don't go handling snake-skin.

Consider everything posted here to be covered by the GNU Public License Version 3. You should read the whole license, but essentially it means you can do anything you want with the code, including bundle it up and sell it as a new application. The catch is that if you make and distribute a new app, you are required to make all the source code available for free to everyone.

Tip Jar

Did you find something useful here? Please consider a tip. Many thanks!


Buy Me A Coffee


Categories

Tags

Ansible Apache awk Bash C# CentOS Debian DNS Docker Drupal Drush Fedora grep Hardware Hosting IP JavaScript jQuery LDAP Linux Mail Server mtr MySQL Nginx OTRS Perl PHP Plone Pound Python Redis sed SpamAssassin SQL SSL tcpdump TrueCrypt Tutorials ufw Varnish VB.NET Webform Windows WordPress Zope

Archives

sparkling Theme by Colorlib Powered by WordPress