@maxclark
- How does your logo look to a 5 year old? http://t.co/OSPns8Ra 5 days ago
- good grief rt# pkg_info | wc -l 212 6 days ago
- is there a perl module that RT doesn't use? sigh. 6 days ago
- "The General has lost his contact lens." 1 week ago
- wow, go #SEALs ! 1 week ago
- Omg!!! 2 weeks ago
- Testing (at @wanphy) — http://t.co/Qo0Av6r8 2 weeks ago
Recent Comments
-
Recent Posts
Tag Archives: Linux
Pass a PCI Compliance Scan in 5 Steps
PCI (Payment Card Industry) Compliance/Standards were originally created to standardize on a set of rules and guidelines to help protect credit card holders from theft – specifically theft from a website being hacked and their information compromised. At what point … Continue reading
Set the time zone on a per user basis
Continuing on my general rant that all computer systems should use UTC/GMT for their system clocks the question is often posed by users that want to see their own local time when they log into a remote computer. Procedure – … Continue reading
Reboot Linux box after a kernel panic
To reboot a Linux box automatically after a kernel panic all you need to do is customize the “kernel.panic” sysctl. > echo “kernel.panic=10″ >> /etc/sysctl.conf This example will cause a reboot after 10 seconds.