Ramblings & ephemera

Fat footers

Jerry wrote this & sent it to a client;
A fat footer is a means of showing secondary navigation, or
showcasing primary navigation, or reinforcing selected pieces of your
navigation. Here are some examples:
On a long-scroll blog page, put some choices at the bottom:
http://bokardo.com/
Put sales and branding at the top and navigation at the bottom:
http://www.dapper.net/
Promote the pages you [...]

Flush your DNS cache

Windows
ipconfig /flushdns
Mac OS X
dscacheutil -fluchcache

Related posts

Synchronizing Outlook & Google Apps
Retrieve CD Key from Windows 95 or NT
Remove EXIF data from JPEGs
Who runs botnets?
What bots do and how they work

Synchronizing Outlook & Google Apps

Plaxo
http://www.plaxo.com
(web-based)
OggSync
http://oggsync.com
ScheduleWorld
http://www.scheduleworld.com
iCal4OL
http://ical.gutentag.ch
Google Calendar Sync
https://www.google.com/support/calendar/bin/answer.py?answer=89955

Related posts

Retrieve CD Key from Windows 95 or NT
Flush your DNS cache
Ubuntu Edgy changes to fstab
Remove EXIF data from JPEGs
Google ad advice

Remove EXIF data from JPEGs

ImageMagick
mogrify -strip *.jpg
JHead
jhead -de *.jpg

Related posts

Ubuntu Edgy changes to fstab
Flush your DNS cache
What actions change MAC times on a UNIX box?
Unix vs Windows: NYC vs Celebration
Unix specs vs. Windows specs

What actions change MAC times on a UNIX box?

From Holt Sorenson’s “Incident Response Tools For Unix, Part Two: File-System Tools” (SecurityFocus: 17 October 2003):

Various commands change the MAC [modify, access, and change] times in different ways. The table below shows the effects that some common commands have on MAC times. These tables were created on Debian 3.0 using an ext2 file system contained [...]

Firefox: Open diverted links in background tabs

Two methods:
about:config
Change browser.tabs.loadDivertedInBackground to true
browser.tabs.loadInBackground should already be set to true
user.js
// open diverted links in background tabs
user_pref(”browser.tabs.loadDivertedInBackground”, true);

Related posts

Test of Flock’s blog editor
What actions change MAC times on a UNIX box?
Ubuntu Edgy changes to fstab
To combat phishing, change browser design philosophy
The structure & meaning of the URL as key to the Web’s success

How to delete stuck files on Amazon’s S3

I use Amazon’s S3 (Simple Storage Service) to back up files, and I also use OmniGraffle, a diagramming program, on my Mac. This is a letter I sent to OmniGraffle recently that explains a problem with the interaction of OmniGraffle and S3.
Start letter:
OmniGraffle (OG) is a great app, but it has a serious, showstopping incompatability with [...]

A quick tutorial on writing a program that accepts plugins

On the CWE-LUG mailing list, someone asked a question about creating a program that can be extended with plugins. I thought the answer was so useful that I wanted to save it and make it available to others.
On 2/17/07, Mark wrote:

I’m a young programmer (just finishing high school) who has done a fair [...]

Find out a hard drive’s UUID

If you want to add a device like an external hard drive to your /etc/fstab file, it helps if you know the hard drive’s UUID. If you use K/Ubuntu, the following command will display the UUID, along with other useful information.

$ sudo vol_id /dev/sdo1
Password:
ID_FS_USAGE=filesystem
ID_FS_TYPE=ext3
ID_FS_VERSION=1.0
ID_FS_UUID=4857d4bb-5f6b-4f21-af62-830ebae92cff
ID_FS_LABEL=movies
ID_FS_LABEL_SAFE=movies

Related posts

Ubuntu Edgy changes to fstab
Remove EXIF data from JPEGs
Google on the [...]

Retrieve CD Key from Windows 95 or NT

Start | Settings | Control Panel | System
Under Registered to, you’ll see user name & a 20-digit number. Digits 6 through 15 make up the CD key.
If you’re using an OEM version, the entire number is the CD key.

