https://github.com/perlino/scripts/blob/master/recwindow
http://www.youtube.com/watch?v=YBon3MsQH5I
2013/11/29
2013/11/27
2013/11/15
Search for Perl module - PERL5LIB
In .bashrc:
search () { (
# Searches for perl module. Usage: "search My/Modul" or "search My::Modul"
for DIR in ${PERL5LIB//:/ }; do find -L $DIR | grep ${@//:://}; done;
) };
search () { (
# Searches for perl module. Usage: "search My/Modul" or "search My::Modul"
for DIR in ${PERL5LIB//:/ }; do find -L $DIR | grep ${@//:://}; done;
) };
2013/11/06
Installing VirtualBox on Fedora 19
Download and install VirtualBox from website.
Download and install VirtualBox extensions (matching your VirtualBox version) from website.
# yum -y install dkms binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel
# reboot
# /etc/init.d/vboxdrv setup
Download and install VirtualBox extensions (matching your VirtualBox version) from website.
# yum -y install dkms binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel
# reboot
# /etc/init.d/vboxdrv setup
Subscribe to:
Posts (Atom)