Twitter

Enable remote access Ubuntu 10.04 using command line

To get a desktop enable for remote access you could use the command line to ensure that regarding which of you user have access on the PC you are able to help out in trivial task.

To do so you could run this line as root:

gconftool-2 –direct \ –config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ –type bool [...]

HOWTO Account Tracking Konica Minolta C220 under linux

I assume that you have your Konica Minolta Bizhub working fine under linux, but as soon as you enable account track, it stop working under linux (I am on Ubuntu 10.04). Looks like there is a problem on some PJL commands that the linux driver does not forward to the printer, so a solution [...]

La guerra de los moviles

00034 - iPhone vs Android vs Blackberry - Lo

This is how smartphone users see each other:

iPhone vs. Android vs. BlackBerry

Reduce the size of a dynamic VDI file in VirtualBox

I have got a Virtualbox with debian to build up windows machines using unattended. This virtual HD went up to 54Gb but internaly on 28Gb were used. So when I wanted to move out of that machine it took ages. I wonder if there is a easy way to clean up. Found it.

start [...]

how to remote syslog using openwrt

If you need to keep an eye and history about what is going on on your router enable remote login with this command:

echo “option ‘log_ip’ ’192.168.1.2′”>> /etc/config/system

Change 192.168.1.2 to your server. Then on your server (linux debian as example) check /etc/default/rsyslog and add “-r” to the default options. you would start getting [...]