Search Results

Search: Posts Made By: iat00
Forum: Solaris 09-24-2007
15,560
Posted By iat00
just create a symlink: cd /usr/local/ssl/lib...
just create a symlink:

cd /usr/local/ssl/lib
ln -s libssl.so.0.9.7 libssl.so.0.9.8

I beleive it should then work ;) Just take it easy ;)
4,521
Posted By iat00
Just use UsePrivilegeSepration no in...
Just use

UsePrivilegeSepration no

in .../sshd_config

AND

if you want to log in without the password of the target user just use public key authentication. Create pub. key pairs with...
5,290
Posted By iat00
try "... \ ... " (backslash and space) if u...
try "... \ ... " (backslash and space) if u write the filename... Surround the names with `...` or "..."

or just use zsh with autoexpand and autolist features if you have trouble with spec....
Forum: Cybersecurity 08-20-2002
6,325
Posted By iat00
if you want to build advanced logging and to...
if you want to build advanced logging and to analyze automatically whether there are attacks or similar, just try SNORT. This is an Open Source IDS (Intrusion Detection System). Please note that it...
5,375
Posted By iat00
Re: Changing directory on Unix
Try this (as root, of course):

# chown A ~A
# chown B ~B
# chmod 700 ~A ~B

Now nobody else can change into home directory of them. They can do theirself and root only.

Changing to a...
5,213
Posted By iat00
Just go there an start with Part 1. You will see...
Just go there an start with Part 1. You will see there the URLs I mean.
;)
2,390
Posted By iat00
Have you checked the process table? Perhaps you...
Have you checked the process table? Perhaps you have many small processes caused by an endless loop like:

A user has /bin/sh as a login shell and wants start another after login and writes in his...
2,626
Posted By iat00
Re: executing encrypted files
Try to use gzexe (compress/uncompress and run) and perhaps u will find a similar idea for crypt. Gzexe is a part of GNU Zip;)
5,213
Posted By iat00
There are now six usefull und nice articles for...
There are now six usefull und nice articles for beginners at:

http://www.perl.com/pub/a/2001/01/begperl6.html?wwwrrr_rss

(I myself have started again with perl [after nine years];)
3,388
Posted By iat00
Try to download it from...
Try to download it from http://www.sunfreeware.com ;)

EDIT: Fixed Link - LivinFree
Showing results 1 to 10 of 10

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