Vamsi Pavan’s Place

When curiousity outbursts …..

Entries Tagged as 'Operating Systems'

Nice link to OS concepts

October 6th, 2006 · No Comments · Operating Systems, Placements

http://www.cag.lcs.mit.edu/~rinard/osnotes/

Bookmark it!
These icons link to social bookmarking sites where readers can share and discover new web pages.

Bookmark it! These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • StumbleUpon
  • BlinkList
  • YahooMyWeb
  • NewsVine
  • blogtercimlap
  • Netvouz
  • Technorati
  • Slashdot
  • Print this article!

[Read more →]

Tags:

OS concepts

October 6th, 2006 · No Comments · Operating Systems, Placements

Virtual Memory
Frames and their physical address
Page Fault
Thrashing

Bookmark it!
These icons link to social bookmarking sites where readers can share and discover new web pages.

Bookmark it! These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • StumbleUpon
  • BlinkList
  • YahooMyWeb
  • NewsVine
  • blogtercimlap
  • Netvouz
  • Technorati
  • Slashdot
  • Print this article!

[Read more →]

Tags:

How to Delete the Windows 2000 and XP Pagefile

October 6th, 2006 · No Comments · Windows

Delete the scraps and leftovers on your hard drive.
RAM, your computer’s temporary storage area, loses all stored data when the power is turned off. Your pagefile is extra, RAM-like storage on your hard drive. It maintains its data even when your computer looses power.
The pagefile can contain unencrypted passwords as well as other sensitive data. […]

Bookmark it! These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • StumbleUpon
  • BlinkList
  • YahooMyWeb
  • NewsVine
  • blogtercimlap
  • Netvouz
  • Technorati
  • Slashdot
  • Print this article!

[Read more →]

Tags:

Managing disk quotas in Linux

October 6th, 2006 · No Comments · Linux

Table of Contents
1. Setting quotas
2. Enabling and disabling quotas
3. Checking and updating quotas
Summary

1. Setting quotas
Linux enables you to limit the amount of space that a user or group can consume on a given partition. To do this, you use the quotaon, quotaoff, and edquota commands.
You can configure a quota that […]

Bookmark it! These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • StumbleUpon
  • BlinkList
  • YahooMyWeb
  • NewsVine
  • blogtercimlap
  • Netvouz
  • Technorati
  • Slashdot
  • Print this article!

[Read more →]

Tags:

Creating partitions and file systems in Linux

October 6th, 2006 · No Comments · Linux

Table of Contents
1. Disk types, units, and partitions
2. Creating partitions
3. Using fdisk
4. Creating file systems with mkfs
Summary

1. Disk types, units, and partitions
Before partitioning a disk in Linux, it is useful to have some knowledge of hard drive geometry and structure. You also need to know the conventions used by Linux to […]

Bookmark it! These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • StumbleUpon
  • BlinkList
  • YahooMyWeb
  • NewsVine
  • blogtercimlap
  • Netvouz
  • Technorati
  • Slashdot
  • Print this article!

[Read more →]

Tags:

The role of partitions in a Linux file system

October 6th, 2006 · No Comments · Linux

Table of Contents

1. The role of partitions in Linux
2. Planning Linux partitions
3. Repartitioning
Summary

1. The role of partitions in Linux
Before they can be used, hard drives must be divided into sections called partitions. Partitions are different physical sections on a hard drive that can be formatted and used independently.
The system sees each […]

Bookmark it! These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • StumbleUpon
  • BlinkList
  • YahooMyWeb
  • NewsVine
  • blogtercimlap
  • Netvouz
  • Technorati
  • Slashdot
  • Print this article!

[Read more →]

Tags:

Some resources for Fedora Installations …..

August 6th, 2005 · No Comments · Linux

Fedora Core 4 Linux Installation Notes
Personal Fedora Core 4 Installation Guide
Fedora Core 3 Linux Installation Notes
Personal Fedora Core 3 Installation Guide
Fedora Core 4 Tips and Tricks
Unofficial guide for Fedora Core
Fedora Multimedia Installation
Some more

Bookmark it!
These icons link to social bookmarking sites where readers can share and discover new web pages.

Bookmark it! These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • StumbleUpon
  • BlinkList
  • YahooMyWeb
  • NewsVine
  • blogtercimlap
  • Netvouz
  • Technorati
  • Slashdot
  • Print this article!

[Read more →]

Tags:

Write permissions to vfat filesystems for normal users

August 5th, 2005 · No Comments · Linux

We all know the normal usage of ‘mount’ as
command line usage:
$ mount -t /dev/hda1 /mnt/directory
in /etc/fstab file:
/dev/hda1 /mnt/directory vfat defaults 0 0
By using either of above usages, only root can have write permissions on vfat filesystems. For getting write permissions to normal users:
/dev/hda1 […]

Bookmark it! These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • StumbleUpon
  • BlinkList
  • YahooMyWeb
  • NewsVine
  • blogtercimlap
  • Netvouz
  • Technorati
  • Slashdot
  • Print this article!

[Read more →]

Tags:

Fetchmail usage

August 5th, 2005 · No Comments · Linux

To configure fetchmail (I hope you know that it is used to download mails from remote server to localsystem), create file named ‘.fetchmailrc’ in home directory and add the following line to it.
poll [server ip address] with proto [server type] user [username]
for example:
poll 192.168.36.200 with proto pop3 user pavan_sv
in case of the user ‘pavan_sv’ on […]

Bookmark it! These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • StumbleUpon
  • BlinkList
  • YahooMyWeb
  • NewsVine
  • blogtercimlap
  • Netvouz
  • Technorati
  • Slashdot
  • Print this article!

[Read more →]

Tags:

Messenger problem

August 5th, 2005 · No Comments · Linux

Sometimes, eventhough we can browse the web, we are not able to use any chat clients/messengers like yahoo and msn. This can happen for any of the following reasons:
–> DNS Server is not working on the proxy server (service named start should fix it)
–> IPTables is restricting that port… make sure that the port is […]

Bookmark it! These icons link to social bookmarking sites where readers can share and discover new web pages.
  • bodytext
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Live
  • StumbleUpon
  • BlinkList
  • YahooMyWeb
  • NewsVine
  • blogtercimlap
  • Netvouz
  • Technorati
  • Slashdot
  • Print this article!

[Read more →]

Tags: