Debian Administrator’s Handbook

Published on May 10, 2012, by in linux, sysadmin.

Two well known Debian developers have written the Debian Administrator’s Handbook. It is now available in paper back as well as ebook formats. Check it out! http://debian-handbook.info/2012/the-debian-administrators-handbook-is-available/

Connect Midi Keyboard for Playback in Linux

Published on April 22, 2012, by in linux.

Below is a simple how-to guide to use your USB midi keyboard in Linux to play some basic sounds back. I’ll show you some tips! 1. First, connect and power on your USB midi keyboard. 2. Next, on Debian or Ubuntu, install these packages which will pull in all related depedencies. sudo apt-get install qjackctl

(More)…

Install aircrack-ng on Debian Linux

Published on January 13, 2012, by in linux.

What’s New in Ubuntu Server 12.04 LTS

Published on January 4, 2012, by in linux, sysadmin.

Ubuntu Server 12.04 will be released on 26 April 2012. Ubuntu 12.04 is supported with security updates until 2017 which makes Ubuntu LTS an attractive choice for use as a server. At the time of this blog post, 12.04 is still in Alpha 1 so many changes are still occurring. However, I will give you

(More)…

Disable SSLv2 in Cyrus IMAP server

Published on December 15, 2011, by in sysadmin.

Cyrus often ships by default with SSLv2 enabled which can be considered a security vulnerability. Here’s how to disable SSLv2 in your Cyrus IMAP server! 1. Edit the file /etc/imapd.conf sudo nano /etc/imapd.conf Find the following line, and remove the SSLv2 indication where it may be found: Before: tls_cipher_list: TLSv1:SSLv3:SSLv2:!NULL:!EXPORT:!DES:!LOW:@STRENGTH After: (below is the Debian

(More)…

ufw Allow From Specific IP on Specific Port

Published on October 10, 2011, by in sysadmin.

ufw is the friendly command line firewall utility in Debian and Ubuntu. I’ll show you how to create a specific rule syntax for allowing traffic in from a specific ip on a specific port. Say for example you want to allow traffic from 192.168.1.215 on udp port 88. Here is the command: $ sudo ufw

(More)…

ClamAV On-Access Scanning For Samba Shares

Published on September 6, 2011, by in sysadmin.

Your Linux-based samba file server can automatically scan for Windows viruses with clamav and svs.I’ll show you some tips on getting this running with Debian 6! 1. Install clamav In Debian 6, install clamav-daemon which will also pull in the other required clamav packages. sudo apt-get install clamav-daemon The on-access samba anti-virus scanner svs is

(More)…

Home Posts tagged "debian"
© Copyleft scottlinux.com CC BY-SA 3.0