Category: Linux

  • Samba + CUPS + Printing from Windows and Linux

    My OKI B4100 PCL printer is connected to my Debian server and I want it to accept print jobs from remote Windows and local and remote Linux. CUPS and Samba need to be installed and RAW printing needs to be enabled in CUPS (see below). For the CUPS server (using the CUPS web interface) and…

  • phpMyAdmin and SSL

    Can’t login to phpMyAdmin with SSL? Add $cfg[‘PmaAbsoluteUri’] = ‘https://your.server.com/phpmyadmin/’; to /etc/phpmyadmin/config.inc.php.