Thoughts on Linux Distros

Tags:

Current preferences:

Installing WordPress with Subversion

Tags:

Source: http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion

To install a fresh copy of WordPress, type the following at your command prompt, starting from the directory above where you want to install WordPress. These commands will create a directory "blog" for your blog, and then check out (Subversion command "co"), or extract from the repository, the stable version of WordPress you have chosen. Do not type the "$" characters -- they are just indications of the command prompt. Here are the commands (assuming the version you want is 2.9.2):

$ mkdir blog $ cd blog $ svn co http://svn.automattic.com/wordpress/tags/2.9.2 .

User admin notes

Tags:

Default parameters for new users -- like minimum "user" UID, the location of the skeleton directory, and such, varies between the major GNU/Linux distros --

Distribution

Config File

Ex. Parameters; Syntax

RedHat RHEL 5

/etc/libuser.conf

SUSE 9

/etc/login.defs Note: no 'skel' definition

SYSTEM_UID_MIN 100 SYSTEM_UID_MAX 499 UID_MIN 1000 GID_MIN 1000

Debian / Ubuntu

/etc/adduser.conf

FIRST_SYSTEM_UID=100 LAST_SYSTEM_UID=999 FIRST_UID=1000 USERS_GID=100 SKEL=/etc/skel

Reset a Mailman List Password

Tags:

Had to dig a little for this one. If you have created a mailman email list and need to reset the password:

/usr/lib/mailman/bin/change_pw -l mail-list-name -p new-password

HTML 5

Tags:

After almost eight years, a new version of HTML is in the offing. HTML 5 promises to bridge much of the problems in writing content-based web pages with just HTML 4 and CSS. Story at IBM