Search Results

Search: Posts Made By: Autocross.US
7,345
Posted By Autocross.US
Did you try scp with the '-p' option?
Did you try scp with the '-p' option?
15,007
Posted By Autocross.US
try your netstat command with the '-l' option in...
try your netstat command with the '-l' option in addition to '-p'. It will show listening processes only. the '-' you are getting is probably for established connections, which aren't listening. I...
100,265
Posted By Autocross.US
lsof -i :<portnumber> example: lsof -i...
lsof -i :<portnumber>

example:

lsof -i :80
3,571
Posted By Autocross.US
If it's HP-UX, in addition to the 2 command you...
If it's HP-UX, in addition to the 2 command you ran and /etc/hosts, change the HOSTNAME setting in /etc/rc.config.d/netconf.
6,480
Posted By Autocross.US
This should work: Net::SCP - Perl extension...
This should work:

Net::SCP - Perl extension for secure copy protocol - search.cpan.org (http://search.cpan.org/~ivan/Net-SCP-0.07/SCP.pm)
12,740
Posted By Autocross.US
If it's just a single file, why not use pgp or...
If it's just a single file, why not use pgp or gpg to encrypt it? You could also use vi with the -x option to encrypt the file.

Other than that, use the crypt command:

Encode:
crypt...
5,587
Posted By Autocross.US
The ssh and remsh solutions will not work unless...
The ssh and remsh solutions will not work unless you have access to the other accounts or root access. Can you not login as the other accounts and configure the authorized_keys files or the .rhosts...
5,587
Posted By Autocross.US
Here's an article that explains how to setup...
Here's an article that explains how to setup key-based authentication:
Linux.com :: Using key-based authentication over SSH (http://www.linux.com/feature/34958)

You may want to google around for...
13,047
Posted By Autocross.US
Check this out: Getopt::Long -...
Check this out:

Getopt::Long - perldoc.perl.org (http://perldoc.perl.org/Getopt/Long.html)

Getopt::Std - perldoc.perl.org (http://perldoc.perl.org/Getopt/Std.html)
5,587
Posted By Autocross.US
Instead of using su or sudo, you could use ssh...
Instead of using su or sudo, you could use ssh with key-based authentication. See my reply on a similar thread here:
...
5,375
Posted By Autocross.US
from the command line, run this one-liner in the...
from the command line, run this one-liner in the same directory as the .JPG files:

for i in *.JPG ; do NAME=${i%%.*}; mv $i $NAME.jpg ; done
8,621
Posted By Autocross.US
expr $(date +%Y%j) - 1
expr $(date +%Y%j) - 1
47,086
Posted By Autocross.US
What you need is pstree. It's available in many...
What you need is pstree. It's available in many forms. Check these out:

Minimal Homepage of pstree (http://www.thp.uni-duisburg.de/pstree/)

AIX 5L Open Source Packages | Main / pstree...
8,461
Posted By Autocross.US
You should be able to compile sudo from source on...
You should be able to compile sudo from source on HP-UX 9.0. Check the download section on the sudo home page.
8,461
Posted By Autocross.US
I just answered this on ITRC, so here's the...
I just answered this on ITRC, so here's the pasted text:

This can be done with sudo.

Run this command to edit the sudoers file:
visudo

Add something like this (for 'user1' as example):...
2,958
Posted By Autocross.US
Search tool turned up this topic: ...
Search tool turned up this topic:

https://www.unix.com/shell-programming-scripting/30259-executing-windows-batch-file-unix.html
33,022
Posted By Autocross.US
You aren't going to be able to get the exact...
You aren't going to be able to get the exact output you want with the standard Unix/Linux commands very easily, if at all. Mapping disk I/O by process is not a trivial task.

If you are using...
1,930
Posted By Autocross.US
Just purchased a 1 month subscription. Thanks,
Just purchased a 1 month subscription. Thanks,
1,930
Posted By Autocross.US
Name change request
Hello,

i'd like to have my forum name changed to Autocross.US to match my name on other Unix/Linux related forums. TIA,

jim
8,559
Posted By Autocross.US
You need to use a 'require' statement to load the...
You need to use a 'require' statement to load the first script into the second script.
80,090
Posted By Autocross.US
A work around to logging in as the user w/o a...
A work around to logging in as the user w/o a password would be to use ssh with key-based authentication (although sudo is the preferred method).

Copy the public key for your user account to the...
4,528
Posted By Autocross.US
Google 'Free Shell Account' Example: ...
Google 'Free Shell Account'

Example:
bylur.net - Free shell accounts (http://www.bylur.net/free/)

Most of them are probably Linux though.
15,831
Posted By Autocross.US
sshd uses tcp wrappers on CentOS/RHEL. Use...
sshd uses tcp wrappers on CentOS/RHEL. Use /etc/hosts.allow and /etc/hosts.deny

/etc/hosts.allow should have the IP range to allow:
sshd: 192.168.0.

This allows all hosts o nthe 192.168.0....
15,831
Posted By Autocross.US
Not sure what your Linux/Unix version is, but you...
Not sure what your Linux/Unix version is, but you could use a firewall like iptables or ipfilter to restrict access to the sshd server port. Also, some versions of sshd use tcp wrappers, so you...
15,828
Posted By Autocross.US
saravin24, are you trying to parse the IP...
saravin24,

are you trying to parse the IP address from the ps output for this?

dyyno -s 75.125.250.34 -i 4f5a3c2c
Showing results 1 to 25 of 73

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