Mostrando postagens com marcador Windows. Mostrar todas as postagens
Mostrando postagens com marcador Windows. Mostrar todas as postagens

Tecnologia -> CLOUD -> BOX FREE -> Mapeando Unidade de Rede Com BOX FREE no Windows


box.net Online Drive Installation Guide

With box.net you can map your online storage space to a local drive using the so called WebDAV protocol. The following describes how you do that.

Preparation

If you have Internet Explorer 8 or later installed then you should first verify that a special setting in your internet options is disabled. Otherwise your online drive will be very very slow!
  1. Open the Microsoft Internet Explorer.
  2. Click on the "Tools" button in the upper right corner of the window. If it is not there then you probably do not have Internet Explorer 8 and can skip the following steps.
  3. Choose "Internet Options" from the menu that pops up.
    Internet Explorer 8 tools menu
  4. Click on the "Connections" tab at the top.
  5. Click on the "LAN Settings" button at the bottom.
    Internet Explorer 8 options
  6. A new window opens up. Verify that the box next to "Automatically detect settings" is not checked. If it is then uncheck it.
    Internet Explorer 8 LAN settings
  7. Close each of the two settings windows by clicking on OK.

Installing the online drive

After you have made the necessary changes in Internet Explorer (see above) you can proceed to install the drive. The steps are a little different depending on which Windows version you are using.

Windows 7 and Windows Vista

  1. If you have not yet done so: Create a box.net account
  2. Click on the button with the Windows logo in the lower left corner of your screen.
  3. Choose "Computer" from the menu. A Windows Explorer window will then open.
    Windows 7 - Open Windows Explorer
  4. Find the item "Computer" in the list on the left side of the window. Right-click on it.
  5. Choose "Map a network drive"
    Windows 7 - Open map network drive
  6. A new window opens where you can enter the settings for your drive.
  7. Enter "http://www.box.net/dav/" in the "Folder" field.
  8. Check the "Connect using different credentials" box
    Windows 7 - Map network drive settings - box.net
  9. Click on "Finish"
  10. Windows will now try to connect the drive. It will ask you for your login information. Enter your email address (the one that you used for your box.net account) in the first field and your box.net password in the second field. Then click on OK.
  11. If Windows keeps asking for the user name and password then something is wrong. Please ensure that you have entered the email address and password correctly. If it still does not work then please contact the box.net support.

Windows XP

  1. If you have not yet done so: Create a box.net account
  2. Click on the Start button in the lower left corner of your screen.
  3. Choose "My Computer" from the menu. A Windows Explorer window will then open.
    Windows XP - Open Windows Explorer
  4. Click on "Tools" in the menu bar and select "Map network drive" from the menu that pops up.
    Windows XP - Open map network drive
  5. A new window opens where you can enter the settings for your drive.
  6. Enter "http://www.box.net/dav/" in the "Folder" field.
  7. Click on the "Connect using a different user name" link
    Windows XP - Map network drive settings - box.net
  8. Windows will now ask you for your login information. Enter your email address (the one that you used for your box.net account) in the first field and your box.net password in the second field. Then click on OK.
  9. Click on "Finish"
  10. Windows will now try to connect the drive. It may take a few seconds for this to complete and Windows will not give any indication that it is working. Please be patient. Once the drive is connected a Windows Explorer window will automatically open, displaying the contents of the drive.

Tecnologia - > Sistemas -> Windows -> ZendFramework -> Instalando e configurando o Zend Framework no Windows


Instalando e configurando o Zend Framework

O Zend Framework (também conhecido como ZF) é um framework para aplicações Web de código aberto, orientado a objeto, implementado em PHP 5 e licenciado como New BSD License. Este framework foi desenvolvido com o objetivo de simplificar o desenvolvimento Web enquanto promove as melhores práticas na comunidade de desenvolvedores PHP.
O Zend foi fundado pelos contribuidores do núcleo PHP Zeev Suraski e Andi Gutmans, a junção do nome dos criadores deram origem ao nome do framework.

Requisitos

Antes de mais nada, você precisará de um ambiente de desenvolvimento PHP instalado e configurado, se você ainda cumpriu esse requisito clique aqui.

