debianhelp.wordpress.com

Haven’t checked out many of the guides here, but this one looks very indepth:

To Do List After installing Linux Mint 16 OS | Linux Support.

Nmap – Free Security Scanner For Network Exploration & Security Audits.

Nmap – Free Security Scanner For Network Exploration & Security Audits..

Adding webmin and joomla to a centos box

Post LAMP on centos:

install webmin:

rpm -qa webmin cd /tmp wget http://www.webmin.com/jcameron-key.asc rpm –import jcameron-key.asc vi /etc/yum.repos.d/webmin.repo edit to contain:

[Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1

yum install webmin service iptables stop iptables -I INPUT -p tcp -m tcp –dport 10000 ; service iptables save service iptables start browse to http://ip.address:10000 login with […]

centos configuration, the continuing saga

So, if you have been following along various posts made here over the past month, you know that I have taken to centos as my go-to server. I have made a nice centos vm at work and configured it with LAMP to serve as a intranet server. Everything is running along nicely, so I thought […]

Server World – Build Network Server

Server World – Build Network Server.

DigitalOcean Links

A bunch of great tutorials in getting a centos webserver up:

How To Install Linux, Apache, MySQL, PHP (LAMP) stack On CentOS 6 | DigitalOcean

How to install phpmyadmin in centos and nginx server | DigitalOcean

How To Install phpMyAdmin on a LEMP server | DigitalOcean

How To Install and Secure phpMyAdmin on a CentOS […]

PissedOffAdmins » mount: unknown filesystem type ‘LVM2_member’

A friend brought me his Iomega Home Media Network Hard Drive that had lost all network connectivity – looks like the network jack took a power hit and, unfortunately, it is the only physical port that supports communication (the usb port is for attaching another external drive to the Iomega). Using the latest […]

Roundcube on CentOS

So, I have been working with CentOS 6/6.5 for several months (it’s one of the best variants I’ve worked with in a while), and I have decided to go at it the old fashioned way and forgo zpanel (the opensource xpanel/WHM alt) and the other gui based administration tools. Afterall, Cent was crafted as […]

Migrating email

Migrating from unix /var/mail/spool mail to maildir:

Moving from a old Verio VPS server to Softlayer’s cloud required migrating from the old “unix” email format where all mail for a user was kept in a single file. Softlayer/WHM offered two email formats, courier or dovecot. I had luck with dovecot and did not pursue courier.

[…]

Exim Cheatsheet

Apparently my knowledge of sendmail is obsolete.

Say hello to Exim:

Exim Cheatsheet.