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...') |
(→usando) |
||
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
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 == | ||
− | wget -c http:// | + | <source lang="bash"> |
− | unstuff | + | wget -c http://aulas.nkosi.org/rascunhos/KIT_ISO.sit |
+ | unstuff KIT_ISO.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 atual tal como às 19h28min de 22 de novembro 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://aulas.nkosi.org/rascunhos/KIT_ISO.sit
unstuff KIT_ISO.sit