<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Songhay System Funky KB: Linux/Unix Issues</title>
        <link>http://www.songhaysystem.com/kb/subject/unix</link>
        <description>The Funky Knowledge Base at songhaysystem.com. The subject of this channel is Linux/Unix Issues.</description>
        <lastBuildDate>Tue, 02 Dec 2008 20:59:40 GMT</lastBuildDate>
        <item>
<title>sudo and su; combining sudo and su for Ubuntu/Debian systems; FOSSwire.com</title>
<link>http://www.songhaysystem.com/kb/number/2076072074/subject/unix</link>
<description><strong>Article Excerpt: </strong>You’ve probably seen one of these commands. Ubuntu users have seen more of sudo, while SUSE, Fedora, and Debian have used su more often. What exactly is the difference? Both of the commands enable you to gain root access. The major difference is in how …</description>
<pubDate>Tue, 02 Dec 2008 20:59:40 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu: By default, the root account password is locked in Ubuntu; help.ubuntu.com</title>
<link>http://www.songhaysystem.com/kb/number/2076072024/subject/unix</link>
<description><strong>Article Excerpt: </strong>By default, the root account password is locked in Ubuntu. This means that you cannot login as root directly or use the su command to become the root user. However, since the root account physically exists it is still possible to run programs with root-le…</description>
<pubDate>Tue, 02 Sep 2008 03:34:19 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>FUSE: Filesystem in Userspace; Wikipedia.org</title>
<link>http://www.songhaysystem.com/kb/number/2076072014/subject/unix</link>
<description><strong>Article Excerpt: </strong>Filesystem in Userspace (FUSE) is a loadable kernel module for Unix-like computer operating systems, that allows non-privileged users to create their own file systems without editing the kernel code. This is achieved by running the file system code in use…</description>
<pubDate>Wed, 27 Aug 2008 23:17:47 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu 6.06: “How to Tell What Version of Ubuntu You Are Running”; howtogeek.com</title>
<link>http://www.songhaysystem.com/kb/number/2076071963/subject/unix</link>
<description><strong>Article Excerpt: </strong>“Telling what version of Ubuntu you are running is extremely easy. You would commonly use this command to figure out if you are running Edgy after you upgraded from Dapper.”

    cat /etc/issue

From:

    http://www.howtogeek.com/howto/ubuntu/
      …</description>
<pubDate>Wed, 30 Jul 2008 05:05:23 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Flippant remarks about Unison and rsync</title>
<link>http://www.songhaysystem.com/kb/number/2076071983/subject/unix</link>
<description><strong>Article Excerpt: </strong>Unison is ‘based’ on rsync. This is important for me to understand as I previously assumed that Unison provided another sub-file differencing algorithm that makes rsync so fast and powerful. This is not the case.

One best summary of the reason why Un…</description>
<pubDate>Mon, 14 Jul 2008 16:37:05 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>cat and gzip: piping cat output through gzip and redirecting to a *.gz file</title>
<link>http://www.songhaysystem.com/kb/number/2076071982/subject/unix</link>
<description><strong>Article Excerpt: </strong>Consider three files each containing one word:

    1.txt
    2.txt
    3.txt

This cat command, cat *.txt, produces the following output:

    One
    Two
    Three

where each word is the one word in the three text files, respectively. Now we need to st…</description>
<pubDate>Sat, 05 Jul 2008 02:03:54 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>“See Which Groups Your Linux User Belongs To”; howtogeek.com</title>
<link>http://www.songhaysystem.com/kb/number/2076071980/subject/unix</link>
<description><strong>Article Excerpt: </strong>Use the groups command:

    groups &amp;lt;username&amp;gt;

“If you don't enter a username, it defaults to your own username.” Note that some “special” groups are numeric like 1001.
</description>
<pubDate>Thu, 03 Jul 2008 20:09:42 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu: “Add a User on Ubuntu Server”; howtogeek.com</title>
<link>http://www.songhaysystem.com/kb/number/2076071978/subject/unix</link>
<description><strong>Article Excerpt: </strong>To add a user, use the useradd command or the adduser command:

    sudo useradd -d /home/testuser -m testuser

    sudo passwd testuser

