Vídeo ejemplo de cómo insertar desde Youtube a nuestro blog

★

Peter Solarz
sheepfilms

Love Begins
let's talk about Bridgerton tea, my ask is open
tumblr dot com
Sweet Seals For You, Always
YOU ARE THE REASON
d e v o n

izzy's playlists!
noise dept.
occasionally subtle
One Nice Bug Per Day

Kaledo Art
cherry valley forever

blake kathryn

oozey mess
DEAR READER
Claire Keane

seen from United Arab Emirates
seen from Italy
seen from Malaysia
seen from Switzerland

seen from United States
seen from United Kingdom
seen from United States

seen from United States

seen from United States

seen from Canada

seen from France
seen from Singapore
seen from Argentina
seen from Argentina

seen from Argentina
seen from United States

seen from United States
seen from United States
seen from United States
seen from United States
@manuelmax
Vídeo ejemplo de cómo insertar desde Youtube a nuestro blog

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Drupal
Instalación manual
1. Drupal v7.21
2. Descomprimir y mover el contenido al directorio del servidor web
tar xvzf drupalx.x
mv drupalx.x
3. Ejecutar el script, localhost/drupal
4. chmod a+w sites/default
5. cp sites/default/default.settings.php sites/default/settings.php
6. chmod a+w sites/default/settings.php
7. Indicar nombre de base de datos, usuario y password de base de datos
8. Ingresar nombre de sitio, email, y las credenciales de usuario
9. chmod go-w sites/default/settings.php
10. chmod go-w sites/default
Para instalar modules:
sudo chown -R www-data:www-data /var/www/drupal
Instalación en Ubuntu
sudo apt-get install drupal7
sudo cp /etc/drupal/7/apache.conf /etc/apache2/mods-enabled/drupal.conf sudo /etc/init.d/apache2 restart
South
To install south…
add 'south' in apps Django.
python manage.py syncdb
To start using south…
Make sure your django tables match your current database tables exactly - if you planned to add or remove columns, comment those out.
Run python manage.py schemamigration myapp —initial
Run python manage.py migrate myapp —fake
Make changes to your django model
Run python manage.py schemamigration myapp —auto
Run python manage.py migrate myapp
Pip
La función principal de pip: instalar, actualizar y eliminar paquetes nos enfocaremos en esas tres funciones.
Instalar:
pip install django
pip install django==1.3.1
La primera línea instalaría django en la versión mas actual del pypi, mientras que en la segunda con el operador de igualdad podemos forzar la instalación de una versión específica de django o cualquier paquete requerido, esto es muy útil a la hora de tener incompatibilidades o código legacy.
Desinstalar
pip uninstall django
Simplemente elimina el paquete especificado.
Actualizar
pip install django --upgrade
Instalará la versión mas actual del paquete ya instalado previamente.
Congelar
pip freeze > requirements.txt
Esto produce un archivo de requemientos en el formato que pip puede entender, el archivo de requerimientos detalla las dependencias que tiene un ambiente, su formato acepta tanto origenes del pypi, paquetes en formato tar.gz repositorios en git, mercurial y svn. Comúnmente nos encontraremos de un requirements.txt en muchos proyectos.
Si ejecutamos este comando en primer_ambiente seguramente tendremos un par de requerimientos, django que hemos instalado manualmente y distribute, que viene por defecto.
Instalar desde un archivo de requerimiento.
pip install -r requirements.txt
Esto leerá el archivo de requerimientos y lo instalará en el ambiente actual.
** http://fitoria.net/2011/11/django-suite-iii-usand-virtualenv-y-pip.html
MySQLdb
1. sudo apt-get install libmysqlclient-dev #ubuntu
2. easy_install MySQL-python==1.2.3 #environment
Nota :
#En Ubuntu
sudo apt-get install python-mysqldb
sudo apt-get install MySQL-python

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Sublime Package Control
Installation is through the Sublime Text 2 console. This is accessed via the ctrl+` shortcut. Once open, paste the following command into the console:
import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation'
This command creates the Installed Packages folder for you (if necessary), and then downloads the Package Control.sublime-package into it.
*http://wbond.net/sublime_packages/package_control/installation
RDFa
Encabezado XMLNS para RDFa
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" version="XHTML+RDFa 1.0" dir="ltr" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rss="http://purl.org/rss/1.0/" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:site="http://graves.cl/ns#">
SublimeText 2
Sublime Text is a sophisticated text editor for code, html and prose. You'll love the slick user interface and extraordinary features. *
Install ppa/ubuntu **:
Add our Sublime Text 2 Ubuntu PPA using the following commands:
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
Then, install Sublime Text 2 stable build:
sudo apt-get install sublime-text
Or, to install Sublime Text 2 development build, use the following command:
sudo apt-get install sublime-text-dev
Enabling Vintage ***
Vintage is disabled by default, via the ignored_packages global setting. If you remove "Vintage" from the list of ignored packages, you'll be able to edit with vi keys:
Select the Preferences/Global Settings - Default menu item
Edit the ignored_packages setting, changing it from:
"ignored_packages": ["Vintage"]
to:
"ignored_packages": []
now save the file.
Vintage mode is now enabled - you'll see "INSERT MODE" listed in the status bar
Vintage starts in insert mode by default. This can be changed by adding:
"vintage_start_in_command_mode": true
to your User File Settings.
Plugins and Packages:
zenCoding
jQuery
PackageControl
Less syntax
Less build : lessc (ubuntu): sudo apt-get install lessc
CoffeScript
Link as reference:
* http://www.sublimetext.com/
** http://www.webupd8.org/2011/03/sublime-text-2-ubuntu-ppa.html
*** http://www.sublimetext.com/docs/2/vintage.html
Youtube
El siguiente paquete e instrucciones son para Ubuntu, versión de prueba 11.10.
1. Instalar youtube-dl
sudo apt-get install youtube-dl
2. Abrir un terminal (consola), ubicarte en el directorio donde se guardará el vídeo:
youtube-dl <url del video>
3. Extensión Chrome: Video + mp3 downloadeer
MySql 5.1
1. Instalar los paquetedes de cliente:
sudo apt-get install mysql-client-5.1 mysql-client-core-5.1
2. Instalar los paquetes del server:
sudo apt-get install mysql-server-5.1 mysql-server-core-5.1
3. Ingresar la clave de root de mysql
4. Volver a ingresar la clave de root de mysql
5. Instalar módulos de conexion:
sudo apt-get install php5-mysql php5-pgsql

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Ubuntu 11.10
1. Instalar Gnome-Clasic:
sudo apt-get install gnome-panel gnome-session-fallback
2. Instalar Dropbox
3. Instalar gnome-do:
sudo apt-get install gnome-do
4. Poner a español libreOffice (sino lo está):
sudo apt-get install libreoffice-l10n-es
5. Instalar codecs y plugins:
sudo apt-get -y install ubuntu-restricted-extras
6. Instalar chromiun (google chrome libre):
sudo add-apt-repository ppa:chromium-daily && sudo apt-get update && sudo apt-get -y install chromium-browser
7. Comprimir/descomprimir
sudo apt-get -y install rar unace p7zip-full p7zip-rar sharutils mpack lha arj
8 Instalar JAVA:
sudo apt-get install openjdk-6-jdk
9. Instalar el maravillos Gvim:
sudo apt-get install vim-gnome vim-gui-common
10. Instalar environment
sudo apt-get install build-essential python-dev python-setuptools python-virtualenv
11. Instalar Git
sudo apt-get install git-core git-doc git-gui git
12. Instalar Subversion
sudo apt-get install subversion
13. Instalar SSH
sudo apt-get install openssh-server
14. Instalar Mysql
sudo apt-get install mysql-client-5.1 mysql-client-core-5.1 mysql-server-5.1 mysql-server-core-5.1
15. Instalar Postgres
16. Instalar PHP5
sudo apt-get install php5 php5-cli
17. Instalar Apache2
sudo apt-get install apache2
18. Isntalar Gimp
sudo apt-get install gimp
19. Instalar Dia
sudo apt-get install dia
Python 2.5 old versions! Ubuntu 10 +
https://launchpad.net/~fkrull/+archive/deadsnakes
PostgreSQL
Instalación
sudo apt-get install postgresql-8.4 postgresql-client-8.4
Contraseña
su - (ingresamos nuestra clave de root)
passwd postgres (poner clave al usuario postgres)
Acceso
su postgres (nos pedirá la clave ingresada anteriormente)
Netbeans + Java
1. Instalar Java
1.1 Editar el archivo /etc/apt/source.list y añadir la siguiente linea:
deb http://archive.canonical.com/ lucid partner
1.2 Actualizar los paquetes
sudo apt-get update
1.3 instalar el jdk
sudo apt-get install sun-java6-jdk
2. Instalar Netbeans
2.1 Descargar de http://netbeans.org/downloads/index.html
2.2 Darle permisos de ejecucion
sudo chmod +x netbeans-7.0.1-ml-linux.sh
2.3 Ejecutar:
./netbeans-7.0.1-ml-linux.sh
ToscaWidgets
cuando necesites que tus checkbox salgan checked : debes enviarle en la tupla un parámetro más el {'checked':0}
Ejemplo:
costos_rubro = [(crb.id,crb.concepto,{'checked':0}) for crb in rub.costos if crb.concepto != u'costo_base']
http://groups.google.com/group/turbogears

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
SOAPpy + TG 2.0
1. Descargar http://research.warnes.net/projects/rzope/fpconst/
2. Decomprimir y ejecutar: sudo python setup.py install
Quitar entrada memtest + recovery del grub2
Eliminar memtest
Para que no aparezca memtest en el menú, le quitamos los permisos de ejecución con el siguiente comando: sudo chmod -x /etc/grub.d/20_memtest86+ Si escribimos +x en lugar de -x volvemos a darle permisos de ejecución y nos volverá a aparecer. Y actualizamos el grub con: sudo update-grub2
Eliminar la línea del modo recovery (recuperación)
Editamos el archivo: /etc/default/grub sudo gedit /etc/default/grub y cambiamos #GRUB_DISABLE_LINUX_RECOVERY="true" por: GRUB_DISABLE_LINUX_RECOVERY="true"
** http://ubuntu-guia.blogspot.com/2010/01/quitar-las-lineas-del-memtest-y-modo.html