Slackware 12.1 has been released with kernel 2.6.24-5 and available for download.
{ 0 comments }
Slackware 12.1 has been released with kernel 2.6.24-5 and available for download.
{ 0 comments }
Forensics is the art and science of applying computer science to aid the legal process.
{ 0 comments }
How do I lock out a user after a set number of login attempts in Linux but also automatically unlock it after N minutes?
{ 5 comments }
The joke on this page was obtained from the FSF’s email archives of the GNU Project: There are four major species of Unix sysad: 1.The TECHNICAL THUG. Usually a systems programmer who has been forced into system administration; writes scripts in a polyglot of the Bourne shell, sed, C, awk, perl, and APL. 2.The ADMINISTRATIVE [...]
{ 1 comment }
Under Linux operating system you can use the faillog command to display faillog records or to set login failure limits. faillog command displays the contents of the failure log from /var/log/faillog database file. It also can be used for maintains failure counters and limits. If you run faillog command without arguments, it will display only list of user faillog records who have ever had a login failure.
{ 13 comments }
Static routes improves overall performance of your network (especially bandwidth saving). They are also useful in stub networks (i.e. there is only one link to the network). For example, each LAN (located at different offices) is connected to HQ IDC (Internet data center) using single T1/LL/Wan links.
For example under Red Hat/Fedora Linux you can add static router for eth0 network interface by editing /etc/sysconfig/network-scripts/route-eth0 file. Under Debian Linux add static route by editing /etc/network/interface file.
{ 33 comments }