Archivo de la categoría: Nix

Adding mcrypt Support to PHP on CoolStack 1.3.1

Antes instalar: pkg-get -i autoconf Link: Adding mcrypt Support to PHP on CoolStack 1.3.1 One of the things that CoolStack is missing however is the mcrypt extension, which is used in a number of PHP applications, for example PHPMyAdmin. I was surprised this was missed out, as so many others are included. However it’s not… Leer más »

Bandwith Monitoring Tools

I did a lot of research about [tag]bandwidth[/tag] [tag]monitoring[/tag] [tag]tools[/tag] recently. Yesterday, I wrote about ibmonitor and bandwidthd in Bandwidth Monitoring blog. Today I just would like to share another great bandwidth monitoring tools. Note: The installation guide below running either with RHEL3/4 and FC4. A. tcptrack is a sniffer which displays information about [tag]TCP[/tag] connections it sees on a network interface. It passively watches… Leer más »

JDS Project Develops ZFS Time Slider

 JDS Project Develops ZFS Time Slider   The ZFS Time Slider UI is the most recent delivery from the JDS Project, endorsed by the Desktop Group. Browse the source and specs here.The UI uses SMF services to determine when and which ZFS filesystem to snapshot based on a set schedule, so you can backup and restore files safely and efficiently! The ZFS Time Slider development… Leer más »

NFS SOlaris 10

1. enable NFS server by running the following: svcadm -v enable -r network/nfs/server 2. Run the following command will not persist over reboots. share -F nfs -o rw /webpool To persist over reboots, add an entry to /etc/dfs/dfstab /etc/dfs/dfstab» 13 lines, 430 characters # Place share(1M) commands here for automatic execution # on entering init… Leer más »

ZFS Boot Solaris

http://blogs.sun.com/storage/entry/zfs_boot_in_solaris_10 Quick ZFS Overview – Storage devices are grouped into pools – Pools have redundancy and robustness features ( mirror, raid) – Datasets ( File systems and volumes ) are allocated from within the pool ( no longer associated with disk slices) – Copy-on-write allows for fast snapshots and clones of datasets ( clones are… Leer más »

SAMP via blastwave

instalación de los módulos Modulos pkg-get samp pkg-get -i apache2 ap2_modphp5 pkg-get -i php5 php5_mysql php5_openssl php5_bz2 php5_curl php5_gd php5_gettext php5_mcrypt php5_ldap php5_imap php5_odbc pkg-get mysql5

Updating patching solaris 10

You probably want to get your systems up to date. I rather like the tool smpatch. You can just do «smpatch update» and it will apply most of the patches you need. Or you can do it step by step: smpatch analyze: see what should be applied smpatch download: download them smpatch update: applies them… Leer más »

bash colors y hostname

ssybl0:~]$cat ~/.bashrc export LS_OPTIONS=’–color’ eval «‘gdircolors'» alias ls=’gdir $LS_OPTIONS’ alias ll=’gdir $LS_OPTIONS -l’ alias l=’gdir $LS_OPTIONS -lA’ export PS1='[\h:\w]\$’ Añadir: ssybl0:~]$cat .bash_profile source ~/.bashrc