Archive

Tag: kernel

In computing, the kernel is the main component of most computer operating systems; it is a bridge between applications and the actual data processing done at the hardware level. The kernel’s responsibilities include managing the system’s resources (the communication between hardware and software components). Usually, as a basic component of an operating system, a kernel can provide the lowest-level abstraction layer for the resources (especially processors and I/O devices) that application software must control to perform its function. It typically makes these facilities available to application processes through inter-process communication mechanisms and system calls. Operating system tasks are done differently by different kernels, depending on their design and implementation. While monolithic kernels execute all the operating system code in the same address space to increase the performance of the system, microkernels run most of the operating system services in user space as…

No image available

Ksplice is now free(for Fedora)

August 31, 2010

Ksplice Uptrack, the rebootless Linux update service, is now available for Fedora Linux. The offering, which is free of charge, makes Fedora the latest Linux distribution to instantly…

Read more
No image available

No reboot, Ksplice said

February 9, 2010

For Linux system administrator, rebooting the server is a must when you updating the kernel. It is necessary to keep the server safe from any vulnerability from the…

Read more
No image available

A few additional setting in openvz template container

January 1, 2009

root@hostmaster-laptop:~# vzctl set 1001 --name deb --nameserver "202.188.0.133 202.188.1.5" --diskspace 2G:2G --save Name deb assigned Saved parameters for CT 1001 Starting the container. root@hostmaster-laptop:~# vzctl start 1001 Starting…

Read more
No image available

TCP: Treason uncloaked!

May 21, 2008

I’m bit paranoid when server down due to high load on server. Normally it is because of script and sometimes it is because of SPAM. However i find…

Read more