You are currently browsing the archives for the Technical category.

Breaking News

bigdump.php

Don @ July 5, 2009 # 2 Comments

Alexey Ozerov has written a very useful tool that solves a very common problem that many system administrators and web developers have seen. Make a note of this, as it’s a nice tool to add to your toolbox.
Problem: You can’t upload a database dump and import using phpMyAdmin because of limits of some kind, timeouts, [...]

More on page 53

Attachments and the Gmail app for BlackBerry

Don @ January 27, 2009 # No Comment Yet

Interestingly enough, the Google Gmail app for Blackberry devices does not allow at this time for the *sending* of attachments; viewing/saving however works nicely. I’d be curious to know the technical reasons for this limitation, I would guess it would be something to do with the fact the application would need directory access to the [...]

More on page 48

PCI Compliance – Disabling SSL v2

Don @ November 9, 2008 # No Comment Yet

If your ecommerce application is taking credit card numbers and you’re hosting with a reputable host, most likely you’re familiar with becoming PCI Compliant.  Without going into much debate over the policies behind the requierments and motives, one of the things that you must do is disable SSL version 2, which has multiple documented vulnerabilities.  [...]

More on page 39

Moderation requests for my unmoderated list

Don @ July 21, 2008 # No Comment Yet

I have a status list.  All the systems I manage, I’ve configured root’s mail to be directed to this list.  The list is completely unmoderated because of the sheer number of systems send mail to it.  The *problem* was that as list owner, I was receiving moderation requests for system messages.  The key here is [...]

More on page 27

Additional Googe Apps MX Records

Don @ May 2, 2008 # No Comment Yet

Google Apps (http://google.com/a) has added additional MX records to be added to zone files. Below is the records, with priorities, in order, in plain text. Easy to copy/paste. Technically, priorities can be different as long as they match the correct Value and are in the order determined by the provider, however these [...]

More on page 24

xfs fs creation optimization

Don @ April 25, 2008 # No Comment Yet

mkfs.xfs -d agcount=4 -l size=32m /dev/sdx
Pass noatime,nodiratime,osyncisdsync to your fstab and mount. -l size=32m, tells mkfs.xfs to configure your filesystem so that it has a 32 MB metadata journal. In my situation, it is important while under heavy load the journal will not fill up; or less of a possibility that it would. [...]

More on page 21

Code

Don @ January 16, 2008 # No Comment Yet

I’ve been writing some interesting Perl lately, some of which some people might find interesting or useful. Much of it is written for very specific situations, which are unique to an ISP environment. While I’m not going to provide support of any kind, unless otherwise noted within the code comments, I’ll upload some [...]

More on page 19

vim

Don @ December 24, 2007 # No Comment Yet

7.0 at 243 patches to vanilla, then patches to the patches? wtf. Release time.  Ok, 7.1 is released. Still over 100 patches to vanilla source.  This makes building an updated RPM much more difficult :-/  Oh well, tis the way it is done, I guess.

More on page 16

VPN for Linux

Don @ December 4, 2007 # No Comment Yet

Using CISCO VPN concentrator? Their Linux client application needs a lot of work, and is quite the pain to setup and configure if you just need it to work. Yes, I’ve used it; it works however one thing that it doesn’t do very well is integrate itself into your desktop environment. Introducing, [...]

More on page 13