1 – Download de aquivos necessários

 
Zend Framework 1.11.11 (56,3 MB) – Windows / Linux
Ao longo desse tutorial, também usarei dois outros programas para auxiliar na instalação e configuração do Zend Framework. Eles são o Notepad++ (famoso editor de texto) e o Winrar (compactador/descompactador de arquivos). Faça o download dos mesmos clicando nos links abaixo e depois efetue a instalação.
Notepad++ (5,28 MB) – Windows
Winrar (2,83 MB) – Windows 32 bits / Windows 64 bits

2 – Configurando o Apache

Em ambiente de desenvolvimento, será necessário configurar o apache para interpretar o arquivo .htaccess, mas não se preocupe com essas configurações em servidores Web na Internet, provavelmente as modificações na configuração já foram feitas pelo administrador do servidor.
2.1 – Abra o arquivo httpd.conf do apache usando o editor de texto Notepad++. Em uma instalação padrão noWindows 7, a localização do arquivo é C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf, já no Windows XP, ele está localizado em C:\Arquivos de programas\Apache2.2\conf\httpd.conf.
2.2 – Procure pela ocorrência do texto #LoadModule rewrite_module modules/mod_rewrite.so e substitua o mesmo por LoadModule rewrite_module modules/mod_rewrite.so
2.3 – Procure pela ocorrência do texto Options FollowSymLinks e substitua por Options FollowSymLinks Includes
2.4 – Procure pelas ocorrências (são duas) do texto Options AllowOverride None e substitua por AllowOverride All
2.5 – Adicione o texto AccessFileName .htaccess no final do arquivo
2.6 – Reinicie o Apache usando o Monitor Apache Servers que fica acessível na barra de ferramentas ao lado do relógio. De um clique com o botão equerdo do mouse em seu ícone e escolha a opção restart.

3 – Descompactando o Zend Framework

Use o programa Winrar para descompactar o arquivo do ZendFramework-1.11.11.zip (Zend Framework 1.11.11) que você acabou de efetuar download na raiz do disco (C:/).
Com isso, o diretório C:/ZendFramework-1.11.11 foi criado.

4 – Configurando os variáveis de ambiente do Windows

Depois de termos descompactado o Zend Framework na raiz do disco, iremos configurar o Windows para incluir o diretorio C:\ZendFramework-1.11.11\bin na variável de ambiente Path.
4.1 – Vá em Painel de Controle->Sistema->Configurações Avançadas->Aba Avançado->Variáveis de Ambiente
4.2 – Na caixa Variáveis de Ambiente, procure pela variável Path e de um duplo clique na mesma, com isso uma caixa edição se abrirá. vá até o fim da mesma e adicione ;C:\ZendFramework-1.11.11\bin.
4.3 – Após essas modificações, reinicie o computador

5 – Criando um projeto de Teste

5.1 – No Windows 7, vá no menu Iniciar e digite cmd na caixa de busca, já no Windows XP, o comando cmddeve ser efetuado na caixa executar no menu Iniciar. Com isso, uma janela do programa cmd será apresentada.
5.2 – Dentro do programa cmd, digite cd C:\Program Files\Apache Software Foundation\Apache2.2\htdocs caso esteja no Windows 7 ou cd C:\Arquivos de programas\Apache Software Foundation\Apache2.2\htdocs caso esteja no Windows XP e aperte Enter.
Estou assumindo que você está usando as configurações padrões do apache, ou seja, que você não modificou o parametro DocumentRoot do arquivo httpd.conf. Caso contrário, você deverá usar o caminho do seu DocumentRoot no comando acima. Exemplo: Digite cd C:\www no programa cmd caso o seu DocumentRoot seja C:\www
5.3 – Agora nós criaremos um projeto, para isso digite o comando zf create project digitadev e aperte Enter
5.4 – Antes de podermos efetuar os testes, precisaremos copiar a pasta C:\ZendFramework-1.11.11\library\Zend para C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\digitaldev\librarycaso esteja no Windows 7 ou C:\Arquivos de programas\Apache Software Foundation\Apache2.2\htdocs\digitaldev\library caso esteja no Windows XP.

