Search Results

Search: Posts Made By: tristezo2k
2,430
Posted By tristezo2k
Thanks, will use them from now on :) ...
Thanks, will use them from now on :)

---------- Post updated at 01:34 PM ---------- Previous update was at 01:26 PM ----------

I am amazed! Thanks a lot for your quick answers.
It looks to me...
2,430
Posted By tristezo2k
Strip leading and numbers from a string.
Hello I have two vars loaded with
$VAR1="ISOMETHING103"
$VAR2="COTHERTHING04"

I need to:
1) Strip the first char. Could be sed 's/^.//'
2) The number has it's rules. If it has "hundreds", it...
1,651
Posted By tristezo2k
Not sure to understand your issue, but, if you...
Not sure to understand your issue, but, if you suspect permission problems, su to the user and try to write at that directory.
su - www-data ; cd /path ; touch test_www-data
su - ubuntu; cd /path ;...
30,995
Posted By tristezo2k
asuming you do find a reason to do a change, read...
asuming you do find a reason to do a change, read
Performance Tuning (http://www.caucho.com/resin-3.0/config/tuning.xtp#TCP-limits-%28TIME_WAIT%29)
It has some pointers.
Bottom line is: you can...
4,481
Posted By tristezo2k
Try something like find / -type f |tee...
Try something like
find / -type f |tee /tmp/output| xargs grep "something" > ok
and on other shell tail -f /tmp/output
to see what is happening.
It might be that it runs into network directory...
6,183
Posted By tristezo2k
Check Securing SNMP on Solaris...
Check Securing SNMP on Solaris (http://ist.uwaterloo.ca/security/howto/2000-10-04/learned.html)
Forum: Solaris 10-09-2009
14,229
Posted By tristezo2k
If you want the sshd server on windows you will...
If you want the sshd server on windows you will need cygwin and a lot of cafeined berberages. sorry, you are going against the M$ bad karma.
If what you want is to have a sftp client at windows, and...
Forum: Filesystems, Disks and Memory 09-21-2009
9,079
Posted By tristezo2k
OMFG!!!!! Verifying the install systems fully...
OMFG!!!!!
Verifying the install systems fully qualified hostnames.


Querying fully qualified domain name of host "crasher" ........................................... fail

Press [Return]...
Forum: Filesystems, Disks and Memory 09-20-2009
9,079
Posted By tristezo2k
Veritas Storage Foundation basic and Core cluster solaris 10 release 7 install
After much hitting my head to the wall with this meesages
root@crasher /workzone/dvd4_sfb-sol_x64]#./installer -verbose -installonly

5.0MP3 Installation...
Forum: AIX 08-24-2009
21,780
Posted By tristezo2k
This should be answered by the network admin. ...
This should be answered by the network admin.
As a way to test, try other tcp services befor yelling the netadmin.
For instance, 21 - ftp, 22 - ssh, 80 - http, etc

telnet...
Forum: AIX 08-19-2009
21,780
Posted By tristezo2k
Do sendmail tries to *send* it? You should be...
Do sendmail tries to *send* it? You should be able to check that on the /var/log/mail* (last resort tcpdump -i if -n port 25 on the server or the equivalent snoop)
Do others users on the jimbob.com...
Forum: Debian 03-30-2009
6,860
Posted By tristezo2k
It night need to reset-all from the OBP to boot. ...
It night need to reset-all from the OBP to boot.
Stop - A is the Sun way to send a break, so if you are using a pc keyboard, or if you are connected by serial console, find your terminal emulation...
Showing results 1 to 12 of 12

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