Archive for December, 2008
FTP Client Software
Posted on December 29, 2008, under Miscellaneous.
After using some beautiful software’s in Windows, I was hesitant to migrate to Ubuntu and my god…I never thought that Ubuntu would be so easy to use and its latest version is so easy in terms of GUI and you’ll never feel that you are using one of the Linux Distribution (Ubuntu).
I wanted a FTP client software to access my website and found that KFTPGrabber was very good and hence thought would like to share the same.
To have it installed you need to type the following command:
sudo apt-get install kftpgrabber
Happy File Transfer!
Git on Ubuntu – Installation Instructions
Posted on December 28, 2008, under Shell Scripts.
Hello All,
Recently, I have been a fan of Ubuntu and wanted to try on GIT with one of my project and though would install GIT in Ubuntu. In the bash please have the following commands:
sudo apt-get install git
sudo apt-get install git-core
This has been a breeze for me in installing this and once you have installed type the following command:
git
This should give a list of options to be used with GIT.
Generating a RSpec Controller
Posted on December 4, 2008, under Rails, Shell Scripts.
I was just creating a new rspec controller and thought would share it for all of you.
./script/generate rspec_controller admin/configuration
Hope this helps somebody