Kernel
How To Optimize and Re-compile FreeBSD 7.x Kernel
What is Kernel ?
Kernel is the central 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).
First, We need to have a dmesg result from console.
Login into the server with root access.
#dmesg
It will shows your server hardware result like below :
Copyright (c) 1992-2009 The FreeBSD Project.
FreeBSD 7.0 to 7.2 Binary Upgrade i386
There is a 2 way upgrade mode for FreeBSD upgrade
1. Upgrade with source code based which is more steps and more difficult
2. Upgrade with binary which is less steps and simple to understand.
In this tutorial i will upgrade my freeBSD server from 7.0-RELEASE to 7.2-RELEASE with binary upgrade tools comes from freeBSD installation.
So i assume you already running FreeBSD 7.0-RELEASE
You need to login as root into the server
and type this command below to start update
#freebsd-update upgrade -r 7.2-RELEASE
Compile a RealTime Preempt Kernel on OpenSUSE 11.0
What is Kernel ?
kernel is the essential center of a computer operating system, the core that provides basic services for all other parts of the operating system. A synonym is nucleus. A kernel can be contrasted with a shell, the outermost part of an operating system that interacts with user commands. Kernel and shell are terms used more frequently in Unix operating systems than in IBM mainframe or Microsoft Windows systems.
What is Realtime?
How To Tuning Linux kernel for more aggressive network throughput
The Linux kernel and the distributions that package it typically provide very conservative defaults to certain network settings that affect networking parameters.
These settings can be tuned via the /proc filesystem or using the sysctl program. The latter is often better, as it reads the contents of /etc/sysctl.conf, which allows you to keep settings across reboots.
The following is a snippet from /etc/sysctl.conf that may improve network performance:
How To Upgrade FreeBSD 6.2 to FreeBSD 6.3
We need to prepare anything before we go ahead upgrading old FreeBSD 6.2 to FreeBSD 6.3
First, we need to have a box running old FreeBSD.
Login into your server and type this command and see what is your current FreeBSD version
[code]athena# uname -mrs
FreeBSD 6.2-RELEASE-p10 i386[/code]
This is mean your current FreeBSD version is 6.2-RELEASE-p10
IMPORTANT :
Before we start upgrade old FreeBSD 6.2 to FreeBSD 6.3 we need to make sure we have a FreeBSD GENERIC kernel running on it.
How To Update FreeBSD Latest Version With Make World
When a new version of FreeBSD is released, or there have been a number of security updates released it is necessary to update FreeBSD with Make World. The process may seem very complex if you have never done one before, but overall it is very straight forward and painless.
Getting New Sources With CVSup
If you don't know how to setup CVSup, you can follow this link to Get CVSup up and running first,
Here is the URL http://www.wowtutorial.org/en/tutorial/70.html
Building a New World Sources
Recent blog posts |
Recent comments
1 day 17 hours ago
1 week 2 hours ago
1 week 1 day ago
2 weeks 2 days ago
4 weeks 1 day ago
4 weeks 2 days ago
4 weeks 6 days ago
5 weeks 1 day ago
5 weeks 2 days ago
6 weeks 2 days ago