The Problem Boring promt The Fix – Open a Terminal window. – Edit your .profile or create a file like so vi ~/.profile Add the following to the file: alias vi=’vim’ 3 4 alias ol=’ssh root@192.168.10.206′ 5 #alias cade=’ssh 74.86.232.5′ 6 alias cade=’ssh 74.63.12.158′ 7 alias oce=’ssh root@74.208.45.99′ 8 9 # colors 10 export CLICOLOR=1 [...]
Posts Tagged ‘osx’
13 Nov
Mysql5 in OSX
Install mac ports Install Mysql:freddy@new-host-2:~$ port list | grep mysql5mysql5 @5.0.67 databases/mysql5mysql5-devel @5.1.28-rc databases/mysql5-develfreddy@new-host-2:~$ port install mysql5 First run this command in your terminal to install the MySQL 5 package:sudo port install mysql5 +server Second load the MySQL server by running the following command: (Note: Mac OS X Tiger and above use launchd for starting [...]
12 Mar
MySQL on Leopard for rails
SQLite is a great little tool and very easy to use and setup… gem install sqlite3-ruby and you are done!! But now I’m creating a rails application that needs foreign keys and that’s something that SQLite does not do. So MySQL it is…(I’m a MySQL guy if you haven’t figured) My choice to install MySQL [...]
Recent Comments