FreeAntivirus

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg
Showing posts with label Kernel. Show all posts
Showing posts with label Kernel. Show all posts

Monday, January 11, 2010

How to disable KVM in running kernel to solve errors while running VirtualBox

Posted on 12:17 AM by Unknown
Issue this following commands as root or with sudo permission

rmmod kvm_intel
rmmod kvm


after that run VirtualBox

To solve the problem permenantly add these commands to scripts that will be executed when system starts like /etc/rc.local
Read More
Posted in How to ..., Kernel | No comments

Saturday, September 19, 2009

How to disable loading of unnecessary kernel modules

Posted on 1:40 AM by Unknown
What exactly is a kernel module? A Kernel Module is a program that is not actually compiled into the Linux kernel but is loaded separately. Kernel modules enable you to extend the capabilities of the kernel without the need to build extra functionality directly into the kernel image. A good example is the device driver.There are certain advantages with using kernel modules as opposed to having
Read More
Posted in How to ..., Kernel, trickz n tipz | No comments

Thursday, September 3, 2009

Auto reboot after kernel panic

Posted on 1:21 AM by Unknown
When a kernel encounters certain errors it calls the "panic" function which results from a unrecoverable error. This panic results in LKCD (Linux Kernel Crash Dump) initiating a kernel dump where kernel memory is copied out to the pre-designated dump area. The dump device is configured as primary swap by default. The kernel is not completely functional at this point, but there is enough
Read More
Posted in boot, Kernel | No comments

Monday, February 16, 2009

Write your own kernel module and insert it into running kernel

Posted on 8:16 AM by Unknown
So, you want to write a kernel module. You know C, you've written a few normal programs to run as processes, and now you want to get to where the real action is, to where a single wild pointer can wipe out your file system and a core dump means a reboot.kernel Modules are pieces of code that can be loaded and unloaded into the kernel upon demand. They extend the functionality of the kernel
Read More
Posted in Kernel | No comments

Saturday, January 17, 2009

Important parts of the kernel in form of picture

