Monitoring my phone's internet activity with DD-WRT and Perl
Do you know who your phone is talking to?
Read it
Fixing a sluggish Linux after suspend-resume
The cpupower program can resolve throttled machines
Read it
Schedule jobs like a boss with every
Introducing every, the cron scheduling app written in Perl
Read it
The ultimate guide to Windows and Unix file line ending conversion in Perl
Think you know how to fix CRLF in one line of Perl? There might be more to it than you think …
Read it
Wear the cloak of invisibility with OpenVPN and Perl
How to covertly screen-scrape behind an encrypted connection and masked identity
Read it
How to schedule Perl scripts using cron
Cron is a job scheduling program available on UNIX-like platforms. Most system commands can be scheduled including the execution of Perl programs. Once a job is setup, cron will run it as scheduled even if the user is not logged in, which can be a great way to automate sysadmin tasks or repetitive jobs. This article describes how to run Perl scripts with cron.
Read it
Catch and Handle Signals in Perl
We show you how to listen for signals and handle them gracefully
Read it
Run local Perl as root
This is a simple trick for conveniently running local Perl as a root user on UNIX-based systems.
Read it
Test if the user is root
When Perl is executing a program, it maintains the user id of the process owner in a global variable ($<). When a Perl program is executed by root or a user with root privileges (e.g. using the sudo command), the user id variable is always set to zero. This can be checked at the command line:
Read it
The e-smith Server and Gateway: a Perl Case Study
-> The e-smith server and gateway system is a Linux distribution designed for small to medium enterprises. It’s intended to simplify the process of setting up Internet and file-sharing services and can be administered by a non-technical user with…
Read it
Perl, the first postmodern computer language
Perl, the first postmodern computer language The following is the text of Larry Wall’s talk at Linux World on Wednesday, March 3. He explains why Perl is a fitting language for the postmodern era. As a member of the audience…