My Blogs:
Creating a simple installation image of debian in qemu, for testing installation of software etc...
My long analysis of Linux after 10 years of use, and what i think about most distros and why, along with my new pick for a Linux Desktop.
Finding a good bookmarking site and creating a usefull browser home page.
The computer i setup for my toddler.
A basic way to secure a linux based server without the hassle.
JSP's - Getting started
Ubuntu Draper 6.0.6 on Evo610c
Installing DataBinder, a Wicket + Hibernate Solution jor java5.
Ubuntu Draper 6.0.6 on Evo610c
Moving from gentoo to Debian on UML
Code samples etc.. for wicket
Verisign payflow pro installation on Solaris
Installation of Trails the "rails for java".
Using JAMon to monitor java response time etc ...
Infos about DokuWiki Installation.
Various notes about setting a VPN between Cisco and linux.
Tips about setting up Samba
Infos about connecting to Qarbon's jabber server.
Just a doc about using a kyocera printer from windows.
Scary, old, ugly
code from college.
This will print all the HTTP headers (including redirect / cookies etc ...):
In Exceed connections / xstart
Create a new connection
Method: Secure shell
enter host etc ...
Go in settings / security
Click on the properties button (for ssh)
Press "config" next to authentication methods
and select only "keybaord interactive"
Save.
put postgres,pgsql in USE flags, remove mysql from USE flags (otherwise it would install mysql onl y apparently), then emerge mod_php
Also to limit the number of rows returned with postgres, use "limit"
That happens usually when doing a cat of a binary file for example, then whatever you type appears in a 'symbol' font, that is very messed up.
to fix that run on the broken shell:
That happens for example if doing a ^C while entering a ssh passord, to fix run:
| Geek Blog | SAP Blog | Ice Hockey Blog | Martial arts blog | General blog |
Geek Blog
08/19/2008: Ubuntu 64 bit notes
03/03/08: Using KQEMU in Ubuntu
02/20/08: Creating a QEMU image and installing debian in it
Creating a simple installation image of debian in qemu, for testing installation of software etc...
10/30/07: Finding the perfect Linux distro
My long analysis of Linux after 10 years of use, and what i think about most distros and why, along with my new pick for a Linux Desktop.
10/29/07: Netbeans 6 better than Eclipse
10/28/07: Cleanup your Imac (G5 PPC)
09/22/07: FVWM-crystal on Debian/Ubuntu
08/24/07: Tethering With Blackberry Pearl On Linux
07/17/07: Netgear KWGR614 Piece of junk, D-Link DIR-665 much better
07/03/07: Daily stats with AWStats
06/20/07: Bookmarking options and custom home page
Finding a good bookmarking site and creating a usefull browser home page.
06/15/07: Imac G3 Indigo with Xubuntu
The computer i setup for my toddler.
06/15/07: Simple linux firewall with Lokkit
A basic way to secure a linux based server without the hassle.
01/12/07: Getting started with JSP's
JSP's - Getting started
12/20/06: Ubuntu Daper D610
Ubuntu Draper 6.0.6 on Evo610c
09/03/06: DataBinder
Installing DataBinder, a Wicket + Hibernate Solution jor java5.
06/04/06: Ubuntu Draper
Ubuntu Draper 6.0.6 on Evo610c
03/08/06: Moving from gentoo to Debian on UML
Moving from gentoo to Debian on UML
03/04/06: Wicket & DataBinder Code
Code samples etc.. for wicket
02/13/06: Payflow pro
Verisign payflow pro installation on Solaris
12/24/05: Trail Install
Installation of Trails the "rails for java".
10/12/05: Using JAMon
Using JAMon to monitor java response time etc ...
06/08/05: DokuWiki
Infos about DokuWiki Installation.
08/07/03: VPN Tips
Various notes about setting a VPN between Cisco and linux.
08/12/02: Samba Tips
Tips about setting up Samba
08/15/02: Jabber Tips
Infos about connecting to Qarbon's jabber server.
09/04/03: KyoceraTips
Just a doc about using a kyocera printer from windows.
11/12/01: Old Code From College
Scary, old, ugly
code from college.03/26/06 Frameworks opinions
03/22/03 Databinder / wicket
3/7/06: Java Frameworks
3/7/06: Static vs Dynamic languages
3/7/06: XML Overdose
3/7/06: Programming languages
05/23/07: 302 redirects
12/3/06: Http Traces with wget
This will print all the HTTP headers (including redirect / cookies etc ...):
wget -S http://www.somesite.com/
09/21/06: Dumping and restoring Postgresql
09/20/06: Adding custom bug status in mantis
03/15/06 Enabling java 1.5 on mac
03/01/06 Creating a ssh connection to linux in Exceed
In Exceed connections / xstart
Create a new connection
Method: Secure shell
enter host etc ...
Go in settings / security
Click on the properties button (for ssh)
Press "config" next to authentication methods
and select only "keybaord interactive"
Save.
10/02/05 Resizing a vmware image
05/02/05 installing sun java on debian or ubuntu
03/02/05 convert avi to divx
mencoder MVI_0081.AVI -o output.avi -ovc lavc -oac copy -lavcopts vcodec=mpeg4:vbitrate=200:vhq:vpass=1
11/10/04 Change qmail user password (ldap)
09/28/04 PHP with support for postgresql on gentoo
put postgres,pgsql in USE flags, remove mysql from USE flags (otherwise it would install mysql onl y apparently), then emerge mod_php
08/30/04 SQL rowcount and max number of rows returned
select count(1) from ad_referers where date='2004_7';
Also to limit the number of rows returned with postgres, use "limit"
select * from ad_referers order by value desc limit 10;
08/27/04 Fixing an unix shell that displays trash (broken font)
That happens usually when doing a cat of a binary file for example, then whatever you type appears in a 'symbol' font, that is very messed up.
to fix that run on the broken shell:
echo -ne '\033)K'
08/27/04 Fixing an unix shell that doesn't echo keystrokes anymore
That happens for example if doing a ^C while entering a ssh passord, to fix run:
stty echo
08/26/04 Processing a binary newsgroup file (divx, etc...)
08/25/04 Duplicating any CD on linux (including VCD, etc)
Pre-2002 Blog Entries
Comments:
Add a new Comment
Back to top

