With my recent conversion to Linux one of the first things I missed was a familiar DB client.
I’d been working with Toad on Windows for quite a bit now and had grown rather used to the interface. I needed a similar replacement on Linux. A search for “Toad + Linux” threw up a lot [...]
Archive for January, 2008
tora – a toad alternative for linux
Posted in Linux on January 25, 2008 | 1 Comment »
subversion setup
Posted in Linux on January 21, 2008 | 2 Comments »
Install subversion on Ubuntu :
sudo apt-get
install subversion
Check the installation :
svn –version
svnadmin –version
Create a repository :
mkdir ~/svn-repos
svnadmin create ~/svn-repos
At this point you should have a folder called svn-repos in your home directory with [...]