Search Results

Search: Posts Made By: andryk
Forum: Linux 06-05-2008
12,114
Posted By andryk
Glad to hear that.
Glad to hear that.
Forum: Solaris 06-03-2008
1,764
Posted By andryk
Hi, I dont know what signalware stack is but my...
Hi,
I dont know what signalware stack is but my guess is it needs the r services (rsh & rcp without password) in order to properly install ...
9,473
Posted By andryk
Hi, Try MASQUERADE_AS and FEATURE...
Hi,
Try MASQUERADE_AS and FEATURE masquerade_envelope in both sendmail.mc and submit.mc ... Hope that helps
Forum: HP-UX 06-02-2008
2,591
Posted By andryk
Haha, thanks Adams, it took me nearly 8 years now...
Haha, thanks Adams, it took me nearly 8 years now to finally know whats in there ...
35,035
Posted By andryk
Hi, Perl uses more resources but can do a lot...
Hi,
Perl uses more resources but can do a lot more with less hastle then bash.
I would use bash for a "light scripting" ...
Forum: Linux 06-02-2008
12,114
Posted By andryk
Hi, Here's what i would do, not sure if it will...
Hi,
Here's what i would do, not sure if it will do the trick though :D:
- in your /etc/nsswitch.conf at the line beginning with hosts: put "files" before the word dns if its not already there
-...
Forum: Linux 05-30-2008
2,868
Posted By andryk
Non exclusive sound device access!!
Hi,
I was wondering if any of you guys know of way to make applications that use sound device on linux to access it in a "non-exclusive manner", the aim is to be able to use more than one...
1,703
Posted By andryk
Hi, How about greping just the field you're...
Hi,
How about greping just the field you're interested in ? i meanawk '{print $1} filename | grep -i John

PS: I love your nick! :D
Forum: Programming 05-28-2008
28,791
Posted By andryk
LOL, its the kernel obviously :D, what option did...
LOL, its the kernel obviously :D, what option did ya use after opening the socket ???
AFAIK, if you include the ip header (which you did) then the kernel will compute that checksum for you if...
9,825
Posted By andryk
Hi, There must be DS at the beginning of a line...
Hi,
There must be DS at the beginning of a line somewhere in sendmail.cf, so search for these 2 letters 'DS' and add your mailgateway just right after
Forum: Programming 05-28-2008
8,929
Posted By andryk
Cool, thanks for sharing the info!
Cool, thanks for sharing the info!
9,825
Posted By andryk
Hi, Often you just set the smart host to your...
Hi,
Often you just set the smart host to your mail gateway and you're done, look for smart host relay in /etc/mail/sendmail.cf and add your mail gateway right just after the 2 letters DS ...
Good...
Forum: Programming 05-27-2008
8,929
Posted By andryk
Hi, Just a thought but i might be totally...
Hi,
Just a thought but i might be totally wrong/out of subject: i suspect it has to do with linux timer resolution which is at 10ms (or not?) so no matter how small you set your interval your code...
1,700
Posted By andryk
Hi, One usage of generated keys is to connect...
Hi,
One usage of generated keys is to connect to a remote server by just using the public key with no password transmitted over the network (public key authentication), follow the link setting up...
Forum: Linux 05-26-2008
8,658
Posted By andryk
Hi, Have a look at ext2online's manpage, the...
Hi,
Have a look at ext2online's manpage, the name is ext2 but it works for ext3 as well... watch out & make backups though :D
Provided you still have enough free PE in your VG of course.
10,579
Posted By andryk
Here are some links Freeware for Solaris 8...
Here are some links
Freeware for Solaris 8 (http://www.sunfreeware.com/indexsparc8.html)
Freeware for Solaris 9 (http://www.sunfreeware.com/indexsparc9.html)
Freeware for Solaris 10...
Forum: Red Hat 05-21-2008
10,683
Posted By andryk
It stands for redhat enterprise linux 4 joeyg,...
It stands for redhat enterprise linux 4 joeyg, provided the loader (grub or lilo) is not password protected, you can boot into single and reset root pw, i wonder what weird error techbravo is having...
10,579
Posted By andryk
Hi, The simplest way is, IMHO, to download the...
Hi,
The simplest way is, IMHO, to download the gnu version of ls (sunfreeware.com ?)
PS:That was one of my question back then when i first got hold to a non-linux box :D
Forum: Red Hat 05-21-2008
10,683
Posted By andryk
Hi, If you still have the install CD then boot...
Hi,
If you still have the install CD then boot from it into rescue/repair mode, mount the disk which hosts /etc/passwd & /etc/shadow and erase the root password ...
What weird error did you get...
Forum: AIX 05-20-2008
9,397
Posted By andryk
Hi, WLM or work load manager might be the right...
Hi,
WLM or work load manager might be the right tool you're looking for, did not really remember the few steps to set it up but just google for it, its worth a try ... :b:
22,110
Posted By andryk
Hi, Just a quick reply/hint as im not a shell...
Hi,
Just a quick reply/hint as im not a shell expert :), add "set -x" in the begining of the script, this will display all commands that are about to be executed, hopefully helping you to know where...
Forum: AIX 05-19-2008
9,759
Posted By andryk
Hi, If you have access to a compiler, then...
Hi,
If you have access to a compiler, then build it from the source OpenSSH (http://www.openssh.org/)
Forum: IP Networking 05-09-2008
18,219
Posted By andryk
Hi, Of course YOU CAN set up a private IPv6 on...
Hi,
Of course YOU CAN set up a private IPv6 on LAN, i just did that 8 years ago at college!!! IPv6 address on each of your host may just be derivated/built with the IPv4 address... (not sure though...
Forum: HP-UX 05-09-2008
3,322
Posted By andryk
Hi, Try flex-2.5.35...
Hi,
Try flex-2.5.35 (http://hpux.connect.org.uk/hppd/hpux/Gnu/flex-2.5.35/) its flex but it surely contains flex++ ... well hopefully :D
8,774
Posted By andryk
Hi, Here's a idea, wrapper.sh while read dir...
Hi,
Here's a idea, wrapper.sh while read dir age
do
echo Cleaning $dir +$age ...
my_file_remover.sh $dir $age
done < /path/to/oneconfig/file
Put wrapper.sh in cron and you're...
Showing results 1 to 25 of 442

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