2017年2月28日星期二

Mounty for NTFS - a tiny tool for NTFS on macOS

A tiny tool to re-mount write-protected NTFS volumes under Mac OS X 10.9+ in read-write mode. From the icon in menu bar you can always bring a finder window to front to manage the contents of the mounted drive. The colour of menu icon reports the current state:





Details: http://enjoygineering.com/mounty/

2016年12月17日星期六

Dr. Unarchiver – RAR and Zip archive browser for macOS

Dr. Unarchiver is the ONLY free app that lets you browse the contents of archived files and also open files directly from archives. All common archive formats are supported: RAR, 7z, ZIP, XZ, BZIP2, GZIP, RAR, WIM, ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, RPM, SquashFS, UDF, VHD, WIM, XAR and Z. Find more information pleast visit:http://appletuner.trendmicro.com/dr-unarchiver/

2016年12月14日星期三

Axel - an excellent HTTP / FTP high-speed download tool

Axel is an excellent HTTP / FTP high-speed download tool, tries to accelerate HTTP/FTP downloading process by using multiple connections for one file. It can use multiple mirrors for a download. Axel has no dependencies and is lightweight, so it might be useful as a wget clone on byte-critical systems. The offical site is http://axel.alioth.debian.org

Installation

Installing Axel on Debian,Ubuntu...

If you’re on a Debian Based distributions like Ubuntu you can install Axel easily with apt-get .

apt-get install axel

Installing Axel on RedHat,Centos,Fedora...

Axel is not included in Yum repository by default if you don’t have EPEL / Remo so you need to install it from scratch via source code or use RPMs which is faster and more easy.

rpm -ivh http://pkgs.repoforge.org/axel/axel-2.4-1.el6.rf.x86_64.rpm

Installing Axel on Mac

brew install axel

Installing Axel on Windows

Visit https://st0rage.org/~n2j3/?page_id=225717166 to download the Axel for Windows

How to use

Download file:

axel http://cachefly.cachefly.net/200mb.test

Download file and show the detail information

axel -a http://cachefly.cachefly.net/200mb.test

Downloads with max number of connections set to 10

axel -n 10 http://cachefly.cachefly.net/200mb.test

Downloads at 512,000 Bytes/second (500KB/s) and max 10 connections

axel -s 512000 -n 10 http://cachefly.cachefly.net/200mb.test