Search Results

Search: Posts Made By: supaphat
23,385
Posted By supaphat
Are you able to use ssh keys? If so, I would...
Are you able to use ssh keys? If so, I would recommend that.
2,416
Posted By supaphat
There are 3 things you need to do to enable users...
There are 3 things you need to do to enable users to TS to a windows box:

1. Enabled TS =) either in admin or application mode...(admin if you dont have licenses)
2. Add the user to the remote...
Forum: Solaris 11-01-2005
7,830
Posted By supaphat
pkginfo -i | grep SUNWap
pkginfo -i | grep SUNWap
Forum: Solaris 11-01-2005
4,131
Posted By supaphat
Swap should be based on your total memory and/or...
Swap should be based on your total memory and/or the recommended for a specific vendor application. But otherwise sun recommends this chart:

Workstation 4 Gbytes of physical memory ...
2,681
Posted By supaphat
ls $SOLHOME/internalDisk/"$fn" 2> /dev/null | wc...
ls $SOLHOME/internalDisk/"$fn" 2> /dev/null | wc -l > cfn

What this does is redirect stderr from the `ls` command to /dev/null (bit bucket) =p
1,471
Posted By supaphat
cygwin.org
cygwin.org
Forum: Cybersecurity 10-31-2005
23,260
Posted By supaphat
vi /etc/inetd.conf :%s/^/\#/g ;)
vi /etc/inetd.conf

:%s/^/\#/g


;)
Forum: Solaris 10-31-2005
7,830
Posted By supaphat
Do you have vxvm installed?
Do you have vxvm installed?
Forum: IP Networking 10-31-2005
3
2,375
Posted By supaphat
There are many things that can account for a weak...
There are many things that can account for a weak signal.

1. Distance from AP
2. Other technology such as Cell Phones, Cordless Phones (check if the cordless is the same freq of the AP i.e....
10,416
Posted By supaphat
use the ftp `rename` command
use the ftp `rename` command
5,031
Posted By supaphat
Here's a link to automate ftp stuff...i posted it...
Here's a link to automate ftp stuff...i posted it earlier - dont know if it was this site or another..It may help in whatever is hanging the program.

Auto FTP info....
1,522
Posted By supaphat
Auto FTP Discussion - HOWTO...
Auto FTP Discussion - HOWTO (http://www.reallylinux.com/docs/autoftp.shtml)
2,140
Posted By supaphat
"su -xxxx -c "rm *.dat" where xxx is root...
"su -xxxx -c "rm *.dat"
where xxx is root password.

but the error user xxx does n't exist was coming."

The above is incorrect syntax, here is the correct:

su - useryouwantobe -c "rm...
Forum: Solaris 10-26-2005
8,380
Posted By supaphat
You need to brush up on your German everyone =p ...
You need to brush up on your German everyone =p

Ach so!, danke für ihre Antwort, stützt z.B. AIX in der Architektur 16TB des Gedächtnisses, die Beschränkung auf den SUN Solaris ist über ein Terabyte?...
Forum: Linux 10-26-2005
20,398
Posted By supaphat
use sudo ulimit -n then your number
use sudo ulimit -n then your number
Forum: Solaris 10-26-2005
12,530
Posted By supaphat
Uber article describing Solaris caching. ...
Uber article describing Solaris caching.

http://www.solarisinternals.com/si/reading/sunworldonline/swol-07-1999/swol-07-filesystem3.html
43,565
Posted By supaphat
sabyasm, thanks for the reply, I understand...
sabyasm,

thanks for the reply, I understand what you are saying and glad that you have found the solution...this is another variation which makes it more pretty for you (there is probably a better...
3
1,709
Posted By supaphat
Fixed a line...see below #!/bin/sh #...
Fixed a line...see below

#!/bin/sh

# declare variables
RPTDIR="/usr/local/tripwire/tfs/report"
# Incorrect syntax to get basename of file
# this has been corrected
RPTS=`cd $RPTDIR && ls...
43,565
Posted By supaphat
These both work for me...but maybe I am not...
These both work for me...but maybe I am not understanding you correctly.

$join -t: file1.txt file2.txt | more
ABCD.ksh:010141:010148
ABCD.ksh:010141:010522
ABCD.ksh:010141:010849...
3
1,709
Posted By supaphat
#!/bin/sh # declare variables ...
#!/bin/sh

# declare variables
RPTDIR="/usr/local/tripwire/tfs/report/"
RPTS=`ls -1 $RPTDIR/*.twr`
RPTOUT="/export/home/bgalante"

# for every report in your report listing array
for rpt in...
Forum: Open Source 10-21-2005
337,404
Posted By supaphat
VI (the six editor) :eek:
VI (the six editor) :eek:
3,795
Posted By supaphat
Just add both modules to /etc/modprobe.conf. Or...
Just add both modules to /etc/modprobe.conf. Or you could add the stuff to /etc/inittab if you want it to wait to do anything before it continues for ex:

l2:2345:wait:/etc/rc.d/rc.multi
Showing results 1 to 22 of 22

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