<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux on Enterprise Data Architect | Principal Data Strategist |  MySQL Subject Matter Expert |  Author | Speaker</title>
    <link>https://ronaldbradford.com/categories/linux/</link>
    <description>Recent content in Linux on Enterprise Data Architect | Principal Data Strategist |  MySQL Subject Matter Expert |  Author | Speaker</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 02 Dec 2024 12:00:10 +0000</lastBuildDate>
    <atom:link href="https://ronaldbradford.com/categories/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Migrating off of WordPress - A Simplified Stack</title>
      <link>https://ronaldbradford.com/blog/migrating-off-of-wordpress-a-simplified-stack-2024-12-02/</link>
      <pubDate>Mon, 02 Dec 2024 12:00:10 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/migrating-off-of-wordpress-a-simplified-stack-2024-12-02/</guid>
      <description>The ongoing drama between Wordpress v WP Engine continues to cross my reading list, but I have permanently removed WordPress from my website.&#xA;I have finally transitioned away from the complex Linux/Apache/MySQL/PHP (LAMP) stack required for self-hosting WordPress on my professional website.</description>
    </item>
    <item>
      <title>Loops in shell scripting</title>
      <link>https://ronaldbradford.com/blog/loops-in-shell-scripting-2015-03-19/</link>
      <pubDate>Thu, 19 Mar 2015 15:21:21 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/loops-in-shell-scripting-2015-03-19/</guid>
      <description>If you are die hard Bourne Shell (/bin/sh) scripter, it can be a challenge not to be enticed by the syntax niceties of the Born Again Borne Shell (/bin/bash).&#xA;One example is the `{.</description>
    </item>
    <item>
      <title>Improving performance – A full stack problem</title>
      <link>https://ronaldbradford.com/blog/improving-performance-a-full-stack-problem-2015-03-06/</link>
      <pubDate>Fri, 06 Mar 2015 17:51:48 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/improving-performance-a-full-stack-problem-2015-03-06/</guid>
      <description>Improving the performance of a web system involves knowledge of how the entire technology stack operates and interacts. There are many simple and common tips that can provide immediate improvements for a website.</description>
    </item>
    <item>
      <title>Identify package management file contents</title>
      <link>https://ronaldbradford.com/blog/identify-package-management-file-contents-2013-07-02/</link>
      <pubDate>Tue, 02 Jul 2013 21:48:36 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/identify-package-management-file-contents-2013-07-02/</guid>
      <description>Recently when implementing Milliseconds in MySQL Proxy Lua Script I needed to identify what was installed from a given package.&#xA;For CentOS&#xA;$ sudo yum install -y yum-utils $ repoquery -q -l --plugins lua-socket /usr/lib64/lua/5.</description>
    </item>
    <item>
      <title>Understanding installing MySQL rpm versions</title>
      <link>https://ronaldbradford.com/blog/understanding-installing-mysql-rpm-versions-2009-12-16/</link>
      <pubDate>Wed, 16 Dec 2009 18:34:38 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/understanding-installing-mysql-rpm-versions-2009-12-16/</guid>
      <description>I have a problem with an easy way to install MySQL via rpm without resorting to specifying the exact point release of MySQL. Presently my local yum repository has versions of 5.</description>
    </item>
    <item>
      <title>MySQL Permissions – Restarting MySQL</title>
      <link>https://ronaldbradford.com/blog/mysql-permissions-restarting-mysql-2009-11-19/</link>
      <pubDate>Thu, 19 Nov 2009 18:10:34 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/mysql-permissions-restarting-mysql-2009-11-19/</guid>
      <description>I am working with a client that is using managed hosting on dedicated servers. This has presented new challenges in obtaining the right permissions to undertake MySQL tasks but not have either ‘root’ or ‘mysql’ access and not have to involve a third party everytime.</description>
    </item>
    <item>
      <title>Monitoring MySQL options</title>
      <link>https://ronaldbradford.com/blog/monitoring-mysql-option-2009-10-15/</link>
      <pubDate>Thu, 15 Oct 2009 19:12:16 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/monitoring-mysql-option-2009-10-15/</guid>
      <description>My recent poll What alert monitoring do you use? showed 25% of the 58 respondents to bravely state they had no MySQL monitoring. I see 1 in 3, ~33% in my consulting so this is consistent.</description>
    </item>
    <item>
      <title>Using the Query Cache effectively</title>
      <link>https://ronaldbradford.com/blog/using-the-mysql-query-cache-effectively-2009-09-28/</link>
      <pubDate>Mon, 28 Sep 2009 19:10:53 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/using-the-mysql-query-cache-effectively-2009-09-28/</guid>
      <description>Maximize your strengths, minimize your weaknesses.&#xA;You can apply this approach to many things in life, I apply it to describing and using MySQL the product, and it’s components. The Query Cache like many features in MySQL, and indeed features in many different RDBMS products (don’t get me started on Oracle *features*) have relative benefits.</description>
    </item>
    <item>
      <title>Identifying Resource Bottlenecks – Disk</title>
      <link>https://ronaldbradford.com/blog/identifying-resource-bottlenecks-disk-2009-09-18/</link>
      <pubDate>Fri, 18 Sep 2009 22:43:49 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/identifying-resource-bottlenecks-disk-2009-09-18/</guid>
      <description>With a discussion on identifying CPU and Memory bottlenecks achieved, let us now look at how Disk can affect MySQL performance.&#xA;One of the first steps when addressing a MySQL performance tuning problem is to perform a system audit of the physical hardware resources (CPU,Memory,Disk,Network), then identify any obvious bottlenecks in these resources.</description>
    </item>
    <item>
      <title>MySQL DML stats per table</title>
      <link>https://ronaldbradford.com/blog/mysql-dml-stats-per-table-2009-09-09/</link>
      <pubDate>Wed, 09 Sep 2009 17:55:25 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/mysql-dml-stats-per-table-2009-09-09/</guid>
      <description>MySQL provides a level of statistics for your INSERT, UPDATE, DELETE, REPLACE Data Manipulation Language (DML) commands using the STATUS output of various Com_ variables, however it is per server stats.</description>
    </item>
    <item>
      <title>Has your blog been hacked?</title>
      <link>https://ronaldbradford.com/blog/has-your-blog-been-hacked-2009-09-08/</link>
      <pubDate>Tue, 08 Sep 2009 04:32:10 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/has-your-blog-been-hacked-2009-09-08/</guid>
      <description>While not a MySQL topic, as most of my readers view my MySQL Blog, my WordPress blog has been hacked? Has yours?&#xA;Like many, I’m sure you may have read about it like at WordPress blogs under attack from hack attack but I was surprised when my custom permlinks did not work.</description>
    </item>
    <item>
      <title>What do you monitor in MySQL?</title>
      <link>https://ronaldbradford.com/blog/what-do-you-monitori-in-mysql-2009-09-03/</link>
      <pubDate>Thu, 03 Sep 2009 16:45:40 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/what-do-you-monitori-in-mysql-2009-09-03/</guid>
      <description>If you are unfamiliar with what to monitor in MySQL, starting with looking at what popular Monitoring products monitor. For example, the following is the list of MySQL Cacti Plugin measurements.</description>
    </item>
    <item>
      <title>SQL query analysis with MySQL Proxy</title>
      <link>https://ronaldbradford.com/blog/sql-query-analysis-with-mysql-proxy-2009-09-02/</link>
      <pubDate>Thu, 03 Sep 2009 00:34:10 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/sql-query-analysis-with-mysql-proxy-2009-09-02/</guid>
      <description>Long before there was the official Query Analyzer (QUAN), a component of MySQL Enterprise, SQL analysis was possible using MySQL Proxy .&#xA;The following is an introduction to logging and query analysis with MySQL Proxy.</description>
    </item>
    <item>
      <title>Seeking public data for benchmarks</title>
      <link>https://ronaldbradford.com/blog/seeking-public-data-for-benchmarks-2009-08-28/</link>
      <pubDate>Fri, 28 Aug 2009 18:05:29 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/seeking-public-data-for-benchmarks-2009-08-28/</guid>
      <description>I have several side projects when time permits and one is that of benchmarking various MySQL technologies (e.g. MySQL 5.0,5.1,5.4), variants (e.g. MariaDB, Drizzle) and storage engines (e.g. Tokutek, Innodb plugin) and even other products like Tokyo Cabinet which is gaining large implementations.</description>
    </item>
    <item>
      <title>Setting up a Virtual IP address (VIP)</title>
      <link>https://ronaldbradford.com/blog/setting-up-a-virtual-ip-address-vip-2009-08-26/</link>
      <pubDate>Wed, 26 Aug 2009 21:18:50 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/setting-up-a-virtual-ip-address-vip-2009-08-26/</guid>
      <description>These instructions are for CentOS/Redhat Linux distributions.&#xA;Identify your current NIC’s and IP addresses in use. $ /sbin/ifconfig eth0 Link encap:Ethernet HWaddr 00:30:48:98:9C:A6 inet addr:192.168.53.201 Bcast:192.168.53.255 Mask:255.255.255.0 inet6 addr: 0080::230:48ff:fe98:9ca6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:6159779 errors:0 dropped:0 overruns:0 frame:0 TX packets:6137085 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:1158210510 (1.</description>
    </item>
    <item>
      <title>Getting started with Gearman</title>
      <link>https://ronaldbradford.com/blog/getting-started-with-gearman-2009-07-26/</link>
      <pubDate>Sun, 26 Jul 2009 23:42:15 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/getting-started-with-gearman-2009-07-26/</guid>
      <description>Gearman is an open source generic framework for distributed processing. At OSCON 2009 I attended the Gearman: Build Your Own Distributed Platform in 3 Hours tutorial.&#xA;While it’s very easy to install Gearman, and follow the first example, if you missed the all important additional PHP steps listed on just one slide you may be left with the “‘Class ‘GearmanClient’ not found” error.</description>
    </item>
    <item>
      <title>Setting up sysbench with MySQL &amp; Drizzle</title>
      <link>https://ronaldbradford.com/blog/setting-up-sysbench-with-mysql-drizzle-2009-07-23/</link>
      <pubDate>Fri, 24 Jul 2009 00:47:16 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/setting-up-sysbench-with-mysql-drizzle-2009-07-23/</guid>
      <description>Sysbench is a open source product that enables you to perform various system benchmarks including databases. Drizzles performs regression testing of every trunk revision with a branched version of sysbench within Drizzle Automation .</description>
    </item>
    <item>
      <title>configure: error: mysql_config executable not found</title>
      <link>https://ronaldbradford.com/blog/configure-error-mysql_config-executable-not-found-2009-07-23/</link>
      <pubDate>Thu, 23 Jul 2009 23:56:15 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/configure-error-mysql_config-executable-not-found-2009-07-23/</guid>
      <description>If your compiling a product that includes a dependency of MySQL, you can easily get the error&#xA;configure: error: mysql_config executable not found I generally don’t see this problem, because I use MySQL binary tar files, however if you use MySQL packages, such as Ubuntu, you can easily miss the required dependency.</description>
    </item>
    <item>
      <title>Understanding Different MySQL Index Implementations</title>
      <link>https://ronaldbradford.com/blog/understanding-different-mysql-index-implementations-2009-07-22/</link>
      <pubDate>Thu, 23 Jul 2009 00:37:20 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/understanding-different-mysql-index-implementations-2009-07-22/</guid>
      <description>It is important to know and understand that while indexing columns in MySQL will generally improve performance, using the appropriate type of index can make a greater impact on performance.</description>
    </item>
    <item>
      <title>What&#39;s new in MySQL 5.4.1</title>
      <link>https://ronaldbradford.com/blog/whats-new-in-mysql-541-2009-07-16/</link>
      <pubDate>Thu, 16 Jul 2009 18:56:19 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/whats-new-in-mysql-541-2009-07-16/</guid>
      <description>Absolutely nothing?&#xA;5.4.0 was released with a change in the MySQL Binary distributions , delivering only 1 64bit Linux platform and two Sun Solaris platforms. This was officially announced on April 21 2009 however the 5.</description>
    </item>
    <item>
      <title>What to do at 3:25am</title>
      <link>https://ronaldbradford.com/blog/what-to-do-at-325am-2009-07-16/</link>
      <pubDate>Thu, 16 Jul 2009 07:33:37 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/what-to-do-at-325am-2009-07-16/</guid>
      <description>Look at MySQL bug reports of course? Well actually I’m writing multiple blog posts, and I was confirming additional reference sources and links when I came across MySQL Bug #29847 – Large CPU usage of InnoDB crash recovery with a big buf pool.</description>
    </item>
    <item>
      <title>Never let your binlog directory fill up</title>
      <link>https://ronaldbradford.com/blog/never-let-your-binlog-directory-fill-up-2009-07-15/</link>
      <pubDate>Wed, 15 Jul 2009 18:51:08 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/never-let-your-binlog-directory-fill-up-2009-07-15/</guid>
      <description>Recently with a client while running a number of disaster recovery tests I came across a nasty situation which was not part of the original plan and provided a far worse disaster situation then expected.</description>
    </item>
    <item>
      <title>Getting wireless working on Ubuntu Macbook</title>
      <link>https://ronaldbradford.com/blog/getting-wireless-working-on-ubuntu-macbook-2009-07-15/</link>
      <pubDate>Wed, 15 Jul 2009 17:29:30 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/getting-wireless-working-on-ubuntu-macbook-2009-07-15/</guid>
      <description>I run Ubuntu 9.04 Januty on my Macbook. Previously installing Ubuntu 8.10, wireless worked automatically, for 9.04 it did not.&#xA;This is what I did to fix it.&#xA;Verify your Macbook is seeing the Broadcom controller.</description>
    </item>
    <item>
      <title>Understanding more InnoDB MVCC</title>
      <link>https://ronaldbradford.com/blog/understanding-more-innodb-mvcc-2009-07-15/</link>
      <pubDate>Wed, 15 Jul 2009 05:09:02 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/understanding-more-innodb-mvcc-2009-07-15/</guid>
      <description>As I had written earlier in Understanding InnoDB MVCC , I am trying to understand why InnoDB is taking a lock on data during an UPDATE when I do not expect this to happen.</description>
    </item>
    <item>
      <title>Killing my softly with QUERY</title>
      <link>https://ronaldbradford.com/blog/killing-my-softly-with-query-2009-07-12/</link>
      <pubDate>Sun, 12 Jul 2009 05:34:30 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/killing-my-softly-with-query-2009-07-12/</guid>
      <description>The MySQL KILL command as the name suggests kills queries that are running.&#xA;After identifying the Id using the SHOW PROCESSLIST command, the User of the connection/thread or a database user with SUPER privileges can execute KILL [id]; to remove the connection/thread.</description>
    </item>
    <item>
      <title>Installing Perl RRD module – RRDs.pm</title>
      <link>https://ronaldbradford.com/blog/installing-perl-rrd-module-rrdspm-2009-07-11/</link>
      <pubDate>Sat, 11 Jul 2009 17:05:35 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/installing-perl-rrd-module-rrdspm-2009-07-11/</guid>
      <description>Perform a quick check if the module is available.&#xA;$ perl -MRRDs -le &#39;print q(ok!)&#39; Can&#39;t locate RRDs.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.</description>
    </item>
    <item>
      <title>Verifying MySQL Replication in action</title>
      <link>https://ronaldbradford.com/blog/verifying-mysql-replication-in-action-2009-06-28/</link>
      <pubDate>Mon, 29 Jun 2009 02:58:38 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/verifying-mysql-replication-in-action-2009-06-28/</guid>
      <description>There is a very simple test to show MySQL replication in action and to also better understand the basics of MySQL Replication. With a configured MySQL environment we can run the following test on your MySQL master, and monitor the MySQL slave.</description>
    </item>
    <item>
      <title>The value of multi insert values</title>
      <link>https://ronaldbradford.com/blog/the-value-of-multi-insert-values-2009-06-16/</link>
      <pubDate>Tue, 16 Jun 2009 21:10:51 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/the-value-of-multi-insert-values-2009-06-16/</guid>
      <description>Baron got a great amount of response from his 50 things to know before migrating Oracle to MySQL . I’m glad I invited him as a fellow MySQL colleague to my presentation to the Federal Government on Best Practices for Migrating to MySQL from Oracle and SQL Server for his inspiration.</description>
    </item>
    <item>
      <title>O&#39;Reilly Twitter Boot Camp a success</title>
      <link>https://ronaldbradford.com/blog/oreilly-twitter-boot-camp-a-success-2009-06-16/</link>
      <pubDate>Tue, 16 Jun 2009 15:23:03 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/oreilly-twitter-boot-camp-a-success-2009-06-16/</guid>
      <description>The first O’Reilly Twitter Boot Camp – #OTBC was held in New York as a pre cursor to 140 Characters Conference – #140conf on Monday 15th June, 2009.&#xA;With opening and closing keynotes were like matching bookends of The Twitter Book #twitterbook offered to all attendees and authored by the keynoters @timoreilly and @SarahM .</description>
    </item>
    <item>
      <title>Wafflecloud with cream</title>
      <link>https://ronaldbradford.com/blog/wafflecloud-with-cream-2009-06-14/</link>
      <pubDate>Mon, 15 Jun 2009 01:29:17 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/wafflecloud-with-cream-2009-06-14/</guid>
      <description>I have been working recently with Matt Yonkovit to get Waffle Grid cloud enabled with Amazon Web Services (AWS) .&#xA;An initial version of Waffle Grid Cream – Version 0.5 release is now available.</description>
    </item>
    <item>
      <title>multi-threaded memcached</title>
      <link>https://ronaldbradford.com/blog/multi-threaded-memcached-2009-06-11/</link>
      <pubDate>Thu, 11 Jun 2009 19:07:01 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/multi-threaded-memcached-2009-06-11/</guid>
      <description>I discovered while compiling Wafflegrid today that by default, the Ubuntu binaries for memcached are not-multithreaded.&#xA;Following the installation of memcached from apt-get and libmemcached I ran memslap for:&#xA;$ memslap -s localhost Threads connecting to servers 1 Took 1.</description>
    </item>
    <item>
      <title>Problems compiling MySQL 5.4</title>
      <link>https://ronaldbradford.com/blog/problems-compiling-mysql-54-2009-06-11/</link>
      <pubDate>Thu, 11 Jun 2009 16:54:04 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/problems-compiling-mysql-54-2009-06-11/</guid>
      <description>Seem’s the year Sun had for improving MySQL , and with an entire new 5.4 branch the development team could not fix the autoconf and compile dependencies that has been in MySQL for all the years I’ve been compiling MySQL.</description>
    </item>
    <item>
      <title>Understanding your RAID Configuration</title>
      <link>https://ronaldbradford.com/blog/understanding-your-raid-configuration-2009-06-08/</link>
      <pubDate>Mon, 08 Jun 2009 17:26:14 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/understanding-your-raid-configuration-2009-06-08/</guid>
      <description>For any production MySQL Database system, running RAID is a given these days. Do you know what RAID your database is? Are you sure? . Ask for quantifiable reproducible output from your systems provider or your System Administrator.</description>
    </item>
    <item>
      <title>(Mis)Understanding RAID configuration</title>
      <link>https://ronaldbradford.com/blog/misunderstanding-raid-configuration-2009-06-02/</link>
      <pubDate>Tue, 02 Jun 2009 20:22:04 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/misunderstanding-raid-configuration-2009-06-02/</guid>
      <description>Update 8 June 2009&#xA;Be sure you to check out some of my research including Understanding your RAID Configuration and Understanding PERC RAID Controllers .&#xA;Last week I got caught thinking a MySQL production system wasn’t configured with RAID when it actually was.</description>
    </item>
    <item>
      <title>Leveraging the power of Twitter</title>
      <link>https://ronaldbradford.com/blog/leveraging-the-power-of-twitter-2009-06-02/</link>
      <pubDate>Tue, 02 Jun 2009 19:27:10 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/leveraging-the-power-of-twitter-2009-06-02/</guid>
      <description>Last week I posted the following twitter request — “Can somebody loan me (or buy me) a Dell 2950 decked out so I can run and publish some benchmarks. Please!”</description>
    </item>
    <item>
      <title>For MySQL DBA fame and glory. Prize included.</title>
      <link>https://ronaldbradford.com/blog/for-mysql-dba-fame-and-glory-prize-included-2009-05-29/</link>
      <pubDate>Fri, 29 May 2009 18:14:38 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/for-mysql-dba-fame-and-glory-prize-included-2009-05-29/</guid>
      <description>I came across the following configuration today on a Production MySQL system (5.0.67) running 30+ blogs using WordPress MU .&#xA;$ cat /etc/my.cnf [mysqld] set-variable = max_connections=500 safe-show-database No I did not truncate the output.</description>
    </item>
    <item>
      <title>Basic OS/MySQL Security</title>
      <link>https://ronaldbradford.com/blog/basic-os-mysql-security-2009-05-28/</link>
      <pubDate>Thu, 28 May 2009 20:42:16 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/basic-os-mysql-security-2009-05-28/</guid>
      <description>If you can do either of these on your MySQL production server, you need to correct immediately.&#xA;1. Login directly to your MySQL server as the ‘root’ Linux Operating System user.</description>
    </item>
    <item>
      <title>Announcing Drizzle on EC2</title>
      <link>https://ronaldbradford.com/blog/announcing-drizzle-on-ec2-2009-04-26/</link>
      <pubDate>Mon, 27 Apr 2009 02:45:28 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/announcing-drizzle-on-ec2-2009-04-26/</guid>
      <description>I have published the very first sharable Drizzle Amazon Machine Image (AMI) for AWS EC2, based on the good feedback from my discussion at the Drizzle Developer Day on what options we should try.</description>
    </item>
    <item>
      <title>Compiling libdrizzle</title>
      <link>https://ronaldbradford.com/blog/compiling-libdrizzle-2009-04-26/</link>
      <pubDate>Mon, 27 Apr 2009 02:00:48 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/compiling-libdrizzle-2009-04-26/</guid>
      <description>Compiling libdrizzle is a rather trivial task. The following are the steps I undertook on Ubuntu 8.10 Intrepid 32 bit.&#xA;There was one pre-requisite from the most basic installed developer tools.</description>
    </item>
    <item>
      <title>Setting up MySQL on Amazon Web Services (AWS) Presentation</title>
      <link>https://ronaldbradford.com/blog/setting-up-mysql-on-amazon-web-services-aws-presentation-2009-04-22/</link>
      <pubDate>Wed, 22 Apr 2009 16:28:25 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/setting-up-mysql-on-amazon-web-services-aws-presentation-2009-04-22/</guid>
      <description>On Tuesday at the MySQL Camp 2009 in Santa Clara I presented Setting up MySQL on Amazon Web Services (AWS).&#xA;This presentation assumed you know nothing about AWS, and have no account.</description>
    </item>
    <item>
      <title>Identifying resource bottlenecks – Memory</title>
      <link>https://ronaldbradford.com/blog/identifying-resource-bottlenecks-memory-2009-04-02/</link>
      <pubDate>Thu, 02 Apr 2009 14:23:41 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/identifying-resource-bottlenecks-memory-2009-04-02/</guid>
      <description>Continuing on from CPU , we turn our attention to Memory. One of the first steps when addressing a MySQL performance tuning problem is to perform a system audit of the physical hardware resources, then identify any obvious bottlenecks in these resources.</description>
    </item>
    <item>
      <title>A beginners look at Drizzle – Getting around with SHOW</title>
      <link>https://ronaldbradford.com/blog/a-beginners-look-at-drizzle-getting-around-with-show-2009-03-31/</link>
      <pubDate>Wed, 01 Apr 2009 01:17:47 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/a-beginners-look-at-drizzle-getting-around-with-show-2009-03-31/</guid>
      <description>Assuming you have successfully compiled Drizzle , and you are ready to start for the first time, here are some beginner differences with those familiar with the current MySQL 5.1 GA version.</description>
    </item>
    <item>
      <title>Extending vmplot</title>
      <link>https://ronaldbradford.com/blog/extending-vmplot-2009-03-31/</link>
      <pubDate>Tue, 31 Mar 2009 21:26:11 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/extending-vmplot-2009-03-31/</guid>
      <description>Taking the work already done with vmplot.sh, a useful tool for MySQL performance tuning by Yves and Matt at BigDBAHead, and in true Open Source fashion I’ve enhanced and modified for my own purposes.</description>
    </item>
    <item>
      <title>Your Code, Your Community, Your Cloud… Project Kenai</title>
      <link>https://ronaldbradford.com/blog/your-code-your-community-your-cloud-project-kenai-2009-03-18/</link>
      <pubDate>Wed, 18 Mar 2009 18:05:21 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/your-code-your-community-your-cloud-project-kenai-2009-03-18/</guid>
      <description>Following the opening keynote announcement about Kenai I ventured into a talk on Project Kenai .&#xA;With today’s economy, the drive is towards efficiency is certainly a key consideration, it was quoted that dedicated hosting servers only run at 30% efficiency.</description>
    </item>
    <item>
      <title>Beginner CSV Engine issues</title>
      <link>https://ronaldbradford.com/blog/beginner-csv-engine-issues-2009-03-12/</link>
      <pubDate>Thu, 12 Mar 2009 20:58:03 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/beginner-csv-engine-issues-2009-03-12/</guid>
      <description>I’ve just started using the CSV engine for a practical application and I’ve come across a few subtle and unexpected issues/limitations.&#xA;First, you can’t create any columns in your CSV table nullable.</description>
    </item>
    <item>
      <title>Identifying Bad Memory</title>
      <link>https://ronaldbradford.com/blog/bad-memory-2009-03-09/</link>
      <pubDate>Mon, 09 Mar 2009 20:44:43 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/bad-memory-2009-03-09/</guid>
      <description>I was having problems recently with a dedicated production server, that runs my MySQL Server and a number of websites. It’s most annoying when your system crashes without any reporting in /var/log/messages</description>
    </item>
    <item>
      <title>Are you monitoring RSS &amp; VSZ?</title>
      <link>https://ronaldbradford.com/blog/are-you-monitoring-rss-vsz-2009-03-08/</link>
      <pubDate>Mon, 09 Mar 2009 01:27:21 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/are-you-monitoring-rss-vsz-2009-03-08/</guid>
      <description>Monitoring MySQL Memory is a rather critical task because you can’t limit MySQL’s usage of physical memory resources. Improperly configured servers running MySQL can crash because you don’t understand memory usage.</description>
    </item>
    <item>
      <title>Watching a slave catchup</title>
      <link>https://ronaldbradford.com/blog/watching-a-slave-catchup-2009-02-24/</link>
      <pubDate>Tue, 24 Feb 2009 15:48:41 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/watching-a-slave-catchup-2009-02-24/</guid>
      <description>This neat one line command can be of interest when you are rebuilding a MySQL slave and replication is currently catching up.&#xA;$ watch --interval=1 --differences &#39;mysql -uuser -ppassword -e &#34;</description>
    </item>
    <item>
      <title>Reducing the MySQL 5.1.30 disk footprint</title>
      <link>https://ronaldbradford.com/blog/reducing-the-mysql-5130-disk-footprint-2009-02-11/</link>
      <pubDate>Wed, 11 Feb 2009 15:58:34 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/reducing-the-mysql-5130-disk-footprint-2009-02-11/</guid>
      <description>The current size of a MySQL 5.1.30 installation is around 420M.&#xA;$ du -sh . 426M&#x9;. A further breakdown.&#xA;$ du -sh * 213M&#x9;bin 20K&#x9;COPYING 9.8M&#x9;docs 8.</description>
    </item>
    <item>
      <title>Dependency error installing mylvmbackup on Ubuntu 8.04</title>
      <link>https://ronaldbradford.com/blog/depending-error-installing-mylvmbackup-on-ubuntu-804-2008-12-15/</link>
      <pubDate>Mon, 15 Dec 2008 21:34:14 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/depending-error-installing-mylvmbackup-on-ubuntu-804-2008-12-15/</guid>
      <description>I’ve started an investigation of MySQL Backups using LVM . I’m working with Lenz’s mylvmbackup but I found it both used Perl and needed a number of dependencies installed.&#xA;Installing dependencies failed on my test system, yet I found it actually worked when I went back to my dev system (but it is not configured with LVM for full testing).</description>
    </item>
    <item>
      <title>Some MySQL pairs terminology</title>
      <link>https://ronaldbradford.com/blog/some-mysql-pairs-terminology-2008-12-08/</link>
      <pubDate>Mon, 08 Dec 2008 22:31:22 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/some-mysql-pairs-terminology-2008-12-08/</guid>
      <description>In response to a number of comments, I thought I would clarify the scope of my discussion regarding Options using MySQL pairs before I begin. As mentioned their is no one way or type of configuration for MySQL in a HA solution, however the simplest progression from a single Master/Slave environment is the concept of a pair of servers, configured to support a fail over and fail back via MySQL Replication.</description>
    </item>
    <item>
      <title>VirtualBox, compiling Part 2</title>
      <link>https://ronaldbradford.com/blog/virtualbox-compiling-part-2-2008-08-18/</link>
      <pubDate>Tue, 19 Aug 2008 01:06:36 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/virtualbox-compiling-part-2-2008-08-18/</guid>
      <description>So I managed to find all dependencies after some trial and error for compiling VirtualBox 1.6.4 under Ubuntu 8.0.4, then finding the Linux build instructions to confirm.&#xA;It was not successful however in building, throwing the following error:</description>
    </item>
    <item>
      <title>Unix One Liner – List Open Files</title>
      <link>https://ronaldbradford.com/blog/unix-one-liner-list-open-files-2008-03-27/</link>
      <pubDate>Wed, 26 Mar 2008 21:42:33 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/unix-one-liner-list-open-files-2008-03-27/</guid>
      <description>$ lsof -p [pid] </description>
    </item>
    <item>
      <title>apt &amp; dpkg Reference</title>
      <link>https://ronaldbradford.com/blog/apt-dpkg-reference-2008-01-13/</link>
      <pubDate>Sat, 12 Jan 2008 19:46:57 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/apt-dpkg-reference-2008-01-13/</guid>
      <description>I found a good reference page for Debian package management commands apt-??? and dpkg.&#xA;Check out http://diablo.ucsc.edu/~wgscott/debian/apt-dpkg-ref.html </description>
    </item>
    <item>
      <title>Installing Skype</title>
      <link>https://ronaldbradford.com/blog/installing-skype-2007-11-21/</link>
      <pubDate>Tue, 20 Nov 2007 23:49:56 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/installing-skype-2007-11-21/</guid>
      <description>A fresh install of my laptop with Ubuntu 7.10 after stuff just didn’t work causes pains sometimes of the installed programs. Skype being one of them.&#xA;Goto Skype for Linux and get the Ubuntu installer.</description>
    </item>
    <item>
      <title>Ubuntu Tricks today</title>
      <link>https://ronaldbradford.com/blog/ubuntu-tricks-today-2007-10-27/</link>
      <pubDate>Sat, 27 Oct 2007 03:08:41 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/ubuntu-tricks-today-2007-10-27/</guid>
      <description>ctrl-alt-l – Lock Screen&#xA;ctrl-alt-d – Desktop&#xA;# Multi Cut-Paste History&#xA;apt-get install glipper&#xA;Add to System|Preferences|Sessions|Startup Programs&#xA;Thanks Yves</description>
    </item>
    <item>
      <title>Perl Tricks</title>
      <link>https://ronaldbradford.com/blog/perl-tricks-2007-10-25/</link>
      <pubDate>Wed, 24 Oct 2007 15:21:43 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/perl-tricks-2007-10-25/</guid>
      <description>perl_modules.pl&#xA;#!/usr/bin/perl use ExtUtils::Installed; my $instmod = ExtUtils::Installed-&gt;new(); foreach my $module ($instmod-&gt;modules()) { my $version = $instmod-&gt;version($module) || &#34;???&#34;; print &#34;$module -- $versionn&#34;; } remove_perl_module.pl&#xA;#!/usr/bin/perl -w use ExtUtils::Packlist; use ExtUtils::Installed; $ARGV[0] or die &#34;</description>
    </item>
    <item>
      <title>Ubuntu 7.04 Fiesty</title>
      <link>https://ronaldbradford.com/blog/ubuntu-704-fiesty-2007-09-14/</link>
      <pubDate>Thu, 13 Sep 2007 15:51:43 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/ubuntu-704-fiesty-2007-09-14/</guid>
      <description>I upgraded my work laptop to Ubuntu 7.04 Fiesty . The process was not as smooth as I expected. First it complained about not enough space on /var, so I cleaned up sufficient space.</description>
    </item>
    <item>
      <title>Things that irk me!</title>
      <link>https://ronaldbradford.com/blog/thinks-that-irk-me-2007-06-03/</link>
      <pubDate>Sat, 02 Jun 2007 23:21:39 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/thinks-that-irk-me-2007-06-03/</guid>
      <description>As part of my job, I spend a lot of time assisting people when they are driving. But sometimes is can be trying.&#xA;People that type commands, make a mistake, then backspace over typed text (like 10-20 characters), only to have to retype the text again.</description>
    </item>
    <item>
      <title>Linux One Liner – dirtree alternative</title>
      <link>https://ronaldbradford.com/blog/linux-one-liner-dirtree-alternative-2006-10-09/</link>
      <pubDate>Mon, 09 Oct 2006 04:42:56 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/linux-one-liner-dirtree-alternative-2006-10-09/</guid>
      <description>Linux has a cool command called dirtree that gives a more visual representation of your directory structure. If you have the misfortune of working on a Unix variant that doesn’t have it, checkout this cool one liner.</description>
    </item>
    <item>
      <title>Determining Linux Video Driver Refresh Rates</title>
      <link>https://ronaldbradford.com/blog/determining-linux-video-driver-refresh-rates-2006-07-22/</link>
      <pubDate>Sun, 23 Jul 2006 07:29:12 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/determining-linux-video-driver-refresh-rates-2006-07-22/</guid>
      <description>I found this cool command called glxgears that you can run under X.&#xA;$ glxgears 10524 frames in 5.0 seconds = 2104.650 FPS 10003 frames in 5.0 seconds = 2000.501 FPS 8417 frames in 5.</description>
    </item>
    <item>
      <title>Linux One Liner – Erasing Stuff</title>
      <link>https://ronaldbradford.com/blog/linux-one-liner-erasing-stuff-2006-07-16/</link>
      <pubDate>Mon, 17 Jul 2006 09:18:42 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/linux-one-liner-erasing-stuff-2006-07-16/</guid>
      <description>Don’t try this at home unless you understand what it’s going to do.&#xA;sudo dd if=/dev/zero of=/dev/hda1 </description>
    </item>
    <item>
      <title>QMail Admin</title>
      <link>https://ronaldbradford.com/blog/qmail-admin-2006-07-03/</link>
      <pubDate>Tue, 04 Jul 2006 01:10:54 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/qmail-admin-2006-07-03/</guid>
      <description>For some reason my vqadmin failed to create a new mail domain?? I know I had some /home permissions problems, but that was quite some time ago, perhaps I haven’t added a domain for mail in that time.</description>
    </item>
    <item>
      <title>Linux One Liner – Finding Stuff</title>
      <link>https://ronaldbradford.com/blog/linux-one-liner-finding-stuff-2006-06-10/</link>
      <pubDate>Sun, 11 Jun 2006 03:11:55 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/linux-one-liner-finding-stuff-2006-06-10/</guid>
      <description>Let’s say you created a file in your home directory but can’t work out which directory you put it in.&#xA;&amp;lt;br /&amp;gt; $ find ~ -name somefile.txt&amp;lt;br /&amp;gt; You can replace ~ (tilda) with a directory e.</description>
    </item>
    <item>
      <title>Linux One Liner – Parsing long HTML urls</title>
      <link>https://ronaldbradford.com/blog/linux-one-liner-parsing-long-html-urls-2006-06-10/</link>
      <pubDate>Sun, 11 Jun 2006 02:43:57 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/linux-one-liner-parsing-long-html-urls-2006-06-10/</guid>
      <description>Ever wanted to look at a long HTML URL more easily, say to investigate a parameter. Here is a search from MapQuest.&#xA;http://www.mapquest.com/maps/map.adp?formtype=address&amp;addtohistory=&amp;address=10%20Market%20St&amp;city=San%20Francisco&amp;state=CA&amp;zipcode=94111%2d4801&amp;country=US&amp;geodiff=1 &amp;lt;br /&amp;gt; $ echo &amp;quot;[insert url here]&amp;quot; | | tr &amp;quot;&amp;amp;#038;?</description>
    </item>
    <item>
      <title>Linux One Liner – Security</title>
      <link>https://ronaldbradford.com/blog/linux-one-liner-security-2006-06-10/</link>
      <pubDate>Sun, 11 Jun 2006 02:31:47 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/linux-one-liner-security-2006-06-10/</guid>
      <description>Here are a few useful one liners for Linux Security. View current packet filtering rules. (i.e. what can and can’t access your computer.&#xA;&amp;lt;br /&amp;gt; $ iptables -L&amp;lt;br /&amp;gt; On older distros, iptables may not be in place.</description>
    </item>
    <item>
      <title>Linux One Liner – Using the manual</title>
      <link>https://ronaldbradford.com/blog/linux-one-liner-using-the-manual-2006-06-10/</link>
      <pubDate>Sun, 11 Jun 2006 02:19:48 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/linux-one-liner-using-the-manual-2006-06-10/</guid>
      <description>For users of Linux regardless of the skill level, using the OS manual is invaluable. Frank gives an example using crontab at Viewing a specific version of a man page , but as with Linux there is always more then one way to skin a cat.</description>
    </item>
    <item>
      <title>Linux One Liner – Calculating Used Diskspace</title>
      <link>https://ronaldbradford.com/blog/linux-one-liner-calculating-used-diskspace-2006-06-10/</link>
      <pubDate>Sun, 11 Jun 2006 01:12:27 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/linux-one-liner-calculating-used-diskspace-2006-06-10/</guid>
      <description>You can easily see the state of diskspace used with the command.&#xA;&amp;lt;br /&amp;gt; $ df&amp;lt;br /&amp;gt; However, often you want to know where most of the diskspace is being taken.</description>
    </item>
    <item>
      <title>New Category – Linux One Liners</title>
      <link>https://ronaldbradford.com/blog/new-category-linux-one-liners-2006-06-10/</link>
      <pubDate>Sun, 11 Jun 2006 00:45:57 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/new-category-linux-one-liners-2006-06-10/</guid>
      <description>I came across Frank’s blog Programming – Powerful One liners – “What can a one liner do for you?”&#xA;Great Idea, I often use one line Linux commands and in my current consulting role, I’m being asked more and more Linux questions, which often result in a one Line answer.</description>
    </item>
    <item>
      <title>A better VNC</title>
      <link>https://ronaldbradford.com/blog/a-better-vnc-2006-06-03/</link>
      <pubDate>Sun, 04 Jun 2006 04:31:11 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/a-better-vnc-2006-06-03/</guid>
      <description>I’ve been using VNCViewer from RealVNC under Linux to remote connect to an older machine running windows. Two reasons, I don’t need yet another screen on my desk, and I need windows to adequately test and use the MySQL GUI products, in particular MySQL Workbench.</description>
    </item>
    <item>
      <title>FireFox Java Plugin</title>
      <link>https://ronaldbradford.com/blog/firefox-java-plugin-2006-05-06/</link>
      <pubDate>Sun, 07 May 2006 06:44:39 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/firefox-java-plugin-2006-05-06/</guid>
      <description>Getting the Java (JRE) plugin working in FireFox under Linux.&#xA;cd /opt/firefox-1.5/plugins rm libjavaplugin_oji.so ln -s /opt/jdk1.5.0_06/jre/plugin/i386/ns7/libjavaplugin_oji.so . MozDev Reference</description>
    </item>
    <item>
      <title>Installing a new USB External Drive</title>
      <link>https://ronaldbradford.com/blog/installing-a-new-usb-external-drive-2006-05-06/</link>
      <pubDate>Sun, 07 May 2006 04:41:18 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/installing-a-new-usb-external-drive-2006-05-06/</guid>
      <description>I’ve decide to move from CentOS to Ubuntu as the Linux Distro on my laptop, so it was time to do a full backup to a new USB external drive.</description>
    </item>
    <item>
      <title>Hacking MySQL Source (in a good way)</title>
      <link>https://ronaldbradford.com/blog/hacking-mysql-source-in-a-good-way-2006-04-26/</link>
      <pubDate>Wed, 26 Apr 2006 20:55:06 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/hacking-mysql-source-in-a-good-way-2006-04-26/</guid>
      <description>HackFest B: Creating a New SHOW Command by Brian Aker at the MySQL Users Conference&#xA;Brian stepped through the steps for those attending to modify and deploy new functionality in the mysql server.</description>
    </item>
    <item>
      <title>Installing MySQL 5 via rpm</title>
      <link>https://ronaldbradford.com/blog/installing-mysql-5-via-rpm-2006-03-28/</link>
      <pubDate>Tue, 28 Mar 2006 12:45:05 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/installing-mysql-5-via-rpm-2006-03-28/</guid>
      <description>I don’t think I’ve ever installed MySQL via .rpm I have always installed via .tar.gz primarilarly because I’m an /opt system administrator from my old UNIX days. so my first experience installing on my CentOS 4.</description>
    </item>
    <item>
      <title>A Basic MySQL Developer Installation</title>
      <link>https://ronaldbradford.com/blog/a-basic-mysql-installation-2006-03-27/</link>
      <pubDate>Mon, 27 Mar 2006 12:03:20 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/a-basic-mysql-installation-2006-03-27/</guid>
      <description>Given a new Linux Installation, the following is my recommendation for installation of MySQL for a experienced software developer giving flexibility in a development environment.&#xA;Under normal circumstances, most distros include MySQL either in a default server installation or on the distribution CD’s.</description>
    </item>
    <item>
      <title>What should I install?</title>
      <link>https://ronaldbradford.com/blog/what-should-i-install-2006-03-27/</link>
      <pubDate>Mon, 27 Mar 2006 11:03:55 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/what-should-i-install-2006-03-27/</guid>
      <description>I was asked a simple question today by a collegue who is an experiened Java Developer and Oracle user and had just installed SUSE on his personal laptop, to align closer with his work environment.</description>
    </item>
    <item>
      <title>Format new Linux Disk</title>
      <link>https://ronaldbradford.com/blog/format-new-linux-disk-2006-03-26/</link>
      <pubDate>Sun, 26 Mar 2006 12:17:23 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/format-new-linux-disk-2006-03-26/</guid>
      <description>fdisk /dev/hdb&#xA;mkfs.ext3 /dev/hdb1&#xA;mkdir /u03&#xA;mount -t ext3 /dev/hdb1 /u03&#xA;ls /u03&#xA;umount /u03&#xA;vi /etc/fstab&#xA;mount /u03</description>
    </item>
    <item>
      <title>Another dissappointing MySQL article</title>
      <link>https://ronaldbradford.com/blog/another-dissappointing-mysql-article-2006-03-15/</link>
      <pubDate>Thu, 16 Mar 2006 00:43:58 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/another-dissappointing-mysql-article-2006-03-15/</guid>
      <description>Another slightly disappointing article regarding MySQL, this one from a printed magazine. Below are my comments to the editor of Linux Format. The Dear Editor is an email link should others wish to make any comments.</description>
    </item>
    <item>
      <title>dbus messaging error under CentOS 4.2</title>
      <link>https://ronaldbradford.com/blog/dbus-messaging-error-under-centos-42-2006-03-13/</link>
      <pubDate>Mon, 13 Mar 2006 11:51:57 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/dbus-messaging-error-under-centos-42-2006-03-13/</guid>
      <description>The Problem&#xA;I’ve been getting the following /var/log/messages errors:&#xA;&amp;lt;br /&amp;gt; Mar 13 21:38:42 lamda dbus: Can&#39;t send to audit system: USER_AVC pid=3606 uid=81 loginuid=-1 message=avc: denied { send_msg } for scontext=user_u:system_r:unconfined_t tcontext=user_u:system_r:initrc_t tclass=dbus&amp;lt;br /&amp;gt; Mar 13 21:39:17 lamda last message repeated 7 times&amp;lt;br /&amp;gt; Based on the command dbus-launch – Utility to start a message bus from a shell script.</description>
    </item>
    <item>
      <title>JMeter – Performance Testing Software</title>
      <link>https://ronaldbradford.com/blog/jmeter-performance-testing-software-2006-03-11/</link>
      <pubDate>Sun, 12 Mar 2006 07:57:28 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/jmeter-performance-testing-software-2006-03-11/</guid>
      <description>Apache JMeter is a 100% pure Java desktop application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions.</description>
    </item>
    <item>
      <title>Latest MySQL Versions under VMWare</title>
      <link>https://ronaldbradford.com/blog/latest-mysql-versions-under-vmware-2006-03-06/</link>
      <pubDate>Mon, 06 Mar 2006 10:30:30 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/latest-mysql-versions-under-vmware-2006-03-06/</guid>
      <description>I made reference previously to Testing/Trialing new MySQL Releases using VMWare.&#xA;Well, I’ve just about completed my own Image for the lastest MySQL 5.0 (given I’m now running MySQL 5.1). I’m interested in sharing my experiences, and even providing some images for users if there is any demand out there.</description>
    </item>
    <item>
      <title>Oracle Comments</title>
      <link>https://ronaldbradford.com/blog/oracle-comments-2006-03-04/</link>
      <pubDate>Sun, 05 Mar 2006 02:21:54 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/oracle-comments-2006-03-04/</guid>
      <description>Some recent posts regarding Oracle (See Smart moves by MySQL AB and Larry Ellison still doesn’t understand open source ) leads me to put in my 2 cents worth.&#xA;My background I’m sure like a lot of experienced MySQL people is in Oracle, and indeed in Ingres before that (starting in 1988).</description>
    </item>
    <item>
      <title>Tux</title>
      <link>https://ronaldbradford.com/blog/tux-2006-03-03/</link>
      <pubDate>Fri, 03 Mar 2006 10:24:19 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/tux-2006-03-03/</guid>
      <description>We all know Tux as the Linux penguin, and those that know me, understand how much I hate Microsoft, and that my [core logo][1], as shown down the right of my blog with Windows Sucks is what I preach.</description>
    </item>
    <item>
      <title>MySQL Workbench 1.0.1 First Impressions</title>
      <link>https://ronaldbradford.com/blog/mysql-workbench-101-first-impressions-2006-02-08/</link>
      <pubDate>Thu, 09 Feb 2006 00:58:44 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/mysql-workbench-101-first-impressions-2006-02-08/</guid>
      <description>These are my first impressions of MySQL WorkBench 1.0.1. Rant and rave you may say, but a new user, or an experienced modeller would probably observe these points. Also, given that (with a poll?</description>
    </item>
    <item>
      <title>Testing/Trialing new MySQL Releases</title>
      <link>https://ronaldbradford.com/blog/testingtrailing-new-mysql-releases-2006-02-07/</link>
      <pubDate>Wed, 08 Feb 2006 01:57:11 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/testingtrailing-new-mysql-releases-2006-02-07/</guid>
      <description>By now, I’m sure you have all heard about Free VMware Player allowing easy and quick access to see, view and use other OS’s easily. For those Windows users out there, now is your chance to trial MySQL under Linux with no impact to your system, why wait.</description>
    </item>
    <item>
      <title>Using VMware Server (free)</title>
      <link>https://ronaldbradford.com/blog/using-vmware-server-free-2006-02-07/</link>
      <pubDate>Wed, 08 Feb 2006 01:34:58 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/using-vmware-server-free-2006-02-07/</guid>
      <description>VMware recently released the Free VMware player which allows you to test other OS’s easily in parallel with your current OS. They also provide the Virtual Machine Center so you can even trial easily a number of different pre-packaged solutions.</description>
    </item>
    <item>
      <title>Running Internet Exploder (ie) under Linux</title>
      <link>https://ronaldbradford.com/blog/running-internet-exploder-ie-under-linux-2006-02-07/</link>
      <pubDate>Wed, 08 Feb 2006 00:22:15 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/running-internet-exploder-ie-under-linux-2006-02-07/</guid>
      <description>It’s really so simple, I’m surprised it doesn’t come bundled in distros. (Well I take that back, I’m as anti-microsoft as you can get, but unfortunately, we have to lower ourselves and our good work to the power of Bill who has it over those uninformed majority being brainwashed with a non-standard and flawed browser, that you have to break your code to get to work for it somethings).</description>
    </item>
    <item>
      <title>A working MySQL Workbench Under Linux</title>
      <link>https://ronaldbradford.com/blog/a-working-mysql-workbench-under-linux-2006-02-06/</link>
      <pubDate>Tue, 07 Feb 2006 01:16:53 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/a-working-mysql-workbench-under-linux-2006-02-06/</guid>
      <description>I must admit I’d given up trying to get MySQL Workbench working under Linux. I guess I’d spent at least 4 or 5 days full time at it, and it was just out of my league, with GTK and C++ errors.</description>
    </item>
    <item>
      <title>PAE Support (Part 2)</title>
      <link>https://ronaldbradford.com/blog/pae-support-part-2-2006-02-03/</link>
      <pubDate>Sat, 04 Feb 2006 08:42:43 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/pae-support-part-2-2006-02-03/</guid>
      <description>I’ve solved the PAE Support problem with my current kernel of 2.6.9-22.0.1.ELsmp. Referring to my earlier post PAE Support with the inability to get Parallels VM Software working under CentOS 4.</description>
    </item>
    <item>
      <title>Solving the GLIBCXX_3.4.4,  GLIBCXX_3.4.5, GLIBCXX_3.4.6 error</title>
      <link>https://ronaldbradford.com/blog/solving-the-glibcxx_344-glibcxx_345glibcxx_346-error-2006-02-03/</link>
      <pubDate>Sat, 04 Feb 2006 07:58:12 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/solving-the-glibcxx_344-glibcxx_345glibcxx_346-error-2006-02-03/</guid>
      <description>Let’s review the problem. I’ve got this on a number of occasions and different libraries. Here are some typical error conditions.&#xA;./mysql-workbench-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.5&#39; not found (required by ./mysql-workbench-bin) Error: Missing Dependency: libstdc++.</description>
    </item>
    <item>
      <title>Burning DVD&#39;s under CentOS 4.2</title>
      <link>https://ronaldbradford.com/blog/burning-dvds-under-centos-42-2006-02-02/</link>
      <pubDate>Fri, 03 Feb 2006 07:34:02 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/burning-dvds-under-centos-42-2006-02-02/</guid>
      <description>Attempt to update XCDRoast. Instructions at http://www.xcdroast.org/manual/dvd.html `&#xA;su -&#xA;/usr/lib/xcdroast-0.98/bin&#xA;wget ftp://ftp.berlios.de/pub/cdrecord/ProDVD/cdrecord-prodvd-2.01a12-i586-pc-linux-gnu mv cdrecord-prodvd-2.01a12-i586-pc-linux-gnu cdrecord.prodvd&#xA;chmod 755 cdrecord.prodvd&#xA;exit&#xA;xcdroast not configured for root usage&#xA;xcdroast &amp;amp;&#xA;You will get a warning message, this confirms that prodvd is installed</description>
    </item>
    <item>
      <title>Updating NVIDIA Drivers on my Dell 5150</title>
      <link>https://ronaldbradford.com/blog/updating-nvidia-drivers-on-my-dell-5150-2006-02-02/</link>
      <pubDate>Fri, 03 Feb 2006 07:32:23 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/updating-nvidia-drivers-on-my-dell-5150-2006-02-02/</guid>
      <description>Details at http://www.nvidia.com/object/unix.html The latest is 1.0-8178. I currently have installed 1.0-7174&#xA;With this version is an auto config tool to do the X conf changes as well.</description>
    </item>
    <item>
      <title>Building MySQL Workbench 1.0.1 for Linux (Part 2)</title>
      <link>https://ronaldbradford.com/blog/building-mysql-workbench-101-for-linux-part-2-2006-01-31/</link>
      <pubDate>Wed, 01 Feb 2006 05:43:24 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/building-mysql-workbench-101-for-linux-part-2-2006-01-31/</guid>
      <description>Following my earlier post of MySQL Workbench 1.0.1 for Linux and logging a MySQL Bug, I’ve had the Bug verified, and the a further update of a compiler success. Details of compile from Bug #16880</description>
    </item>
    <item>
      <title>Downgrading a MySQL schema from 5 to 4 (Part 2)</title>
      <link>https://ronaldbradford.com/blog/downgrading-a-mysql-schema-from-5-to-4-part-2-2-2006-01-27/</link>
      <pubDate>Sat, 28 Jan 2006 06:59:06 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/downgrading-a-mysql-schema-from-5-to-4-part-2-2-2006-01-27/</guid>
      <description>As requested by &amp;lt;a href=&amp;ldquo;http://mysqldatabaseadministration.blogspot.com/2006/01/downgrading-mysql-5-to-mysql-4.html&#34; target=_blank&amp;rdquo;&amp;gt;Frank, here are the working parts of my earlier Downgrading a MySQL schema from 5 to 4 article.&#xA;The Problem To recap, I received a MySQL Version 5.</description>
    </item>
    <item>
      <title>Win4LinPro Trial</title>
      <link>https://ronaldbradford.com/blog/win4linpro-trial-2006-01-26/</link>
      <pubDate>Thu, 26 Jan 2006 11:31:14 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/win4linpro-trial-2006-01-26/</guid>
      <description>In my continuing effort of finding a suitable complete Windows environment under Linux for those small occasions when you just can’t ditch it, I’ve tried Win4Lin. You can download 2 week evaluation copy from the website.</description>
    </item>
    <item>
      <title>PAE Support</title>
      <link>https://ronaldbradford.com/blog/pae-support-2006-01-22/</link>
      <pubDate>Mon, 23 Jan 2006 09:55:58 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/pae-support-2006-01-22/</guid>
      <description>Well, learnt a new one today. After a recommendation from a collegue about trying Parellels as a VM tool to run on Linux enabling some more virtual OS’s. (a.k.a. Like VMWare), I eagerly downloaded the rpm and installed.</description>
    </item>
    <item>
      <title>Playing .avi files under Linux</title>
      <link>https://ronaldbradford.com/blog/playing-avi-files-under-linux-2006-01-22/</link>
      <pubDate>Sun, 22 Jan 2006 23:27:35 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/playing-avi-files-under-linux-2006-01-22/</guid>
      <description>Got myself some .avi files but didn’t have a player under CenOS 4.2. MPlayer would appear to rate well as a media player for linux.&#xA;&amp;lt;br /&amp;gt; yum install mplayer&amp;lt;br /&amp;gt; yum install lame&amp;lt;br /&amp;gt; `</description>
    </item>
    <item>
      <title>Support for Technology Stacks</title>
      <link>https://ronaldbradford.com/blog/support-for-technology-stacks-2006-01-22/</link>
      <pubDate>Sun, 22 Jan 2006 10:34:41 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/support-for-technology-stacks-2006-01-22/</guid>
      <description>As part of my next conference presentation Overcoming the Challenges of Establishing Service and Support Channels I’ve been struggling to find with my professional sources, any quality organisations that provide full support for a technology stack, for example a LAMP stack, or a Java Servlet stack.</description>
    </item>
    <item>
      <title>Linux Format Reader Awards 2006</title>
      <link>https://ronaldbradford.com/blog/linux-format-reader-awards-2006-2006-01-04/</link>
      <pubDate>Thu, 05 Jan 2006 02:55:13 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/linux-format-reader-awards-2006-2006-01-04/</guid>
      <description>The Linux Format magazine is having it’s annual reader awards in a number of categories.&#xA;These include (I’ve include my picks after each category):&#xA;Best Desktop Application (Gnome) Best Distro (CentOS 4.</description>
    </item>
    <item>
      <title>Christmas Present</title>
      <link>https://ronaldbradford.com/blog/christmas-present-2005-12-25/</link>
      <pubDate>Mon, 26 Dec 2005 06:00:51 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/christmas-present-2005-12-25/</guid>
      <description>I got a lovely christmas present today, and well it&amp;#8217;s so me. And knowing the person in question, I&amp;#8217;m assuming he got it from Think Geek. Thanks Andrew. View</description>
    </item>
    <item>
      <title>Further to the FireFox debugger problem</title>
      <link>https://ronaldbradford.com/blog/further-to-the-firefox-debugger-problem-2005-11-29/</link>
      <pubDate>Wed, 30 Nov 2005 08:01:47 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/further-to-the-firefox-debugger-problem-2005-11-29/</guid>
      <description>Installing the current version of Firefox 1.07 directly of course fixed my debugging problem. However, Firefox has now released 1.5 Available here. The problem is the debugger 0.9.85 is not supported in FireFox 1.</description>
    </item>
    <item>
      <title>Change MP3 bitrate encoding for a MP3 audio file</title>
      <link>https://ronaldbradford.com/blog/change-mp3-bitrate-encoding-for-a-mp3-audio-file-2005-10-13/</link>
      <pubDate>Thu, 13 Oct 2005 07:27:17 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/change-mp3-bitrate-encoding-for-a-mp3-audio-file-2005-10-13/</guid>
      <description>Get Lame from http://lame.sourceforge.net/ $ su –&#xA;$ cd /src&#xA;$ wget http://optusnet.dl.sourceforge.net/sourceforge/lame/lame-3.96.1.tar.gz $ tar xvfz lame-3.96.1.tar.gz&#xA;$ cd lame-3.96.1&#xA;$ ./configure&#xA;$ make&#xA;$ make install&#xA;$ lame –help</description>
    </item>
    <item>
      <title>Mount Window Share under Linux with Samba</title>
      <link>https://ronaldbradford.com/blog/mount-window-share-under-linux-with-samba-2005-10-13/</link>
      <pubDate>Thu, 13 Oct 2005 07:26:48 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/mount-window-share-under-linux-with-samba-2005-10-13/</guid>
      <description>First check what shares are available for your Windoze Box (in this case it is at 192:168.100.36 with a login of and a password of )&#xA;$ smbclient -L 192.168.100.36 -U $ mkdir /mnt/</description>
    </item>
    <item>
      <title>Installing Samba</title>
      <link>https://ronaldbradford.com/blog/installing-samba-2005-09-13/</link>
      <pubDate>Tue, 13 Sep 2005 07:22:51 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/installing-samba-2005-09-13/</guid>
      <description>Running on CentOS 4.1 the following steps were use to install Samba.&#xA;Install RPM’s&#xA;$ rpm -ivh samba-3.0.10-1.4E.i386.rpm&#xA;$ rpm -ivh samba-swat-3.0.10-1.4E.i386.rpm&#xA;Start Processes&#xA;$ /etc/rc.d/init.d/smb start&#xA;Check Processes&#xA;$ ps -ef | grep smb</description>
    </item>
    <item>
      <title>Password protecting Apache Site for external users only</title>
      <link>https://ronaldbradford.com/blog/password-protecting-apache-site-for-external-users-only-2005-07-12/</link>
      <pubDate>Tue, 12 Jul 2005 11:21:50 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/password-protecting-apache-site-for-external-users-only-2005-07-12/</guid>
      <description>In order to make an intranet an extranet, you need to place the intranet on a server in the DMZ.&#xA;From here, configure a virtual server accordingly (e.g. intranet.site.com.au)&#xA;You will need to configure on an internal DNS (or smoothwall /etc/hosts when using a webproxy) a reference to intranet.</description>
    </item>
    <item>
      <title>Moving from standard Apache httpd install to virtual hosts</title>
      <link>https://ronaldbradford.com/blog/moving-from-standard-apache-httpd-install-to-virtual-hosts-2005-07-12/</link>
      <pubDate>Tue, 12 Jul 2005 11:18:37 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/moving-from-standard-apache-httpd-install-to-virtual-hosts-2005-07-12/</guid>
      <description>First you need to create an appropiate directory for virtual host. (Using the example of creating an intranet) $ su –&#xA;$ useradd intranet&#xA;$ chmod 755 /home/intranet # needed for apache nobody process</description>
    </item>
    <item>
      <title>Configuring SSH for automated rsync</title>
      <link>https://ronaldbradford.com/blog/configuring-ssh-for-automated-rsync-2005-07-11/</link>
      <pubDate>Mon, 11 Jul 2005 11:17:33 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/configuring-ssh-for-automated-rsync-2005-07-11/</guid>
      <description>In order to rsync files between two servers in an automated sense, you need to setup an appropiate SSH key between both the source and destination servers.&#xA;Destination Server&#xA;$ cd</description>
    </item>
    <item>
      <title>Throttling the CPU on my laptop</title>
      <link>https://ronaldbradford.com/blog/throttling-the-cpu-on-my-laptop-2005-07-09/</link>
      <pubDate>Sat, 09 Jul 2005 11:16:36 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/throttling-the-cpu-on-my-laptop-2005-07-09/</guid>
      <description>Using CentOS 4.1 as the Operating System on my laptop for all my work, I’ve been able to throttle down my CPU when running on battery power to extend my battery life, much like the modes that Windoze provides.</description>
    </item>
    <item>
      <title>Dell 5150 Wireless under CentOS 4.0</title>
      <link>https://ronaldbradford.com/blog/dell-5150-wireless-under-centos-40-2005-02-09/</link>
      <pubDate>Wed, 09 Feb 2005 11:13:02 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/dell-5150-wireless-under-centos-40-2005-02-09/</guid>
      <description>Download ndiswrapper from http://ndiswrapper.sourceforge.net/ Install&#xA;make&#xA;make install&#xA;lspci&#xA;lspci -n&#xA;Identify and download Windows Driver.&#xA;http://ndiswrapper.sourceforge.net/phpwiki/index.php/List # Laptop: Dell Inspiron 5100&#xA;Card: Wireless 1350 (802.11b/g) WLAN miniPCI Card</description>
    </item>
    <item>
      <title>Dell 5150 64MB DDR nVidia Corporation GeForce FX Go 5200 under CentOS 4.0</title>
      <link>https://ronaldbradford.com/blog/dell-5150-64mb-ddr-nvidia-corporation-geforce-fx-go-5200-under-centos-40-2005-02-08/</link>
      <pubDate>Tue, 08 Feb 2005 11:12:27 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/dell-5150-64mb-ddr-nvidia-corporation-geforce-fx-go-5200-under-centos-40-2005-02-08/</guid>
      <description>ftp://download.nvidia.com/XFree86/Linux-x86/1.0-7174/README.txt Directly following the Fedora Core 3 installation I had to get the video to&#xA;work. Therefore, at boot time, I went into the grub config file by pressing “e”</description>
    </item>
    <item>
      <title>Web Site Log Analysis options</title>
      <link>https://ronaldbradford.com/blog/web-site-log-analysis-options-2004-10-07/</link>
      <pubDate>Thu, 07 Oct 2004 11:11:08 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/web-site-log-analysis-options-2004-10-07/</guid>
      <description>Analog www.analog.cx Report Magic for Analog www.reportmagic.org WebStats for Analog &amp;amp; Report Magic patsplanet.com/software/webstats&#xA;AWStats awstats.sourceforge.net&#xA;Webalizer www.mrunix.net/webalizer wwwstats http://ftp.ics.uci.edu/pub/websoft/wwwstat/ WUsage www.boutell.com/wusage/ (Free Trial, has cost)</description>
    </item>
    <item>
      <title>Development Software Suite As At 26 June 2004</title>
      <link>https://ronaldbradford.com/blog/development-software-suite-as-at-26-june-2004-2004-06-26/</link>
      <pubDate>Sat, 26 Jun 2004 07:05:36 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/development-software-suite-as-at-26-june-2004-2004-06-26/</guid>
      <description>Java J2SDK 1.4.2_4 http://java.sun.com/j2se/1.4.2/download.html Tomcat 5.0.25 http://jakarta.apache.org/site/binindex.cgi JSTL 1.1 http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html MySQL 5.0.20 http://dev.mysql.com/downloads/mysql/4.0.html Apache HTTP 2.0.49 http://httpd.apache.org/download.cgi PHP 4.3.7 http://www.php.net/downloads.php PHPMyAdmin 2.5.7 http://www.phpmyadmin.net/ Eclipse 3.0 http://eclipse.org/downloads/index.php Eclipse 3.0 was released today.</description>
    </item>
    <item>
      <title>Adding a second IP address to Linux Server</title>
      <link>https://ronaldbradford.com/blog/adding-a-second-ip-address-to-linux-server-2004-06-24/</link>
      <pubDate>Thu, 24 Jun 2004 11:03:47 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/adding-a-second-ip-address-to-linux-server-2004-06-24/</guid>
      <description>If say you want to run apache and tomcat both on port 80 (default), you can create a seperate IP address on an internal network.&#xA;For RedHat Distros&#xA;$ cd /etc/sysconfig/network-scripts/</description>
    </item>
    <item>
      <title>CentOS 3.x YUM Errors</title>
      <link>https://ronaldbradford.com/blog/centos-3x-yum-errors-2004-06-20/</link>
      <pubDate>Sun, 20 Jun 2004 11:02:15 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/centos-3x-yum-errors-2004-06-20/</guid>
      <description>When getting an error stating the PGP key is not correct&#xA;rpm –import http://mirror.centos.org/centos-3/RPM-GPG-KEY-CentOS-3 The PGP Key is also reportedly on each CD.&#xA;More info at http://www.centos.org/modules/smartfaq/faq.php?faqid=29 </description>
    </item>
    <item>
      <title>Changing A Server&#39;s Timezone</title>
      <link>https://ronaldbradford.com/blog/changing-a-servers-timezone-2004-06-19/</link>
      <pubDate>Sat, 19 Jun 2004 11:00:44 +0000</pubDate>
      <guid>https://ronaldbradford.com/blog/changing-a-servers-timezone-2004-06-19/</guid>
      <description>For RedHat 9&#xA;$ redhat-config-date (except this requires X)&#xA;or&#xA;$ clock&#xA;$ rm /etc/localtime&#xA;$ ln -s /usr/share/zoneinfo/Australia/Brisbane /etc/localtime&#xA;$ /usr/bin/rdate -s time.nist.gov&#xA;$ /sbin/hwclock –systohc&#xA;The last two commands can be added to cron for regular syncing with running ntp</description>
    </item>
  </channel>
</rss>
