public marks

PUBLIC MARKS from tadeufilippini with tags emulador & emuladores

June 2009

Cygwin: como instalar

(via)
CYGWIN O Cygwin e uma aplicação para Windows que possibilita a emulação do ambiente Linux. O Cygwin e grátis e pode ser encontrado em www.cygwin.com. Uma versão (não completa mas com todas as funcionalidades necessárias) pode ser encontrada aqui. Instalação: 1. Unzip do ficheiro cygwin1.5.5-1.zip para um directório temporário - c:temp

May 2009

Linux: Transformando Windows em Linux [Artigo]

Gnome, KDE e WindowMaker Os temas não foram suficientes para você? Então experimente estes projetos. O WindowMaker já existe como pacote na distribuição padrão do cygwin, portanto é só escolhe-lo na hora da instalação. Já o GNOME e o KDE são mantidos por voluntários que utilizaram como base o cygwin, criando, respectivamente, o CyGnome (http://cygnome.sourceforge.net) e o KDE-cygwin (http://kde-cygwin.sourceforge.net/).

Linux: Transformando Windows em Linux [Artigo]

Transformando Windows em Linux Linux user davi182 20/05/2004 Neste artigo você confere como deixar o Windows mais parecido com o Linux ou até mesmo substituir sua interface padrão pelos ambientes GNOME ou KDE. Muitas vezes a força do destino pode levá-lo a trabalhar um local onde só é permitido o uso de Windows, mas você não vai deixar de rodar "Linux" por causa disso, vai?

Linux: Transformando Windows em Linux [Artigo]

Transformando Windows em Linux Linux user davi182 20/05/2004 Neste artigo você confere como deixar o Windows mais parecido com o Linux ou até mesmo substituir sua interface padrão pelos ambientes GNOME ou KDE. Muitas vezes a força do destino pode levá-lo a trabalhar um local onde só é permitido o uso de Windows, mas você não vai deixar de rodar "Linux" por causa disso, vai?

Linux: Transformando Windows em Linux [Artigo]

Transformando Windows em Linux Linux user davi182 20/05/2004 Neste artigo você confere como deixar o Windows mais parecido com o Linux ou até mesmo substituir sua interface padrão pelos ambientes GNOME ou KDE. Muitas vezes a força do destino pode levá-lo a trabalhar um local onde só é permitido o uso de Windows, mas você não vai deixar de rodar "Linux" por causa disso, vai? Por: Davi Ferreira

April 2009

Chapter 2. Setting Up Cygwin

Chapter 2. Setting Up Cygwin Table of Contents Internet Setup Download Source Selecting an Install Directory Local Package Directory Connection Method Choosing Mirrors Choosing Packages Download and Installation Progress Icons Post-Install Scripts Troubleshooting Environment Variables Changing Cygwin's Maximum Memory NT security and usage of ntsec NT security Process privileges File permissions NT SIDs in Cygwin The mapping leak The ACL API New setuid concept Switching User Context Special values of user and group ids Customizing bash

Documentation

(via)
Cygwin Documentation * Cygwin User's Guide * Cygwin API Reference * Frequently Asked Questions (FAQ) file for Cygwin. Some work remains to be done in documenting the Cygwin API. In addition to the Cygwin API Reference and information in the FAQ, you may want to check source code file winsup/cygwin.din which lists all of the Cygwin DLL exports. We have some preliminary docs on how to profile the Cygwin DLL. Information on building and using DLLs is here. Also note that there is quite a lot of useful information in the project mailing list archives.

August 2008

redhat.com |

(via)
CygwinTM Cygwin is a set of powerful tools to assist developers in migrating applications from UNIX®/Linux to the Microsoft® Windows®; platform. Cygwin delivers the open source standard Red Hat GNU gcc compiler and gdb debugger on Windows. In addition, it provides for a standard UNIX/Linux development environment on Windows including APIs and command shells. The Cygwin.dll library, included with Cygwin, delivers the interesting subset of UNIX SVR4, BSD, and POSIX APIs to enable quick ports of UNIX/Linux applications to the Windows platform. What Can Cygwin Do? With Cygwin, administrators can easily remote login to any PC, fix problems within a UNIX/Linux shell, on any Windows machine and run shell command scripts. Sophisticated shell command scripts can be created with standard shells, sed, awk, etc. Standard Windows command line tools can even be intermixed within the UNIX/Linux shell script environment to administer the Windows system. Over the years, UNIX/Linux system administrators have developed a large toolbox set of management scripts for their UNIX/Linux machines. Cygwin provides the ability to continue using these scripts on Windows machines. Why Use Cygwin? One of the largest problems developers face today is supporting their applications on disparate platforms. Windows workstations continue to be added to an environment already populated by Linux and other UNIX-based Operating Systems. Using Cygwin, developers can manage heterogeneous environments in a consistent, efficient way. Cygwin brings a standard UNIX/Linux shell environment, including many of its most useful commands to the Windows platform, so IT managers can effectively deploy trained staff, and leverage existing investments in UNIX/Linux source code and shell scripts. The Cygwin Contract A Cygwin Contract provides customers with: * The ability to distribute customer's applications without being bound by the GPL. Therefore, customers are not required to provide their applications in open source code form. * A license to distribute unlimited quantities of Cygwin libraries with customer's applications. * A robust set of tools for easily migrating applications from UNIX/Linux to Windows. * The latest Pentium optimized compiler tools.

Cygwin User's Guide

(via)
Cygwin User's Guide The Cygwin User's Guide is now available in several formats: * Several HTML files, with Table of Contents * One large compressed HTML file * One compressed PDF file Alternatively, you may jump to a section that interests you: * Quick Start Guide for those more experienced with Windows * Quick Start Guide for those more experienced with UNIX * Help with setting up Cygwin with setup.exe

July 2008

PROGRAMAS LIVRES » Cygwin

O Cygwin pode ser considerado um emulador de aplicações para Linux, é um conjunto de ferramenta originalmente concebido por Cygnus Solutions. Agora é desenvolvida pela RedHat. É possível com esta aplicação a partir do Windows interagir com um sistema Unix. Este software livre foi criado com o objectivo de ser um modelo do conhecido Wine do Linux, mas próprio para o Windows, e pode emular vários softwares como o KDE, o GCC e outros, como se fosse o Linux no Windows.

September 2007

Cygwin Information and Installation

by 11 others (via)
What Is Cygwin? # Cygwin is a Linux-like environment for Windows. It consists of two parts: A DLL (cygwin1.dll) which acts as a Linux API emulation layer providing substantial Linux API functionality. # A collection of tools which provide Linux look and feel. The Cygwin DLL currently works with all recent, commercially released x86 32 bit and 64 bit versions of Windows, with the exception of Windows CE. Note that the official support for Windows 95, Windows 98, and Windows Me will be discontinued with the next major version (1.7.0) of Cygwin. What Isn't Cygwin? # Cygwin is not a way to run native linux apps on Windows. You have to rebuild your application from source if you want it to run on Windows. # Cygwin is not a way to magically make native Windows apps aware of UNIX ® functionality, like signals, ptys, etc. Again, you need to build your apps from source if you want to take advantage of Cygwin functionality.