Search
Recent Comments
- letterj on supybot documentation – capabilities
- gare on centos set dns
- Tyron on centos set dns
- hattan on Printer sharing Ubuntu 8.10 – Linux to Linux
- gare on Unix 101 / Unzipping Files
Tags
-
Articles
- ubuntu vnc slow fix
- centos set dns
- html to pdf including the css
- firefly media server
- free computers
- legal torrents
- talking weather alarm clock
- TED Talk – Larry Lessig on laws that choke creativity
- free culture movement
- ubuntu share music library
- Google Buzz to Twitter
- how to Root a Windows 7 box
- 20 year anniversary of Linux
- Microsoft has lost the war to Linux
- Japan’s earthquake didn’t even slow BitTorrent use
- Ubuntu 11.04 beta released
- linux netbook
- apt-get hold version
- bulk search and replace with sed
- Ubuntu on PowerPC Mac Mini
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