How To Uninstall A Kernel Using Gedit

Remove old kernels in Ubuntu

running: uname -r and to remove all other kernels use sudo apt-get remove --purge 2.6.24-16-* change the 2.6.2x-xx- parts to remove those kernel. Make sure you dont remove the kernel you are using ... something would end up uninstalling all of your kernels and hence making the system not bootable ... uninstall, this module version was ACTIVE on this kernel. nvidia.ko: - Uninstallation - Deleting ... was found for this module on this kernel. - Use the dkms install command to reinstall any previous ...
http://digitalpbk.blogspot.com/2008/11/ubuntu-remove-old-kernel-grub-list-long.html

Changing the default Boot OS in GRUB on Ubuntu 9.10

are using gedit to edit the files, make sure you use the following command : gksudo gedit file Try ... /default/grub . And here is how to change the default operating system. First be root sudo su Edit ... to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console   # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you ... /default/grub: Permission denied " How to handle that. Any idea? Thanks error Edit the file /etc ...
http://digitalpbk.com/2009/11/changing-default-boot-os-grub-ubuntu-910

Solve "Cannot modify header information - headers already sent by *.php"

.php :###) in somefile.php on line ### This Warning is shown by PHP when you use the header function to output headers or use the setcookie function to set cookies after any echo or content which ... this warning by turning the error_reporting to OFF using error_reporting(0); , which is pretty much the not way of doing things. In HTTP Headers are sent before the actual content so if you are going to use header function after outputting the contents, it is likely to not work. How do I solve this Warning ...
http://digitalpbk.com/php/warning-cannot-modify-header-information-headers-already-sent

Create 24 using Addition Subtraction Multiplication and Division from 3 3 8 8

How do you apply +, -, *, /, (, ) on 3, 3, 8, 8 to get 24? 8 / (3 - 8 / 3) = 24 ...
http://digitalpbk.com/interview-questions/create-24-using-addition-subtraction-multiplication-and-division-3-3-8-8

Enable two finger flick Forward and Back in Synaptics

Two finger flick is a gesture that is used to move forward and backword in applications such as photo ... scrolling. This post describers how to enable two finger flick on Windows just like in Macintosh. Two-Finger Flick The Two-Finger-Flick gesture enhances navigation for a variety of applications. You can use ... window. You can also use the Two-Finger-Flick gesture to enter or exit slideshow mode. To enable this feature, select the Enable Two-Finger Flick check box. To use the Two-Finger-Flick gesture ...
http://digitalpbk.com/howto/enable-two-finger-flick-forward-and-back-gestures-windows-7-mac

Error Installing PERL modules "unrecognized command line option -fstack -protector"

Perl.xs > Perl.xsc && mv Perl.xsc Perl.c gcc -c -DPERL_USE ... if you are using cygwin run setup.exe and from the package list check GCC4, as shown below ...
http://digitalpbk.com/perl/install-modules-unrecognized-command-line-option-fstack-protector

JQuery make dynamic draggable and droppable containers

Code using jQuery droppable $ ( ".dropTarget" ) . droppable ... } } ) ; jQuery Drag Code using jQuery Draggable $ ( & ... to make the new object draggable and droppable, we have to use a plugin called livequery . When you ... the jquery drag code or jquery drop code not to be attached to the new cloned object. When using ... . The code after using livequery is as shown below : jQuery Drop Code with Live ...
http://digitalpbk.com/jquery/drag-drop-make-dynamic-draggable-and-droppable-containers

Removing index.php From URL in CodeIgnitor

code-ignitor In Code Ignitor by default all URLs except the default home contains "index.php" by default in the URL, For example http://localhost/index.php/class/function. In order to make the URLs "cleaner", we have to remove "index.php" from the URL. This is done using the mod_rewrite module in apache to redirect all ... this will be your index.php file, unless you've renamed it to | something else. If you are using mod ...
http://digitalpbk.com/code-ignitor/removing-indexphp-url

PHP file_get_contents giving garbled output

garbled values when using file_get_contents fetching an external URL (website scrapping using php ... using the stream feature in PHP, the following code illustrates the setting of the headers while ... ) ; // Open the file using the HTTP headers set above   echo file_get_contents ( & ... to your client. Method 2 : Unzipping the contents locally This method is slower but useful if the server forces gzip output. We can use the gzdecode function avaliable from PHP 6.0 or the gzdecode ...
http://digitalpbk.com/php/file_get_contents-garbled-gzip-encoding-website-scraping

Permission Denied on Hosts File (Windows 7)

Windows On Windows 7, I was trying to edit the host file using Komodo and was getting Permission Denied , and tried notepad too still got permission denied. I thought initially it was McAfee Anti Virus that was disabling the edit of host file as this file is an important system configuration file. The reason but was that Windows ... because all programs by default used to run as Administrator if your were an administrator. The feature ...
http://digitalpbk.com/windows/host-file-windows-7-write-permission-denied
More Results for "how to uninstall a kernel using gedit" ... 1     2     3     4     5     6     7     8     9     10     15   ...   ...