Displaying 3 results from an estimated 3 matches for "xfv".
Did you mean:
xfs
2005 Feb 21
2
Samba on AIX
To Whom it may concern:
I am new to the samba world. I need to get samba running on AIX 4.3. Is there a
different download than the one that is on the site or are they all the same. I
downloaded samba-3.11.tar.tar. When I try and untar it on the system, it gives
me an error. Any help from you would be appreciated.
Thanks
Rami Mantoura
Foremost Systems, Inc
2007 Mar 02
1
Off-topic: Howto decrypt OpenSSL file in Win32 environment
...er I do the
next to make the daily backups:
tar cfv - dir_data/ | openssl enc -e -salt -aes256 -pass pass:$PASSWORD
-out backup_file.bin
So I get an well-encrypted and tared file.
If I want to decrypt and the file is easy in Unix/Linux environment:
openssl enc -d -aes256 -in backup_file.bin | tar xfv - -C dir_what_you_want/
But the problem I currently have is I don't know how to make it in Win
environment.
???
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
U...
2008 May 23
3
LibMicro test for SNV89 HVM DomU at Ubuntu 8.04 Xen 3.2 Dom0
...:-
bash-3.2# uname -a
SunOS dhcppc7 5.11 snv_89 i86pc i386 i86pc
bash-3.2# cd libMic*
bash-3.2# bin/fork -E -C 200 -L -S -W -N fork_100 -B 100 -C 100 > /tmp/fork.output
Running: fork_100 for 37.41568 seconds
bash-3.2# cd ..
bash-3.2# gunzip < libc_hwcap3.tar.gz | ( cd /tmp; tar xfv - )
x libc_hwcap3.so.1, 1646444 bytes, 3216 tape blocks
bash-3.2# mount -O -F lofs /tmp/libc_hwcap3.so.1 /lib/libc.so.1
bash-3.2# cd libMic*
bash-3.2# bin/fork -E -C 200 -L -S -W -N fork_100 -B 100 -C 100 > /tmp/fork.output1
Running: fork_100 for 35.18513 seconds
This message...