Search Results

Search: Posts Made By: mbabeli
5,908
Posted By mbabeli
either your file is not found "case sensitive" or...
either your file is not found "case sensitive" or you typed in the wrong path, however, and even that i know this is a homework but i'll help.

try this

$input > $HOME/Home_Work.txt
1,851
Posted By mbabeli
sorry forgot to include the web address. ...
sorry
forgot to include the web address.

http://www.faqts.com/knowledge_base/index.phtml/fid/203
1,851
Posted By mbabeli
try this Use the smtproutes control file....
try this

Use the smtproutes control file. It's described in the qmail-remote manpage, look for heaven.af.mil there.

and here is a perfect website, which will make you a Qmail guru in no...
Forum: Programming 01-12-2004
1,851
Posted By mbabeli
i hope that i got your question right, but is...
i hope that i got your question right, but is it's what i think then you need to define that number

#define EXIT_AFTER_FAILURE -6
.
.
.
.
.
int main(int argc, char *argv[]){
...
4,259
Posted By mbabeli
try this cat /etc/services |more
try this

cat /etc/services |more
1,759
Posted By mbabeli
HTML question
i know that this is a unix forum, and not for HTML, but would some one direct me to a site, or a tutorial on creating and implementing chat sessions within my website, i looked on google, and i...
6,904
Posted By mbabeli
Thanks for the fast reply! every thing...
Thanks for the fast reply!

every thing works dandy now...
6,904
Posted By mbabeli
how do i activate php on linux....
i have activated mysql, and apache on my redhat 9 box, i went to mr BASH and wrote a php script, and it wouldn't execute.

any help?????????????????????????????????????
is there something...
18,203
Posted By mbabeli
comands to view the disk usage on a linux/unix box
try this to show you the usage of your hard disk on all users and put them in to a file called space_report.txt in your home directory.

du -s * | sort -nr > $HOME/space_report.txt

or df .
2,889
Posted By mbabeli
possible solution to your problem
i don't know exactly if i got it right; but you might want to try this:

repair the Master Boot record from the WinXP CD.

the option for that woule be <FIXMBR> from the recovery console. if...
2,694
Posted By mbabeli
you have been a great help tonight, thanks again....
you have been a great help tonight, thanks again.
i think i should focus on c || c++ "at-a-time" instead of trying out both at the sametime, and confuse myself and others.

once again, i...
2,694
Posted By mbabeli
thanks alot! i will follow your advice, but...
thanks alot!
i will follow your advice, but what do i use in stdio to replace ifstream & ofstream in c++ standard library.
2,694
Posted By mbabeli
thanks for the replay. the second question...
thanks for the replay.

the second question is actually a C++ question, i should have mentioned that before, the compiler i am using is gcc, not g++(which i use for q2 or C++ programs). and when...
2,694
Posted By mbabeli
why won't this Work?
hey programmers!

1-why won't gcc accept [getc()] as an argument? i tried the recommendations on the man page of getch(),..etc. nothing worked.

2-why it won't see <iostream> && <fstream> even...
Showing results 1 to 14 of 14

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