Rénich's Blog

fedora

HowTo: Fix Google Chrome's slowness on Fedora

01 de abril de 2013

Well, if you; like me, hate Google Chrome recently; because it gets slow as a turtle, here's a solution:

google-chrome %U --disable-accelerated-compositing

I dunno what the %U does, but the other one is self explanatory. This solved my slowness problems.

My symptoms:

  • Impossible to view flash videos (choppy most of …

HowTo: Regenerate tmpfiles without restarting

13 de marzo de 2013

Ok, I'm playing around with thin and nginx now. I am into sinatra and padrino and stuff.

So, I am creating sockets for thin so nginx can read them. I need a directory in /run

I've decided to create a directory called thin; with 2770 permissions and owner/group would …

HowTo: Cómo monto un SMB share en Fedora 18?

11 de marzo de 2013

Bueno, hoy, en lo particular, tube un poco de problemas al querer montar mi disco duro de películas en Fedora.

No tuve problemas antes, pero, imagino, han de ser algunas ondas relacionadas con la edad de mi router TP-Link; el cual comparte mi disco duro de películas en la red …

Warning: nginx 1.2.7 broke down

05 de marzo de 2013

Ok, today, I was playing around with my zend framework.

I noticed that nginx had some updates and I applied them. It stop working after a nice systemctl restart nginx.service.

Now, here's my setup: https://github.com/renich/fedora-configs/tree/nginx

Well, more less. I have things configured for …

autokrn: an automated kernel building system

22 de febrero de 2013

Well, I kind of had this idea: https://plus.google.com/114257692259380959226/posts/WDgaDk46eZB

And I am working, as newbie as I am, in a ruby project that I've named autokrn.

What it should do

  • It should detect all your hardware and know which modules you're currently using. * it should …