23 Dec
Following is a guid to install Redmine (svn trunk) on Ubuntu 9.10.
The assumed location of Redmine is /srv/redmine
Step 1
Install required packages.
Step 2
Check out Redmine trunk.
Step 3
Install required ruby gems:
Note 1: We may need to update Rails RAILS_GEM_VERSION in file [redmine]/config/environment.rb to reflect actual version of Rails gems installed.
Note 2: We may need to create soft link for rails & mongrel executables for convenient
Step 4
Create mysql database
Run the following code in mysql, substitute your own database name, password, …
Step 5
Create/Update database parameters in [redmine]/config/database.yml accordingly to prior step info.
Step 6
Initialize the database
Step 7
Create redmine user & setting up directory permission
Step 8
Testing the application server
The server is listening on [http://localhost:3000].
Step 1
Create mongrel cluster configuration files for Redmine.
Step 2
Create apache virtual host file at /etc/apache/sites-available/
Step 3
Turn on the virtual host and required modules
Step 1
Create global mongrel_cluster configuration
Step 2
Update the services
Step 3
Configure G!Mail
16 Sep
In Linux, files which name start by a dot ‘.’ are hidden by default in most file managers. However, there are cases when we want to hide dot-file from our view. For examples:
In Nautilus (default GNOME file manager) there’s a way. Add a file named
with each line is the name of the file/folder you want to hide.
For example, if you want to hide Desktop from home folder you may type this command in the terminal:
Note: This trick only works in Nautilus. It won’t work in Konqueror or Dolphin. I don’t know if it works in other file managers or not.
10 Jun
The GNOME-Colors is a project that aims to make the GNOME desktop as elegant, consistent and colorful as possible.
The current goal is to allow full color customization of themes, icons, GDM logins and splash screens. There are already five full color-schemes available; Brave (Blue), Human (Orange), Wine (Red), Noble (Purple) and Wise (Green).
GNOME-Colors is mostly inspired/based on Tango, GNOME, Elementary, Tango-Generator and many other open-source projects.
9 Jun
If you want to update all the packages other than one package in your Ubuntu system follow this procedure
There are three ways of holding back packages, with dpkg, aptitude or with dselect.
Using dpkg
Put a package on hold
Example
Remove the hold
Example
Knowing the status of your packages
Using aptitude
With aptitude, you can hold a package using
Example
and remove the hold with
Example
Using dselect
With dselect, you just have to enter the [S]elect screen, find the package you wish to hold in its present state, and press the `=’ key (or `H’). The changes will go live immediately after you exit the [S]elect screen.
via How to prevent a package from being updated in Ubuntu | Ubuntu Geek.
Recent Comments