To find and replace text within the current document:
Monthly Archives: February 2015
Linux find in files
If youu want to find keyword example.com in files on folder etc/ here the command
Linux How To Benchmark Your System (CPU, File IO, MySQL)
sysbench is a benchmark suite which allows you to quickly get an impression about system performance which is important if you plan to run a database under intensive load. This article explains how to benchmark your CPU, file IO, and MySQL performance with sysbench. I do not issue any guarantee that this will work for …
Continue reading “Linux How To Benchmark Your System (CPU, File IO, MySQL)”
Create USER with ROOT Privileges in Linux
Lets say we need to add a new user and grand him root privileges.
Making your BASH history more efficient
There are several ways to improve how you troubleshoot a system. One of the things I consider to be important is the BASH history. Here you can see what commands were executed. Though as default you can’t see when, or ignore certain things, like duplicate commands. Here’s a little guide to show you how.