2011-05-25

yum

Geek post.

I've been using Ubuntu and Ubuntu-based Linux distribution for quite a while now, some 4 years give or take. And I consider myself an intermediate user, cause there's lots of shit I still don't know how to do in an efficient way. But, the thing is, I learned most of the stuff I know in Ubuntu, so, there are certain things that I know that don't transfer to other distributions...and I recently realized that, cause I had to install some stuff to the server that my employer's site runs on.

So, I have to do everything in a terminal cause I connect via SSH. And what do you know, the server has CentOS, which is based on Red Hat. Most of the stuff I knew did work, but when it comes to installing stuff, since Ubuntu and CentOS use a different type of packages, you can't install stuff the same way (unless you compile the software yourself, which is what I had to do to install Git).

yum install :)

But yeah, I enjoy very much working on a console, cause I feel more productive (if I know what I have to do), and I like how it looks like if I was a total geek, haha. And here's hoping I become an expert in due time :D

Btw, the post is called yum, cause if you're familiar with Ubuntu's "apt-get" command, well, the CentOS (and all distros that use rpm) "equivalent" is the "yum" command

3 comments:

  1. That's awesome. :) The linux computers at CS are mostly CentOS, the rest are Ubuntu. Wait, I think you already knew this from the time you went to UTEP.

    ReplyDelete
  2. Yeah, you might want to learn RedHat stuff. Because that's what enterprises that use Linux would use(for the most part). That's what the linux guy at our place uses. So yeah...

    ReplyDelete