Archives
- March 2012
- December 2011
- November 2010
- October 2010
- June 2010
- May 2010
- October 2009
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- January 2009
- December 2008
- July 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- April 2006
- January 2006
- December 2005
- November 2005
- October 2005
- August 2005
- July 2005
- June 2005
- February 2005
- January 2005
- December 2004
- November 2004
Tags
applications areca backup Code complexity color colors colours developer eclipse howto intel ips jaunty java Jenkins latex libmtp Linux log log4tailer logs lucidlynx McCabe miktex monitoring mp3 mtp pdflatex programming Python python2.4 rdiff-backup release sourcecode sysadmin tail tester testing thermal issue tips tptp ubuntu Ubuntu Maverick 10.10 unittests windows wordpressVisits
- 193,298 People have read this blog so far
Monthly Archives: August 2006
Locate in FreeBSD
When you install FreeBSD, there’s no locate database, so you must create one with /usr/libexec/locate.updatedb once finished, you will be able to use locate to find files the fast way.
Posted in FreeBSD, Unix
Leave a comment
Installing Texlive2005 in FreeBSD
First of all insert the cd and mount it doing: mount -t cd9660 /dev/acd0 /cdrom then proceed following the post in: http://jordilin.wordpress.com/2006/07/31/howto-installing-and-compiling-the-latest-latex-and-kile-packages/ when finished try to write the command latex and see if you get any error: I got the … Continue reading
Posted in FreeBSD, Unix
Leave a comment
FreeBSD
I’ve left Ubuntu, and now I use FreeBSD. A Unix BSD like operating system. It’s very powerful, fast and reliable. I’ve been playing with it only for two days and to be sincere is wonderful. Much faster and responsive than … Continue reading
Ubuntu with a Mac look and feel
You can customize your Ubuntu OS look and feel in many ways. There are lots of icons, desktop themes and wallpapers. In the screenshot below I show off the capacity of Ubuntu to adopt other styles such as the cool … Continue reading
Posted in Ubuntu Linux
2 Comments
A moderator free forum? http://modfree.2.forumer.com/
Yes. It’s a linux oriented forum and has been initiated by richbarna, a very well known ubuntuforum user. Now is run by BigDave and Richbarna as well. You are free to sign up and participate in this small and nice … Continue reading
Posted in General Blogging, Linux, Ubuntu Linux
6 Comments
Bookmark tagging and social annotation with Diigo
The other day I discovered an awesome tool to surf and discover new web pages in Internet. Its name is Diigo and you can find it in http://www.diigo.com. For those who already know del.icio.us, just tell you that Diigo is … Continue reading
Posted in General Blogging, General News
1 Comment
HOWTO: Gui Apps when you are root in Ubuntu
When you are the root user by typing sudo -i you can’t execute gtk apps, and you get the following message: cannot open display: (null) That’s made for security reasons. To enable executing GUI apps then follow the instructions: When … Continue reading
Posted in HOWTOs, Ubuntu Linux
2 Comments
HOWTO: Wget, the best download manager out there
Wget is by far one of the best download managers in the world. So, lets explain some tricks to empower your internet experiences to a level you haven’t reach before. Downloading a file wget http://url wget ftp://url If the download … Continue reading
Posted in HOWTOs
4 Comments
Firefox Extensions
Firefox extensions are a way to enhance your surfing experiences. Many people just don’t know that they exist or just forget about them. Here a list of the more powerful and useful extensions: Adblock All-in-One Sidebar Clippings DownThemAll FasterFox FlashGot … Continue reading
Posted in HOWTOs, Open Source, Ubuntu Linux
Leave a comment
HOWTO: The power of FIND
Another way of searching for files is using the command “find”. In this howto you’ll see different ways of using find. I will point out the most typical situations. Looking for: The biggest files modified the last 24h. Typical when … Continue reading
Posted in HOWTOs
Leave a comment