Tech Notes header image

Yum Cheats

install with broken packages

# yum -y install yum-skip-broken

To add an ip resource who’s a member of group “ip_group” create an xml file :











import the resource using :

cibadmin -V -M -o resources -x file.xml ( note you are using -M to modify the existing group … )

delete the resource :

cibadmin -V -D -o resources -X’

MacFusion - Mount SSH/FTP folders on your Mac

My journey as a mac newbie continues, this open source tools allows me to share my FreeBSD virtual machine folder with my mac without configuring nfs or anything fancy.
best of all , its opensource …

http://www.macfusionapp.org/

Macfusion on my finder

Error: Missing Dependency: libgaim.so.0 is needed by package nautilus-sendto

tried installing gnome on CentOS using group installed and got the above error. there's a bug report and solutions for it here : http://bugs.centos.org/view.php?id=2483

Vi tips

Replace char with newline :

:s/X/^M/

^M = ctrl-V + m