Archivo de la categoría: Nix

coolstacks solaris

Cool Stack Installation on Solaris 10 You must be ‘root’ to install the packages. Download the packages you are interested in into any directory. For each of the downloaded packages, run the following bunzip2 and pkgadd commands: bunzip2 [package.pkg.bz2] For example: bunzip2 CSKmysql_1.3RC1_sparc.pkg.bz2 pkgadd -d [package.pkg] For example: pkgadd -d CSKmysql_1.3RC1_sparc.pkg This process will install… Leer más »

OSSEC

OSSEC is a scalable, multi-platform, open source Host-based Intrusion Detection System (HIDS). It has a powerful correlation and analysis engine, integrating log analysis, file integrity checking, Windows registry monitoring, centralized policy enforcement, rootkit detection, real-time alerting and active response. Home

.htaccess

USING .HTACCESS & HTPASSWD TO PROTECT YOUR FILES FROM UNAUTHORIZED ACCESS It is possible there are parts of your site which you would prefer that not just anyone have access to. APACHE and other web servers provide a system that you can use to control access to certain directories on your website. You might have… Leer más »

osx escalation

osascript -e ‘tell app «ARDAgent» to do shell script «whoami»‘;

untangle database postgres

If you ssh into untangle or are on the terminal «psql -U postgres uvm» will get you a postgresql prompt on the untangle database. Running «\d» will tell you all the tables that are available. To get remote access to the database you will need to modify /var/lib/postgres/pg_hba.conf This is done in the standard but somewhat complicated way… Leer más »

squid

http://www.gra2.com/article.php?query=generador&story=20050208110955884

SambaLDAP

http://www.alcancelibre.org/staticpages/index.php/SAMBALDAP-CENTOS5

Enable SSH debian

http://www.ruf.rice.edu/~rlug/help/tips-ssh.html Use this on Debian based boxes: Use update-rc.d to create the symlinks to the appropriate runlevel directories. update-rc.d -f ssh defaults 20 Since there are tons of brute force attacks against SSH captured by DenyHosts: http://stats.denyhosts.net/stats.html I’d consider it a bad idea to allow remote ssh (ie. via the external interface) to the Untangle… Leer más »

xen error

Hi Folks, I’ve searched throught this board and noticed a few folks have had this problem…Mine started after installing an ethernet card….Screen came up blue…..»Registry file failure. The registry cannot load the hive file System Root\System32\Config\Software I found this apparent fix when booting from the Windows XP cd…. Quote: Do you have a XP CD?… Leer más »

Multiple Xen Vlans

Configuring bridges for multiple VLANs This section will be beefed up a bit later. I’m rushing it out due to popular demand!