Archiv 3. November 2013

Sonntag, 3. November 2013

(Aus dem Archiv) Setting up a Virtual Postscript Network Printer on Windows

Der vorliegende Artikel habe ich ursprünglich irgendwann einmal ab 2002 auf meinem damaligen Linux-Entwicklungsserver im Web publiziert. Da ich das bloggen erst 2005 entdeckt habe, waren die Tipps in einer grossen HTML-Seite untergebracht. Anlässlich einer Aufräumaktion auf dem Server habe ich mich entschieden, die „Perlen“ über meine heutige Kommunikationsplattform ins Web zu posaunen. Seitdem ich die Artikel verfasst habe, sind viele Tage ins Land gegangen — ob der Artikel noch Gültigkeit hat, entscheidet der geneigte Leser selber.

This installation instructions were compiled of several pages I’ve found on the web. Since i’m using Windows 2003, the screenshots may be up to date and valid for Windows 2000 Professional/Server, Windows XP Home/Professional.

The Task

I wanted to make my Brother HL-760 compatible with Mac OS X – unfortunately, Brother gives no driver support for this platform. There is a solution with GIMP-Print, which didn’t satisfy me at all (it’s a bit tricky, graphics get badly dithered). Fortunately, the HL-760 supports a printing standard at all – PCL. This helped a lot. I’m not sure wheter this print-server could print to any printer which has driver-support on windows?

The Printing Process

After you’ve set up the virtual printer, you can install a Postscript-Compatible driver on mostly any known workstation (like Mac OS, Mac OS X, Linux, …) and print to to the Windows-Server (first try to use LPR because it’s an open standard). The postscript-data received by the server is being processed by Ghostscript, converted to PCL (proprietary HP Printing Language) and finally sent to the Brother HL-760.

The Requirements

You need the following software, available for free:

  • Other Network File and Print Services
    A windows component provided for free by Microsoft; available at least since Windows 2000 (see Microsoft Knowledgebase for installation instructions)
  • TCP/IP print server service is set up to start up automatically
  • Ghostscript
    Converts Postscript-Files to other Formats like PCL or PDF (with a few changes to the printer.rsp-File, you can build a free PDF-Printer with no cost!).
  • RedMon
    Short for ‚Port Redirection Monitor‘. Redirects data received on a Printer-Port to another printer and allows to pre-process the data.

The Installation Screenshots

After you’ve successfully installed Ghostscript and RedMon you’re ready to set up and configure your print-server. (Please note that these screenshots were made on my server at home and therefore reflect my environment. It may vary from yours, but as you’re obviously kinda pro who got to my page, you should be able to perform the necessary translations with ease).

setup_rpt_01

setup_rpt_02

setup_rpt_03

setup_rpt_04

Error Logging was essential after the first test runs didn’t work as expected. The error messages stored to the error log file did help a lot fixing problems (pathnames with spaces, as example).

setup_rpt_05

After you’ve successfully set up RedMon and Ghostscript, you need to set up a new printer.

setup_rpt_06

setup_rpt_07

setup_rpt_08

This is the clue: You need to assign not a physical, but a virtual port to the printer – the RPT1:, set up above.

setup_rpt_09

It is essential that you create a postscript-compatible Printer, whereby the Apple Laserwriter II is recommended.

setup_rpt_10

I called the printer ‚Postscript‘ to avoid having troubles with spaces and special-chars in LPR-Queue-Names, which could confuse UNIX operating systems (?).

Tags: , , , ,
Labels: IT

Keine Kommentare | neuen Kommentar verfassen

Sonntag, 3. November 2013

(Aus dem Archiv) Windows 2000 and Windows XP as LPD Server

Der vorliegende Artikel habe ich ursprünglich irgendwann einmal ab 2002 auf meinem damaligen Linux-Entwicklungsserver im Web publiziert. Da ich das bloggen erst 2005 entdeckt habe, waren die Tipps in einer grossen HTML-Seite untergebracht. Anlässlich einer Aufräumaktion auf dem Server habe ich mich entschieden, die „Perlen“ über meine heutige Kommunikationsplattform ins Web zu posaunen. Seitdem ich die Artikel verfasst habe, sind viele Tage ins Land gegangen — ob der Artikel noch Gültigkeit hat, entscheidet der geneigte Leser selber.

You can turn your Windows 2000 and Windows XP-Clients in a LPD Server at ease:

  1. Just make sure you have the Other Network File and Print Services components installed.
  2. Set the TCP/IP print server service to startup automatically

