Posts Tagged ‘ubuntu’

Setting up a subversion server

Sunday, 11th July 2010 by

In this article we’ll set up a subversion server that will allow remote access. We will use Ubuntu, but the process isn’t that different if you are using a different distro.

First of all install the subversion package. In ubuntu thats:

sudo apt-get install subversion

Create a directory where you will store the subversion repositories. (we use /var/repos in this example.) Then, add a user for the svn (we’ll use the username svn), and give it ownership of the repos directory.
Keep reading »

I got Firefox 3.6 in a Lucid alpha update on 27 January. The problem is that it wouldn’t start. I tried it with a new profile, which made it work. So I ran firefox with the -safe-mode argument and disabled all add-ons. Then in firefox, I tried each add-on to figure out which one’s weren’t working, and left them disabled.

To do this, open up a console and run the following:

firefox -safe-mode

You’ll see the following dialog box:

Select the first checkbox (Disable all add-ons), and press the Make Changes and Restart button.

When Firefox starts up, go into the Tools->Add-ons menu. And try enabling each add-on and restarting firefox. If it starts, then the add-on is working. If it isn’t, run firefox in safe-mode and disable the last add-on you enabled.

In my case, Adblock Plus, Better Gmail 2, Better GReader, Firebug, FoxyProxy, Ghostery, HttpFox, NoScript, Nuke Anything Enhanced, and User Agent Switcher were working. DownThemAll, Greasemonkey, and Stylish were not.

Screenshot showing the add-ons I had to disable

click image to enlarge.

ArsGeek has a tutorial on how to fix your Windows MBR with an Ubuntu LiveCD.

After playing around with Vista for a couple of days on my new HP dv2899ea Artist Edition Notebook, I had decided it had to go. For starters it had a restore partition that had taken up 12GB and for some reason the actual supposedly fresh installation took up at least twice as much. But I made a set of system recovery discs on just in case if for some reason I decide to install it again. That took about a year and a half to create! (OK, may be it was a little closer to a couple of hours.) Keep reading »

Infoworld has coverage of Ubuntu Linux Founder Mark Shuttleworth speaking Open Source Convention (OSCON), asking the audience Can we go right past Apple in the user experience we deliver, adding Certainly on the desktop experience we need to shoot beyond the Mac, but I think it’s equally relevant [in] the mobile space.
Keep reading »