Free Linux Tutorials
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About

Category - Quick Tips & Tricks

linux tips and tricks

  • Quick Tips & Tricks

quick tip: rotating tomcat logs via cronolog

by tux
1 min read
Add Comment

1.compile cronolog () and install it on /usr/local/sbin 2. backup orig /usr/local/apache-tomcat-5.5.20/bin/catalina.sh  on /root 3. edit lines on catalina.sh from org.apache.catalina.startup.Bootstrap “$@” start...

Continue reading

  • Quick Tips & Tricks

Backup and Restore MySQL database

by tux
2 min read
1 Comment

Quick tip in backing up and restore your MySQL database: Backing up and Restoring MySQL database Backing up database: Syntax: mysqldump -u [username] -p [password] [databasename] > [backupfile.sql] o    [username] -database...

Continue reading

  • Quick Tips & Tricks

MySQL change and recover password

by tux
3 min read
Add Comment

Setting up mysql password is one of the essential task in systems administration Note: Linux/Unix login root account for your operating system and MySQL root are different You can use the built-in “mysqladmin” command to...

Continue reading

  • Quick Tips & Tricks

Checking Linux CPU Utilization

by tux
1 min read
3 Comments

Finding CPU utilization is one of the important tasks in systems administration. There are built-in and 3rd party tools that you can use to perform this task. 1. top – displays Linux tasks this is the most common command used...

Continue reading

  • Quick Tips & Tricks

Perl Modules quick Tips

by tux
2 min read
Add Comment

How to check if perl module is installed? A. Checking if Perl Module is Installed This is important on checking if a given perl module is already installed or not. Code: #perl -MModule::Name -e 1 if present, no errors...

Continue reading

Previous 1 2 3 4
Copyright © 2025. Created by Meks. Powered by WordPress.
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About