Monday, December 19, 2011

Linux Mint 12 - add printer

Run "system-config-printer" at terminal to add printer.

Linux Mint 12 - connect to Samba share

Gigolo is a simple frontend to easily connect to remote filesystems. Gigolo can use the following protocols provided by GVfs:

Unix Device (file)
Photos (gphoto2)
Obex (obex)
HTTP (http)
Archive (archive)
Network (network)
WebDAV (secure) (davs)
WebDAV (dav)
Windows Share (smb)
FTP (ftp)
SSH (sftp)

Tuesday, November 22, 2011

How to remove Zaptel?

  1. Stop Asterisk:
    /etc/init.d/asterisk stop
  2. Stop Zaptel:
    /etc/init.d/zaptel stop
  3. Remove Zaptel:
    cd /usr/src/zaptel-1.4.12.1
    make uninstall-modules
    make uninstall-hotplug
    rm /etc/zaptel.conf
    rm /etc/init.d/zaptel
     

Tuesday, September 6, 2011

Clone SSD

Create image file for old SSD at /dev/sdb

dd if=/dev/sdb of=~/ssd.img

Copy image file to new SSD at /dev/sdb
dd if=~/ssd.img of=/dev/sdb