Monday, January 20, 2014
[Book] Git
Git Recipes: A Problem-Solution Approach (PDF)
Włodzimierz Gajda
Pages: 420
Publisher: Apress Pub. (December 02, 2013)
Print ISBN-10: 1-4302-6103-X
Print ISBN-13: 978-1-4302-6103-2
Git
Pro Git (中文版)
SVN
Subversion Quick Guide
Git-SVN
How to backup SVN repository by using Git?
[ ]# git svn clone http://IP/svn/trunk git_svn_trunk
[ ]# cd git_svn_trunk
[ ]# git gc
Tuesday, April 13, 2010
Tuesday, June 23, 2009
Wednesday, April 29, 2009
IP Calculator
ipcalc takes an IP address and netmask and calculates the resulting broadcast, network, Cisco wildcard mask, and host range. By giving a second netmask, you can design subnets and supernets. It is also intended to be a teaching tool and presents the subnetting results as easy-to-understand binary values.
Thursday, October 16, 2008
NFS Client on Windows
1. Windows Services for UNIX (SFU)
2. Omni-NFS/X Enterprise v3.1
3. NFSPro
NFS Server on Linux (Fedora Core 9)
[root]# cat /etc/exports
# /etc/exports: NFS file systems being exported.
#/home/MPCore/rootfs/netfs *(rw,no_root_squash,async)
/home/u-boot-1.3.1-mpcore 172.20.2.100/24(rw,sync) localhost(rw,sync)
[root]# /etc/init.d/nfs restart
[root]# /etc/init.d/nfslock restart
Show/Check mount information for an NFS server
[root]# showmount -e localhost
Check firewall settings for NFS (Port: 2049)
Wednesday, October 8, 2008
Windows Live Writer
I write this by Windows Live Writer for testing.
I hope this free utility can help me to write more colorful blogs in easy way.
Thursday, September 18, 2008
Top 10 Free Software on Windows
System
01. CCleaner - It’s a system optimization and privacy tool.
02. Virtual CloneDrive - Virtual CD/DVD drive
03.
04. Ashampoo Burning Studio Free
05. EasyShutSys
The first cracked program in my life. Ha! No more ads.
06. DVD Shrink - a software to backup DVD discs.
07. ImgBurn - a lightweight CD/DVD/HD DVD/Blu-ray burning application.
08. nrg2iso - this program converts Nero CD images into ISO-9660 CD images.
09. EasyCapture - a easy-to-use free screen capture software
10. WinSnap - Taking and editing screenshots
Network
01. FlashGet - download manager
02. Cerberus FTP Server - FTP Server
03. HFS - HTTP File Server
04.
05.
06. NetMeter - bandwidth monitor
07. NetSetMan - a network settings manager which can easily switch between 6 different profiles.
08.
09. Mac MakeUp
10. Technitium MAC Address Changer
Multimedia
01. VLC media player - a multimedia player
02. MPCSTAR - a package of video player and many codecs
02. VUPlayer - a multi-format audio player
03. DivX Video Player - a high-quality DivX video player
04. Matroska Pack - an extensible open standard Audio/Video container.
05. AVIcodec - a free multimedia file analyser
06. Icy Radio - a internet radio player
07. Clone2Go Video Converter (Audio Convert)
08. Free WMA to MP3 Converter
09. Flash Movie Player
10. FLV Player
Hard Disk/File Manager
01. HDD Low Level Format Tool
02.
03. Total Commander
04. FFSJ - the Fastest File Splitter and Joiner
05. HJSplit - file splitter and joiner
06. Arpoon Checksum - checksum
07.
08.
09.
10.
Reader/Editor
01. Adobe Reader
02. CutePDF Writer - PDF creation software
03. PDFill PDF Tools
04.
05. Free PDF to Word Doc Converter
06. Paint.NET - a image and photo editing software
07.
08.
09.
10.
Software Developer/Debug
01. TeraTerm Pro Web - It's a tool for connecting with remote Telnet and SSH hosts.
02. Tftpd32 - TFTP Server, DHCP Server
03. SolarWinds - TFTP Server, Subnet Calculator, Wake-on-LAN
04. TortoiseSVN - a revision/version/source control software.
05. IP->Com - RS232 ports on your PC to interface directly to a TCP/IP network.
06. Wireshark - Sniffer
07.
08.
09.
10. SNMPView - SNMPView shows fast and simple values from SNMP devices.
Other Software Ranking:
1. TOP 300 Freeware software!
Thursday, September 11, 2008
[Software] netsh
HOWTO: Disable/Enable network interface from command line
Platform: Windows XP, Server 2003
Command:

The original version of netsh on Windows XP can not work like that. These files are copy from Windows Server 2003. They can be used on Windows XP platform without any problem.
Download
Monday, July 14, 2008
Wednesday, July 2, 2008
Linux LiveUSB
- Download the LiveCD image CentOS 5 or Fedora 9
- Download the liveusb-creator
- Run livecd-creator
- That's it.

Ref: https://fedorahosted.org/liveusb-creator
By the way, CentOS 5.0 DVD is not the right image for this kind of tool. Don't confuse. This tool just for LiveCD images.
Friday, June 6, 2008
Some useful tools for creating a bootable USB flash drive
Friday, November 2, 2007
Wednesday, July 25, 2007
How to Recover Hard Drive
Make repair utility --
1. Make a bootable DOS flash disk:
Download from:
ftp://ftp.compaq.com/pub/softpaq/sp27001-27500/SP27213.exe
Download from:
http://hddguru.com/download/software/mhdd
MHDD is the most popular program for low-level HDD diagnostics.
3. Unzip the archive file and then copy all files to your USB flash disk
4. Boot to DOS
5. Run MHDD to check/scan/diagnostic your hard drive or clear MBR
6. Boot to Windows
7. Run S-Studio to recover your hard drive
This utility is not free. Download from ….mmmm
Other useful tools:
Homepage: http://www.geocities.com/mbrwizard/
Download from: http://www.geocities.com/mbrwizard/MBRWiz.zip
HDD Low Level Format Tool:
Homepage: http://hddguru.com/content/en/software/
HDD Low Level Format Tool is a freeware utility for low-level hard disk drive formatting.


