sudo rm /var/lib/dpkg/lock-- This solution was found here: http://www.ubuntugeek.com/how-to-fix-lock-varlibdpkglock-open-11-resource-temporarily-unavailable-error.html.
sudo rm /var/lib/dpkg/lockHOWTO: Install Dansguardian on a single desktop AND for a network
Dansguardian does an outstanding job of web content filtering to protect from rubbish on the internet. This howto is a synthesis of information taken from:
http://www.pilpi.net/journal/item-985.php
Setting up Dansguardian using Tinyproxy and Firehol on Ubuntu/Edubuntu
...
Minirok is a small music player written in Python using Qt/KDE and GStreamer. The main interface is a tree view of the filesystem, with a playlist that can only be populated via drag and drop. There is no collection built from tags, so it’s targeted at people whose music collection is structured in a tree already at the filesystem level.
sudo apt-get install libstdc++2.10-glibc2.2 libsane-dev sane sane-utils
cd /home/install/samsung-scx-4100-printer
tar -xzf 20070725084555687_UnifiedLinuxDriver.tar.gz
sudo ./cdroot/Linux/install.sh
[2] I am sure I have necessary software installed. Continue installation
DeviceURI file:/dev/usblp0
sudo /etc/init.d/cupsys restart
# Samsung|SCX-4100
SYSFS{idVendor}=="04e8", SYSFS{idProduct}=="3413", MODE="664", GROUP="scanner"
Be sure to put it before LABEL="libsane_rules_end"# Create symlink for usb printer to /dev/usb/lp* BUS=="usb", KERNEL=="lp[0-9]*", SYMLINK+="usb/%k"A usb printer is assigned the device file /dev/usblp0 (or whichever number at
sudo /etc/init.d/udev restartThis will restart udev.
sudo chown -R root:root *
sudo ./autorun
#
# Magic to make /proc/bus/usb work
#
#mkdir -p /dev/bus/usb/.usbfs
#domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listm$
#ln -s .usbfs/devices /dev/bus/usb/devices
#mount --rbind /dev/bus/usb /proc/bus/usb
#
# Magic to make /proc/bus/usb work
#
mkdir -p /dev/bus/usb/.usbfs
domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmo$
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb