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: July 2006
Apache SSL — How to create a self-signed SSL Certificate
How to create a self-signed SSL Certificate … … which can be used for testing purposes or internal usage Overview The following is an extremely simplified view of how SSL is implemented and what part the certificate plays in the … Continue reading
Posted in WebTechnology
Leave a comment
refresh and redirect web page with a meta tag
In 2 seconds, redirect to http://www.yoursite.com/newpage.htm.
Posted in WebTechnology
3 Comments
A.4.2 How to Reset Root Password in MySQL
If you have forgotten the root user password for MySQL, you can restore it with the following procedure: 1. Take down the mysqld server – kill `cat /mysql-data-directory/hostname.pid` 2. Restart mysld with the –skip-grant-tables option. 3. Connect to the mysqld … Continue reading
Posted in MySQL, WebTechnology
Leave a comment