“The adduser command is even easier than the useradd command, because it prompts you for each piece of information.…</description>
<pubDate>Thu, 03 Jul 2008 19:54:18 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>VMware Workstation 5.x: Installing VMware Tools build-91707 with Compilation on Ubuntu 6.06, Kernel 2.6.15-52-386</title>
<link>http://www.songhaysystem.com/kb/number/2076071965/subject/unix</link>
<description><strong>Article Excerpt: </strong>For a first-time compilation, these package commands should be run:

    sudo apt-get install build-essential

    sudo apt-get install linux-headers-`uname -r`

where uname -r returns 2.6.15-52-386 (as of this writing) so we can also use:

    sudo apt-g…</description>
<pubDate>Sat, 21 Jun 2008 05:57:45 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu 6.06: “Add a User on Ubuntu Server”; howtogeek.com</title>
<link>http://www.songhaysystem.com/kb/number/2076071964/subject/unix</link>
<description><strong>Article Excerpt: </strong>“The useradd command will let you add a new user easily from the command line:”

    useradd &amp;lt;username&amp;gt;

“The adduser command is even easier than the useradd command, because it prompts you for each piece of information.”

    adduser &amp;lt;username&amp;gt;

…</description>
<pubDate>Thu, 12 Jun 2008 02:31:09 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu 6.06: sshfs and fuse: an attempt to mount a cygwin drive; howtogeek.com</title>
<link>http://www.songhaysystem.com/kb/number/2076071962/subject/unix</link>
<description><strong>Article Excerpt: </strong>An attempt was made to mount a cygwin drive with sshfs and fuse. It did NOT work. Following the article “How to Mount a Remote Folder using SSH on Ubuntu” here:

    http://www.howtogeek.com/howto/ubuntu/
        how-to-mount-a-remote-folder-using-ssh…</description>
<pubDate>Thu, 12 Jun 2008 02:24:13 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>vi: Keyboard Shortcuts; keyxl.com</title>
<link>http://www.songhaysystem.com/kb/number/2076071959/subject/unix</link>
<description><strong>Article Excerpt: </strong>From http://www.keyxl.com/aaab462/105/VIM-Text-Editor-keyboard-shortcuts.htm

Insert:

i
    Inserts text to the left of the cursor.

I
    Inserts text at the beginning of the line, no matter where the cursor is positioned on the current line.


Append:
…</description>
<pubDate>Tue, 10 Jun 2008 22:54:17 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>bash: “Keyboard Shortcuts for Bash (Command Shell for Ubuntu, Debian, Suse, Redhat, Linux, etc)”; howtogeek.com</title>
<link>http://www.songhaysystem.com/kb/number/2076071961/subject/unix</link>
<description><strong>Article Excerpt: </strong>Ctrl + A: Go to the beginning of the line you are currently typing on

Ctrl + E: Go to the end of the line you are currently typing on

Ctrl + L: Clears the Screen, similar to the clear command

Ctrl + U: Clears the line before the cursor position. If you…</description>
<pubDate>Tue, 10 Jun 2008 23:04:03 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>php5-cli: running PHP from the command line</title>
<link>http://www.songhaysystem.com/kb/number/2076071946/subject/unix</link>
<description><strong>Article Excerpt: </strong>This is the command:

    sudo apt-get install php5-cli

Test the installation by running this:

    php -v

For more information, read the man page:

    man php

Or you can see this:

    http://man.linuxquestions.org/index.php?
        section=0&amp;type=2…</description>
<pubDate>Thu, 20 Mar 2008 05:24:55 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>bash script: a script that generates symbolic links based on subdirectory names in a target folder</title>
<link>http://www.songhaysystem.com/kb/number/2076071941/subject/unix</link>
<description><strong>Article Excerpt: </strong>#!/bin/bash

echo &quot;Removing any existing symbolic links...&quot;
rm /opt/lampp/htdocs/dev_*

for folder in `find ~/webRoot/ -name 'dev_*' -type d`
do
    echo &quot;Linking to $folder...&quot;
    ln -s $folder /opt/lampp/htdocs/`basename $folder`
done

exit 0
</description>
<pubDate>Thu, 21 Feb 2008 22:46:10 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>XAMPP Installation Notes</title>
<link>http://www.songhaysystem.com/kb/number/2076071940/subject/unix</link>
<description><strong>Article Excerpt: </strong>The relevant documentation is here:

    http://www.apachefriends.org/en/xampp-linux.html

Stop any previous running version of XAMPP with this:

    sudo /opt/lampp/lampp stop

