linuxwave
Linux is for everybody. Lets enjoy it.
Wednesday, April 26, 2023
Backing Up and Restoring iptables Rules
›
To backup iptables rules, we can use iptables-save command. This command is to save current iptables rules into a file called iptables.backu...
Wednesday, April 12, 2023
Flushing and Clearing iptables Rules
›
Sometimes we need to clear out iptables, and start from scratch in setting up firewall rules. In order to do that, below are the commands to...
Wednesday, March 29, 2023
Turning On Mysql Slow Query Log
›
Slow query log is a mechanism in mysql which will track and record queries that take long time to complete, for database administrator to an...
Thursday, March 23, 2023
Checking Disk Read & Write Speed in Linux
›
We are going to use 2 tools for this, one is called hdparm to test read speed, and the second one is called dd, to test write speed. First, ...
Wednesday, March 1, 2023
Extract Text From Image Using Command Line
›
The tool to use for this task is called tesseract. To install tesseract in any ubuntu derivatives, just run below command $ sudo apt install...
‹
›
Home
View web version