Search Results

Search: Posts Made By: mib
22,488
Posted By mib
alias rm 'rm -i' alias cp 'cp -i' alias mv...
alias rm 'rm -i'
alias cp 'cp -i'
alias mv 'mv -i'
12,126
Posted By mib
Re: make command
Means program 'make ' is not in your PATH or not available on your system (i doubt it. check /usr/ccs/bin). When you type command 'make' in shell prompt it looks for file named 'make' in directories...
12,126
Posted By mib
Re: make command
Means program 'make ' is not in your PATH or not available on your system (i doubt it. check /usr/ccs/bin). When you type command 'make' in shell prompt it looks for file named 'make' in directories...
3,248
Posted By mib
man smbclient man smbmount hth
man smbclient

man smbmount



hth
5,266
Posted By mib
man 5 passwd hth
man 5 passwd





hth
2,348
Posted By mib
Use Samba. These howto's collections may be...
Use Samba.

These howto's collections may be helpul:

http://www.samba.org/samba/docs/Samba-HOWTO-Collection.html
2,103
Posted By mib
command -v command --verbose explains what...
command -v
command --verbose

explains what is being done.


But *not all* commands support this option or the switch may be different. Check man page(s).



hth
3,712
Posted By mib
I think Linux_fan is talking about changing...
I think Linux_fan is talking about changing console resolution. If so Xconfigurator will not be helpfull.

In linux you can change console resolution in number of ways. First way is to change...
2,213
Posted By mib
Re: Calling privately installed module from script help please
try:

require 5; #perl 5 or >
use lib '/home/virtual/sbcadmin/home/httpd/cgi-bin/myperl';

use LWP::Simple;
3,510
Posted By mib
Here is my /etc/fstab /dev/fd0 /fl ...
Here is my /etc/fstab

/dev/fd0 /fl auto defaults,user,noauto 0 0

/dev/cdrom /cd iso9660 defaults,ro,users,noauto 0 0


and when I...
21,928
Posted By mib
grep -rn oracle /dir/ (GNU grep) 2.4.2
grep -rn oracle /dir/


(GNU grep) 2.4.2
Forum: IP Networking 02-04-2002
3,804
Posted By mib
What *nix you are using ? try man chkconfig...
What *nix you are using ?

try man chkconfig (Redhat, mdk ...)

man update-rc.d (Debian)
14
Poll: Editor Wars!
6,101
Posted By mib
I wonder what would be your opinion about latest...
I wonder what would be your opinion about latest RMS article "We can put an end to Word attachments" :)

http://www.newsforge.com/article.pl?sid=02/01/10/1711238&mode=thread
14
Poll: Editor Wars!
6,101
Posted By mib
vim \Vim\, n. [L., accusative of vis strength.] ...
vim \Vim\, n. [L., accusative of vis strength.]
Power; force; energy; spirit; activity; vigor. [Colloq.]
Source: Webster's Revised Unabridged Dictionary
11,696
Posted By mib
Use pod2text command. You can alternatively use ...
Use pod2text command. You can alternatively use pod2html, pod2man and pod2latex filters which is bundled with Perl distribution.
62,771
Posted By mib
In bash it would be something like this. if...
In bash it would be something like this.

if test -f "$file"
then
echo "$file: Regular File"
fi


or you can use if [ -f $file ] ....
11,689
Posted By mib
You can use printf instead of print which...
You can use printf instead of print which supports C style output fromatting.

ex:
grep 'Dept' x.lst |awk -F"Name=" '{printf (" %-25s %-10s %-15s \n",$1,$2, $3) }'

>if any one knows how to...
11,819
Posted By mib
AFAIK UNIX.com team doesn't make any...
AFAIK UNIX.com team doesn't make any utilities/tools upon user requests :)

You can search in freshmeat.net with the keyword 'gtkdiff'. If you are not happy with GTK frontend then search with...
4,152
Posted By mib
Is it working properly in other resolutions?...
Is it working properly in other resolutions? Which X server you are using? IIRC you need to use XF86_SVGA server for trident video cards. Checkout XFree86 video card/server support list. Also...
13,152
Posted By mib
Search in download.com. There is a package called...
Search in download.com. There is a package called X-winpro. Don't know whether its free or not.
2,871
Posted By mib
Probably you either don't have a C compiler...
Probably you either don't have a C compiler installed or there is one installed, but it's not in your path.





Figure out where your C compiler is located using whereis or locate command....
4,160
Posted By mib
Create a file which contains filnames or dir...
Create a file which contains filnames or dir names to be excluded.

ex: ls *.pdf > exclude.files

then use -X or --exclude-file option

tar -cvfX xxx.tar exclude.files /tar/this/dir
12,009
Posted By mib
I afraid I can't help you on that. May be someone...
I afraid I can't help you on that. May be someone else.

If you consider Perl, there is nice modules available for manipulating the passwd and shadow files. Such as:
Unix::PasswdFile - Perl...
3,381
Posted By mib
It worked for me with a slight change. ...
It worked for me with a slight change.

system("ls");


BTW: Please post C related questions in "C Programming in the UNIX Environment" section. Thanks.
2,705
Posted By mib
use 'df' df reports filesystem disk space...
use 'df'

df reports filesystem disk space usage. man df for info.
Showing results 1 to 25 of 224

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