It may be a best practice to uninstall any previous version of XAMPP for a …</description>
<pubDate>Thu, 21 Feb 2008 22:41:05 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>bash Script: a rough draft that splits a monthly Apache web log into days with zgrep</title>
<link>http://www.songhaysystem.com/kb/number/2076071936/subject/unix</link>
<description><strong>Article Excerpt: </strong>#!/bin/bash

file=$2
month=$1
year=`date +%Y`

echo &quot;Searching $file for days in $month...&quot;

for day in {1..31}
do
    query=$(printf &quot;\[%02d/%s/%s&quot; $day $month $year)
    outfile=$(printf &quot;out_%s_%s_%02d.gz&quot; $year $month $day)
    count=$(zgrep -c &quot;$quer…</description>
<pubDate>Wed, 02 Jan 2008 19:59:34 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>“Installing VMware Tools from the Command Line with the Tar Installer”; http://www.vmware.com/support/ws55/doc/ws_newguest_tools_linux.html#wp1127177</title>
<link>http://www.songhaysystem.com/kb/number/2076071930/subject/unix</link>
<description><strong>Article Excerpt: </strong>Installing VMware Tools from the Command Line with the Tar Installer

The first steps are performed on the host, within Workstation menus:

1. Power on the virtual machine.

2. After the guest operating system has started, prepare your virtual machine to …</description>
<pubDate>Fri, 28 Dec 2007 18:35:53 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>openSUSE Package Repositories; http://en.opensuse.org/Package_Repositories</title>
<link>http://www.songhaysystem.com/kb/number/2076071931/subject/unix</link>
<description><strong>Article Excerpt: </strong>Oss

The main repository, open source software only.

Version: 10.3
    http://download.opensuse.org/distribution/10.3/repo/oss/

Version: 10.2
    http://download.opensuse.org/distribution/10.2/repo/oss/

Version: 10.1
    http://download.opensuse.org/di…</description>
<pubDate>Fri, 28 Dec 2007 18:38:32 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>GNOME/X: Restart GNOME without rebooting the computer</title>
<link>http://www.songhaysystem.com/kb/number/2076071908/subject/unix</link>
<description><strong>Article Excerpt: </strong>Save and close all open applications.

Use the Ctrl-Alt-Backspace shortcut keys to restart GNOME.

If Ctrl-Alt-Backspace is disabled, type

    sudo /etc/init.d/gdm restart

Source: http://linux.about.com/od/ubuntu_doc/a/ubudg10t18.htm
</description>
<pubDate>Mon, 29 Oct 2007 20:33:49 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>tar: To unpack a standard .tar file</title>
<link>http://www.songhaysystem.com/kb/number/2076071901/subject/unix</link>
<description><strong>Article Excerpt: </strong>To unpack a standard .tar file, use this command (from the target directory):

    tar -xvf [filename]

options:

    x: decompress something
    t: view contents
    v: verbose mode
    f: input from a file 

For more information, see

    http://wiki.li…</description>
<pubDate>Thu, 11 Oct 2007 23:36:00 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu/Debian Problem: apt refers to the CD-ROM before Remote Sources</title>
<link>http://www.songhaysystem.com/kb/number/2076071900/subject/unix</link>
<description><strong>Article Excerpt: </strong>Solution: edit the /etc/apt/sources.list file to comment out any CD-ROM references.</description>
<pubDate>Thu, 11 Oct 2007 23:02:53 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu Linux Network Connectivity</title>
<link>http://www.songhaysystem.com/kb/number/2076071767/subject/unix</link>
<description><strong>Article Excerpt: </strong>Ubuntu, by default, is configured for DHCP. You can verify this by examining some configuration files related to networking:

    less /etc/dhcp3/dhclient.conf
    less /etc/network/interfaces

In the default interfaces file, edit the last lines thusly:

…</description>
<pubDate>Thu, 11 Oct 2007 22:42:31 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu/Debian Linux: How To Change the Hostname</title>
<link>http://www.songhaysystem.com/kb/number/2076071899/subject/unix</link>
<description><strong>Article Excerpt: </strong>Edit this file:

    /etc/hostname

Then run this command:

    /etc/init.d/hostname.sh start

Verify that the name is changed with some of these commands:

    uname -n
    hostname -a
    hostname -s
    hostname -d
    hostname -f
    hostname

For mor…</description>
<pubDate>Mon, 08 Oct 2007 23:35:47 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>OpenSUSE 10.2 KDE: How to Set Pop Up Window Size in KDE</title>
<link>http://www.songhaysystem.com/kb/number/2076071894/subject/unix</link>
<description><strong>Article Excerpt: </strong>A person named Thomas O. in http://www.groupsrv.com/linux/post-755906.html answers this question with this:

“Resize the window to your liking and then right-click the titlebar and
in the menu that comes up choose Advanced &amp;gt; Special Window Setting.”

…</description>
<pubDate>Mon, 08 Oct 2007 22:50:16 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>gvim/vim: selected tips from the vim tip database; toggling case; VimTip 49</title>
<link>http://www.songhaysystem.com/kb/number/2076071880/subject/unix</link>
<description><strong>Article Excerpt: </strong>To switch the case of one or more characters use these commands:
    ~

,

    gU

or

    gu

Examples:

Switch case of character under cursor (in visual-mode: switch case of highlighted text):

    ~

Switch case of next three characters:

    3~

Switc…</description>
<pubDate>Sat, 08 Sep 2007 02:57:02 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>gvim/vim: selected tips from the vim tip database; the r[ead] command; VimTip 40</title>
<link>http://www.songhaysystem.com/kb/number/2076071879/subject/unix</link>
<description><strong>Article Excerpt: </strong>From VimTip 40: The r[ead] command can be used to insert the contents of a file or the output of a command. This is cool! An example that lists the contents of the present working directory below the cursor:

    :r !ls -al

This variation inserts above t…</description>
<pubDate>Sat, 08 Sep 2007 02:46:14 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>gvim/vim: selected tips from the vim tip database; digraphs; VimTip 51</title>
<link>http://www.songhaysystem.com/kb/number/2076071881/subject/unix</link>
<description><strong>Article Excerpt: </strong>To get a list of currently defined digraphs type:

    :dig[graphs]

This is a great way to browse the available “character map” that shows decimal values for glyphs as well.</description>
<pubDate>Sat, 08 Sep 2007 03:21:17 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>gvim/vim: flippant remarks about customizing gvim</title>
<link>http://www.songhaysystem.com/kb/number/2076071878/subject/unix</link>
<description><strong>Article Excerpt: </strong>You can start with this command:

    :help gui-init

This will load gui.txt, which should reveal a portion called “Recommended place for your personal GUI initializations”—this will lead to this file:

    $HOME/.gvimrc

Here is a sample .gvimrc fi…</description>
<pubDate>Sat, 08 Sep 2007 02:30:51 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>VMware Workstation 5.x Problem: VMware Tools Does not Work with Ubuntu Running a Kernel Greater than 2.6.15-27-386</title>
<link>http://www.songhaysystem.com/kb/number/2076071826/subject/unix</link>
<description><strong>Article Excerpt: </strong>The pre-compiled version(s) of VMware Tools does not work with Ubuntu running a kernel newer than 2.6.15-27-386. Note that this problem persists in VMware Workstation 5.5.4.

The quick and dirty solution to this problem is use GRUB to select the &quot;old&quot; ker…</description>
<pubDate>Mon, 07 May 2007 23:58:12 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu/Debian: How to change the hostname or machine name</title>
<link>http://www.songhaysystem.com/kb/number/2076071817/subject/unix</link>
<description><strong>Article Excerpt: </strong>Edit the hostname file:

    sudo nano /etc/hostname

Persist the hostname:

    sudo /etc/init.d/hostname.sh start</description>
<pubDate>Thu, 19 Apr 2007 22:31:46 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu Hardware: Setting Up a New Monitor; Flat Panel Monitor</title>
<link>http://www.songhaysystem.com/kb/number/2076071795/subject/unix</link>
<description><strong>Article Excerpt: </strong>This is the command to use to step through an automated process when installing a new monitor:

    sudo dpkg-reconfigure xserver-xorg

A new flat panel monitor has a preferred resolution so this setting should be used. Also there should be an option to u…</description>
<pubDate>Thu, 08 Mar 2007 00:34:57 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>bash command: Comparing Two Folders with diff</title>
<link>http://www.songhaysystem.com/kb/number/2076071786/subject/unix</link>
<description><strong>Article Excerpt: </strong>From Timothy Haroutunian, Armenian Eagle:

diff -Bbrq folder folder2

-B = Ignore changes that just insert or delete blank lines.
-b = Ignore changes in amount of white space.
-r = When comparing directories, recursively compare any subdirectories found.
…</description>
<pubDate>Sat, 03 Feb 2007 00:22:19 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu Linux: Installing Tomcat 5.x</title>
<link>http://www.songhaysystem.com/kb/number/2076071769/subject/unix</link>
<description><strong>Article Excerpt: </strong>This is the command summary for installing Tomcat on Ubuntu Linux:

    sudo apt-get install sun-java5-jdk
    sudo apt-get install apache2
    sudo apt-get install tomcat5
    sudo apt-get install tomcat5-admin

Point Ubuntu to the newly installed Java J…</description>
<pubDate>Thu, 12 Oct 2006 19:02:00 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu Linux: Upgrading from Ubuntu Linux breezy to dapper by Hand</title>
<link>http://www.songhaysystem.com/kb/number/2076071761/subject/unix</link>
<description><strong>Article Excerpt: </strong>This procedure is best for the server version of Ubuntu:

Edit /etc/apt/sources.list

Change the keyword &quot;breezy&quot; to &quot;dapper&quot;.

Comment out any lines  starting with &quot;deb cdrom&quot; with the pound sign (#).

sudo apt-get update

sudo apt-get -y dist-upgrade

F…</description>
<pubDate>Thu, 28 Sep 2006 19:21:16 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu Linux: Flippant Remarks about Using the Command Line</title>
<link>http://www.songhaysystem.com/kb/number/2076071766/subject/unix</link>
<description><strong>Article Excerpt: </strong>LinuxQuestions.org has an excellent summary of the Linux command line here:

    http://wiki.linuxquestions.org/wiki/Commands

When you, say, start MySQL from the command line from PuTTY you may quickly discover that you need to learn how to run commands …</description>
<pubDate>Thu, 28 Sep 2006 19:09:25 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu Linux: Flippant Remarks about Setting Up Ubuntu Server in Virtual PC 2004</title>
<link>http://www.songhaysystem.com/kb/number/2076071762/subject/unix</link>
<description><strong>Article Excerpt: </strong>Allocating 48MB of RAM for an Ubuntu Server VM running a LAMP image is reasonable. 96MB seems more than enough for a single-user development environment. The VM hard drive image should be about 1GB.

The foremost issue is getting the console display to ap…</description>
<pubDate>Thu, 28 Sep 2006 20:08:05 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu Linux: Removing the MySQL Daemon from Startup</title>
<link>http://www.songhaysystem.com/kb/number/2076071765/subject/unix</link>
<description><strong>Article Excerpt: </strong>Remove the MySQL daemon from startup with the Debian Runlevel configuration tool, rcconf. More details about this tool is here:

    http://packages.debian.org/stable/admin/rcconf

Install the tool with APT:

    sudo apt-get install rcconf

Then run the …</description>
<pubDate>Thu, 28 Sep 2006 05:52:49 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu Linux: LAMP Setup; Linux-Apache-MySQL-PHP; Ubuntu Server 6.0.6 (dapper)</title>
<link>http://www.songhaysystem.com/kb/number/2076071763/subject/unix</link>
<description><strong>Article Excerpt: </strong>The detailed documentation for this procedure is here:

    https://help.ubuntu.com/community/ApacheMySQLPHP

Our summary is this:

    sudo apt-get install apache2
    sudo a2enmod rewrite

    sudo apt-get install php5
    sudo apt-get install mysql-ser…</description>
<pubDate>Wed, 27 Sep 2006 19:04:21 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>MySQL 5.0: Flippant Remote Connection Troubleshooting</title>
<link>http://www.songhaysystem.com/kb/number/2076071764/subject/unix</link>
<description><strong>Article Excerpt: </strong>When bind-address in my.cnf is set to a value other than 127.0.0.1 MySQL will receive remote connections.

However, this error (1045) implies that you are using a user name that is not mysql.user table:

    Access denied for user foo@192.168.254.64

Now …</description>
<pubDate>Tue, 26 Sep 2006 06:45:21 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Ubuntu Linux Security Logs</title>
<link>http://www.songhaysystem.com/kb/number/2076071760/subject/unix</link>
<description><strong>Article Excerpt: </strong>/var/log/syslog - general system log
/var/log/auth.log - system authentication logs
/var/log/mail.log - system mail logs
/var/log/messages - general log messages
/var/log/dmesg - kernel ring buffer messages, usually since system bootup

For more informati…</description>
<pubDate>Sat, 23 Sep 2006 03:51:27 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Linux Command: iptables</title>
<link>http://www.songhaysystem.com/kb/number/2076071759/subject/unix</link>
<description><strong>Article Excerpt: </strong>&quot;Iptables is a firewall, installed by default on the Ubuntu Server.&quot;

    https://help.ubuntu.com/community/IptablesHowTo

For more information, see &quot;Netfilter/iptables&quot;:

    http://en.wikipedia.org/wiki/Iptables</description>
<pubDate>Sat, 23 Sep 2006 03:46:17 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>bash: Clearing the Command Line History</title>
<link>http://www.songhaysystem.com/kb/number/2076071719/subject/unix</link>
<description><strong>Article Excerpt: </strong>Alexey Fadyushin of the redhat.com list archives writes: &quot;The correct way to clear history is to use 'history -c' because this will clear all history, including commands used in the session from which the command 'history -c' is given.&quot;

This is not as fo…</description>
<pubDate>Tue, 01 Nov 2005 22:38:56 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>PROBLEM: Can't open display: [name]:0.0 Error Message; X-Window Applications</title>
<link>http://www.songhaysystem.com/kb/number/907947826/subject/unix</link>
<description><strong>Article Excerpt: </strong>When running an X-Window application from a command prompt the GUI never shows and the following message is returned:

    Xlib: connection to &quot;&amp;lt;name&amp;gt;:0.0&quot; refused by server
    Xlib: Client is not authorized to connect to Server
    Error: Can't open dis…</description>
<pubDate>Thu, 14 Jan 1999 03:14:29 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>Book: &quot;UNIX in a Nutshell&quot;; Summary of Unix Commands</title>
<link>http://www.songhaysystem.com/kb/number/906760910/subject/unix</link>
<description><strong>Article Excerpt: </strong>Common DOS commands translated back to UNIX:

cd ---exactly like cd

clear ---exactly like cls

cp ---very much like copy

ls -al; df -k | more ---kind of like dir /p

mv ---very much like move

uname -sr ---kind of like ver


Other Unix commands I really…</description>
<pubDate>Fri, 08 Jan 1999 07:10:06 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>PROBLEM: Other X-Windows &quot;Filcker&quot; When Focus Changes to Netscape Navigator Session</title>
<link>http://www.songhaysystem.com/kb/number/-197838901/subject/unix</link>
<description><strong>Article Excerpt: </strong>Netscape Navigator cannot share the default colormap with other X applications as it uses so many colors. This problem shows up when running Navigator and other windowing applications at the same time: when shifting focus from one window to another the wi…</description>
<pubDate>Fri, 09 Oct 1998 16:20:50 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>SPARCstation 5; Setting the Message of the Day</title>
<link>http://www.songhaysystem.com/kb/number/1657433851/subject/unix</link>
<description><strong>Article Excerpt: </strong>To set the message of the day, edit the text file /etc/motd.</description>
<pubDate>Tue, 06 Oct 1998 19:58:09 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>SPARCstation 5; PROBLEM: admintool Fails to Start Returning a Segmentation Fault</title>
<link>http://www.songhaysystem.com/kb/number/907702562/subject/unix</link>
<description><strong>Article Excerpt: </strong>The admintool failed to start returning a segmentation fault (and dumping its core) when I edited passwd and shadow by hand. To recover from this blunder (DO NOT edit these files by hand!), I ran pwconv to create and update /etc/shadow with data from /etc…</description>
<pubDate>Tue, 06 Oct 1998 19:47:28 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>
<item>
<title>SPARCstation 5; PROBLEM: Can't Unlock the CDE</title>
<link>http://www.songhaysystem.com/kb/number/907692390/subject/unix</link>
<description><strong>Article Excerpt: </strong>It seems that locking the CDE while logged in as root (or equivalent) prevents unlocking the CDE. I have had to use Stop A to restart the system (which is not a good idea). One work-around is to login as a user and then &quot;su&quot; to a super-user shell. When th…</description>
<pubDate>Tue, 06 Oct 1998 20:03:40 GMT</pubDate>
<dc:creator>Bryan Wilhite</dc:creator>
</item>

    </channel>
</rss>