Installing vsftpd on ubuntu 12.10

Posted on Monday, May 27, 2013



This post has been superseded by a new post at


http://www.whiteboardcoder.com/2013/06/aws-create-vsftpd-ftp-server.html




I recently was asked to set up an ftp server for a client.  I had some partial old notes on setting up a vsftpd server on Ubuntu 12.10 but they were incomplete and not much help to me.   So I had to make this guide.

My goal is to set up a vsftpd server and use virtual users using PAM authentication.  

jQuery Dialog Basics

Posted on Wednesday, May 22, 2013



I am starting to learn jQuery for a current job I am working on.  I thought I would put up some notes I am writing on the subject as I study it.   I am sure there are far better notes and sites out there to learn jQuery from, given my current level of beginner.   But who knows, maybe you are a beginner to and you might find this useful.

I have a need to create a modal dialog in a page  (a pop in alert).  And this dialog needs to have a notification and a few buttons on it.


Visual Studio 2012 C# PrintDocument Dimensions etc.

Posted on Saturday, May 18, 2013



I have a need to print out some documents programmatically using .Net and C#.    I just want to see how I can get the dimensions of the page I will be printing on.

To start off with I am using a program that can print multiple pages and select printers.  The notes on how to make this program can be found here http://www.whiteboardcoder.com/2013/05/visual-studio-2012-c-print-printer-list.html

Visual Studio 2012 C# Print printer list etc

Posted on Wednesday, May 15, 2013



I have a need to print out some documents programmatically using .Net and C#.  

This document just goes over the a few specific features Selecting a printer to print to.  Printing more copies, setting the portrait or landscape, and printing ranges.


Visual Studio 2012 C# PrintPreviewControl

Posted on Monday, May 13, 2013



I have a need to print out some documents programmatically using .Net and C#.  

This document just goes over the PrintPreviewControl


Visual Studio 2012 C# Print more than one page

Posted on Friday, May 10, 2013



I have a need to print out some documents programmatically using .Net and C#.   Here are my notes on how to get basic printing working in C#.

This document just goes over printing on more than one page


Visual Studio 2012 C# Print more than one page

Posted on Wednesday, May 8, 2013



I have a need to print out some documents programmatically using .Net and C#.   

This document just goes over printing on more than one page


Visual Studio 2012 C# Basic Printing

Posted on Saturday, May 4, 2013



I have a need to print out some documents programmatically using .Net and C#.   Here are my notes on how to get basic printing working in C#.