Search Results

Search: Posts Made By: asifraj
4,104
Posted By asifraj
Re: RH 7.3 Kernel Panic.
while booting thru lilo,
try giving the name of the hard disk partition where you had installed the linux kernel.

something like this

LILO : linux init=/dev/hda6
6,482
Posted By asifraj
why not run another script after n seconds which...
why not run another script after n seconds which kills the first script.
4,430
Posted By asifraj
Re: Can and How to mark search strings within VI?
if you are using vim,
use "sy on" in the command mode.
221,429
Posted By asifraj
hostname -i or open /etc/hosts you'll see...
hostname -i

or open /etc/hosts
you'll see the list
Forum: Programming 09-20-2002
3,424
Posted By asifraj
do { chr--; // or *chr--...
do
{
chr--; // or *chr-- whatever is reqd.
} while(chr != ' ' && chr !='<');
3,509
Posted By asifraj
or use the \ characeter before the quotes
or use the \ characeter before the quotes
44
8,907
Posted By asifraj
people, avatar uploading is working fine if...
people,
avatar uploading is working fine if you follow the conditions specified. image size less than 7K and 64x64 pixels. but .bmp extension does not work.
8,488
Posted By asifraj
is it really needed why not use the vi...
is it really needed

why not use the vi first.

i mean to say that you can write the command in a file using the vi editor and then execute it

i just tried this also which may sound a bit...
6
1,983
Posted By asifraj
well, you can have spaces after the = sign if you...
well, you can have spaces after the = sign if you enclose the right part of it in quotes. for more information about displaying date, time , working directory, colours etc. see this web page.
...
47,755
Posted By asifraj
sorry. i meant livinFree. i guess i was...
sorry. i meant livinFree.
i guess i was sleeping when i posted that.
2,590
Posted By asifraj
you can use and sendmail API and use that in your...
you can use and sendmail API and use that in your application.
if you are using perl, search the cpan for the sendmail module. install the module in your client. and set the appropriate parameters...
3,269
Posted By asifraj
or if you have the root and wanna search in the...
or if you have the root and wanna search in the whole system

find / -name "pattern"
3,805
Posted By asifraj
i think the RAM size is the problem 4 MB is way...
i think the RAM size is the problem
4 MB is way too small for running KDE.
47,755
Posted By asifraj
well i would say that the empty "&" was the...
well i would say that the empty "&" was the problem.

changing */5 to 5 would change the program to run at 5 mins past every hour rather than running every 5 minutes.

dunno if that is different...
3,539
Posted By asifraj
"echo " is the best solution to such problem ...
"echo " is the best solution to such problem
you don't need anything more after that

and buddy, take your words back. this is not @#$%. and neither garbage. if you don't know how to use it, or...
44
8,907
Posted By asifraj
hey, does it accept bmp images. i tried but it...
hey, does it accept bmp images.
i tried but it did not accept
2,100
Posted By asifraj
yeah. i got the same problem earlier. try...
yeah. i got the same problem earlier.

try reducing the size of your boot partition and create separate partitions for your /home, /tmp, /usr etc.

hope this helps
asif
1,962
Posted By asifraj
CGI->new() creates a new instance of a CGI object...
CGI->new() creates a new instance of a CGI object to take care of the request coming to this cgi application. It would contain all the request parameters, the request type etc. It is a easier(??) and...
2,216
Posted By asifraj
to see the list of commands in unix/linux ...
to see the list of commands in unix/linux

hit tab twice after typing in the first letter of the commnad

for ex. a<tab><tab>
8,859
Posted By asifraj
that means that after you login, give the...
that means that after you login,

give the following command on the shell prompt

man mkdir
4,938
Posted By asifraj
you can change the permissions of the directories...
you can change the permissions of the directories /root and whatever directories you want to by the command chmod. but if you do not allow the user to access /lib and /usr directories, then it could...
9,451
Posted By asifraj
you can also change the ip addresses of different...
you can also change the ip addresses of different ethernet adapters by modifying the following files

/etc/sysconfig/network-scripts/ifcfg-eth0

for eth0. replace the eth0 by whatever interface...
17,257
Posted By asifraj
/etc/profile for linux as well for all users ...
/etc/profile for linux as well for all users

~user/.bash_profile and ~user/.bashrc

for invidvidual users
171,404
Posted By asifraj
yes sir, i was talking about LINUX only.
yes sir,

i was talking about LINUX only.
40,077
Posted By asifraj
while [1] is equivalent to while [1 !=...
while [1]

is equivalent to

while [1 != 0]

which is always true

hence the script will execute the "various commands" again and again till infinity until you press ctrl+C or do something...
Showing results 1 to 25 of 48

 
All times are GMT -4. The time now is 01:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy