The Following code use the Mechanize module to get the Geo location of an IP Address. This code entirely depends on URL, “http:// www.find-ip-address.org”. Give a file with IP’s as input.
A partition is a logical division on a hard disk drive. A hard disk drive is the main storage device. The desired number of partitions can be created during the installation of an Operating System. New Partitions can be created only if u has an available free space which is not yet partitioned. Advantages of [...]
‘dd’ is a common UNIX program used for low level copying and conversion of data. This was actually modeled for IBM system/360 JCL and was written in JCL language. The Key idea is to get an image of the partition in the form of file. dd utility copies the specified input file to the specified [...]
In Unix like Operating systems, the device file systems allows the software to interact with deivice drivers using the Input and Output system calls. Device file system includes: Device Files Device nodes or special files. These Device Files appear in the file system as if it were the ordinary files. For example, /dev/hda1 for hard [...]
What is dmesg? dmesg command is used to write the kernel messages to standard output. Kernel is the core of the Operating System. The first part of the Operating System that is being loaded during the boot process is kernel. Kernel controls virtually everything on the system. A numerous messages will be shown on the [...]
What is Bios ? BIOS is a software that interacts with CPU and Operating System at the boot time.It is usually stored in the Flash memory chip on the motherboard. What is bootstrapping? A computer consists of a CPU for performing caluclations,along with some memory for storing the data the processor is using and some [...]
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!