Search Results

Search: Posts Made By: jacco
3,612
Posted By jacco
Try: ssh user@remoteserver lpr <...
Try:
ssh user@remoteserver lpr < localfilename

It's called I/O redirection.
The local shell connects the local file 'localfilename' to the std-input filedescriptor of the ssh-command and...
Forum: Linux 10-31-2008
5,529
Posted By jacco
cat /proc/mdstat
cat /proc/mdstat
Forum: Ubuntu 10-31-2008
11,846
Posted By jacco
On RedHat's website you can take a 'are you ready...
On RedHat's website you can take a 'are you ready for the exam'-questionary. This will give you an idea if you are ready.
Forum: Ubuntu 10-31-2008
12,104
Posted By jacco
1. Export the /home directory on the NFS-server...
1. Export the /home directory on the NFS-server (/etc/exports)
2. Mount this on the client
mount nfsserveripaddress:/home /home
Forum: AIX 10-27-2008
3,485
Posted By jacco
Authenticating users to ADS
It is possible to authenticate AIX-users to the Windows 2003 Active Directory.
But is it also possible to do full useradministration in the ADS without also adding users to the local AIX-server?
...
6,957
Posted By jacco
Are the commandlines working correctly when using...
Are the commandlines working correctly when using them from the commandline?
4,353
Posted By jacco
I'm not sure what you want to achieve, but you...
I'm not sure what you want to achieve, but you can run multiple commands on one commandline by splitting them with ;
Forum: Debian 10-27-2008
11,328
Posted By jacco
First look if your server is listening to port 80...
First look if your server is listening to port 80


If your server is placed behind a router/firewall: is port 80 forwarded (destination-NAT) to port 80 on your server?

Run tcpdump on your...
Forum: Filesystems, Disks and Memory 10-25-2008
3,712
Posted By jacco
$ touch -t 08072400 /tmp/july24 $ touch -t...
$ touch -t 08072400 /tmp/july24
$ touch -t 08072500 /tmp/july25
$ find /archive -newer /tmp/july24 -a ! -newer /tmp/july25 | cpio -dump /backup
Forum: Linux 10-25-2008
6,304
Posted By jacco
1. Use a ftp-server that has no escape to exit to...
1. Use a ftp-server that has no escape to exit to a shell
2. Give the user '/sbin/nologin' as "shell" (last column in /etc/passwd for this user)
Forum: Linux 10-25-2008
22,592
Posted By jacco
Fortunately this is not possible! It would be a...
Fortunately this is not possible! It would be a huge problem if it was.
Forum: Linux 10-25-2008
2,824
Posted By jacco
First make a referencefile with a timestamp of...
First make a referencefile with a timestamp of october 2nd 2008


Then search for files/directory which are newer than the referencefile


Use '-anewer' for accesstime comparizon
Use '-cnewer'...
Forum: Red Hat 10-25-2008
9,203
Posted By jacco
NIS doesn't have anything to do with SMART. NIS...
NIS doesn't have anything to do with SMART. NIS is a centralized useradministration (instead of every server having its own useradministration in /etc/passwd). SMART is a monitoring tool for harddisk...
3,092
Posted By jacco
try ssh user@ip.address.or.hostname "command to...
try
ssh user@ip.address.or.hostname "command to run"
It will ask for your password, but you can authenticate yourself with your public-key:
1. create a public+private key without a passphrase...
2,440
Posted By jacco
The * in a regular expression is not the same as...
The * in a regular expression is not the same as in file expansion.
The * in "112042708*.txt" means '0 or more times an 8'.
If you want a regular expression that matches '0 or more time a random...
Showing results 1 to 15 of 15

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