Posts

Showing posts with the label Utilities

[ Level 1 ] Ubuntu tools for Mac OS.

Here are some useful tools for Mac OS. $ apt-cache search hfs hfsplus - Tools to access HFS+ formatted volumes hfsutils - Tools for reading and writing Macintosh volumes libhfsp-dev - Library to access HFS+ formatted volumes libhfsp0 - Shared library to access HFS+ formatted volumes squashfs-tools - Tool to create and append to squashfs filesystems squashfs-tools-dbg - Tool to create and append to squashfs filesystems (debug) dmg2img - Tool for converting compress dmg files to hfsplus images hfsprogs - mkfs and fsck for HFS and HFS+ file systems hfsutils-tcltk - Tcl/Tk interfaces for reading and writing Macintosh volumes libhfstdc++6-4.6-dbg-armel-cross - GNU Standard C++ Library v3 (debugging files) libhfstdc++6-armel-cross - GNU Standard C++ Library v3 (hard float ABI) rdiff-backup-fs - Fuse filesystem for accessing rdiff-backup archives $ sudo apt-get -y install hfsplus hfsutils hfsprogs $ sudo apt-get -y install dmg2img Other packages for hfs: $ apt-cache search s...

[ Level 1] The most popular benchmark tools for MySQL

The most popular benchmark tools are: In MySQL official release: sql-bench mysqlslap Developed by community: DBT-2 SysBench Wish this helps. regards, Stanley Huang

[ Level 1 ] Utilities for MySQL.

Some body asked me any good utilities for MySQL, therefore, I listed several good utilities here and you could try to google it for detail information. Included: dim_STAT Maatkit mysqlreport mysqlresources mytop Wish this helps. regards, Stanley Huang

[Level 1] Install Wine on CentOS5.4

First is to use EPEL repository to install. EPEL is the short cut of "Extra Packages for Enterprise Linux" Please refer to the EPEL wite. Install EPEL repository 1. get rpm from http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm 2. rum rpm: rpm -ivh epel-release-X-X.noarch.rpm 3. install by yum command: yum install wine  Wish this helps. regards, Stanley Huang

[level 2] Innotop, the tool for monitoring MySQL database

FYI. http://sourceforge.net/projects/innotop/ Wish this helps. regards, Stanley Huang

[Level 1] Rar tools on CentOS.

Today, my college send me an email with rar attach file. How do I extract it on CentOS? Then I google it, I find some guy show his rar tool download from rpmfind. It really works~ Wish this helps. regards, Stanley Huang

Gnome-commander in OpenSolaris

If you like to use the utility on Windows called "Total Commander", you would like "Gnome-commander" in OpenSolaris. You can download the Gnome-commander in opensolaris.org repository. The package name called "SUNWgnome-commander". Wish this helps. regards, Stanley Huang

[Level 1] Rar tool for Solaris.

Sometimes we will got a rar compressed file from our friends, but there is no default tool in OpenSolaris to decompress the rar filess. We can got a Solaris Intel version from rarlab . The steps as the following: 1. down load the rar tools from rarlab. http://www.rarlab.com/rar_add.htm 2. uncompressed the source. # gunzip ./unrar-sol-intel.gz 3. move it to the location you used to. # mv /unrar-sol-intel.gz /usr/bin/unrar 4. try to decomprss # unrar x ./test.rar Wish this helps. regards, Stanley Huang