Stratos' Sphere

Collecting thoughts, giving them meaning and having fun while at it

Σελίδα 29 από 52

Αποσμητικά και Ανθιδρωτικά

Οι περισσότεροι υποψιασμένοι καταναλωτές, αποφεύγουν το 95% των αποσμητικών που κυκλοφορούν, διότι περιέχουν άλατα του αλουμινίου, αλλά λίγοι γνωρίζουν όλη την ιστορία, είτε ως προς το γιατί πρέπει να αποφεύγεται το αλουμίνιο, είτε ως προς το εάν πραγματικά το αποφεύγουν, είτε ως προς τις άλλες παραμέτρους που οφείλουν να λαμβάνουν υπόψη ή τις επιλογές που έχουν. Ας πάρουμε όμως τα πράγματα με τη σειρά.

Ο ιδρώτας (δεν) μυρίζει!

Η μεγάλη σύγχυση ξεκινάει αρχικά από την αιτία της κακοσμίας του ιδρώτα. Οι περισσότεροι νομίζουν ότι ο ιδρώτας μυρίζει από φυσικού του. Λάθος! Ο ιδρώτας είναι άοσμος!

Περισσότερα

Setting up Debian for Android Development

After almost 9 months of beating around the bush, I finally started experimenting with developing Android Apps. I’m using Linux Mint Debian (based on Debian Testing), so after some googling, I used this excellent guide over at howtoforge.com:

Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Debian Squeeze)

Of course, I used the latest available version of every software mentioned (binary packages, not .deb as they were somewhat outdated in Testing). The only things I changed during the process of setting up was to edit nss.cfg so that I would not get the “nss initialization” error message on my 64-bit system:

[code]sudo gedit /etc/java-6-openjdk/security/nss.cfg[/code]

and changed its content into the following (thanks to java.io.FileNotFoundException: /usr/lib/libnss3.so error on Debian Wheezy):

[code]name = NSS
nssLibraryDirectory = /usr/lib/x86_64-linux-gnu
nssDbMode = noDb
attributes = compatibility[/code]

I left may main user as owner of /etc/eclipse and I made sure that I used the right java, by:

[code]sudo update-alternatives –config javac

sudo update-alternatives –config java[/code]

That’s all!

Enhanced by Zemanta
« Παλαιότερα άρθρα Νεότερα άρθρα »

© 2024 Stratos' Sphere

Θέμα εμφάνισης από τον Anders NorenΠάνω ↑