No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Hi friends, I have installed ubuntu 9.04 in that i have install DRBL package installtion is done correctly but when i run LANG=C sudo /opt/drbl/sbin/drblsrv -i it gives *****************************************************. Hint! When a "yes or no" option is available, the default value is uppercase. E.g. (y/N) the default is "N", so … | |
Hello Friends, I have a small IP scan code written in shell script,i want my code should get executed as kernel get booted....plz tell how can i insert that code into new kernel...what are the steps should i follow..... My aim of putting the IP scan code in kernel the … | |
Hello Friends I made new simple 'Hello World' module * * hello-1.c - The simplest kernel module. */ #include <linux/module.h> /* Needed by all modules */ #include <linux/kernel.h> /* Needed for KERN_INFO */ int init_module(void) { printk(KERN_INFO "Hello world 1.\n"); /* * A non 0 return means init_module failed; module … | |
Hello Friend i want C program to scan Operating System on network,and display the output and can it is possible to connect to that particular OS.....or is there any other way to achieve this thing. | |
Hello every one i have small shell script code i want to load it as system boots up,how to do it and where to put that code in new kernel that can take effect as soon as i start my pc..... i have tryed some steps 1] create .sh file … | |
Hello Friends, I want to writ a program which scan network for Operating system at boot time.plz if any known how to start writing that program in c.reference plz Thank u all | |
Hello friends, As all we know that disk less client does not have any OS,i have done booting clients with single server in network,now i want to boot a client in a network in presence of 2 server for eg:-Windows server 2003 & Linux server,in this i am just booting … | |
Hello friends I am very thankfull to jbennet & MrV for there help & guidence....finally i got my work done.... now i have one question....now in my network there are Win server 2003 & linux server ok......3 to 4 diskles PC when client start...assume that both the servers are on....and … | |
Hi friens, I am working on disklless booting, i have 3 PC, 1 with windows server 2003 with all role installed, 2nd with RHEL-5, 3rd PC does not have any HDD,CD,FDD only have 256 RAM & LAN card, now i have to boot that diskless PC with server 2003 through … |
The End.