10 Ways to Improve Your Programming Productivity
Tech Titbits — 516 days ago
1. Limit News Intake to twice a day, Including Google Reader & News Sites Straight from the four hour workweek. Let’s be real: Your minute-to-minute life...
Tech Titbits — 516 days ago
1. Limit News Intake to twice a day, Including Google Reader & News Sites Straight from the four hour workweek. Let’s be real: Your minute-to-minute life...
Tech Titbits — 524 days ago
Yesterday, I started down the road of learning to develop in Perl. Came up with the idea of updating my OpenBSD firewall badhosts table with the DShields recommended IP...
Tech Titbits — 524 days ago
Perl script: It is used for searching log files. Failed SSH connectionsAccepted SSH connectionsWebsites accessed (successfully) though a squid proxy Its a very basic...
Tech Titbits — 524 days ago
I need to monitor everyone login server [assume -> linux OS] and “opened” status: How? use “root” user =>
Tech Titbits — 524 days ago
#!/usr/bin/perl # ########################################################## # MGB <= 0.5.4.5 Exploit # Vulnerability...
Tech Titbits — 529 days ago
iptables is a user space application program that allows a system administrator to configure the tables provided by Xtables (which in turn uses Netfilter) and the chains...
Tech Titbits — 534 days ago
Useful Find(s) find text in a file and show filename / line number find /fred -exec grep -inH “something” {} \; | more find old user/group ID and rename it...
Tech Titbits — 534 days ago
Securing inetd, hosts.allow, and hosts.deny Do we want to let people in ? tcp_wrappers: First lets open /etc/inetd.conf Here’s an example inetd.conf from my desktop...
Tech Titbits — 608 days ago
Linux / UNIX will not allow you to unmount a device that is busy. There are many reasons for this (such as program accessing partition or open file) , but the most...