Search Results

Search: Posts Made By: tomas
Forum: Solaris 10-18-2007
6,417
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,591
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,884
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,294
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,975
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,081
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,920
Posted By tomas
i like xfce4
i like xfce4
5,324
Posted By tomas
what OS do you want to monitor?
what OS do you want to monitor?
Forum: Programming 10-10-2007
6,540
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,718
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,785
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,749
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,456
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,749
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,415
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,020
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,878
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,792
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,822
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,455
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,455
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,120
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,995
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,713
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,055
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 11:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy