Search Results

Search: Posts Made By: saabir
8,912
Posted By saabir
As far as I am aware, Webmin doesn't have the...
As far as I am aware, Webmin doesn't have the ability to change the passwords on a remote server, does it?

I need two functional criteria to be met:

1. Something that can be executed from a...
8,912
Posted By saabir
Automated Password Change
Hi All
I need to automate (execute from a script or loop on the command line) password changes on a number of UNIX boxes. I cannot use telnet since I have disabled this on all servers - and...
Forum: Linux 06-04-2004
3,127
Posted By saabir
Choosing Linux Kernel
Hi All
I recently upgraded my Mandrake 9.1 box to Mandrake 10.0 and the 2.6 kernel. However when I execute uname -a I still get a 2.4 kernel:

Linux hostname 2.4.21-0.13mdk #1 Fri Mar 14 15:08:06...
15,309
Posted By saabir
Excellent
Nice one Perderabo, it works perfectly.

That is why I have always maintained you are the UNIX king.
15,309
Posted By saabir
Moving files with space, in for loop
Hi All
I need to put a bunch of specific files in a directory (with loads of other files), into a tar archive. The best way I thought of doing this was putting the filenames into a file, reading...
Forum: Debian 03-26-2004
6,416
Posted By saabir
Killing host connection
Hi All
Is there a command (or set of commands) that can be used to kill a connection listed in the netstat table? Say there is a host connected to a certain port on your machine, and it is listed...
3,002
Posted By saabir
For the record, this will work. I have now tested...
For the record, this will work. I have now tested it.
3,002
Posted By saabir
Apache and DNS
Hi All
Say a customer owns a domain abc.com. The DNS records for abc.com are on DNS servers I do not own. However I own a web server and the customer would like to host his site on this server.
...
Forum: Linux 03-02-2004
16,305
Posted By saabir
Thanks very much, that's done the trick.
Thanks very much, that's done the trick.
Forum: Linux 03-02-2004
16,305
Posted By saabir
autocomplete - bash
Hi all
I have installed Red Hat Linux Advanced Server 2.1 onto a Proliant DL580 (dual XEON 2.8GHz processors).

The bash shell is not autocompleting filenames/directorynames when I hit escape...
8,703
Posted By saabir
Hi Optimus I mean the email goes into the...
Hi Optimus
I mean the email goes into the 'Junk' folder of the Yahoo! or Hotmail account. With Hotmail it is somewhat understandable since they now automatically filter all email NOT in the user's...
8,703
Posted By saabir
SMTP going to Junk Mail
Hi All
I have a slight problem with sending mails from my server - if I send mails to Yahoo! or Hotmail, either direct via the SMTP server, or through sendmail, the email ends up in the account...
6,880
Posted By saabir
The unix.com logo - anyone else seeing this?
Hi All
I'm not sure if anyone else notices this or not - however when I view the unix.com forums in Windows, the flash logo at the top of the page absolutely kills my performance - CPU usage rockets...
Forum: Linux 01-13-2004
2,339
Posted By saabir
Frustrating!
Hi All
I have an extremely frustrating problem with my Mandrake 9.1 machine. When I am in KDE no browser at all will resolve hostnames. Networking is fine, as I can reach websites via IP address,...
Forum: Solaris 01-09-2004
10,553
Posted By saabir
Thanks very much RTM.
Thanks very much RTM.
Forum: Solaris 01-08-2004
10,553
Posted By saabir
Duplex Settings
Hi All
I've been having a lot of errors logged on the Cisco Catalyst (4000 series) which one of my Solaris servers is patched into. I have a feeling they are duplex related, but I'm a bit stuck as...
3,452
Posted By saabir
Re: hmmmm...let's see
Seems as though you are the 'putz' for leaving such an important file hundreds of miles away on a computer without taking any contingency measures. If the file was so important you'd think you would...
4,772
Posted By saabir
True. But he doesn't post on this forum. BTW...
True. But he doesn't post on this forum.

BTW I completely predicted your response. Just for fun why don't you edit your post to say:

"Yes I am a UNIX King and I will smack you all down!"
...
4,772
Posted By saabir
Perderabo is a UNIX King
This post is here because I couldn't think of putting it anywhere else, and also I imagine it will be deleted since we cannot set this sort of a precedent.

However I have to say Perderabo is a...
1,494
Posted By saabir
What version of UNIX are you using? How are you...
What version of UNIX are you using?
How are you accessing the UNIX machine - remote telnet session from a PC or from a local console directly attached to the UNIX machine?
2,576
Posted By saabir
One possible way: for x in 1 2 4 do ...
One possible way:

for x in 1 2 4
do
*dataBase1_dump -a | grep "Field$x" >> filename.out
done
2
1,670
Posted By saabir
Try replacing ls -Flt | awk '{print $5, $9}'...
Try replacing

ls -Flt | awk '{print $5, $9}' | while read filesize

with

ls -Flt | grep -v ^total | awk '{print $5, $9}' | while read filesize

The 'ls -Flt' is a long listing that produces...
6,951
Posted By saabir
Use the 'pkginfo' command. The '-l' flag on this...
Use the 'pkginfo' command. The '-l' flag on this command will list installed software in more detail.

Note: this only lists software that has been installed via the 'pkgadd' utility - you need to...
Forum: HP-UX 08-26-2003
9,749
Posted By saabir
Use the 'ioscan' command. e.g. ioscan...
Use the 'ioscan' command.

e.g.

ioscan -fn

Different flags can be used to limit the output to specific classes of hardware (e.g. disk, LANIC, processor, memory etc).

Also if you have...
7,636
Posted By saabir
Answering my own post subsequent to finding an...
Answering my own post subsequent to finding an answer - this is not actually possible. A FIFO is s kernel inter-process communication mechanism and as such it apparently alters the device map in the...
Showing results 1 to 25 of 63

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