Zip and Split allows you to split large files into several volumes. Each part includes a special rejoin executable which can be reconstituted to join automatically all the part together again. Thanks to Zip ans split, it is very easy to copy large files between machines. The software is a shareware version in English. Zip And Split is compatible with Windows 2000 and Windows XP.
Compress / decompress a ZIP FILE ShowCompress / decompress a ZIP FILE
ZIP files are specifically used under Microsoft Windows. Under Linux, the compression format is GZip (.Gz) format or Tarball(.Tar.gz).
You can compress and decompress ZIP files with zip / unzip,...
Javascript - split () Show[Javascript] The split () function
The split () function allows you to split a string and return the results in a table, using a string defined as a separator.
In the example below, the split () can cut the date according to the...
Ubuntu- Unzip file rar, 7z, arj, lzh ShowUnzip file rar, 7z, arj, lzh
Type: sudo aptitude install p7zip-full rar arj lha
This will enable you to zip/unzip file under formats .7z, .rar, .arj et .lzh
Right click and select Create archive and Right click and select Extract...
Burn an ISO image on two DVD of 4.7 Gb ShowBurn an ISO image on two DVD of 4.7 Gb
Issue
If you have an iso file or any type of files larger than 4.7GB and you want to burn it onto two DVD-ROM 4.7 GB
Solution
It can be done by creating an archive with 7zip and separate it into 2...
To see the content of a .jar file. ShowTo see the content of a .jar file.
A simple method to see the content of a .jar file: firstly rename it in .zip file and open it.
If you want to see the content of java programs compiled in .class, you must use a Java decompiler like...
PCI Bus ShowThe PCI Bus
The PCI bus (Peripheral Component Interconnect) was developed by Intel on 22 June 1992. Contrary to the VLB bus, it is not so much a traditional local bus but rather an intermediate bus located between the processor bus (NorthBridge)...
UNIX system - The shell ShowIntroduction to the shell
The command interpreter is the interface between the user and the operating system, hence its name "shell".
The shell therefore acts as an intermediary between the operating system and the user using command lines...
Linux - The shell ShowIntroduction to the shell
The command interpreter is the interface between the user and the operating system, hence the name "shell".
The shell therefore acts as an intermediary between the operating system and the user thanks to command lines...