161 reputation
12
bio website ixquick.com
location Minnesota
age
visits member for 1 year, 3 months
seen Apr 14 '12 at 18:39
stats profile views 69

I'm currently working on a Mint/Ubuntu based Lived Distro called Linux Surfer.

Linux Surfer is intended for browsing the web safely and protecting your hard drive from web based attacks. It comes with a the Silicon theme.

http://www.demonoid.me/files/?uid=8372521&seeded=2

Currently my focus is primarily on permission based protection solutions, which include isolating apps in new user accounts.


Apr
6
revised Upstart script: Detect shift key down at boot
added 79 characters in body
Apr
6
revised Upstart script: Detect shift key down at boot
added 11 characters in body
Apr
6
revised Upstart script: Detect shift key down at boot
added 11 characters in body
Apr
6
comment Upstart script: Detect shift key down at boot
Hey, I'm trying understand your answer better. Could you help me with step 11 in my edited question?
Apr
6
revised Upstart script: Detect shift key down at boot
deleted 78 characters in body
Apr
6
revised Upstart script: Detect shift key down at boot
added 23 characters in body
Apr
6
revised Upstart script: Detect shift key down at boot
added 874 characters in body
Apr
6
revised Upstart script: Detect shift key down at boot
deleted 238 characters in body
Apr
6
revised Upstart script: Detect shift key down at boot
added 84 characters in body
Apr
6
revised Upstart script: Detect shift key down at boot
added 1110 characters in body
Apr
6
revised Upstart script: Detect shift key down at boot
added 859 characters in body
Apr
6
revised Upstart script: Detect shift key down at boot
added 859 characters in body
Apr
6
revised Upstart script: Detect shift key down at boot
added 361 characters in body
Apr
6
comment Iptables Not Blocking User
I'm learning the order you issue iptables commands are very important. I want to call these two commands: iptables -A INPUT -p tcp --dport 80 -j ACCEPT iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT Which should I put first? I'm concerned the first may except everything, but instead I'd like to make sure only what I start can create connections on port 80. Does it matter? Should I just leave out the first one?
Apr
6
revised Upstart script: Detect shift key down at boot
added 19 characters in body
Apr
6
revised Upstart script: Detect shift key down at boot
added 2801 characters in body
Apr
6
revised Upstart script: Detect shift key down at boot
added 2801 characters in body
Apr
6
comment Upstart script: Detect shift key down at boot
@Tuminoid Could see my question again. I've edited it to try to create a step solution. I need your help.
Apr
6
revised Upstart script: Detect shift key down at boot
added 2801 characters in body
Mar
30
comment Iptables Not Blocking User
I'm just getting started with iptables. Thanks for the link.