Related posts

Synchronizing Outlook & Google Apps
Flush your DNS cache
Ubuntu Edgy changes to fstab
Remove EXIF data from JPEGs
Zombies [...]

Ubuntu Edgy changes to fstab

I upgraded my Ubuntu Linux desktop today from Dapper to Edgy. It appears that in /etc/fstab, LABEL= no longer works, and you must now use UUID=.
http://ubuntuforums.org/showthread.php?t=278652
So my fstab now looks like this, for instance (these are all external drives):

UUID=a3d8a126-a7fc-4994-9675-748ed62c3109 /media/music xfs [...]

The politics & basics of Unicode

From Tim Bray’s “On the Goodness of Unicode” (6 April 2003):
Unicode proper is a consortium of technology vendors that, many years ago in a flash of intelligence and public-spiritedness, decided to unify their work with that going on at the ISO. Thus, while there are officially two standards you should care about, Unicode and ISO [...]

1st 2 questions AOL tech support asks

From Spare me the details (The Economist: 28 October 2004):
LISA HOOK, an executive at AOL, one of the biggest providers of traditional (“dial-up”) internet access, has learned amazing things by listening in on the calls to AOL’s help desk. Usually, the problem is that users cannot get online. The help desk’s first question is: “Do [...]

Unix specs vs. Windows specs

From Peter Seebach’s Standards and specs: Not by UNIX alone (IBM developerWorks: 8 March 2006):
In the past 20 years, developers for “the same” desktop platform (”whatever Microsoft ships”) have been told that the API to target is (in this order):
* DOS
* Win16
* OS/2
* Win32
* WinNT
* WinXP
* and most recently .NET.
Of course, that list is from [...]

Windows directory services

From David HM Spector’s Unfinished Business Part 2: Closing the Circle (LinuxDevCenter: 7 July 2003):
… an integrated enterprise directory service does give network managers a much greater ability to manage large-scale networks and resources from almost every perspective.
Unlike most UNIX systems, Windows environments are homogeneous. There are three modes of operation in terms of user [...]

When to use XML

From W3C’s “Architecture of the World Wide Web, Volume One“:
XML defines textual data formats that are naturally suited to describing data objects which are hierarchical and processed in a chosen sequence. It is widely, but not universally, applicable for data formats; an audio or video format, for example, is unlikely to be well suited to [...]

Good instructions on creating a podcast

From Jake Ludington’s “Create Podcasts Using Your PC“:
I’m walking through the steps required to record and post your own podcast using tools virtually everyone has or can easily acquire on a tiny budget. … I recommend starting out with Audacity, an open source audio recording application.

Related posts

Remove EXIF data from JPEGs
Professions and clubs
Word of the [...]

Articles read on 25 November 2003

Crypto-Gram Newsletter of 15 November 2003
"I don’t believe that airplane hijacking is a thing of the past, but when the next plane gets taken over it will be because a group of hijackers figured out a clever new weapon that we haven’t thought of, and not because they snuck some small pointy objects through security."
The [...]

Articles read on 20 November 2003

The CUPS printing system
http://www.linuxgazette.com/issue90/ward.html
The Linux Process Scheduler
http://linuxtoday.com/developer/2003111400526OSHLDV
"Learn all of your favorite Linux scheduling ins and outs: policy, the scheduling algorithm, preemption and context switching, real-time scheduling, and Scheduler-Related System Calls."
The final irony
http://www.guardian.co.uk/weekend/story/0,3605,985375,00.html
"’Isn’t it ironic?’ You hear it all the time - and, most of the time, actually no, it isn’t. Hypocritical, cynical, lazy, coincidental, more [...]

How to add menus to Radio Userland

I don’t use Radio Userland any longer, but I found these instructions incredibly helpful, so here they are:
go to system.verbs.builtins.radio.data.systemUrls
add a name: kitNews
value: /system/kit/news
now go to system.verbs.builtins.radio.macros.adminMenu
scroll down to addCommand list
add the following: addCommand (”Kit News”,radio.data.systemUrls.kitNews)
save

Related posts

No related posts.