According to www.uark.edu

Tags: , ,
Labels: IT

Keine Kommentare | neuen Kommentar verfassen

Sonntag, 3. November 2013

(Aus dem Archiv) Default LPR Queue Names of different Vendors

Der vorliegende Artikel habe ich ursprünglich irgendwann einmal ab 2002 auf meinem damaligen Linux-Entwicklungsserver im Web publiziert. Da ich das bloggen erst 2005 entdeckt habe, waren die Tipps in einer grossen HTML-Seite untergebracht. Anlässlich einer Aufräumaktion auf dem Server habe ich mich entschieden, die „Perlen“ über meine heutige Kommunikationsplattform ins Web zu posaunen. Seitdem ich die Artikel verfasst habe, sind viele Tage ins Land gegangen — ob der Artikel noch Gültigkeit hat, entscheidet der geneigte Leser selber.

List

Windows with LPR-Support: Use the name of the printer as it appears in Start > Settings > Printers (don’t know whether spaces and special chars cause problems).

Tags: , , ,
Labels: IT

Keine Kommentare | neuen Kommentar verfassen

Sonntag, 3. November 2013

(Aus dem Archiv) Apple Printers

Der vorliegende Artikel habe ich ursprünglich irgendwann einmal ab 2002 auf meinem damaligen Linux-Entwicklungsserver im Web publiziert. Da ich das bloggen erst 2005 entdeckt habe, waren die Tipps in einer grossen HTML-Seite untergebracht. Anlässlich einer Aufräumaktion auf dem Server habe ich mich entschieden, die „Perlen“ über meine heutige Kommunikationsplattform ins Web zu posaunen. Seitdem ich die Artikel verfasst habe, sind viele Tage ins Land gegangen — ob der Artikel noch Gültigkeit hat, entscheidet der geneigte Leser selber.

Apple Knowledge Base

  • Apple Printer Utility (Mac)
    The Apple Printer Utility program works with all Apple PostScript Level 1, PostScript Level 2, and PostScript 3 printers. If this software is used with a non-Apple printer or with a printer developed after this release, a set of generic features will be available. The generic feature set consists of options that are common to most PostScript printers. These features should work with non-Apple printers but are not specifically supported by Apple. This utility is included with the LaserWriter 8.5.1 software posted here. It replaces all previous versions of Apple Printer Utility.

Tags: ,
Labels: IT

Keine Kommentare | neuen Kommentar verfassen

Sonntag, 3. November 2013

(Aus dem Archiv) HP Printers

Der vorliegende Artikel habe ich ursprünglich irgendwann einmal ab 2002 auf meinem damaligen Linux-Entwicklungsserver im Web publiziert. Da ich das bloggen erst 2005 entdeckt habe, waren die Tipps in einer grossen HTML-Seite untergebracht. Anlässlich einer Aufräumaktion auf dem Server habe ich mich entschieden, die „Perlen“ über meine heutige Kommunikationsplattform ins Web zu posaunen. Seitdem ich die Artikel verfasst habe, sind viele Tage ins Land gegangen — ob der Artikel noch Gültigkeit hat, entscheidet der geneigte Leser selber.

HP provides a variety of software solutions to set up or manage your HP Jetdirect-connected network printers. more…

  • HP Install Network Printer
    Install a single network printer or small group of printers on a small peer-to-peer or client-server network.
  • HP Download Manager
    Upgrades HP Jetdirect firmware. Downloads firmware files from the internet as needed. A bundled package of Download Manager and firmware files can also be downloaded.
  • HP Web Jetadmin
    Remote installation, configuration, and management of HP Jetdirect-connected print servers, non-HP printers that support the Standard Printer MIB, and printers with embedded Web servers Alerts and consumables management. Remote firmware upgrades for HP Jetdirect print servers Asset tracking and utilization analysis.
  • Securing HP Jetdirect Print Server
    The following security steps are described which will help make an HP Jetdirect print server secure on the network.
  • HP Web Jetadmin Settings Explained
    This document provides instructions for using the embedded Web server in the HP Jetdirect 175X, 200M, 250M, 610N print servers that have a firmware version of x.21.xx.

Tags: , ,
Labels: IT

Keine Kommentare | neuen Kommentar verfassen

Sonntag, 3. November 2013

(Aus dem Archiv) Presetting second screen for VLC (VideoLAN Client) fullscreen playback

