Hacker News new | ask | show | jobs
by anthk 1229 days ago
Enable ZRAM. I run luakit with just 1GB of RAM and a compressed GB of ZRAM.

Atom n270 netbook, go figure.

Also, run this to get a system wide adblocker:

    git clone https://github.com/stevenblack/hosts
  
    cd hosts

    sed -n '/Start Steven/,$p' < hosts > hosts.append

    sudo cat hosts.append >> /etc/hosts
EDIT: wrong URL