Search Results

Search: Posts Made By: tomas
Forum: Solaris 10-18-2007
6,410
Posted By tomas
Did you create a locked down account just for the...
Did you create a locked down account just for the automated ftp night processing or are you using a users account?
3,577
Posted By tomas
you can use a semicolon ";" to separate commands....
you can use a semicolon ";" to separate commands. this allows you to run multiple commands in a single string. remember if you need the output of one command to be the input of another to use a...
25,868
Posted By tomas
i usually compress files before I s/ftp them to...
i usually compress files before I s/ftp them to save time during transfer then uncompress on the other end. I have done that from a UNIX server to a Win2k server before and it works fine. You just...
Forum: OS X (Apple) 10-12-2007
6,292
Posted By tomas
I think ls -Rt would work on OS X per the man...
I think ls -Rt would work on OS X per the man page.
ls (http://www.ss64.com/osx/ls.html)
Forum: AIX 10-12-2007
5,967
Posted By tomas
wget is the way to go but telnet would work for...
wget is the way to go but telnet would work for simple stuff.
8,071
Posted By tomas
quick google The following command saves...
quick google


The following command saves stdout and stderr to the files "out.txt" and "err.txt", respectively.

[root@server /root]# ./cmd 1>out.txt 2>err.txt...
6,912
Posted By tomas
i like xfce4
i like xfce4
5,314
Posted By tomas
what OS do you want to monitor?
what OS do you want to monitor?
Forum: Programming 10-10-2007
6,521
Posted By tomas
In what scope? I know that C has libs that work...
In what scope? I know that C has libs that work with SS7. Are you modifying existing code, idea for something new, or creating something from scratch?
2
pwd
2,705
Posted By tomas
once you rsh the ls -l command you will get the...
once you rsh the ls -l command you will get the listing of the user making the request on the remote host. if you want to get the listing of another user then give that path.

rsh <host> ls -l...
1,778
Posted By tomas
do a 'man wc' for more information on the word...
do a 'man wc' for more information on the word count command.
8,738
Posted By tomas
Your planning on hardening the whole system not...
Your planning on hardening the whole system not just UID 0/root right? :confused:
3,449
Posted By tomas
what output do you get when you run 'echo $TERM'...
what output do you get when you run 'echo $TERM' as a user then run it as root?
8,738
Posted By tomas
UID 0 is root so limit to only console access,...
UID 0 is root so limit to only console access, set strong password, change the password regularly. I would also set-up sudo so you don't need to use root account or su command. Enable logging and...
1,409
Posted By tomas
Here is a start... ...
Here is a start... https://www.unix.com/hp-ux/14454-color-terminal-tab-completion.htm (https://www.unix.com/hp-ux/14454-color-terminal-tab-completion.html)l
Forum: Solaris 10-09-2007
6,007
Posted By tomas
Your going to need keys to make that happen. ...
Your going to need keys to make that happen. Here is a link to a HowTo that should help get you started. HOWTO: set up ssh keys (http://pkeck.myweb.uga.edu/ssh/)
3,871
Posted By tomas
That might be hard since it was EoL in 2004. You...
That might be hard since it was EoL in 2004. You might want to search some JAVA rpm archives. Maybe look for a current version.

I was right a java archive did have it. :P

jre-1.3.1-fcs.i386...
131,788
Posted By tomas
the standard method for calling the shell for a...
the standard method for calling the shell for a script is to declare it in the first line of the file. Also called the shebang #!

file: demo.sh

#!/bin/bash
echo Hello, world!


Change the...
Forum: AIX 10-05-2007
60,713
Posted By tomas
No, AIX doesn't run on the x86 hardware 32-bit or...
No, AIX doesn't run on the x86 hardware 32-bit or 64-bit.

If you are looking for user/programmer level access you might do a Google for a free AIX shell account. Somewhere like Polarhome -...
5,441
Posted By tomas
Good point. I'm a SA coming from the hardware...
Good point. I'm a SA coming from the hardware world to the software side of things. Does POSIX or another standards group address things like this? I see your point about rc files and conf. Since...
5,441
Posted By tomas
Config file use in Shell Programs...
I wanted to know the format everyone uses for cfg files that are called by shell programs. I do mostly sh and ksh scripts and many times I'm modifying an existing script to do another task.
...
3,106
Posted By tomas
I haven't seen anything like this before. Very...
I haven't seen anything like this before. Very cool. I will need to play with this. :b:
1,980
Posted By tomas
I would start with Bash or just Shell Programming...
I would start with Bash or just Shell Programming in general. I worked as a SA for many years on various UNIX platforms and was able to do 99% of what I wanted with shell scripts. For shell...
7,653
Posted By tomas
Your looping a list without any controls. My...
Your looping a list without any controls. My guess is while the first package is being installed the system is busy. When the first package is done installing your script is already on line 4 or 5....
3,034
Posted By tomas
Sites: Nagios Community Wiki...
Sites:
Nagios Community Wiki (http://www.nagioscommunity.org/wiki/index.php/Main_Page)
Official Documentation (http://nagios.sourceforge.net/docs/3_0/monitoring-linux.html)

Books:
Building a...
Showing results 1 to 25 of 35

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