Lectures and articles
Here is a list of the lectures I gave and articles I wrote.
FreeBSD, ipfw and OpenVPN 2.1 server
Document (slideshare.net): FreeBSD, ipfw and OpenVPN 2.1 server.pdf
Content:
- Introduction
- The setup
- The difference between routing (tun) and bridged mode (tap)
- Installing the OpenVPN server
- Configuring the server:
- Up and down scripts
- Example client config file
- Auto starting the OpenVPN server on boot
- Configuring the firewall (ipfw)
- Starting and testing the server
CodeIgniter PHP Framework
Location: PHP Konferenca 2009, NEST 2009
Slides: CodeIgniter PHP Framework - PHP Konferenca 2009.pdf, CodeIgniter PHP Framework - NEST 2009.pdf
Content:
- What is a (web) framework?
- MVC design pattern
- Why choose CodeIgniter?
- CodeIgniter history
- Using CodeIgniter (controllers, models, views, helpers, libraries and ActiveRecord)
- Useful links and resources
- CodeIgniter books