Sharing Files from Ubuntu to Windows
Nov17

Sharing Files from Ubuntu to Windows

KB ID 0000412 Problem If you have only a few files to share, you might want to consider using Dropbox, however if you want to share your files over the network then you need to install samba and configure it. Solution   Related Articles, References, Credits, or External Links Special Thanks to Morbuis1 Over at the Ubuntu Forms for the help. Samba Install Error  

Read More
SquirrelMail – Error connecting to IMAP server 13 : Permission Denied
Nov17

SquirrelMail – Error connecting to IMAP server 13 : Permission Denied

KB ID 0000880  Problem After installing SquirrelMail (with Postfix and Dovecot). When I attempted to connect via a browser, this is what happened. Solution Nice easy fix, 1. Connect via SSH (or open a temrinal window) > Logon as, or su to root. 2. Execute the following command; setsebool -P http_can_network_connect=1 Related Articles, References, Credits, or External Links...

Read More
Configure Postfix for SASL Authentication from Dovecot
Nov17

Configure Postfix for SASL Authentication from Dovecot

KB ID 0000883  Problem I built a Postfix mail server with Dovecat on CentOS 6.4 installed last week. To read my emails I installed SquirrelMail on the same server, and surprisingly it all went well. However If I attempted to send mail from Microsoft Outlook on my laptop, or from my iPhone this happened; The following recipient(s) cannot be reached:       ‘name@domain-name.com’ on 22/11/2013 22:21 Server error: ‘554...

Read More
Linux – Enable PHP Short Tags
Nov17

Linux – Enable PHP Short Tags

KB ID 0000886  Problem I have a particular web page that uses PHP short tags. Post migration from my old hosting company to a dedicated VPS, this stopped working. As I know little about Linux, and even less about PHP, I asked the question at Experts Exchange about why It was no longer working. I took no time at all, for someone who knew what they were doing to say, “Your code uses ‘Short tags’, but you do not have...

Read More
Backing up a Remote Linux Machine With Windows  (Using Rsync and Cygwin)
Nov17

Backing up a Remote Linux Machine With Windows (Using Rsync and Cygwin)

KB ID 0000892  Problem The goal here was for me to get a backup of my VPS server (Running CentOS 6). My background is primarily Windows based, so I wanted a solution where I can just run the backup from a Windows machine, (i.e. my my laptop) and let it connect, login and perform the backup. What is Rsync? If you are familiar with Robocopy it’s similar, it can perform a backup/sync of data and encrypt that data while it’s...

Read More
Postfix – Change The ‘Welcome Banner’
Nov17

Postfix – Change The ‘Welcome Banner’

KB ID 0000907 Problem After my recent DNS troubles, I was checking my mail server’s (MX) records, and got a warning about not having any reverse lookup records (PTR) configured properly. I telnetted to the mail server on port 25, and saw it was responding with the servers host-name. I know my records are correct for the FQDN of the server, I just needed to change its welcome banner. Solution Change the Postfix Welcome Banner by...

Read More
Dropbox – Windows, Linux, Apple and Dropbox Portable (USB) Installation
Nov17

Dropbox – Windows, Linux, Apple and Dropbox Portable (USB) Installation

KB ID 0000409 Problem You would like to sync your files/folders between more than one machine? Dropbox, is a service that lets you keep files in “The Cloud” and synchronise them across multiple machines and platforms. It’s one of those things that once you start to use it you wonder what you did before you had it. Simply put it’s like having a USB drive that you don’t need to carry around with you, and...

Read More

Connecting Evolution Mail Client to Exchange 2010 (and Exchange 2007)

KB ID 0000378 Problem Out of the box Evolution can only connect to Exchange 2000 and Exchange 2003, this is because it uses OWA to connect, when Exchange 2007 was released, the way OWA was presented changed a great deal. So if you try and connect to a newer version of Exchange it will error. (Before you email in, I know in 2010, its now called Web App not OWA). But there’s nothing to stop you connecting to Exchange 2007 and...

Read More

GNS3 – Assign an IP Address to Linux Microcore QEMU Guest

KB ID 0000932  Problem The whole point of having these guest machines is for testing communications, putting an IP address on them so you can ping things, is a pretty basic step. Solution 1. Console in, and execute the following commands, obviously change the IP addresses to the ones you require. sudo su ifconfig eth0 10.10.10.10 netmask 255.0.0.0 up route add ip default gw 10.10.10.1 route add default gw 10.10.10.1 Related Articles,...

Read More
Cisco ASDM – Accessing with Ubuntu
Nov17

Cisco ASDM – Accessing with Ubuntu

KB ID 0000396 Dtd 11/02/11 Problem Even though I prefer to use command line, there are times I need to manage Cisco firewalls from the ASDM. To do this from my Netbook running Ubuntu 10.10 it was not as straight forward as I was used to. Solution In my scenario I’m using Ubuntu 10.10 Desktop Edition, Chrome as my browser, and the ASDM is running version 6.3(1). 1. Before we start I’m assuming you know what the ASDM is and...

Read More