Submitted by admin on Sat, 06/02/2012 - 00:38
Installing "ia32-libs" in Ubuntu 12.04 Precise Pangolin will make you scratch your head because there are several error notification after installation. Even using "dpkg-reconfigure -a" doesn't help. Actually the solution is pretty simple.
First, you need to remove "ia32-libs", "bluez" and any related packages with it ( If you already installed and facing error ).
Then, you can start install ia32-libs in correct ways :
Submitted by admin on Sat, 05/12/2012 - 00:41
Here are shortcuts to install and run MongoDB in your Ubuntu 12.04 Precise Pangolin.
1. Add GPG Key
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
2. Edit your source.list
sudo vim /etc/apt/sources.list and add this into bottom line :
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
3. Update and install
sudo apt-get update && sudo apt-get install mongodb-10gen
Submitted by admin on Sat, 04/28/2012 - 14:22
When you installing Ubuntu in your Macbook Pro, then you will realize that F11 and F12 doesn't works very well.
F12 will be trigger right click which it may conflicting with yakuake. Even you use Ubuntu 12.04 Precise Pangolin, this still happen.
It's not bug anyway.
So, why this is happen? then you can blame "mouseemu" package.
To solve this problem, just uninstall mouseemu :
1. From Synaptic
Search "mouseemu" and remove / uninstall this packages.
2. From command-line
sudo apt-get remove mouseemu
Submitted by admin on Fri, 04/27/2012 - 23:40
Ubuntu 12.04 Precise Pangolin have been released. Make sure you are downloading amd64+mac ISO version.
If you not find this ISO, then you can go here : http://cdimage.ubuntu.com/releases/12.04/release/
Now let start install and configure Macbook Pro in Ubuntu 12.04 Precise Pangolin.
Submitted by admin on Thu, 04/26/2012 - 13:56
Here are simple way to copy files from remote server into local machine :
scp username@server:/path/file /your/path/local/directory
If you're using key pem, then :
scp -i key.pem username@server:/path/file /your/path/local/directory
Submitted by admin on Thu, 04/26/2012 - 08:54
Here are quick steps installing Sphinx Search in Ubuntu 11.10. Make sure you're already have MySQL installed.
sudo apt-get install libmysql++-dev libmysqlclient15-dev sphinxsearch
Then, just edit "/etc/default/sphinxsearch" and change into "START=YES"
Submitted by admin on Thu, 04/19/2012 - 10:27
To use 256color in Terminal console Ubuntu, you just edit ~/.bashrc and add :
if [ -n "$DISPLAY" -a "$TERM" == "xterm" ]; then
export TERM=xterm-256color
fi
Submitted by admin on Thu, 04/19/2012 - 09:51
There are a lot tutorial to installing NVIDIA Driver in Macbook Pro 7.1 on Ubuntu. But, I ended up with bad result.
What I facing before, I got blank screen after installing Nvidia current-driver. Also, my dual monitor doesn't works (I use DELL monitor).
What actually happen is my Nvidia doesn't detected in Ubuntu and there no additional new device (jockey) for this VGA.
Finally, I made my Nvidia in Macbook Pro 7.1 working 100% in Ubuntu 11.10 Oneiric.
So, how to solve this problem and make it works?
Basically, it's pretty easy :
Submitted by admin on Thu, 04/12/2012 - 11:08
When you install Phpmyadmin without Apache first, then you will see this kind of errors. You should install apache2 first, then followed by phpmyadmin to get all things works properly.
To solve this problem :
sudo dpkg-reconfigure -plow phpmyadmin
And restart your webserver!
Submitted by admin on Mon, 04/02/2012 - 14:21
I have two OS here, Ubuntu and OS X in my Macbook Pro. I want to centralize my data and separate OS filesystem. So, when I need to re-format or upgrade my OS (Ubuntu/OSX), my data stil save can easily accessed from both. Ubuntu and OS X should be able to accessing this partition. So, it is simple tricks.
1. Disk Utility
Go to your OS X and open Disk Utility. Create new partition which this will be your data partition.
Format it using HFS without Journaled. Now, every your works on OS X, you should put all data in here.
Pages
Recent comments