6 – Testando a configuração

6.1 – Abra o navegador web de sua preferencia e digite o seguinte endereço http://localhost/digitaldev/public. Se tudo ocorreu bem, o seu navegador mostrará uma página como a da imagem abaixo.
Aqui está o tutorial passo a passo para instalar o Zend Framework.
Qualquer dúvida ou sugestão, usem a parte de respostas no final do post.

Sistemas Operacionais -> MAC OSx -> Leopard -> Hack Attack : Dual Boot Leopard and Windows Vista

Hack Attack : Dual Boot Leopard and Windows Vista

Here is a complete guide to get a Dual boot setup with Windows Vista and Leopard running side by side. Please note this is a complete tutorial and if followed exactly you should be running Leopard and Vista side by side without any problems.

osxleopard

Yes, this guide has taken over a month for me to write and I have tried this out every possible combination of hardware setup I could possibly test, and I can assure you that if followed correctly you can easily have Leopard and Vista in a dual boot setup.

Loads of readers have sent me emails, dropped comments on my previous guides on installing Leopard and here is the guide for all you guys who waited so long patiently.

Disclaimer : This Guide is for educational purposes only, I suggest you buy yourself a original Mac. Also please do not post links to the Torrent’s as they will be removed.

Well before we proceed with the guide, here is the stuff that you will need for a successful dual boot setup.

  • Vista Already installed on your Primary Hard Disk.
  • iATKOS v1.0 DVD. (Do not ask me where you can download this)
  • Windows Vista Boot DVD (Just incase something goes wrong)

Well now that you have everything ready, lets get started then. Please note this is going to take sometime so I suggest you have some Music playing near by and grab yourself a cup of coffee while you do this. Sit tight, here we go……….

  • Install Vista on the First Partition of your Hard Disk. I am not going to elaborate into How to install Windows, I hope everyone knows it. If you already have it installed then read on..
  • Right click on My Computer and Click on Manage. Select Disk Management. Now Create a new Volume for OSX by shrinking an existing volume. You need atleast 5GB of space and the new volume should show up as Unallocated.
  • Make sure that the partition shows up as Unallocated, else repeat the previous step.
  • Now restart the machine and boot into the Leopard DVD that you burned using the iATKOS v1.0 DVD Image.
  • Press F8 as the countdown begins and type -v at the prompt and hit enter.
  • You should see scrolling text on the screen now. If it stops anywhere then drop a comment and I’ll try to help you out.
  • After a while you should be looking at the Leopard Installer. Follow the instructions on Screen.
  • Once the Loading Bar vanishes Select Utilities -> Disk Utility .
  • Select the Volume you created previously and format it as MAC OSX Journaled Extended. Once the formatting is done the volume is ready for installation.
  • Now Close Disk Utility and Select Utilities -> Darwin Boot. Type Y at the prompt.
  • At the prompt when it asks for the Disk Number enter 0. For the Partition Number if your Leopard Partition is 2nd on the disk, then enter 2 and so on.
  • Accept the following prompts and you should see a success prompt saying that so many block of data were written successfully.
  • Now get back to the Leopard Install Screen. Choose the partition that you made in the beginning and follow the instructions on screen.

    Please don’t select any patches etc during the installation, this is normally the reason for most failed installations. Just the plain install would do.

  • Once the Install is done, reboot with the DVD in the drive. Press F8 at Darwin Boot Loader and type -s and press enter.
  • Execute the following commands :

    fdisk -e /dev/rdisk0
    flag 1
    quit
    reboot

  • Now before the PC restarts remove the DVD. At this point you should be able to boot into Vista normally.

    Note: If you are unable to log into windows, because there is an error which says “winload.exe” correupted.! Relax. Just insert the Windows VISTA boot DVD into the drive and restart. Click on “Repair computer” once you are inside the DVD and it will automatically detect if a problem exists and suggest “Repair and Restart”. Press the same, and remove the DVD once the PC is about to restart. You should now be able to log in to vista without any problem.

  • Now that we have almost everything running fine, lets proceed with the dual boot setup.
  • Boot into Vista. Copy the chain0 file from the Leopard DVD to C:
  • Open the “Command prompt” with “Elevated Admin” privileges from the Start Menu.
  • Type the following into the prompt

    bcdedit /copy {current} /d “Mac OS X”
    bcdedit /enum active
    bcdedit /set {GUID} PATH \chain0

    In the first command type {current} as it is, literally..nothing else..just {current} with the brackets. In the 3rd command however, replace the {GUID} with the alphanumeric GUID you see in the enumerated list under MAC OS X. You can see this list on your terminal as soon as you type the 2nd command above.

  • Close the Command Prompt and Restart Vista.
  • You Should now be looking at a screen with two options to boot into Mac OSX or Vista.
  • Select Mac OSX to see if you can boot into it. You should see the familiar Darwin boot Loading screen with the timer going down. If you dont do anything, then it counts to zero and again shows the menu screen with Vista and MAC OSX options. Dont panic!

    Again select MAC OS X, and now as the timer counts down, Press F8. You would see a list of partitions on your disk with their names. Select the partition with MAC OSX installed by using up/down arrows and press ENTER.

  • Voila!! your Mac should be booting up as you read this..

