OK, I followed this guide:
http://ubuntuforums.org/showthread.php?t=705103
Here is the additional information you need:
1) Go to your phone. Menu -> Settings -> Sync -> PC Suite (or w/ever profile you intend to use) -> Edit -> Connection settings -> Server version -> set it to 1.1 (default is 1.2)
2) In gentoo, you also need libopensync-plugin-vformat.
3) Notes synchronization is […]
The main reason to do this is to avoid certificate requests, etc.
While tried on gentoo linux, should work on any unix-like OS.
# openssl genrsa -des3 -out pass.key 1024 #this
# openssl genrsa -aes256 -out pass.key 2048 # or this
# openssl rsa -in pass.key -out server.key
# openssl req -new -key server.key -x509 -out server.crt -days 999
# cp […]
Wednesday, December 5, 2007
Completing this guide, here is what you need to do in order to be able to login/su by using your fingerprint.
The fingerprint used on the example, is an authentec aes2501 on a hp pavilion 6520ea.
Create a new gentoo overlay (/usr/local/portage/fprint), add it to portage, get the ebuilds, and install:
cd /usr/local/portage/fprint
kdir -p media-libs/libfprint
mkdir -p sys-auth/pam_fprint
mkdir -p […]
Επειδή στο google βρήκα πάρα πολλές πληροφορορίες για iso-8859-7 και λίγες για utf-8, και όσες ήταν για utf-8 ήταν διάσπαρτες, αποφάσισα να τις συγκεντρώσω.
Saturday, September 22, 2007
originally, diodos would be an opensource grading system. i had already started coding it, and it was also accepted by sourceforge. some weeks after, i decided with a friend from the national programming contest to make a system, where we could practice solving older problems from the contest. it should be based on diodos. we […]
Saturday, September 22, 2007
The HP Pavilion is a mid-end laptop.
As I firstly update the gentoo-wiki article and this post, I suggest to read the gentoo-wiki article, as it may be slightly more up to date. It can be found here