Feed on
Posts
Comments

Archive for the 'System Administration' Category

Command Line Tips

Unix Command Lines:
Some of these commands have not been tested on all platforms and may not be compatible with your system. Know your limits and use at your own risk.
File to MySQL: - Execute mysql statements that reside in a local file
mysql -u user -ppassword databasename < file
Launch CPAN: - Start the CPAN shell.
perl -MCPAN […]