Posts

Showing posts with the label beginner

Getting started with VyOS firewall

This is a super simple command lines to get started with VyOS firewall. In this example, we will create a firewall rule that block every packet coming out of interface eth0 except the client with IP address 172.20.1.11: 1. Create the firewall rule set by name set firewall name Genius default-action drop set firewall name Genius rule 1 action accept set firewall name Genius rule 1 source address 172.20.1.11 commit 2. Apply the rule set to an interface: set interfaces ethernet eth0 firewall out name genius commit save Reference:  https://wiki.vyos.net/wiki/User_Guide#Firewall

Django seminar - September and October

Image
I had planed for my Django presentations in September and October ( see the plan here ). But, according to my agreement with the teacher at the University a week ago, plan has to be changed: 1. September :  *  Topic : A crash course on  Django *  Attendants : students *  Date Time : 6PM September 30th, 2013 *  Venue:   room C102  Saigon University , Bà Huyện Thanh Quan street, Ho Chi Minh City. 2. October :  I will do the presentation at 2 Universities, on the same topic a. Saigon University: *  Topic :  A crash course on  Django *  Attendants : students *  Date Time : 6PM October 1st, 2013 *  Venue :  room D104  Saigon University, AN Dương Vương street, Ho Chi Minh City. b. University of Information Technology: *  Topic :  A crash course on  Django *  Attendants : students *  Date Time : 7:30AM October 5th, 2013 *  Venue :...