Archivo de la etiqueta: Linux

Scratch on Linux.

Debian / Ubuntu Package

 

 

You can download the latest Scratch package for Ubuntu from our Download page. If you’d like to help improve the scratch package for Linux, e-mail us directly.

 

 

64 bit systems

The Scratch package is currently only available in a 32 bit version. Scratchers have reported good results forcing the installation of the package on their 64 bit systems.

First, make sure that ia32libs are installed – these allow 32 bit packages to run on 64 bit systems:

sudo apt-get install ia32-libs

Next download the Scratch package, cd to the directory, and run the following command:

sudo dpkg –force-architecture -i ./scratch_1.4.0.1-0ubuntu5_i386.deb

Fedora / RPM package

A helpful member of the Scratch community has made an RPM version of Scratch. You can download a beta version of the package here: scratch-1.4.0.1-1.i386.rpm

The spec file for this package is hosted on Assembla, as is the list of bugs.

Scratch Source Code

The Scratch Source code is available under two different licenses: The Scratch Source Code License and the GPL v2. See the Scratch Source Code page.

Linux Camera Plugin

The camera Plug-in for Scratch on Linux is designed to work out of the box with a wide range of USB webcams. If you are having problems, see this page for help troubleshooting.

Scratch and Squeak

Scratch runs on Squeak, which is written in smalltalk, one of the first object oriented languages. So Scratch is an ‘image’ that runs in a squeak virtual machine built for a particular OS. You can find out more about Squeak and Scratch on our Source Code page.

Instalar WordPress en servidor NginX.

Hay muchos tutoriales de como instalar WordPress y este es uno de ellos. Pero por extraño que parezca no todo el mundo sabe instalar WordPress y lo mas difícil, es instalarlo con el servidor web NginX con exito.

Partiendo de la Base de como montar un servidor Debian Squezze, y habiendo configurado el servidor NginX con soporte PHP y Mysql, procederemos a la instalación de WordPress.

En primer lugar nos logueamos como root y crearemos el directorio /var/www

root@atotclic6:/home/ernest# mkdir /var/www/

root@atotclic6:/home/ernest# mkdir /var/www/dominio

root@atotclic6:/home/ernest# mkdir /var/www/dominio/web

Una vez creados procedemos a descargar WordPress

Seguir leyendo Instalar WordPress en servidor NginX.

Instalar NginX con soporte PHP y Mysql.

En primer lugar, decir que se hace esta instalación debido a los problemas que tiene apache, a parte, de la rapidez que tiene en servir paginas NGINX.

Después de hacer la instalación de debían vamos ha empezar con la instalación de NGINX, con soporte  PHP y MYSQL como base de datos.

En primer lugar con el servidor conectado entramos vía ssh

mi usuario@mi pc:~$ ssh ernest@192.168.1.33

The authenticity of host ‘192.168.1.33 (192.168.1.33)’ can’t be established.

RSA key fingerprint is XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.

Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added ‘192.168.1.33’ (RSA) to the list of known hosts.

Aquí introducimos la contraseña

ernest@192.168.1.33’s password:

Linux atotclic6 2.6.32-5-686 #1 SMP Mon Jan 16 16:04:25 UTC 2012 i686

 

The programs included with the Debian GNU/Linux system are free software;

the exact distribution terms for each program are described in the

individual files in /usr/share/doc/*/copyright.

 

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent

permitted by applicable law.

Last login: Thu Feb 2 13:31:35 2012

Seguir leyendo Instalar NginX con soporte PHP y Mysql.