Category Archives: Linux

ubuntu vnc slow fix

Vino / VNC was not refreshing the screen on the remote desktop of an Ubuntu machine. Found a fix for ubuntu 11.04: v_2ryann (v-2ryann) wrote on 2010-07-30: #18 Here is the answer guys, on how to do it without changing … Continue reading

Posted in Linux, Ubuntu | Leave a comment

centos set dns

domain name not resolving on a CentOS box? [root@localhost ~]# ping -c2 www.google.com ping: unknown host www.google.com Edit /etc/resolv.conf to add some nameservers: # Googles Public DNS nameserver 8.8.8.8 nameserver 8.8.4.4 search localdomain No reboot necessary! (writing this basic step … Continue reading

Posted in CentOS, Linux | 2 Comments

html to pdf including the css

.. because I wasted way to much time on finding easiest way to convert an html file to pdf , including the css : 1. On apt based Linux, install wkhtmltopdf and its dependencies : sudo apt-get install wkhtmltopdf 2. … Continue reading

Posted in Linux, Ubuntu, WebTechnology | Leave a comment