Global Linux Knowledge Base…
Posts tagged Linux Utilities
TestDisk – Data Recovery Software for Linux
Feb 12th
TestDisk is powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again whenfaulty software, certain types of viruses or human error (such as accidentally deleting a Partition Table). Partition table recovery using TestDisk is really easy. these symptoms are caused by TestDisk can Fix partition…
Find and Clean up Duplicate Files in Linux
Jan 3rd
FSlint has both a GUI as well as a command line interface. Aside from finding duplicate files, FsLint is also capable of searching for problematic filenames, temporary files, bad symlinks, empty directories and non-stripped binaries. So let me show you how to install and use FsLint.
GRUB Password Setting in Linux
Dec 29th
You can set a password for the GRUB boot loader. This prevents users from rescue or Singe-User mode or changing settings at boot time.
Test Memory Using memtester in Linux
Dec 29th
memtester is a user-space utility for testing the memory subsystem in a computer to determine if it is faulty. It does a good job of finding intermittent faults and non-deterministic faults. It has many tests to help catch borderline memory. memtester should compile and run on any 32- or 64-bit Unix or Unix-like system.
OpenOffice Tuning – Make Startup Faster
Dec 29th
OpenOffice is the leading open-source office software suite for word processing, spreadsheets, presentations, graphics, databases and more. It is available in many languages and works on all common computers. It stores all your data in an international open standard format and can also read and write files from other common office software packages. It can be downloaded and used completely free of charge for any purpose.
Linux – Change the GRUB Menu Timeout
Nov 22nd
GRUB menu. Change the default time out of a GRUB menu in Linux.
Linux – Restore MySQL Data Base From a Backup File
Nov 17th
Linux – Backup MySQL Database to a file.
Ubuntu – Track MySQL Queries with mysqlsniffer
Nov 17th
Wireshark Network Analyzer is use full to track network packets. To sniff MySQL packets and decoding it, we will use mysqlsniffer.
Ubuntu – Add Trash Can Icon to Desktop
Nov 13th
Are you looking for an option for adding a Trash Can Icon to the Desktop? This article will help you to add Trash Can Icon to the desktop.
Access MySQL Remotely Over SSH
Nov 13th
Use port-forwarding through an SSH tunnel, so your MySQL client thinks it’s connecting to your localhost machine, but it’s really connecting to the other server through the tunnel.