Ok, just to announce, in case anybody cares, that I am a dual resident now. I have Funtoo on my desktop (the PC I use most) and Fedora 21 in my laptop.
Usually, I write all my articles for Fedora but, for now, I will be writing them for both …
Archive > Tag: Community
Ok, just to announce, in case anybody cares, that I am a dual resident now. I have Funtoo on my desktop (the PC I use most) and Fedora 21 in my laptop.
Usually, I write all my articles for Fedora but, for now, I will be writing them for both …
I, honestly, don't know what's happening here. I dunno if you're delegating pulseaudio to jack or viseversa. Anyway, I use this method to enable my http://us.focusrite.com/usb-audio-interfaces/scarlett-18i20 in Fedora 20. I hope it helps out:
#!/usr/bin/env bash
pulseaudio -k
pulseaudio -k
pulseaudio -k …
I am no fan of javascript. In fact, I despise it. But, recently, it occured to me that it would be cool to change the CSS theme according to the client's time.
Here's how:
function change_css_according_to_time() {
var d = new Date();
var h = d.getHours();
if ( h >= 7 && h <= 19 ) {
console …
Hoy, tras leer: http://derechoaleer.org/blog/2014/07/the-pirate-bay-el-catalogo-de-la-biblioteca-de-babel.html, me dió por ponerme de subversivo.
No me gusta cuando un país hace cosas en favor de los intereses comerciales de empresas con moral distraída.
Así que, ahí van algunas técnicas para que puedas esquivar los intentos de bloqueo …
I ran through hell today!
I tried doing things the old way. You know; edit /etc/sysconfig/network-scripts/ifcfg-eth1 in order to set it to a static IP. Well, bad idea.
I had all kinds of problems when the two interfaces where online (eth0 and eth1). For example: