public marks

PUBLIC MARKS from tadeufilippini with tags linux & virtual

October 2009

Solucionando Problemas com o Teclado Virtual do Banco do Brasil no Ubuntu | Linux para Todos

* Home * Enviar Noticias * Artigos * Distribuições * Do Windows para o Linux Linux para Todos - O maior portal sobre Linux do Brasil! msgbartop msgbarbottom 26 Oct 09 Solucionando Problemas com o Teclado Virtual do Banco do Brasil no Ubuntu Caso você esteja utilizando uma versão diferente da provida pela Sun do Java e utilize o Banco do Brasil, você ja deve ter tido dificuldades com o site do mesmo, visto que o teclado virtual apenas funciona na versão do Java da Sun. Porém, isso pode ser resolvido de um jeito muito fácil em apenas 3 comandos! Os mesmos devem ser rodados no Terminal que pode ser encontrado em “Aplicativos -> Acessórios -> Terminal” sudo aptitude install sun-java6-bin sun-java6-fonts sun-java6-jre sun-java6-plugin Isso irá instalar a Maquina Virtual Java da Sun. Logo após isso rode o comando: update-java-alternatives -l O terminal irá imprimir algo parecido com isso: java-6-openjdk 1061 /usr/lib/jvm/java-6-openjdk java-6-sun 63 /usr/lib/jvm/java-6-sun Execute o comando à seguir. sudo update-java-alternatives -s java-6-sun Qualquer problema, verifique se o nome no comando acima é o mesmo que aparece ao rodar o comando update-java-alternatives -l Este guia foi baseado em uma pagina de ajuda do Ubuntu. O link pode ser encontrado aqui para maiores detalhes: Ubuntu Help Java

Linux para Todos

(via)
26 Oct 09 Solucionando Problemas com o Teclado Virtual do Banco do Brasil no Ubuntu * Home * Enviar Noticias * Artigos * Distribuições * Do Windows para o Linux Linux para Todos - O maior portal sobre Linux do Brasil! msgbartop msgbarbottom 26 Oct 09 Solucionando Problemas com o Teclado Virtual do Banco do Brasil no Ubuntu Caso você esteja utilizando uma versão diferente da provida pela Sun do Java e utilize o Banco do Brasil, você ja deve ter tido dificuldades com o site do mesmo, visto que o teclado virtual apenas funciona na versão do Java da Sun. Porém, isso pode ser resolvido de um jeito muito fácil em apenas 3 comandos! Os mesmos devem ser rodados no Terminal que pode ser encontrado em “Aplicativos -> Acessórios -> Terminal” sudo aptitude install sun-java6-bin sun-java6-fonts sun-java6-jre sun-java6-plugin Isso irá instalar a Maquina Virtual Java da Sun. Logo após isso rode o comando: update-java-alternatives -l O terminal irá imprimir algo parecido com isso: java-6-openjdk 1061 /usr/lib/jvm/java-6-openjdk java-6-sun 63 /usr/lib/jvm/java-6-sun Execute o comando à seguir. sudo update-java-alternatives -s java-6-sun Qualquer problema, verifique se o nome no comando acima é o mesmo que aparece ao rodar o comando update-java-alternatives -l Este guia foi baseado em uma pagina de ajuda do Ubuntu. O link pode ser encontrado aqui para maiores detalhes: Ubuntu Help Java

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.

September 2008

Usando o VirtualBox

(via)
Até pouco tempo, usar uma máquina virtual era sinônimo de usar o VMware Player ou o VMware Server. Isso mudou com o crescimento do VirtualBox, que começou como um projeto da Innotek (uma empresa alemã de desenvolvimento de softwares) e foi posteriormente incorporado pela Sun. O VirtualBox é um virtualizador bastante prático e poderoso e possui versões para Linux e para Windows, além de ser gratuito e open-source.

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.

Linux dentro do Windows usando uma VM, fácil

