Mudanças entre as edições de "Formato sit"
De MochilaWiki
Ir para navegaçãoIr para pesquisar (Criou página com 'Sit é um formato de arquivo compactado, mais usado em sistema MAC. baixando e instalando wget coloque na pasta /usr/bin e permissão 777 == usando == wget -c http://publied...') |
|||
Linha 1: | Linha 1: | ||
Sit é um formato de arquivo compactado, mais usado em sistema MAC. | Sit é um formato de arquivo compactado, mais usado em sistema MAC. | ||
− | baixando e instalando | + | == baixando e instalando == |
− | + | <source lang="bash"> | |
− | wget | + | wget http://pub.nkosi.org/unstuff |
− | + | wget http://pub.nkosi.org/stuff | |
− | + | chmod 755 unstuff stuff | |
− | + | mv unstuff stuff /usr/bin | |
+ | </source> | ||
== usando == | == usando == | ||
+ | <source lang="bash"> | ||
wget -c http://publiedglobo.globo.com/pdfs/KIT_ISO_IDEA.sit | wget -c http://publiedglobo.globo.com/pdfs/KIT_ISO_IDEA.sit | ||
unstuff KIT_ISO_IDEA.sit | unstuff KIT_ISO_IDEA.sit | ||
− | + | </source> | |
== mirror == | == mirror == | ||
* http://www.box.net/shared/v1ei9jg6cc | * http://www.box.net/shared/v1ei9jg6cc | ||
* http://www.box.net/shared/cho9u5tog8 | * http://www.box.net/shared/cho9u5tog8 | ||
+ | |||
+ | == referência == | ||
+ | * http://ubuntuforums.org/showthread.php?p=4094823 |
Edição das 16h32min de 14 de junho de 2011
Sit é um formato de arquivo compactado, mais usado em sistema MAC.
baixando e instalando
wget http://pub.nkosi.org/unstuff
wget http://pub.nkosi.org/stuff
chmod 755 unstuff stuff
mv unstuff stuff /usr/bin
usando
wget -c http://publiedglobo.globo.com/pdfs/KIT_ISO_IDEA.sit
unstuff KIT_ISO_IDEA.sit