Search
Recent Comments
- letterj on supybot documentation – capabilities
- gare on centos set dns
- Tyron on centos set dns
- hattan on Printer sharing Ubuntu 8.10 – Linux to Linux
- gare on Unix 101 / Unzipping Files
Tags
-
Articles
- ubuntu vnc slow fix
- centos set dns
- html to pdf including the css
- firefly media server
- free computers
- legal torrents
- talking weather alarm clock
- TED Talk – Larry Lessig on laws that choke creativity
- free culture movement
- ubuntu share music library
- Google Buzz to Twitter
- how to Root a Windows 7 box
- 20 year anniversary of Linux
- Microsoft has lost the war to Linux
- Japan’s earthquake didn’t even slow BitTorrent use
- Ubuntu 11.04 beta released
- linux netbook
- apt-get hold version
- bulk search and replace with sed
- Ubuntu on PowerPC Mac Mini
Monthly Archives: April 2006
javascript date object
note: the getMonth() and setMonth() method values are zero-based for the Javascript Date () object. var someDate= new Date(“yy, mm, dd” ) January is 0, December is 11, etc.
Posted in WebTechnology
Leave a comment
crontab man entry from slackware
slackware has great crontab man entry: CRONTAB(1) CRONTAB(1) NAME crontab – manipulate per-user crontabs (Dillon’s Cron) SYNOPSIS crontab file [-u user] – replace crontab from file crontab – [-u user] – replace crontab from stdin crontab -l [user] – list … Continue reading
FTP and SFTP Clients
FTP Windows – Internet Explorer – type ftp://user:password@ftpserver/url-path in address bar. OS X – SFTP SFTP is similar to FTP, but unlike FTP, the entire session is encrypted, meaning no passwords are sent in cleartext form, and is thus much … Continue reading
Posted in Other Tech, WebTechnology
Leave a comment