Posted on 8:25 PM by Unknown
digg_url = 'http://linuxpoison.blogspot.com/2008/03/important-parts-of-kernel-in-form-of.html'; The Linux kernel consists of several important parts: process management, memory management, hardware device driver, filesystem drivers, network management, and various other bits and pieces. Figure shows some of them.Probably the most important parts of the kernel (nothing else works without
Read More
Posted in Kernel | No comments

Sunday, January 4, 2009

Kernel parameters for enhance security

Posted on 8:20 PM by Unknown
The following list shows tunable kernel parameters you can use to secure your Linux server against attacks.For each tunable kernel parameters you need to be add it to the /etc/sysctl.conf configuration file to make the change permanent after reboots. To activate the configured kernel parameters immediately at runtime, use:# sysctl -pEnable TCP SYN Cookie ProtectionA "SYN Attack" is a denial
Read More
Posted in Kernel | No comments

How To Apply Patch to Kernel Source

Posted on 11:34 AM by Unknown
Go to directory which holds the kernel source code# cd /usr/src/linux# bzip2 -dc /usr/src/patch-x.y.z.bz2 patch -p1 –dry-run–dry-run option to check that the patch applies cleanly. It can be a real pain to pull out a partially-applied patch. The -p1 option strips off part of the diff file’s pathnames for each changed file (see the patch(1) manpage for more details).Now you’ve checked that it
Read More
Posted in How to ..., Kernel | No comments

Posted on 9:19 AM by Unknown

Read More
Posted in Kernel | No comments

Wednesday, December 31, 2008

Compiling a new Kernel on Linux

Posted on 8:16 PM by Unknown
Yesterday i downloaded the newest Linux kernel ,that is 2.6.28 and tried to compile it...... when after extracting the zip archive and issue make command i got error as configuration file missing ..... and i was given three commands fro configuring that ... oldconfig , menuconfig and xconfig ...... menu config and xconfig appears difficult for me ..so i choose oldconfig which makes the entire
Read More
Posted in Fedora, Kernel, Linux, Programming | No comments

Linux Kernel e-book Collections

Posted on 6:25 PM by Unknown
Title: "Iptables-tutorial"Author: Oskar Andreasson.URL: http://iptables-tutorial.frozentux.netKeywords: iptables, netfilter, firewallsDescription: The aim of the iptables-tutorial is to explain iptables in a complete and simple way. It information on all the currently available matches and targets (in kernel), as well as complete example scripts and explanations. It contains a complete
Read More
Posted in Kernel, Linux | No comments

Thursday, December 25, 2008

Instead of Linux Kernel ??

Posted on 7:08 AM by Unknown
We will simply call a Linux distribution by the term "Linux " . but the strictest definition of Linux refers to only the kernel ...the more apt term would be "Gnu/Linux" . There is always a strong debate going on many of Linux communities that ,one should call a Linux distribution a"GNU/Linux" or not . The people who are supporting the term "GNU/Linux " argue that Linux refers to only the kernel
Read More
Posted in Kernel, Linux | No comments
Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Google introduced new Voice and Video Chat !!
    Google today launched Gmail voice and video chat, making it simple for people around the world to chat in high-quality video for free right ...
  • UNP a Universal File Unpacking Utility for Ubuntu / Debian
    Unp is a small perl script which makes extraction of any archive files in easy way. It support several compressors and archiver programs, ch...
  • Google's G1 phone : Reviews
    The T-Mobile G1 Android-powered phone is the first mobile phone with the operating system (OS) designed by Google.Given Google's reputat...
  • Reducing load on web server by using reverse proxy - squid
    Many large organizations use caching proxy servers to save on network bandwidth utilization (and costs) and improve browsing response times...
  • File Access Permissions on Linux
    File protection with chmod chmod 400 file    To protect a file against accidental overwriting.chmod 500 dir     To protect yourself from acc...
  • Linux for Kids
    LinuxKidX was, until recently, a Brazilian-only Linux distribution, but, as of March 20th 2009, it is also available in English, so a lot mo...
  • Convert text files to MP3 under Linux
    First we would need to install festival. We can install festival with the following command :sudo apt-get install festivalNow we need to ins...
  • Visual Browser for Wikipedia
    No matter what you think about the quality and nature of Wikipedia articles, there is no denying that the encyclopedia provides an immense ...
  • How to recover/repair lost/damage partitions
    TestDisk is a powerful free data recovery software ! It was primarily designed to help recover lost partitions and/or make non-booting disks...
  • Install Themes and Emerald in Ubuntu
    You see cool themes on almost all screenshot of Ubuntu all over the internet but don't know how to do it. No worries, it can be done in ...

Categories

  • administration
  • Antivirus
  • Apache
  • Apple
  • AppZ
  • Blog
  • boot
  • CentOS
  • Communication
  • Database
  • disc
  • Download
  • Drivers
  • Editor
  • encryption
  • Fedora
  • File management
  • Filesystem
  • Font
  • Fun
  • gaming
  • Gnome
  • Google
  • Gossips
  • How to ...
  • internet
  • KDE
  • Kernel
  • Kidz
  • laptop
  • Linux
  • Linux embedded Devices
  • Mail
  • Media centre
  • Memory
  • mobile
  • MS
  • multimedia
  • network
  • News
  • Oracle
  • PDF
  • pendrive
  • Perl
  • processor
  • Programming
  • proxy
  • Reviews
  • script
  • security
  • sql
  • Squid
  • ssh
  • Supercomputer
  • SuSe
  • Themes
  • trickz n tipz
  • TweakZ
  • ubuntu
  • Video
  • Video editing
  • Virus
  • zip

Blog Archive

  • ▼  2010 (62)
    • ▼  June (1)
      • How to prevent redirection to motive.bsnl.co.in wh...
    • ►  May (6)
    • ►  April (28)
    • ►  March (11)
    • ►  February (5)
    • ►  January (11)
  • ►  2009 (367)
    • ►  December (16)
    • ►  November (23)
    • ►  October (45)
    • ►  September (44)
    • ►  August (35)
    • ►  July (1)
    • ►  June (20)
    • ►  April (6)
    • ►  March (8)
    • ►  February (18)
    • ►  January (151)
  • ►  2008 (69)
    • ►  December (31)
    • ►  November (38)
Powered by Blogger.

About Me

Unknown
View my complete profile