HƯỚNG DẪN SỬ DỤNG CHƢƠNG TRÌNH NÉN 7-zip potx

9 427 0
HƯỚNG DẪN SỬ DỤNG CHƢƠNG TRÌNH NÉN 7-zip potx

Đang tải... (xem toàn văn)

Thông tin tài liệu

HƢỚNG DẪN SỬ DỤNG CHƢƠNG TRÌNH NÉN 7-zip Tôi vẫn giới thiệu về 7zip dù nhiều người đã biết về nó, vì có một số bạn thấy bối rối khi gặp những tệp tin có dạng *.7z mà tôi chia sẻ trên trang web, các bạn đừng ngần ngại, các bạn vẫn có thể dùng chương trình WinRar (bản 3.08 trở đi) để mở những file này. 7-Zip là phần mềm miễn phí (Grammar cũng miễn phí mãi mãi và luôn đi đầu nhé! ) dùng để quản lý tệp tin, nén và giải nén tệp tin khá hiệu quả. Với một số định dạng phổ thông, 7-zip nén cực tốt, tôi đã sử dụng nhiều chương trình giải nén và tôi không thấy có chương trình nào hoàn thiện hơn. Xét về khía cạnh bản quyền, dùng 7-Zip có lợi thế không thể phủ nhận. Bài viết sẽ tập trung làm rõ mấy nội dung sau: - 7-zip là gì? Tại sao dùng 7-zip? - Tải 7-zip ở đâu? - Nén/Giải nén tệp tin nhƣ nào với 7-zip? Giao diện 7-zip ở chế độ tiếng Việt Vài đặc điểm chính về 7-zip: 7-Zip is a file archiver with a high compression ratio. Phiên bản mới nhất ở thời điểm viết bài này là 4.65 với dung lượng 1MB Trang web tải chương trình và hỗ trợ sử dụng 7-zip chính thức là http://www.7-zip.org Điều khoản sử dụng chương trình - License 7-Zip is open source software. Most of the source code is under the GNU LGPL license. The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions. Check license information here: 7-Zip license. You can use 7-Zip on any computer, including a computer in a commercial organization. You don't need to register or pay for 7-Zip. But you can make a donation to support further development of 7- Zip. Các chức năng tiêu biểu -The main features of 7-Zip  High compression ratio in new 7z format with LZMA compression  Supported formats: o Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR o Unpacking only: ARJ, CAB, CHM, CPIO, DEB, DMG, HFS, ISO, LZH, LZMA, MSI, NSIS, RAR, RPM, UDF, WIM, XAR and Z.  For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip  Strong AES-256 encryption in 7z and ZIP formats  Self-extracting capability for 7z format  Integration with Windows Shell  Powerful File Manager  Powerful command line version  Plugin for FAR Manager  Localizations for 74 languages  7-Zip works in Windows 98/ME/NT/2000/XP/Vista. There is a port of the command line version to Linux/Unix.  On 7-Zip's Source Forge Page you can find a forum, bug reports, and feature request systems. So sánh khả năng nén của 7-zip với các chương trình khác We compared 7-Zip with some of the leading archivers. Compression ratio results are very dependent upon the data used for the tests. Usually, 7- Zip compresses to 7z format 30-70% better than to zip format. And 7-Zip compresses to zip format 2-10% better than most of other zip compatible programs. Đặc điểm định dạng 7z - 7z Format 7z is the new archive format, providing high compression ratio. The main features of 7z format:  Open architecture  High compression ratio  Strong AES-256 encryption  Ability of using any compression, conversion or encryption method  Supporting files with sizes up to 16000000000 GB  Unicode file names  Solid compressing  Archive headers compressing 7z has open architecture, so it can support any new compression methods. Now the following methods are integrated to 7z: Method Description LZMA Improved and optimized version of LZ77 algorithm PPMD Dmitry Shkarin's PPMdH with small changes BCJ Converter for 32-bit x86 executables BCJ2 Converter for 32-bit x86 executables BZip2 Standard BWT algorithm Deflate Standard LZ77-based algorithm LZMA is default and general compression method of 7z format. The main features of LZMA method:  High compression ratio  Variable dictionary size (up to 4 GB)  Compressing speed: about 1 MB/s on 2 GHz CPU  Decompressing speed: about 10-20 MB/s on 2 GHz CPU  Small memory requirements for decompressing (depend from dictionary size)  Small code size for decompressing: about 5 KB  Supporting multi-threading and P4's hyper-threading LZMA compression algorithm is very suitable for embedded applications. LZMA is released under the terms of the GNU LGPL. LZMA is also available under a proprietary license for those who can not use the GNU LGPL in their code. If you want to use LZMA code, you can ask consultations, custom code programming and required developer licenses from page for support: Send message to LZMA developer. Check also information about LZMA SDK. 7-Zip also supports encryption with AES-256 algorithm. This algorithm uses cipher key with length of 256 bits. To create that key 7-Zip uses derivation function based on SHA-256 hash algorithm. A key derivation function produces a derived key from text password defined by user. For increasing the cost of exhaustive search for passwords 7-Zip uses big number of iterations to produce cipher key from text password. 7z is a part of 7-Zip program distributed under the GNU LGPL. You can download 7-Zip sources and binaries from Download Page. Applications that support 7z archives: WinRAR, PowerArchiver, TUGZip, IZArc. Links:  7z at Wikipedia Các câu hỏi thường gặp - Frequently Asked Questions (FAQ) User FAQ Can I use 7-Zip in a commercial organization? Yes, 7-Zip is free software. You can use it on any computer. You don't need to register or pay for 7- Zip. Why do the add, delete and update operations not work for some existing archives? The current version of 7-Zip can't execute some operations with .7z archives that have been created with the "solid" option switched on. You can disable solid mode with -ms=off switch in command line What about ACE archive support? Support for ACE archives could be implemented in 7-Zip, if the source code of that format was available, and the license allowed it. The Unace.dll library from the authors of the ACE program is not compatible with the plugin interface of 7-Zip (Unace.dll works with files, but 7-Zip only allows plugins to work with abstract streams). For this reason 7-Zip can't use Unace.dll without a complex wrapper. Why doesn't the command line version add files without extensions to an archive? You're probably using a *.* wildcard. 7-Zip doesn't use the operating system's wildcard mask parser, and consequently treats *.* as any file that has an extension. To process all files you must use the * wildcard instead or omit the wildcard altogether. Why can't 7-Zip open some ZIP archives? In 99% of these cases it means that the archive contains incorrect headers. Other ZIP programs can open some archives with incorrect headers, since these programs just ignore errors. If you have such archive, please don't call the 7-Zip developers about it. Instead try to find the program that was used to create the archive and inform the developers of that program that their software is not ZIP-compatible. There are also some ZIP archives that were encoded with methods unsupported by 7-Zip. Some of these unsupported methods: PPMd (WinZip), WAVPack (WinZip). Why can't 7-Zip use big dictionary in 32-bit Windows? 32-bit Windows allocates only 2 GB of virtual space per one application. Also that block of 2 GB can be fragmented (for example, by some DLL file), so 7-Zip can't allocate one big contiguous block of virtual space. There are no such limitations in 64-bit Windows. So you can use any dictionary in Windows x64, if you have required amount of physical RAM. How can I install 7-Zip in silent mode? Use the "/S" parameter to do a silent installation and the "/D=dir" parameter to specify the "output directory". These options are case-sensitive. 7-Zip uses the NSIS installer by Nullsoft. Tải và cài đặt 7-zip: 1. Tải tại trang tin của 7-zip (giới thiệu bên trên) 2. Chạy tệp tin đã tải về 3. Kết thúc cài đặt ta được chương trình với giao diện tiếng Anh 4. Ta vào phần tùy chọn để chuyển sang tiếng Việt 5. Sau đó chọn OK (Đồng ý) -> Có thể phải khởi động lại chương trình (tắt chương trình đi và mở lại) => Giao diện tiếng Việt. 6. Chuyển sang giao diện tiếng Việt để thống nhất về hướng dẫn thôi mà (  ) 7. Đến bước này là có thể dùng 7-zip rất thoải mái rồi! Tùy chỉnh thêm một vài chức năng: Nén tệp tin: Rất đơn giản nhƣ các trình nén khác thôi! Giải nén: Rất đơn giản nhƣ các trình nén khác thôi! Các bạn có thể tìm kiếm thông tin sử dụng 7-zip trên Internet. Chúc các bạn thành đạt và hạnh phúc hơn nữa trong sự nghiệp và cuộc sống! Thân ái! Grammar! GRAMMAR – Học tiếng Anh – Luôn đi đầu và miễn phí mãi mãi! (http://www.123chiase.com ) http://sites.google.com/site/tintucgrammar/ hoặc http://vngrammar.wordpress.com . Trang web tải chương trình và hỗ trợ sử dụng 7-zip chính thức là http://www .7-zip. org Điều khoản sử dụng chương trình - License 7-Zip is open source. dùng 7-zip? - Tải 7-zip ở đâu? - Nén/ Giải nén tệp tin nhƣ nào với 7-zip? Giao diện 7-zip ở chế độ tiếng Việt Vài đặc điểm chính về 7-zip: 7-Zip

Ngày đăng: 23/03/2014, 00:20

Tài liệu cùng người dùng

Tài liệu liên quan