Forum: Ruby Apr 15th, 2008 |
| Replies: 5 Solved: Hi Views: 3,116 Did your source file definitely have a .rb extension? Did anything at all appear in the output window? |
Forum: MySQL Jul 7th, 2007 |
| Replies: 3 Views: 1,909 Also you may want to temporarily stop using indexes on the tables in question |
Forum: MySQL Jun 12th, 2007 |
| Replies: 3 Views: 1,823 I didn't see this thread sooner and it may now be too late, but 1 database is the way to go; easier to manage, easier to optimise, easier to backup, faster, requires less disk space.. 1 database is... |
Forum: Window and Desktop Managers Apr 26th, 2007 |
| Replies: 20 Views: 5,267 As jbennet says nautilus is fine for burning files. For burning ISOs and other stuff:
sudo apt-get install gnomebaker
You should already have Serpentine installed (for burning audio cds)
If... |
Forum: *nix Software Mar 28th, 2007 |
| Replies: 14 Views: 4,074 http://en.wikipedia.org/wiki/Single_UNIX_Specification#Compliance |
Forum: IT Professionals' Lounge Jan 14th, 2007 |
| Replies: 22 Views: 9,236 But that would mean him actually doing something! |
Forum: Pascal and Delphi Sep 7th, 2006 |
| Replies: 2 Views: 3,300 |
Forum: Perl Aug 9th, 2006 |
| Replies: 6 Views: 3,590 install gnumeric
then use ssconvert
should be something along the lines of:
ssconvert -I Gnumeric_Excel:excel -T Gnumeric_html:html40 file.xls
file.html |