PF - Extended Introduction
Thursday, 6 September 2007
The talk will introduce packet filter (pf) - a *BSD firewall system - and summarize its history and projected future. After providing a short overview of pf's general functionality and some firewall basics, it will concentrate on packet filter's advanced feature-set from the administrator's point of view. The talk will also cover the integration of ALTQ, a mature framework for traffic shaping and priorization. Finally it will provide a short overview of the "Common Address Redundancy Protocol" (CARP) and its integration in pf.
Download video
Download slides
Allowing Web Access in SELinux using chcon
Saturday, 28 July 2007
If you have experienced 403 errors with a RedHat-based distro such as CentOS or Fedora, you may be encountering Type Enforcement issues. This video illustrates one way they commonly originate and how to gain access when you're being forbidden.
What happens here:
- user logs in to root (su or sudo preferred)
- creates new user to generate home directory
- creates index file in home directory
- locates httpd.conf file
- modifies VirtualHost entry to redirect requests
- restarts apache
- loads page, receives 403
- sets chmod and chown values to be less restrictive (unnecessary)
- reloads page to same 403 forbidden error
- views security context with "ls -Z"
- changes security context type with "chcon -T"
- reloads and displays index page successfully
Consult the tutorial at intarwebz.com for more specific details.
Read more...Getting Windows passwords
Wednesday, 18 July 2007
This is tutorial on cracking the sam key using Linux Ubuntu and Sam Inside.
FreeBSD: Hard disk encryption
Thursday, 15 February 2007
How to protect your data on FreeBSD machine even when your computer is turned off? This hard disk encryption guide will help.
Linux: Introduction to BackTrack
Wednesday, 10 January 2007
Introduction to well known security LiveCD distribution - Backtrack. Download video (AVI, 16 Mb).