Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

August 07, 2013

Network Manager not running on Ubuntu12.04 at boot-time

August 07, 2013 0
I was configuring PPPOE connection manually by command line using "sudo pppoeconf", and by mistake I changed some settings. So after I restarted my laptop, I was getting an boot time error "waiting for network configuration" and after some time "waiting upto 60 seconds more for network configuration.."
Also there are possibilities to get this error while upgrading the system.
I solved these problem by using 2 methods.
After logged into Ubuntu.
Open terminal, type
First : not a permanent solution
  sudo /etc/init.d/network-manager start
Second : permanent solution
  sudo gedit /etc/network/interfaces
And remove the lines after
  auto eth0
  iface eth0 inet loopback
Make sure to save the file before closing it.Reboot the system
Read more...

May 27, 2012

How to install 686-PAE kernel on Linux Mint Debian Edition-i486?

May 27, 2012 2

Before using Linux Mint Debiab Edition(LMDE) I was using Ubuntu-12.04LTS .
It was my worst experience with ubuntu. It looks like Ubuntu12.04LTS is not matured. I've faced lots of problems like touchpad freezes , after updates system get crashed , lots of bug reporting etc . Anyway I'm not anti-ubuntu .
In frustration I removed Ubuntu12.04 and installed LMDE on my Dell Vostro-1540 (core-i3).
Since the kernel is built with LMDE 201 109 486, then the default kernel is only able to detect a single core . Result was ,I've experienced some sort have 'hang' during my Android application development .
I decided to install the kernel 686, exactly 686-PAE. This kernel is the best solution for running LMDE on 'multi-core' system .
No need to worry about it .
Simple steps are here to install linux-kernel-i686.
 $ sudo apt-get update
 $ sudo apt-get install linux-image-686 linux-headers-686-pae
for i486.
 $ sudo apt-get update
 $ sudo apt-get install linux-image-486 linux-headers-486
for amd64.
 $ sudo apt-get update
 $ sudo apt-get install linux-image-amd64 linux-headers-amd64
Read more...

November 05, 2011

How To Reset Unity in Ubuntu-11.10 .

November 05, 2011 0
Today I installed Ubuntu-11.10 and I was playing around with Ubuntu, trying different themes, different engines, different window managers,file-managers(dolphin-one of my favorite), etc.
After installing CompizFusion, I started playing with themes and bymistakly, I removed my unity-panel.
So there was no shortcut to run app with "Alt+f2" key.
Thank god,I had installed Awn-dock , then I started firefox and googled about it and finally I did reset my unity2d settings to default.

Reset Unity
If you want to reset Unity (this will only reset the Unity settings in CompizConfig Settings Manager and leave the other CCSM settings intact), open a terminal (or press ALT + F2) and enter:
$ unity --reset
Reset Unity Launcher icons
$ unity --reset-icons
Here are some useful links which is more about " Customization "
Install Docky
Docky will be added under Accessories in the Applications menu.
$ sudo add-apt-repository ppa:docky-core/ppa
$ sudo apt-get update
$ sudo apt-get install docky

*If i will find some more interesting links,i will post here .
Read more...

Follow Us @soratemplates