Archivo por meses: junio 2008

screen ;)

Nothing new to add, but did want to emphasize that if a text-only terminal is all you need, ‘screen’ is the way to go. It is one of the lesser known unix goodies, and a true «wonder tool»: a tool you cannot live without once you use it. The quick primer: First time: ssh mymachine… Leer más »

Categoría: Nix

Xterm Color on Solaris

You maybe know that xterm-color (the bare default xterm with color) does not exists on Solaris. Damn !! my vim color is ugly, but there is a solution: export TERM=xtermc, it also exists on Mac and Linux so you can change your term to announce this terminal. Don’t forget the :syntax enable in your .vimrc God bless… Leer más »

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»‘;

Servers

Servers can also run an entire client/server environment – with each tier electrically isolated – in the same machine. For example, the database can run on OpenVMS while the application layer runs in Windows or HP-UNIX partitions and the Web server runs in a Linux partition.

DIRECTORY

CARLOS:FAFNER$ LS Directory DISK$USER_1:[CARLOS] CORPORATE_DATA.RDB;1 2606/2622 14-JUN-2008 03:15:49.96 CORPORATE_DATA.SNP;1 796/828 14-JUN-2008 03:15:50.33 EJEMPLO.FOR;1 1/69 14-JUN-2008 03:07:51.08 HELLO.EXE;1 6/69 14-JUN-2008 17:14:16.06 HELLO.FOR;1 1/69 14-JUN-2008 17:01:54.53 HELLO.OBJ;2 1/69 14-JUN-2008 17:08:58.82 HELLO.OBJ;1 1/69 14-JUN-2008 17:02:02.60 HOLA.BAS;1 1/69 14-JUN-2008 03:03:44.82 MAIN.TPU$JOURNAL;1 1/69 13-JUN-2008 23:00:17.88 NONAME.BAS;1 1/69 14-JUN-2008 03:03:40.03 NOTAS.TXT;6 2/69 14-JUN-2008 09:53:38.08 NOTAS.TXT;5 2/69 14-JUN-2008 03:02:49.77 NOTAS.TXT;4 2/69 14-JUN-2008… Leer más »