Se, assim como a maioria, você possui um único micro, uma opção para testar as distribuições Linux sem precisar mexer no particionamento do HD e instalar o sistema em dual-boot, é simplesmente rodar o sistema dentro de uma máquina virtual, no próprio Windows. Com isso, você ganha liberdade para testar o sistema e fuçar sem se preocupar em deixar seu PC fora de operação. Uma VM nada mais é do que um conjunto de arquivos dentro de uma pasta do HD, de forma que se algo dá errado, você só tem o trabalho de deletar a pasta e começar de novo.

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

May 2008

SuperKaramba

by 3 others
News March 20, 2006 SuperKaramba 0.39 is out! Get it! The 0.37 release notes still apply to this release. There were mostly bugfixes in the this release as we worked on the KDE 3.5.2 development. Any bugs that are found should be reported to bugs.kde.org. We have no ability to maintain superkaramba.com until Adam's return. Anyone seeking themes should refer to kdelook.org. What is SuperKaramba? SuperKaramba is, in simple terms, a tool that allows you to easily create interactive eye-candy on your KDE desktop. Currently, only linux is officially supported. How does it work? Theme writers create themes, or text files that define their widget. Then, they can optionally add python scripting to make their widget interactive. The possibilities are endless! Here are just some examples of the things that can be done: * Display system information such as CPU Usage, MP3 playing, etc. * Create cool custom toolbars that work any way imaginable * Create little games or virtual pets that live on your desktop * Display information from the internet, such as weather and headlines The possibilities really are endless! Screenshots: * XMMS Bar, a theme that allows you to easy control playing MP3s * TuxBar, a cool toolbar that has a effect sort of like the dock in MacOSX * Station V, a useless, but cool piece of eye candy Useful Links: * Information for Theme Creators * Download SuperKaramba

February 2008

Jaspe 1.0 - superdownloads

Jaspe é uma ferramenta freeware para consultas e pesquisas bíblicas. O programa contém ferramentas para buscas detalhadas em Bíblias em várias línguas. Como é feito em Java, roda em qualquer sistema operacional, desde que esse contenha a Máquina Virtual Java. Ideal para estudantes da Bíblia. A versão 1.0 contém interface em três línguas: inglês, espanhol e português. Disponíveis, separadamente para download, no site do desenvolvedor, banco de dados da Bíblia em português, espanhol, inglês, italiano, francês, etc. Vale a pena conferir. Roda em Ambiente gráfico X11 Informações sobre compra Este software é um Freeware (gratis) que, por definição, não perderá suas funcionalidades.

January 2008

December 2007

Heroine Virtual: Cinelerra

(via)
Movie studio in a Linux Box Heroine Virtual Ltd. presents an advanced content creation system for Linux. Cinelerra takes what normally is a boring server - studied in computer science classrooms, hidden in back offices - and turns it into a 50,000 watt flamethrower of multimedia editing.

October 2007

DLL-files.com - Download all your missing dll-files.

by 20 others (via)
Welcome to Dll-files.com! Everyone has received a "Couldn't find ****.dll..." pop-up message at some time. Well folks, your problems are over! Here you will find the most common files that may be missing or corrupted on your computer. Feel free to download at no cost!

Frank's Corner, Running Windows applications and games on Linux/title>

by 4 others (via)
This website contains all the information you need to get some popular Windows applications and games running on Linux using Wine. Wine is an Open Source implementation of the Windows API on top of X and Unix. All information on this site is related to Wine and not to WineX/Cedega or CrossOver Office.

September 2007

Ubuntu 7.04 Beta | Ubuntu

(via)
Ubuntu 7.04 BETA The Ubuntu team is proud to announce the beta release of Ubuntu 7.04. Ubuntu 7.04 is the most user-friendly Ubuntu to date and includes a ground-breaking Windows migration assistant, excellent wireless networking support and improved multimedia support. Ubuntu 7.04 server edition adds support for hardware facilities that speed up the use of virtual machines as well as other improved hardware support, making it an excellent choice as a web, database, file and print server, the fastest growing area of Linux server use.

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.

August 2007