See it was that simple. No more HFS+ and Blinking Cursor errors. Just follow this guide step by step and you should be able to dual boot Windows Vista and Leopard in no time. If you have any questions just drop in a comment, I’ll reply at the earliest.

For Drivers and Patches I suggest you look at the InsanelyMac Forums. This guide would have been nearly impossible without :

  • Uphuck Forums
  • InsanelyMac Forums
  • OSX86 Wiki.

If you are looking to Install Leopard on an AMD based machine follow the instructions here to patch your iATKOS v1.0 Image. Special Thanks to I Am Nihilist

Sistemas Operacionais -> Ubuntu -> 11.04 -> PlayOnLinux – Execute aplicações do Windows no Ubuntu

PlayOnLinux – Execute aplicações do Windows no Ubuntu

Caso seja um uti­li­zador novo do Ubuntu ou até já com algum tempo de uti­li­zação deste Sis­tema Ope­ra­tivo, de cer­teza que a certa al­tura ne­ces­sitou de uti­lizar um pro­grama apenas dis­po­nível para Win­dows. Este é um pro­blema re­cor­rente e, por vezes, a so­lução não é a mais sim­ples. Nesse sen­tido apre­sento o PlayOn­Linux.

O PlayOn­Linux é um de­ri­vado do pro­grama Wine, já re­fe­rido no Ubun­tued neste ar­tigo, criado com o ob­jec­tivo de re­tirar do uti­li­zador a ne­ces­si­dade de lidar com a com­ple­xi­dade do Wine. Desta ma­neira po­derá ins­talar os seus pro­gramas pre­fe­ridos em poucos cli­ques e o PlayOn­Linux tra­tará de todas as con­fi­gu­ra­ções e mo­di­fi­ca­ções ne­ces­sá­rias ao Wine sem que o uti­li­zador se­quer note as mu­danças.

Mas a prin­cipal ca­rac­te­rís­tica deste pro­grama é a enorme quan­ti­dade de pro­gramas su­por­tados e todos agru­pados numa lista sim­ples de uti­lizar e ve­ri­ficar. Deste modo o uti­li­zador sa­berá de an­temão se um pro­grama já é, ou não, su­por­tado pelo Wine pre­vi­a­mente à ins­ta­lação.

Ins­ta­lação

Antes de ins­talar o PlayOn­Linux é re­co­men­dável que tenha pri­meiro ins­ta­lado a versão mais re­cente do Wine. Desta forma pou­pará algum tempo na ins­ta­lação do PlayOn­Linux e como irá ins­talar a versão mais ac­tual também irá cor­rigir bas­tantes erros exis­tentes em ver­sões an­te­ri­ores.

A ins­ta­lação da úl­tima versão do Wine, tal como apre­sen­tada neste ar­tigo, pode ser fa­cil­mente efec­tuada via ter­minal (Apli­ca­ções →Aces­só­rios →Con­sola) com o se­guinte co­mando:

