Archive for July 2008


evidence of the global warming …

July 29th, 2008 — 09:45 pm

… of the planet measured on the wearing mode of the delicate part of the earth population.

2 comments » | all

souvenirs (seulement)

July 22nd, 2008 — 10:53 pm

5 comments » | all

What ? : web based ssh key generator

July 14th, 2008 — 09:53 am

This is amazing !! euuh total verrückt meine ich.

Es geht doch gar nicht, dass man sich seine (private) Schlüssel generieren lässt.

Naja manche machen es !! [http://sshkeygen.com/]

Man sollte denken, niemand könnte je so unglaublich dämlich sein, sich einen Krypto-Schlüssel von jemand anderem generieren zu lassen, denn das heißt ja nicht ohne Grund “private key”. Aber offensichtlich gibt es für die menschliche Dummheit keine Obergrenze.

[source]

############

i am wondering why some people let others generate their ssh key pair (also the secret one) on [http://sshkeygen.com]. The citation mention it is obviously that the human stupidity dont have no upper limit.

7 comments » | all

CRC_16_CCITT in C#

July 10th, 2008 — 07:58 am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
public static ushort doCRC16(byte[] data)
{
	ushort crc = 0xFFFF;
	for (int r = 0; r < data.Length; r++ )
	{
		byte dat = data[r];
		for (int j = 0; j < 8; j++ )
		{
		if (((dat ^ crc) & 0x01) != 0 )
		{
			crc >>= 1;
			crc ^= 0x8008; // CRC_POLYNOM;
		}
		else { crc >= 1; }
		dat >>= 1;
		}
	}
        crc = (ushort)(crc ^ 0xFFFF);
 
   return new byte[] { (byte)(crc >> 8), (byte)(crc & 0x00ff) };
 
}

8 comments » | all

Setting up vpnc under Gusty

July 3rd, 2008 — 05:48 am

(i will take the case of my university)

We have a campus wide WLAN network, allowing all student through a VPN to be “connected”.

Install the cisco vpn client software under Ubuntu

# apt-get install vpnc

configure the client under Ubuntu
edit the file under /etc/vpnc/ or just download my, edit it with your values and store it under /etc/vpnc/uni-vpn.conf

IPSec gateway 141.9x.1x.xxx
IPSec ID univpn
IPSec obfuscated <secret>
Xauth username <your_student_id>
Xauth password <student_password>

Starting the vpn client

first become root

$ su

and start the client

# vpnc-connect uni-vpn

Oder install the network manager vpn plugin

# apt-get install network-manager network-manager-vpnc

download the .pcf file and import it !

Comment » | all

Iconification de Thunderbird

July 2nd, 2008 — 07:04 pm

thunderbird

Pour ceux qui utilisent Thunderbird, et qui n’ont pas souvent suffisamment de place, alors ils peuvent grace a ce plugin l’iconifier.

thunderbird plugin

Comment » | all

Gimp your hands: réalisations

July 1st, 2008 — 12:49 am

NB: Les réalisations sont classées par ordre d’ arrivée dans la boite electronique (gimp_challenge_AT_wangandmin.com)

  • Le drapeau du cameroun a été fait par Mademoiselle Azeufack Sobze Raïssa , College Libermann, 6è4.

  • Le coeur le plus laid (c’est le nom donné par l’auteure) a été réalisée par une élève de 6è qui n’avait pas signé son dessin , College Libermann.

  • le drapeau du cameroun a été réalisé par Ndongo Jean Paul Henri , College Libermann, Première B.

  • MTF man est le nom donné à son dessin par Mbonang Franklin, College Libermann, 3è2.

  • Realisation Billy2Kid

  • Cameroon’s hidden beauty” (1. Le Camerounais). Réalisé par Yassi Manuela

  • Freedom” (2. Les logiciels libres: le monde du libre). Réalisé par Yassi Manuela

13 comments » | all

     

Afrigator