Tag Linux

Share Files in Linux

How to Share files in Linux? In order to share files in Linux, you need to have following installed in your system. samba samba-common If it is not installed, first install it. To Install: sudo apt-get install samba Once the…

Compiling and Installing Custom Linux Kernel

Compiling and Installing Custom Linux Kernel The below mentioned steps will work in Ubuntu or debian like systems. I have tested it on Ubuntu 10.10. Download and unzip(preparing) sudo apt-get update sudo apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 Download…

No Sound from Ubuntu linux or Mint

No Sound from Ubuntu linux or Mint Searched google for possible answer to the problem but solution mentioned was not sufficient to solve my issues. I wasted couple of weekends resolving this issue.Finally I solved by removing PulseAudio and ALSA…