sudo add-apt-re­po­si­tory ppa:ubuntu-wine/ppa && sudo apt-get up­date && sudo apt-get ins­tall wine1.3

A ins­ta­lação do PlayOn­Linux, para agi­lizar o pro­cesso, também é exe­cu­tada via ter­minal (Apli­ca­ções→Aces­só­rios→Con­sola) e adi­ci­o­nará ao seu sis­tema o re­po­si­tório que lhe per­mi­tirá ter o pro­grama sempre na versão mais ac­tual. Pri­meiro, deve ter em atenção que este mé­todo apenas fun­ciona nas ver­sões mais co­nhe­cidas e ac­tuais do Ubuntu, por­tanto, veja se o seu Ubuntu está na lista se­guinte:

  • Ubuntu 10.10 (Ma­ve­rick Me­erkat)
  • Ubuntu 10.04 LTS (Lucid Lynx)
  • Ubuntu 9.10 (Karmic Koala)
  • Ubuntu 8.04 LTS (Hardy Heron)

Tendo em conta que o seu Ubuntu é um destes re­fe­ridos, então, no ter­minal, es­creva o se­guinte:

wget -q "http://​deb.​playonlinux.​com/​public.​gpg" -O - | sudo apt-key add - && sudo wget http://​deb.​playonlinux.​com/​playonlinux_​$(lsb_­re­lease -cs).list -O /etc/apt/sources.​list.d/playonlinux.​list && sudo apt-get up­date

De­pois do pro­cesso de ins­ta­lação do re­po­si­tório estar con­cluído, de­verá ins­talar o PlayOn­Linux exe­cu­tando o se­guinte co­mando no ter­minal ou cli­cando no botão se­guinte:

sudo apt-get ins­tall playon­linux


Con­fi­gu­ração

Na pri­meira vez que ini­ciar o PlayOn­Linux terá de exe­cutar al­guns passos de forma a con­fi­gurar o pro­grama. Nas duas pri­meiras op­ções que lhe são dadas bas­tará clicar em avançar, o PlayOn­Linux irá pro­curar na In­ternet por ac­tu­a­li­za­ções e caso seja ne­ces­sário irá ac­tu­a­lizar o pro­grama.

Caso ainda não tenha ins­ta­lado o tipo de letra uti­li­zado pela Mi­cro­soft o PlayOn­Linux abrirá uma ja­nela a per­guntar se as de­seja ins­talar, re­co­mendo que o faça para um me­lhor as­pecto nas apli­ca­ções que ins­talar fu­tu­ra­mente.

Todo o resto da ins­ta­lação de­verá de­correr nor­mal­mente e sem mais ne­nhuma sur­presa.


Mais In­for­mação

De agora em di­ante sempre que quiser ins­talar um apli­ca­tivo do Win­dows no Ubuntu ve­ri­fique pri­meiro se está dis­po­nível na lista do PlayOn­Linux. Para tal, abra o pro­grama (Apli­ca­ções→Jogos→PlayOn­Linux), se­lec­cione a opção “Ins­talar” e pro­cure pelo pro­grama que de­seja.

Caso o en­contre se­lec­cione-o e clique na opção “Aplicar“. Verá agora o as­sis­tente do PlayOn­Linux que o aju­dará du­rante a ins­ta­lação para que o pro­grama fique o mais bem ins­ta­lado pos­sível.

No final da ins­ta­lação o pro­grama fi­cará dis­po­nível para exe­cução na ja­nela prin­cipal do PlayOn­Linux, bas­tará clicar nele e es­co­lher a opção “Exe­cutar” para o uti­lizar.

Com o PlayOn­Linux tes­tado com su­cesso, po­derá agora uti­liza-lo no caso de querer tra­ba­lhar com pro­gramas não dis­po­ní­veis para o Ubuntu, tal como eu uti­lizei para ins­talar o Steam. A lista de pro­gramas dis­po­ní­veis au­menta quase di­a­ri­a­mente, no caso de não en­con­trar ainda o pro­grama que pre­tende, po­derá co­mu­nicar à equipa do PlayOn­Linux no se­guinte web site:

PlayOn­Linux – Web­site Ofi­cial