Archive for the ‘Ubuntu’ Category.

Debian Bridge

/etc/network/interfaces:

auto br0
iface br0 net dhcp
   bridge_ports eth0 eth1
   bridge_stp off
   bridge_fd 3

Opera and mysterious font aliasing problem in Ubuntu and Debian

Opera renders text without antialiasing under Ubuntu and Debian when a value in the font-family CSS property matches a “Core X” font before an Xft font.

That’s why Opera can be set to ignore core X fonts, by unchecking the Enable Core X fonts configuration option. You can use this as a workaround.

Continue reading ‘Opera and mysterious font aliasing problem in Ubuntu and Debian’ »