Friday, December 31, 2010

How To Play Frustrated Rummy Card Game

Falo' of the Epiphany with the Pro Loco of Casciago

The Proloco Casciago of all calls for the Bonfire 'Befana
Wednesday, January 5 at 20:30
the square of the City of Casciago.
clicking below you will find the evening's program
and information about the photo contest organized by the same Proloco.

Pregnancy Drees Patterns

Arch Linux and Compaq Mini, a perfect combination


The definitive guide for configuring the Compaq Mini Arch and 'here! but no . :) Actually

'This article contains some small tricks that I have come in handy during the installation and setup of Arch on my compaq mini (700el).
from the ground up.

The kernel

As we know the baby in question and ' been saddled donated a beautiful network card Broadcom BCM4312. Occhebbello . And we know that we also mounts an Intel Atom.
This leads to a single road, the kernel- netbook. This kernel is' optimized for Intel Atom, and includes drivers for most popular laptops, including our HP.

To install, download the archive here and with a nice istallatelo:
 # pacman-U kernel-2.6.36.2-5-netbook-i686.pkg.tar.xz 
If you can not connect (understandable, since installing this kernel driver for the Broadcom card), copy the package on a USB stick, insert it and mount it:
localize the pen with dmesg
and install the package with pacman, as above:
 
pacman-U kernel-2.6.36.2-5-netbook-i686.pkg.tar.xz


Network configuration
Now we must add the file / etc / rc . conf module
 wl. If you have installed the b43 driver 

, you have to blacklist. Then, change the MODULES line in this way:

MODULES = (wl! B43) Perfect, now paying iwconfig from the terminal you should see output like this: wlan0 IEEE 802.11g ESSID: off / any Mode: Managed Frequency : 2.412 GHz Access Point: Not-Associated Tx-Power = 27
dBm
 long Retry limit: 7 RTS thr: off Fragment thr: off Encryption key 
:
off Power Management: off
 

If it is not 'wlan0 is eth1 (or eth0), the saying goes: D



video card for your video card and' all very simple. We need only install a package,
xf86-video-intel
.

# pacman-S xf86-video-intel

no additional configuration. I recommend you follow this procedure before installing any throttle to DE, because without this package will not see much, I say this from experience: D

Touchpad
If it happens that disappears when you move the cursor with the touchpad, installed
 package xf86-input-synaptics 
. (Yes, the problems are solved packages installed: D)
Go to configure the file / etc/X11/xorg.conf.d/10-synaptics.conf, and edit it to also enable scrolling with the touchpad:

Section "InputClass"

... Option "VertEdgeScroll" on "EndSection

 And here ends the 
megatutorial
.* It 's my first post on Arch and I'm still a bit' excited: D
Happy New Year to all, and remember 2011 will be the year of Linux!: D *

Arch enjoy responsibly.


Wednesday, December 29, 2010

Does Itching Get Worse After Scabies Treatment

buildAOSP.py download and compile the sources Android Android AOSP

Bored of having to always repeat the same steps when I had to download and compile source Android, ho deciso di utilizzare il potere del pitone per ovviare al problema. Non parliamo di un rito sciamanico, ma di uno script che ho scritto in Python, buildAOSP. Il programma aiuta a compiere velocemente le procedure di scaricamento del kernel Android e di compilazione. aggiunta opzionale dei repository di Debian stable (Lenny) per scaricare java5, necessario per compilare Android <= 2.2
istallazione di tutte le dipendenze necessarie

selezione della versione di java5 con `update-java-alternatives`
  • creazione di un workspace completo for the sources Android
  • downloads repo
  • downloading the branch chosen, even by CodeAurora
  • compile with make
  • download the script with wget:
  • $ wget https: / / github.com/Enrix835/randomstuff/raw / master / buildAOSP / buildAOSP.py - no-check-certificate
  • To download such as the branch of Froyo, buildAOSP performed with these options:


python buildAOSP.py - branch Froyo

's all, have fun : D


Tuesday, December 28, 2010

How Can I Masterbate? Im 15

Call City Council for December 30. Intervention on

Good Hd Camcorders For Your Buck

Prealpina: The station is too expensive!

