What do you guys use Ubuntu for? What add-ons or enhancements do you have that are fun, practical, or interesting?
5/21/2009 2:12:24 PM
Here are steps to enhance ubuntu.1. Format ubuntu partition and install windows 7
5/21/2009 2:17:26 PM
I use Ubuntu on my netbook. I like it because it's lightweight and user friendly while still giving me all the features I want on my travel and casual use machine. I'd use Ubuntu for my work machine as well, but the sysadmin prefers RHEL. My main activities under Ubuntu are web surfing and email, skype, office suite stuff, some light MATLAB, some light coding, etc...If it wasn't for gaming and MS Office, I think I would use Ubuntu for everything.
5/21/2009 2:20:56 PM
Compiz,The Scale function (mimics the desktop functions of Mac OS).The window grouping function.Has hundreds of other stuff it does, but those are the two most handy. Get the compiz-config app from synaptic. Synaptic is the other really handy app. http://wiki.compiz-fusion.org/Sun Virtual Box:Install Windows 7 inside Ubuntu without having to format It has the gui-tools that let you integrate windows app inside of the Linux Window Manager. Does Windows 7 have multiple desktops, grep, or find by default?
5/21/2009 2:23:41 PM
the need for multiple desktops is the sign of a failed desktop manager.
5/21/2009 2:30:32 PM
double post: ubuntu is really bad. Theres honestly no point to using it over windows since windows can do everything ubuntu can, but not the other way around. [Edited on May 21, 2009 at 2:31 PM. Reason : a]
5/21/2009 2:42:13 PM
yeh.. i install linux about twice a year just to see whats going on. And i always find.. ehh not much. i get bored and delete within a week. hah
5/21/2009 2:54:12 PM
5/21/2009 2:59:28 PM
I had problems with flash video in Firefox when I first installed Ubuntu. It took a day or two of Googling and I've been problem-free ever since.Wireless adapter configuration was a bit dicey too.
5/21/2009 3:05:09 PM
I use it as a LAMP server, sendmail server, ftp server, imap/pop server, and a bunch of other shit.
5/21/2009 3:25:47 PM
http://www.ss64.com/nt/
5/21/2009 3:31:32 PM
5/21/2009 4:20:05 PM
ssh -Y user@remote.system.net xcommand
5/21/2009 7:42:18 PM
Ubuntu is for people that hate windows but dont want to learn real linux.
5/21/2009 10:28:56 PM
5/21/2009 11:13:52 PM
5/21/2009 11:50:52 PM
5/22/2009 12:31:53 AM
Wireless still infuriates me on Ubuntuyou might as well forget (easily) connecting to a 'hidden' network, or a network with spaces in the SSID (might have been fixed since I had to deal with it)[Edited on May 22, 2009 at 12:53 AM. Reason : ]
5/22/2009 12:53:25 AM
5/22/2009 7:50:33 AM
I use ubuntu for my bittorrent trackerhttp://www.ubuntu.com/products/whatisubuntu/serveredition/jeos
5/22/2009 8:32:17 AM
But the pissing contests are the only endearing quality TWW has left!
5/22/2009 9:53:47 AM
I have my own personal SVN repository. It's nice to know I have versioned backups of all my code in a secure location.My Ubuntu machine runs on hardware built in the spring of 1999, so it's officially over 10 years old and still going strong. It clocks at 450mhz, so it's only slightly faster than my router. The machine itself sits by my feet in my office, and has a CAT5 and a power cord coming out of it; and nothing else. The nice thing about running on dated hardware, is it's really quiet and uses about 1/10th the electricity (a cost which adds up over the course of a year).I have my router configured to forward SSH to it, so I can connect from work, or at home, or a friend's, or from the Philippines and do productive things, however usually I just use screen to transfer over my running IRC client to my terminal. No need to disconnect from any channels that way.I also have MySQL, Tomcat 6, and Apache running on it. Doing things like deploying or running queries is generally only 2 to 10 times slower than if I run them from my desktop. However doing something like gzipping a 100 meg file on it takes about 3 minutes, while my desktop does it in about 3 seconds; also understandable, since there weren't very many 100 meg files in the 90s.You can make this machine beep by going here: http://shatner.philihp.com/beep/PS, thank you for all the beeps.[Edited on May 22, 2009 at 11:24 AM. Reason : PS]
screen
5/22/2009 11:16:36 AM
^You're welcome.
5/22/2009 12:25:32 PM
wireless was kicking my ass in ubuntu, till I discovered a nifty util called wicd. wicd is way better for wireless connections than network manager.
5/22/2009 3:46:40 PM
I used wicd for a while, but it dropped my connection constantly. I don't remember what I ended up replacing it with.
5/22/2009 4:01:39 PM
5/22/2009 4:03:53 PM
5/22/2009 4:04:35 PM
Sometime I'll try to find whatever workaround I used to get Flash to play nicely with FF. It really wasn't that complicated, it took just a few minutes, an edit to one config file, and a maybe a system restart to get working. I've also not had to change anything after updating Ubuntu (I think three times now) or FF (dozens of times).[Edited on May 22, 2009 at 4:12 PM. Reason : ]
5/22/2009 4:11:39 PM
^Yeah if you find it, definitely post it. I only found a general advice post about it, never found an actual implementation solution.
5/22/2009 7:19:39 PM
Red Hat for liiiiiiiiiiiiiiiiife!!!
5/22/2009 8:45:31 PM
^sellout
5/23/2009 12:40:19 AM
^^^Out of curiosity I researched that issue some -- it appears it's not necessarily related to SSDs, but more the use of slow-ass SDHC cards in netbooks as SSDs. Firefox isn't electing to use the SSD as storage preferentially, it's just using the user home directory, which happens to be on the craptacularly slow excuse for a SSD. The 4GB "system" SSD I believe those netbooks have is supposed to be somewhat faster and may be a better choice for the cache -- an (upgrade-proof) solution may be as simple as moving each user's ~/.mozilla to a /var/cache/mozilla-[username] directory and symlinking it back to ~/.mozilla.A file-backed ramdisk would also be a great upgrade-proof solution too. The best way I can think to do that would be to establish a write-behind raid-1 set with a loop image on the slow SDHC, then have the ramdisk re-added to that array in a boot script. The ramdisk would be set write-mostly and write-behind would be set large enough to allow the Firefox write storms (and read storms) to be handled asynchronously, with writes up to the number of --write-behind sectors being synced to the SDHC card without blocking.To do so, determine the maximum size for the cache and set boot parameter ramdisk_size to this value in KB (ramdisk=131072 for 128MB) and reboot.Then:
# Initialize disk imagedd if=/dev/zero of=/home/.mozilla-cache.img bs=1024 count=131072# Setup a loopback device (assuming the secondary 16GB SDHC is mounted on /home)losetup /dev/loop0 /home/.mozilla-cache.img# Create a mirrormdadm --create /dev/md0 --level=1 --write-behind=1024 --num-devices=2 /dev/loop0 --write-mostly /dev/ram0# Create the filesystemmke2fs -j /dev/md0
losetup /dev/loop0 /home/.mozilla-cache.imgmdadm --assemble --scanmdadm --add /dev/md0 /dev/ram0
5/26/2009 8:45:06 AM
I got about two words into that post before wanting to kill myself.
5/26/2009 11:41:04 AM
k
5/26/2009 12:41:45 PM
xmms2 + compiz = teh winsSet a command to do gestures so you can start/stop and go foward and back.
5/28/2009 2:57:20 PM