I have been studying Iptables for the best part of the day and have a question on the table 'security'. 'man iptables' reads; This table is used for Mandatory Access Control (MAC) networking rules, such as those enabled by the SECMARK and CONNSECMARK targets, methods impleme ...more
Good evening. I have been working on a project recently and thought it may be time to share it with the community. Minus a few test runs here and there, this is essentially my first python project and would appreciate the feedback, especially with error handling as I'm certa ...more
Good evening, After spending far too much time reading/researching over creating anything, Ive recently taken the plunge and started my own .py The section of the code is as follows: elif netopt == 4: cmdopt = rawinput( “Pop a question\nChoice: ”) cmdopt = int(cmdopt) stdin ...more