divendres, 7 de gener del 2011

TextMate Bundle Management

Installing and managing TextMate bundles has always been a pain. You have to check it out from source, figure out where in the filesystem it goes, and restart TextMate.

Fortunately, someone was clever enough to make an automated solution to this problem. It handles all these cases: fetching the source, putting it in the right place, and reloading TextMate.

It’s available on GitHub as a gem, so you’d think you’d be able



Not so much. The executable the gem seems broken. Let’s install it by hand:



Now let’s see what’s available:



Lots of goodies. Let me just install a few for the stuff I regularly use…



If you happened to installed one of these in the past, you’ll need to uninstall it first.



That’s all there is to it.

By josh on technical stuff @ http://technicalpickles.com/

dilluns, 3 de gener del 2011

Estat de la memoria en FreeBSD

Necessites l'estat de la memoria per traçar amb el Cacti, amb la sortida de Linux?
Hi ha varies opcions:





i si ho hem de cridar desde un script:

Una altre opció força xula, pero la sortida no es igual a la de linux es l'script freebsd-memory:

Font de l'script:

dimecres, 29 de desembre del 2010

Instal·lar Nagios en Freebsd

Instruccions per instal·lar nagios en Freebsd 8.1:

ies# cd /usr/ports/net-mgmt/nagios
ies# make install clean

Fer una ullada a:



Moduls a instal·lar:

dimarts, 28 de desembre del 2010

Mac Os X: Mount NFS Share / Set an NFS Client

Super ben explicat:


How do I access my enterprise NAS server by mounting NFS filesystem onto my Mac OS X based system using GUI and command line based tools?

NFS (Network File System) is the common for file sharing on NAS server and Linux / UNIX systems like, HP-UX, Solaris, Mac OS X, and others. Mac OS X can be setup as an NFS client to access shared files on the network.

divendres, 12 de novembre del 2010

Webmin en Ubuntu Server 10.4 LTS

Instal·lem les llibreries i dependències:

# aptitude -y install perl libnet-ssleay-perl openssl \
libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl \
apt-show-versions libapt-pkg-perl
 
Si es queixa de libmd5-perl l'haurem d'instal·lar a ma:
Descarregar la versió mes actual des de:
http://ftp.debian.org/pool/main/libm/libmd5-perl/ 
 
#dpkg -i  libmd5-perl_2.03-1_all.deb
Descarregar el Webmin de http://www.webmin.com
i instal·lar:
# dpkg -i webmin_1.510-2_all.deb
 
El problema / Complexitat esta en les dependències i que la llibreria libmd5-perl no esta en els repositoris... 
La resta es tot normal, senzill i ràpid.
 

dissabte, 16 d’octubre del 2010

Guidelines for Numbering IPv6 Point-to-Point Links and Easing the Addressing Plans

http://www.consulintel.euro6ix.org/ietf/draft-palet-v6ops-point2point-00.html

There are different alternatives for numbering IPv6 point-to-point links, and from an operational perspective, they may have different advantages or disadvantages that need to be taken in consideration under the scope of each specific network architecture design.

However, as a general rule, this document suggest the approach of using /64 in order to ensure not only compliance with standards, and consequently facilitate interoperability, but also in order to ensure avoiding possible future issues and simplifying the addressing plans.

The use of /64 also facilitates an easier way for routing the shorter aggregated prefix into the point-to-point link. Consequently it simplifies the "view" of a more unified addressing plan, providing an easier path for following up any issue when operating IPv6 networks.