Pular para o conteúdo principal

Postagens

É melhor ter Sandy Bridge ou Ivy Bridge para um Hackintoch / Mac OS X?

Em primeiro lugar, devo mencionar que a obtenção de um laptop próximo a funcionalidade 100% é sempre difícil, (a menos que seja um ProBook 4x30s ou 4x40s) e pode não ser possível que tudo funcione. Isso é apenas por causa da natureza de laptops : você não pode escolher todos os componentes de hardware ( para compatibilidade com Mac OS X ), como você pode fazer com um desktop. Dito isto , a maioria dos laptops mais novos são geralmente compatíveis com o Mountain Lion , principalmente devido ao fato de que os componentes de base são fornecidos pelos processadores da Intel, Intel série 6 ou chipset série 7 . Se seu laptop tem um Sandy Bridge Intel Ivy ou CPU Intel usando gráficos HD3000 ou HD4000, as chances são maiores, que você pode tentar fazer funcionar o seu laptop com OS X. A dificuldade vem é com todos os outros hardware e variáveis ​​... Notas gerais: - CPU e chipset série : Você precisa saber qual CPU exata seu laptop tem . Se é Sandy Bridge terá um modelo de design...

Criando um atalho no desktop do Ubuntu 12.04

Esta dica é super rápida e simples. Como criamos um atalho no seu desktop para um programa ou arquivo no Ubuntu 12.04? Instale o Ubuntu Tweak # sudo add-apt-repository ppa:tualatrix/ppa # sudo apt-get update # sudo apt-get install ubuntu-tweak Com este programa, teremos a opção SCRIPTS e lá esta sua salvação. Veja na figura abaixo: Depois de instalado o script, basta ir no seu desktop , clique com o botão da direita do mouse > Scripts > Criar Lançador. Coloque os dados do programa/arquivo e esta feito. Post retirado do blog: http://www.ubuntudicas.com.br/blog/2012/05/criando-um-atalho-no-desktop-do-ubuntu-12-04/

Repositório Original Ubuntu 10.04.3 32bits

# # deb cdrom:[Ubuntu-Server 10.04.3 LTS _Lucid Lynx_ - Release i386 (20110719.2)]/ lucid main restricted   #deb cdrom:[Ubuntu-Server 10.04.3 LTS _Lucid Lynx_ - Release i386 (20110719.2)]/ lucid main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution.   deb http://us.archive.ubuntu.com/ubuntu/ lucid main restricted deb-src http://us.archive.ubuntu.com/ubuntu/ lucid main restricted   ## Major bug fix updates produced after the final release of the ## distribution. deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates main restricted deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates main restricted   ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://us.archive.ubuntu.com/ubuntu/ lucid universe...

Ofris - Deep Freeze [Ubuntu PPA]

If you ever went to a cyber cafe, you probably noticed that any changes you make to their system: create or delete files, settings and so on, everything resets when you restart the computer. That's what the Deep Freeze program does. Ofris is a Deep Freeze like application for Linux that is very easy to use - once you install it, you can "deep freeze" your Linux computer in a matter of seconds. Ofris comes with an Ubuntu PPA so you can install it using the following commands (available for Ubuntu 9.10, 10.04 and 10.10): sudo add-apt-repository ppa:tldm217/tahutek.net sudo apt-get update sudo apt-get install ofris-en The last command will install the English version of Ofris (the package called just "ofris" will install the Indonesian version). Once you install it, open a terminal and run: ofris-en And then select what you want to do, like freeze the system for this user or for another user. You can later unfreeze the system the...