टाटा इंडिकॉम Ubuntu Linux पर यूएसबी मॉडेम (Epi Valley)
1] मॉडेम क्या है? मॉडेम (मॉडुलक-demodulator) एक युक्ति है कि एक एनालॉग वाहक संकेत के लिए डिजिटल जानकारी modulates सांकेतिक शब्दों में बदलना है, और भी ऐसी एक वाहक संकेत demodulates को प्रेषित जानकारी व्याख्या करना. वहाँ केबल मोडेम, ADSL मोडेम, ऑप्टिकल मोडेम और USB सेलुलर मोडेम की तरह उपलब्ध मॉडेम के विभिन्न प्रकार हैं. …
TATA Indicom USB modem (Epi Valley) on Ubuntu Linux
1] What is modem? Modem (modulator-demodulator) is a device that modulates an analog carrier signal to encode digital information, and also demodulates such a carrier signal to decode the transmitted information. There are different types of modem available like Cable modems, ADSL modems, Optical modems and USB cellular modems. 2] USB cellular modems ? USB …
How to convert nero image to iso image and extract iso image
Introduction – nrg2iso is handy tool to convert Nero Image to ISO image * How to install nrg2iso on Ubuntu Linux – root@arun:~# apt-get install nrg2iso root@arun:~/oracle-setup# nrg2iso -h Nrg2Iso v0.4 by G. Kokanosky released under the GNU GPL v2 or later Usage : nrg2iso image.nrg image.iso –version display version number –help display this …
Chandrayaan 1 – Indian’s first scientific mission to Moon!!
IndianGNU.org – second anniversary!!
Oracle DB 10.2g installation on Ubuntu Linux
Introduction – Oracle Database is widely used commercial Database on Unix/Linux and Windows platform…. This article explain the step by step installation of Oracle 10g Release 2.0 on Ubuntu 8.04111!! Please refer the Oracle installation guide for System requirement… 1] Hardware requirement – RAM – minimum 1024 MB of physical memory Disk space -1.5 GB …
How to create, copy and burn or write ISO image
Introduction – An ISO 9660 is file system for CD-ROM media. Which is published (defined) by the International Organization for Standardization (ISO). ISO image is an archive file (disk image) of an optical disc (like CD) using a conventional ISO 9660 format that is widely supported by many OS and software. 1] How copy data …
How to read MBR (Master Boot Record)
1] What is MBR ? Master Boot Record (MBR) is the 512-byte boot sector (first sector) of a your a Hard Disk Drive (HDD). MBR contains – 1) Primary Partition table 2) Boot Loader (GRUB/LILO etc) *** Total Size of MBR is 512 byte and which is divided as shown below… 1) Boot Loader (code) …