By gill, 18 August, 2019

To print to the SAMSUNG ML-3312ND you need:

  • Generic Linux drivers
  • SAMSUNG (now HP) Unified Linux printer drivers Print Driver (Driver) ver.V1.00.27.04 - Linux (MULTI LANGUAGE, 15.44 MB) 
  • CUPS

Try these steps:

  1. Download and decompress ULD_V1.00.27.04.tar.gz
  2. Copy

    ./uld/x86_64/rastertospl
    to

    /usr/lib/cups/filter
    and set ownership, permissions, and SELinux context like the other filters in that directory

     

By gill, 15 April, 2020
  • DUBENSKY,Arcady (b. Vyatka, Russia, (now the Republic of Tatarstan) 15 Oct.1890; d.Tenafly, NJ.14 Oct. 1966)Concerto Grosso for Three Trombones and Tuba(1949)
  • “The Star-Spangled Banner” arranged by Master Sgt. Wes Ballenger.
  • “Overture to Candide” by Leonard Bernstein, arranged by Master Sgt. Wes Ballenger.
  • “A Simple Song” from Mass by Leonard Bernstein, arranged by Master Sgt. Wes Ballenger, featuring vocalist Staff Sgt. Jeremy Cady.
  • You just heard “In Nomine Patris” from Mass by Leonard Bernstein, arranged by Master Sgt. Wes Ballenger.
  • By gill, 15 June, 2016
    From drupal.org Last updated August 27, 2012. Created on January 15, 2009. Edited by fuerst, lukas.fischer, adellefrank, rezboom.

    The standard procedure to upgrade Drupal to the latest release is to download it from drupal.org and follow the included UPGRADE.txt. For administrators using the UNIX shell, it may be easier by using a patch file instead. To follow the procedure described below you need the diff and patch commands which are available at most LINUX distributions.

    By gill, 19 October, 2017

    I found this procedure on the webs and used it slightly modified, as outlined below.

    Become root with sudo su -
    Insert the USB drive, and find its device name.

    lsblk
    
    sdk                 8:160  1  31.6G  0 disk
    └─sdk1              8:161  1  13.7G  0 part /run/media/gill/OCTD

    Unmount the partition.

    umount /dev/sdk1

    Run fdisk with the device name and remove existing partitions.

    By gill, 6 October, 2017

    Here is my sources list:

    deb http://ports.ubuntu.com/ubuntu-ports/ xenial main restricted
    deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial main restricted
    deb http://ports.ubuntu.com/ubuntu-ports/ xenial-security main restricted
    deb http://ports.ubuntu.com/ubuntu-ports/ xenial-updates main
    deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-updates main restricted