avatar

psybermonkey's pings

Sort By:

Have been playing around with local::lib and bootstrap a few directories. After switching a few local::lib directories, I tend to forget which cpan module is installed in which local::lib directory and this make perl don’t know where to find the cpan module. This is how to set the environment variable @INC so that perl can ...
psybermonkey Posted by psybermonkey User Menu on April 3, 2010 at Monkeying around systems, scratching my needs
A note for myself. This is how to list out what perl modules are installed.Way 1 :perl -MFile::Find=find -MFile::Spec::Functi ons -Tlwe 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'Way 2 :perldoc perllocal*** these are all taken from “http://perldo c.perl.org/perlmodli b.html”
psybermonkey Posted by psybermonkey User Menu on March 26, 2010 at Monkeying around systems, scratching my needs
By default, perl modules installed through cpanX (cpanm, cpanp & cpan) utilities are install into system wide perl directory. Although this will make the module available through out all users on this box, it also means if there’s a problem with particular module, it affects all users. Some other problem hit me as well :Problem ...
psybermonkey Posted by psybermonkey User Menu on March 20, 2010 at Monkeying around systems, scratching my needs
Following IronMan Challenge posts not only for the sake of seeing What Color of Hair & Shirt ends up with Matt but the posts have been much enlightening. Recently in IronMan Challenge, there’s been much talk about one of Miyagawa’s project, App::cpanminus. Basically, cpanminus is a tool to install perl module from CPAN, without the ...
psybermonkey Posted by psybermonkey User Menu on March 12, 2010 at Monkeying around systems, scratching my needs
FreeBSD is an excellent operating system, be it on a Desktop (PC-BSD) or Server. Its stability and flexibility was never an issue, nor even software availability (21135 ports currently available to deploy). Most of the time, ports will install the necessary dependencies to fulfill its requirement. But certain ports installs the X11 (X window system) ...
psybermonkey Posted by psybermonkey User Menu on January 15, 2010 at Scratching My Needs
FreeBSD is an excellent operating system, be it on a Desktop (PC-BSD) or Server. Its stability and flexibility was never an issue, nor even software availability (21135 ports currently available to deploy). Most of the time, ports will install the necessary dependencies to fulfill its requirement. But certain ports installs the X11 (X window system) ...
psybermonkey Posted by psybermonkey User Menu on January 15, 2010 at Scratching My Needs
There are various way of managing ports, using utilities. The usual “cd /usr/ports/<port s directory>; make; make install; make clean“, portmaster, portupgrade and others. Today, this post will brief on how to use portmanager to install, upgrade and delete ports.Using portmanager to manage ports have a few advantage :portmanager scans for what dependencies …
psybermonkey Posted by psybermonkey User Menu on January 14, 2010 at Scratching My Needs
There are various way of managing ports, using utilities. The usual “cd /usr/ports/<port s directory>; make; make install; make clean“, portmaster, portupgrade and others. Today, this post will brief on how to use portmanager to install, upgrade and delete ports.Using portmanager to manage ports have a few advantage :portmanager scans for what dependencies …
psybermonkey Posted by psybermonkey User Menu on January 14, 2010 at Scratching My Needs
When too many icon clogging on the Menu Bar, re-arrange them might look better. The shortcut key to arrange the icons is :Cmd + mouse left clickon an icon then start arranging them. Adios !!!
psybermonkey Posted by psybermonkey User Menu on January 13, 2010 at Scratching My Needs
When too many icon clogging on the Menu Bar, re-arrange them might look better. The shortcut key to arrange the icons is :Cmd + mouse left clickon an icon then start arranging them. Adios !!!
psybermonkey Posted by psybermonkey User Menu on January 13, 2010 at Scratching My Needs
The default download program for ports is using fetch. fetch is fine but my personal preference is wget. wget uses 1 connection to download, unlike my previous post that mentioned “Download ports simultaneously with multiple connections“.But wget gives extra bell and whistle like date/time of the download, log to file, continue from a partially downloaded ...
psybermonkey Posted by psybermonkey User Menu on January 12, 2010 at Scratching My Needs
The default download program for ports is using fetch. fetch is fine but my personal preference is wget. wget uses 1 connection to download, unlike my previous post that mentioned “Download ports simultaneously with multiple connections“.But wget gives extra bell and whistle like date/time of the download, log to file, continue from a partially downloaded ...
psybermonkey Posted by psybermonkey User Menu on January 12, 2010 at Scratching My Needs
Ports gets it’s sources from internet. If the sources is big or there are multiple tens of sources, the tendency to fail in the mid of the ports installation increases.Scenario 1:Bumpy internet broadband internet connection, like mine, will disconnect halfway when downloading big files (> 10 MB)Scenario 2:Large ports that depends on tens if not ...
psybermonkey Posted by psybermonkey User Menu on January 10, 2010 at Scratching My Needs
Ports gets it’s sources from internet. If the sources is big or there are multiple tens of sources, the tendency to fail in the mid of the ports installation increases.Scenario 1:Bumpy internet broadband internet connection, like mine, will disconnect halfway when downloading big files (> 10 MB)Scenario 2:Large ports that depends on tens if not ...
psybermonkey Posted by psybermonkey User Menu on January 10, 2010 at Scratching My Needs
Ports randomly gets it’s source server list from /usr/ports/Mk/bsd.si tes.mk, as defined by the port maintainer. But the top 1st choice of the list may not be the one physically near to us and thus the download speed is much desirable. Most of the time compiling ports doesn’t necessary takes a long time (like my 3 ...
psybermonkey Posted by psybermonkey User Menu on January 8, 2010 at Scratching My Needs
Ports randomly gets it’s source server list from /usr/ports/Mk/bsd.si tes.mk, as defined by the port maintainer. But the top 1st choice of the list may not be the one physically near to us and thus the download speed is much desirable. Most of the time compiling ports doesn’t necessary takes a long time (like my 3 ...
psybermonkey Posted by psybermonkey User Menu on January 8, 2010 at Scratching My Needs
Gimp stands for “GNU Image Manipulation Program“, which is an open source image editing problem. It’s capability often compare to professional software but fortunately, Gimp acceptance as Pro image editing software is getting better. Even so, Gimp is still popular among beginner up to hobbyist user.Gimp’s available on multiple platform and since it is …
psybermonkey Posted by psybermonkey User Menu on January 7, 2010 at Scratching My Needs
Gimp stands for “GNU Image Manipulation Program“, which is an open source image editing problem. It’s capability often compare to professional software but fortunately, Gimp acceptance as Pro image editing software is getting better. Even so, Gimp is still popular among beginner up to hobbyist user.Gimp’s available on multiple platform and since it is …
psybermonkey Posted by psybermonkey User Menu on January 7, 2010 at Scratching My Needs
While adding GUI Desktop environment into my development box, an error encountered when compiling KDE4, the stable and nice looking Desktop environment. Compiling KDE4 can take quite some time as it depends on few hundred other ports. Alternatively, you can install KDE4 from the packages by using the command :pkg_add -r kde4But installing programs using ...
psybermonkey Posted by psybermonkey User Menu on January 6, 2010 at Scratching My Needs
While adding GUI Desktop environment into my development box, an error encountered when compiling KDE4, the stable and nice looking Desktop environment. Compiling KDE4 can take quite some time as it depends on few hundred other ports. Alternatively, you can install KDE4 from the packages by using the command :pkg_add -r kde4But installing programs using ...
psybermonkey Posted by psybermonkey User Menu on January 6, 2010 at Scratching My Needs

The Community Meta Blog
for Singapore Bloggers
v2.1.0

Join Singapore Blog Awards 2012

Bloggers: Singapore Blog Awards 2012
is now acceping nominations!

 

latest comments rss feed

 
 

shouts rss feed for latest shouts history

avatar hexsarash: hai....
avatar aieza: siang all
avatar 88henry: morning every1
avatar felizaong: SHOES SHOPPING! Me wearing it>> www.ping.sg/read/Shopping-Aldo-Wedges
avatar nawwaf: salam semua.. heyyy
avatar hexsarash: khukhukhu...
avatar sl417k: hai
avatar birthmark: A small bit of China.
avatar bloggerindonesia: Penyebab Ketidakseimbangan Neraca Saldo
avatar mingisland: www.bigmouth8.com
avatar coolinsights: Why You Need to Start Journalling and Blogging ping.sg/item/The-Benefits-of-Journalling-and-Blogging
avatar sevra: ^_^
avatar hexsarash: halo all...^_^
avatar bloggerindonesia: Proses Pembuatan Neraca Saldo
avatar hariagsutomo: tes...tes...
avatar grandong: pagi semua...
avatar w_delon: isilo
avatar blue8118: Is Coconut one of Miss Earth Sabah Finalists?
avatar hexsarash: huahem....
 

new users

coffeeluwak azka123 arifpmc tkeenuh hongxingpeggy dingqian101212 kamipenjajah