Everything on this site comes without any warranty!
Linux
cups syslog printer
Submitted by admin on Thu, 02/24/2011 - 13:44I wanted to print to syslog, instead of paper, so i created the syslog backend for cups.
You have to place this file in /usr/lib/cups/backend and make sure is has the execute bit on.
#!/bin/bash
logger $*
env | logger
cat $6 | logger
If you have named this file 'syslog' then configure your printer with a device URL starting with syslog:
Installing java 6 on Ubuntu Lucid (10.04)
Submitted by admin on Sat, 06/26/2010 - 10:51To install Sun/Oracle java 6 on Ubuntu Lucid do the following in a Terminal window:
sudo apt-get install sun-java6-jre sun-java6-fonts sun-java6-bin sun-java6-plugin
If this says: E: Package sun-java6-jre has no installation candidate then do:
sudo bash -c " echo 'deb http://archive.canonical.com/ubuntu lucid partner' >>/etc/apt/sources.list "
sudo apt-get update
And try again.
When you have installed the packages you should do:
sudo update-java-alternatives -v -s java-6-sun
IPv6 DHCP firewall settings
Submitted by admin on Fri, 04/09/2010 - 19:00To allow DHCPv6
ip6tables -A OUTPUT -o ppp0 -p udp --dport 547 -j ACCEPT ip6tables -A INPUT -i ppp0 -p udp --dport 546 -j ACCEPT
Ondersteuning Ubuntu & Debian software en beheer
Submitted by admin on Sat, 03/27/2010 - 12:38Voor meer informatie neem telefonisch kontakt op met 071-5890970.
Linux ondersteuning
Submitted by admin on Fri, 03/27/2009 - 13:03Het komt niet vaak voor, maar toch. Soms heb je gewoon wat hulp nodig met een onwillige linux server. Misschien stopt hij tijdens het booten, of heb je een fout gemaakt tijdens het configureren van logical volumes.
We kunnen op redelijk korte termijn je helpen met het vinden van een oplossing.
Bel ons: 071-5890970
Pinnacle Showcenter 200 with oxylbox
Submitted by admin on Thu, 05/25/2006 - 15:09If you want your showcenter to automatically find your oxylbox webserver, then you have to install avahi-daemon, and create a file:
/etc/avahi/services/difi.service file with the following content:
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<!-- See avahi.service(5) for more information about this configuration file -->
<service-group>
<name replace-wildcards="yes">Oxylbox on %h</name>
<service>
<type>_difi._tcp</type>
<port>8000</port>
</service>
</service-group>
8000 is the port number of the apache instance of your oxylbox server.