Skip to content

/dev/null

The black hole…

  • About Me
  • Amazon Wishlist

Tag: linux

programming unix

High-Order Makefile

June 16, 2024June 17, 2024ambsLeave a Comment on High-Order Makefile

Yesterday I was trying to automate a process using a Makefile. At first, I was mostly using Bash inside the Makefile to iterate over a lot of files and perform operations. Unfortunately, that approach does not allow us to use multiple parallel jobs, taking advantage of the multi-processor available in the machine. I decided to […]

macosx operating system unix windows

Linux, 2017!

July 23, 2017ambsLeave a Comment on Linux, 2017!

First of all, please do not read this post as a complain. Just as an analysis. I am a Linux user for decades. I remember using Linux in my first year of University, somewhere about 1996. I never stopped using Linux, in the server, but during some years, somewhere between 2002 and 2017 I was […]

hardware unix

Getting back to Linux: Part #1

October 30, 2016ambsLeave a Comment on Getting back to Linux: Part #1

After the last Apple keynote, the news on Mac Book Pro, and the exorbitant price, I took part of this Sunday to look back to Linux as a Desktop. Although I work usually on a 2011 Mac, that runs perfectly (just some bumps), I have a Lenovo laptop. So, I decided to install the Linux […]

geek Series

The Big Bang Theory – S03

March 11, 2014ambsLeave a Comment on The Big Bang Theory – S03

Well, to change a little, this time I do not share a picture of Penny, but of this pervert scientist. Let me know where to find one like this. Regarding this series, the main idea is Penny and Leonard being committed in some kind of relationship. Of course that ends mostly at the end of […]

unix

Testing Linux I: OpenSuse and Fedora

January 7, 2010ambsLeave a Comment on Testing Linux I: OpenSuse and Fedora

I got a PC laptop for work with… Windows. Decided to install a Linux on it, and decided to give a look at current distributions. At the moment I was looking for a non-newbie system but with some basic configuration issues automated. For example, I desesperate when I need to configure a wireless manually. I […]

uncategorized

Linux gives too many choices…

November 5, 2009ambs1 Comment on Linux gives too many choices…

Every time I touch a Linux not installed by myself I got to the same feeling. Linux gives too much choices when installing a new operating system and the default options are good just if the only user of the machine is the administrator. If the guy installing the Linux does not have knowledge on […]

uncategorized

Moblin 2.1, last impressions

October 28, 2009ambsLeave a Comment on Moblin 2.1, last impressions

Last time I used Moblin 2.1 it suggested me to update the operating system. About 200MB of downloads. After about half an hour of downloads and updates (the SSD is quite slow) I turned the machine down. Today I turned the machine on and… the operating system crashed with a message that a component failed, […]

unix

Moblin 2.1 – First Impressions

October 18, 2009ambsLeave a Comment on Moblin 2.1 – First Impressions

After some disasters with Ubuntu on my Acer Aspire One (it just stopped working, X crashing and other problems) I tried moblin again. Installed version 2.1 beta and my first impression is that it is more stable than 2.0 at the moment. The browser seems more stable, loading pages faster. Unfortunately the flash plugin is […]

unix

tar guessing compression method

September 19, 2009September 19, 2009ambs1 Comment on tar guessing compression method

Finally (not sure how long ago, but I just found out about it three days ago) the tar unix utility (gnu version) can guess what the compression method to use. Now I can forget that -j is used for bzip2, -z is used for gzip, and some other for xz. Just use ‘tar axf’ for […]

All Rights Reserved.