Der vorliegende Artikel habe ich ursprünglich irgendwann einmal ab 2002 auf meinem damaligen Linux-Entwicklungsserver im Web publiziert. Da ich das bloggen erst 2005 entdeckt habe, waren die Tipps in einer grossen HTML-Seite untergebracht. Anlässlich einer Aufräumaktion auf dem Server habe ich mich entschieden, die „Perlen“ über meine heutige Kommunikationsplattform ins Web zu posaunen. Seitdem ich die Artikel verfasst habe, sind viele Tage ins Land gegangen — ob der Artikel noch Gültigkeit hat, entscheidet der geneigte Leser selber.

Ever wondered how to preset video output screen in VLC (Videolan Client) permanently instead of switching to device two every time you fire up the client (Video > Video device > Screen 2)? I finally found the following hint at a support mailing list of the videolan developers:

The default screen can be set under

preferences >
modules >
interface >
video device

Tags: ,
Labels: Apple

Keine Kommentare | neuen Kommentar verfassen

Sonntag, 3. November 2013

(Aus dem Archiv) Battlefield 1942 on Mac: Two hints for power-users

Der vorliegende Artikel habe ich ursprünglich irgendwann einmal ab 2002 auf meinem damaligen Linux-Entwicklungsserver im Web publiziert. Da ich das bloggen erst 2005 entdeckt habe, waren die Tipps in einer grossen HTML-Seite untergebracht. Anlässlich einer Aufräumaktion auf dem Server habe ich mich entschieden, die „Perlen“ über meine heutige Kommunikationsplattform ins Web zu posaunen. Seitdem ich die Artikel verfasst habe, sind viele Tage ins Land gegangen — ob der Artikel noch Gültigkeit hat, entscheidet der geneigte Leser selber.

Dual screen/display set up – run on secondary screen

It took me some time to figure out: Press and hold the ‚Apple‘-key and doubleclick on the Appliction icon (Note: This only seems to work with ‚Battlefield 1942.app‘ and not with ‚Battlefield 1942 The Road To Rome.app‘). Instead of launching the game, a small dialogue box comes up, where you can set the monitor on which the game should be displayed (aside, there are some other nice features like: play windowed, set resolution and refresh rate).

Bring up command console in the game

A lot of googling didn’t help – some sites mention the ~ key, others state ^ should be pressed, the third thinks it’s better to press the key above tab – nevermind, it’s < > on Mac!

Tags: , ,
Labels: Apple

Keine Kommentare | neuen Kommentar verfassen

Sonntag, 3. November 2013

(Aus dem Archiv) Installing mod_bwshare on Debian Linux running Apache 2.0.x

Der vorliegende Artikel habe ich ursprünglich irgendwann einmal ab 2002 auf meinem damaligen Linux-Entwicklungsserver im Web publiziert. Da ich das bloggen erst 2005 entdeckt habe, waren die Tipps in einer grossen HTML-Seite untergebracht. Anlässlich einer Aufräumaktion auf dem Server habe ich mich entschieden, die „Perlen“ über meine heutige Kommunikationsplattform ins Web zu posaunen. Seitdem ich die Artikel verfasst habe, sind viele Tage ins Land gegangen — ob der Artikel noch Gültigkeit hat, entscheidet der geneigte Leser selber.

Recently, I noticed msnbot was spamming my whole upload bandwidth because it seemed to create a complete dump of my photo gallery – several image requests within a minute! After some googling I discovered several Apache modules which promise to get rid of such bots running amok (although there are some concerns about artificially prolonging download times for leechers – beware!). I finally decided to go on with mod_bwshare. In a temporary „dust of war“, I got the wrong impression that I needed to upgrade to Apache 2.0.x to be able to get a precompiled .deb. Well, haha! There isn’t a debian package available right now. Well, okey, at least I’m running the newest Apache now, although I had to

apt-get remove apache
dpkg-reconfigure php4
dpkg-reconfigure php4-mysql
dpkg-reconfigure php4-curl
dpkg-reconfigure php4-imap
dpkg-reconfigure php4-gd

to get back to my „touched working system“ and make PHP aware of Apache 2. Be aware: Everything starts with untouched config files, so make sure you enable error logging in PHP again. Especially if you’re a web-dev like I am, you know about usefulness of

error_reporting = E_ALL

Okey, now straight back to the task. Since all this stuff is open source, we could at least give it a try with compiling and stuff (honestly, I just now enough about compiling to completly havoc a system, but I was a lucky guy in this case). So download the source files:

cd /tmp
wget http://www.topology.org/src/bwshare/bwshare-0.1.3.zip
unzip bwshare-0.1.3.zip

