background preloader

Linux

Facebook Twitter

How to Customize Your Ubuntu Kernel. Kernel customization is not for everyone. Please note before you try any of this that it can break your system. There’s a bunch of reasons that you’d want to customize your kernel. You may want to trim down your kernel to only the necessary services, especially if you are running a server or dedicated device that only requires the essentials. You also may need to patch your kernel to support hardware that isn’t currently supported with the kernel you are running on. This article will not explain how to patch your kernel, just how to customize your current one.

To start, we need to figure out what version of the kernel we are currently running. . $ uname -r2.6.17-10-generic Now we need to Install the linux source for your kernel, note that I’m running the 2.6.17-10 kernel, so the installer line reflects that. Sudo apt-get install linux-source-2.6.17 kernel-package libncurses5-dev fakeroot $ dpkg -L linux-source-2.6.17/. sudo /bin/bash cp /boot/config-`uname -r` /usr/src/linux/.config. Kernel Compilation for Newbies. Welcome to Linux From Scratch! TrueCrypt - Free Open-Source On-The-Fly Disk Encryption Software for Windows 7/Vista/XP, Mac OS X and Linux.

Explore more. Web pages, photos, and videos | StumbleUpon.com. Install Photoshop CS6 on Linux Ubuntu 13.04 | AJ Web Designer. In this post, I will show you how to install Adobe Photoshop CS6 on a Linux machine, in this case Im using Ubuntu 13.04. I have been using Ubuntu 12.04 LTS, but faced lots of issues in it. So, I downloaded new Ubuntu 13.04 ISO (Linux OS). And I just love its UI and better graphics performance on my Dell Inspiron 15r 3521 Laptop. Btw, I tried to install Hackintosh MAC OSX 10.8.3 successfully on the same machine with graphics and wifi, usb working fine. But I had to remove it due to I got stuck in panic mode due to wrong AUDIO drivers.

Enter the following commands into TERMINAL (press CTRL + ALT + T) #wine setup sudo add-apt-repository ppa:ubuntu-wine/ppa sudo apt-get update sudo apt-get install wine1.5 #change wine prefix rm -rf .wine WINEARCH=win32 WINEPREFIX=~/.wine winecfg #get winetricks script wget #setup dependencies sh winetricks -q atmlib gdiplus ie6 vcrun2005sp1 vcrun2008 fontsmooth-rgb corefonts msxml3 msxml6 vcrun2010 .