Posted by
Kamrul
|
Posted on
4:26 PM
Category:
Show hidden files
1. Open the terminal and type the following command and press enter
defaults write com.apple.Finder AppleShowAllFiles YES
2. Reopen the finder. (hold alt key and right-click on the finder, hit relaunch)
hide hidden files
Follow similar steps as above, just instead of YES put NO, i.e.,
defaults write com.apple.Finder AppleShowAllFiles NO
Posted by
Kamrul
|
Posted on
4:15 AM
Category:
It is very easy to add google +1 button to your site. Follow the following steps:
- Go to the site (http://www.google.com/webmasters/+1/button/index.html)
- Select the size and type of button (Annotation) you need.
- Go to advance option
- Select Asynchronous and put the link of your site
- Copy and past < g:plusone > </ g:plusone >
tag where you want the button to be displayed
- Place the < script >
< /script >
tag anywhere in the page (best practice is to put it inside the head tag)
- Update the meta tag as per your need which enable fast indexing of your page in the search engine.
Posted by
Kamrul
|
Posted on
5:15 AM
Category:
spell-checker
,
texmaker
,
ubuntu 11.10
To install Texmaker with spell checker follow the following steps:
- Go to Ubuntu software centre
- Find and install texmaker
- Download appropriate dictionary from http://wiki.services.openoffice.org/wiki/Dictionaries
- unzip the file
- copy the content to /usr/share/texmaker/ (e.g., sudo cp ./Downloads/en_GB/* /usr/share/texmaker/ )
- restart texmaker
Posted by
Kamrul
|
Posted on
2:11 AM
Category:
edit
gksudo gedit /etc/modprobe.d/alsa-base.conf
insert at the bottom
options snd-hda-intel model=hp-dv5 enable_msi=1
Reboot and test.
Other models to test are:
thinkpad
ideapad
hp_laptop
dell-vostro
olpc-xo-1_5
Adjust
alsamixer
Posted by
Kamrul
|
Posted on
12:28 AM
Category:
$ apt-file search pgfplots.sty
Posted by
Kamrul
|
Posted on
8:26 PM
Category:
mono
,
ubuntu 10.04
Ubuntu 10.04 comes with mono. You can check the mono version using
mono -V
To install MonoDevelop follow the following steps-
- Click on "System", "Administration", "Software Sources".
- Click on the "Other Software" tab.
- Click on "Add...", and enter the line:
deb http://badgerports.org lucid main
- Click on "Add Source"
- Click on "Authentication", then on "Import Key File"
- Download this GPG key file, ID 0E1FAD0C, and select it in the "Import Key File" window
- Click on "Close", then "Reload" when the pop-up appears. You're all set!
From now on, whenever you try to install or update Mono-related packages on your system, you will be given the
badgerports version for preference. You don't need to do anything more than update your system as usual to get started!
Then, go to System -> Administration ->Synaptic Package Manager. Find
monodevelop from there.
Mark for install and press
apply.
Posted by
Kamrul
|
Posted on
3:30 AM
Category:
ubuntu 10.04
,
virtualbox 3.2
The Virtualbox (non-free) repository is available for Ubuntu 10.4 Lucid Lynx (kind of late I'd say). You can add it using the
following command:
sudo add-apt-repository "deb http://download.virtualbox.org/virtualbox/debian lucid non-free"
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
Then install it:
sudo apt-get update && sudo apt-get install virtualbox-3.2