So, there we had’em now, hundreds of lines of codes. As stated on the developers homepage itself, running

cd src/modules/bwshare
apxs2 -c mod_bwshare.c
apxs2 -i mod_bwshare.la

Should do the trick. Nada, first we needed the developer package:

apt-get install apache2-dev

Once again:

apxs2 -c mod_bwshare.c
apxs2 -i mod_bwshare.la

A lot of warnings were displayed, but finally, I read

...
chmod 644 /usr/lib/apache2/modules/mod_bwshare.so

After having succesfully compiled mod_bwshare, I had to create two text-files in /etc/apache2/mods-available/

bwshare.load
bwshare.conf

and pasted the following contents:

LoadModule bwshare_module /usr/lib/apache2/modules/mod_bwshare.so
# Some bandwidth control parameters.
BW_tx1cred_rate         2
BW_tx1debt_max          10
BW_tx2cred_rate         1000
BW_tx2debt_max          1000000

<Location /bwshare-info>
SetHandler bwshare-info
</Location>

<Location /bwshare-trace>
SetHandler bwshare-trace
</Location>
</IfModule>

That was it (if you got that far, you surely know now what comes next – putting symlinks in mods-enabled/ and doing a

apache2ctl graceful

(Thanks to our solaris master Aeschlimann at the University for the graceful hint some time ago – greetz).

Tags: , ,
Labels: Linux

Keine Kommentare | neuen Kommentar verfassen

Sonntag, 3. November 2013

(Aus dem Archiv) Installing SNMP-Daemon (snmpd) on IPCop for remote monitoring

The Task

After some days of testing I finally found out a relative simple solution to run a SNMP-Daemon on my IPCop-Router.

Package management under Mac OS X

First of all, I had to deal with Debian-packages. This posed some problems to me, because I don’t have any linux box here except the one running IPCop, which hasn’t package-managers installed. After I dived into manuals for dpkg i was able to extract the files on my PowerMac running Mac OS X. Before you can execute the shell command below, you need to download and install Fink. After that, continue:

dpkg-deb -x <package>.deb <destination-dir>

Installation

You now do have the required files on your workstation, but yet they need to be put on the IPCop-box. Make use of an SFTP-Client, which requires the SSH-Service enabled on the router. With a SSH-connection to the box, I checked the error messages which occured upon start of the snmpd and then went out to look for the additional files required. The ’search file within packages‘-Function of some package-sites helped me a lot!

Packages needed

These 3 Debian-Packages are essential for your success. Download the .debs and extract them to a single folder with the command mentioned above:

  • snmpd (4.2.3-2)
  • libsnmp4.2 (= 4.2.3-2)
  • libwrap0

File locations

I had to copy all files over to IPCop manually, therefore I made this list to monitor all the files necessary.

/lib/libwrap.so.0
/usr/lib/libucdagent-0.4.2.so
/usr/lib/libucdmibs-0.4.2.so
/usr/lib/libsnmp-0.4.2.so

/usr/sbin/snmpd

Caveats

Don’t try to copy snmpd.conf over to the box. In my case, it prevented snmpd to act the way it should. I have no idea where the problem lied, but after deleting snmpd.conf, everything worked fine. I hope this saves you a lot of headaches.

Tags: ,
Labels: Linux

Keine Kommentare | neuen Kommentar verfassen

Sonntag, 3. November 2013

(Aus dem Archiv) „Saving your Settings“ / „Einstellungen werden gespeichert“ takes forever on logout

Der vorliegende Artikel habe ich ursprünglich irgendwann einmal ab 2002 auf meinem damaligen Linux-Entwicklungsserver im Web publiziert. Da ich das bloggen erst 2005 entdeckt habe, waren die Tipps in einer grossen HTML-Seite untergebracht. Anlässlich einer Aufräumaktion auf dem Server habe ich mich entschieden, die „Perlen“ über meine heutige Kommunikationsplattform ins Web zu posaunen. Seitdem ich die Artikel verfasst habe, sind viele Tage ins Land gegangen — ob der Artikel noch Gültigkeit hat, entscheidet der geneigte Leser selber.

  1. Group Policy Editor (gpedit.msc)
  2. Local Computer Policy
  3. Administrative Templates
  4. System
  5. Logon
  6. „Maximum retries to unload and update user profile“ = 2 (default 60 [seconds? tries?])

Hint taken from Annoyances.org

Tags: , , ,
Labels: IT

Keine Kommentare | neuen Kommentar verfassen