shown above the intervention of the parent Zanotti quotidiniano The Prealpina of Friday, December 24, in relation to the issue of station Casarico. Let us a joke, we have passed from the policy of " vedum know" to that of the ostrich. There are problems at the station? ... It is not our stuff, and waved off letters of protest to the Northern Railway, or the style in vogue, a good sign. Missing a given, that the mayor was careful Maroni from giving the cost. We are preparing a query on this point.
Greetings
Consiliare Common Purpose Group
Andrea Zanotti Stefano Church

Dario Cecchin

Sunday, December 26, 2010

Pain In The Thumb And Down The Thumb

Complete, comprehensive guide.

With this post we enter into the bowels of the robot that accompanies us in our pockets every day, learning to build Android from source.
 


First I state that the guidance and 'linux-user, if you Windows or Mac user
profane, and you want to follow the tutorial, I recommend you install GNU / Linux: D

I have compiled on Android Debian testing (Squeeze), and then installed the necessary dependencies: $ su # aptitude install git-core gnupg sun-java5-jdk gperf flex bison \\
libesd0-dev libsdl-dev libwxgtk2.6-dev build-essential zip curl \\
libncurses5-dev zlib1g-dev

 E 'recommended the use of the famous tool Valgrind to check for leaks memory etc. # aptitude install valgrind 


Now installed java-1.5, we can find in the repositories of Debian Stable (Lenny)
# echo "deb http://ftp.debian.org/debian/ stable main contrib non-free ">> / etc / apt / sources.list #

aptitude update # aptitude install sun-java5-jdk

If we had already ' java installed, identify the version that requires Android (1.5)
 
# update-java-alternatives-l

(of course the output of the command can 'vary)

java-1.5.0-sun 53 / usr / lib / jvm/java-1.5.0-sun --> Questa e' la versione giusta
java-6-sun 63 /usr/lib/jvm/java-6-sun
  
e selezioniamola:


# update-java-alternatives -s java-1.5.0-sun


Ora che abbiamo completato i preparativi, creiamo il nostro ambiente per Android. Mi raccomando, i sorgenti pesando più di 4GB, assicurate di avere lo spazio sufficiente.

 $ mkdir ~/android 
$ mdkir android/repo
$ curl http://android.git.kernel.org/repo > ~/android/repo
$ chmod a+x ~/android/repo
$ mkdir android/android
$ cd android/android
 $ repo init -u git://codeaurora.org/platform/manifest.git -b froyo_almond -M Q8650BSDCANLYA5025.xml 


use the branch Froyo Code of Aurora, for the optimization to the code.
It will take 'at the end we should have all the necessary files in the ~ / android.

Now compile the sources:

$ make-j8

`j` stands for the number of your processors * 2. So-j2 for a single core CPU, a dual-core-j4 etc..

Take a coffee ', go eat, take the dog for a walk, and at the end you should have finished the procedure.
in / out / target / product / generic / should have the `system.img` and `` userdata.img.
 Try our new "ROM" to be completed by AOSP our trusted virtual machine Android, of course, assuming that it already created. Let's move to the folder where we downloaded the SDK. (We downloaded the SDK?: P Go here: http://developer.android.com/sdk/index.html and choose the version you want to work.) 

cd ~ / miosdk / tools /
/. avd-system emulator @ ~ / mydroid / android / out / system.img-data ~ / mydroid / android / out / data.img

The emulator should run smoothly, showing the android you have done with your hands : D
's all, but I warn you: if you'd like to try the rom on your device, I do not assume any responsibility for damage done, of course. Do these cose con la dovuta attenzione.
 Nel prossimo post arriverà una manna dal cielo (si spera) per coloro che non vogliono fare tutto da terminale, ma vorrebbero un sistema  
automatico
:D


Monday, December 13, 2010

Receding Gums Electric Toothbrush

[ideas] A GUI for several appybrain and


Stavo pensando di implementare una GUI per lo script appybrain, semplice programma in python che consente di monitorare le novità dal famoso portale appbrain. Per ora funziona solo da terminale, ma sarebbe abbastanza libidinosa una gui con le icone delle app e magari anche una icona di stato :)
Ah, se non l'avete notato ho also changed the theme of the blog, editing a template for bloggers. The whole time, and 'much more' simple and easy to read.




Good start to week to the next.