lundi 19 septembre 2011

windows 8

Windows 8 Developer Preview English, 32-bit (x32)
Sha 1 hash – 4E0698BBABE01ED27582C9FC16AD21C4422913CC
Includes a disk image file (.iso) to install the Windows Developer Preview and Metro style apps on a 32-bit PC.
Download (2.8 GB)

dimanche 18 septembre 2011

samedi 17 septembre 2011

lundi 12 septembre 2011

description du programme dans gestionnaire du tache

lors du dev d un prgramme en c #
pour mettre des info specifiqu tel que descript du programme
on modifi le assemblyinfo.cs

expl
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("prgrm")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("ent.")]
etc

samedi 10 septembre 2011

AppDomain.CurrentDomain.BaseDirectory

pour utiliser chemin vers le dossier courant du programme
on use
AppDomain.CurrentDomain.BaseDirectory

snn on tombe dans le chemin du system32

jeudi 8 septembre 2011

géstion de groupe


info about user



http://raphaello.univ-fcomte.fr/Linux/04-GestionComptes/GestionComptes.htm

Apache file permission issue

I was so crazy about this.
I tried to setup Log Analyzer site but couldn't get it work as wanted. "Syslog file is not readable, read access may be denied" is what I got instead of syslog information.

Searching in the net and asking for help from friends didn't work. All I got were about using such:
chmod 644 or 755 or even 777
Or chown

At last, I found out that, the main cause of the issue is SE Linux. SE Linux prevents Apache from accessing files outside its granted folders (that's /var/www). Following shows how to overcome this:
Solution 1:
Disable SE Linx (Not recommended)
edit /etc/selinux/config
change SELINUX=enforcing to SELINUX=disabled
DONE.
Solution 2:
Grant permission to apache user (The one that's used to run apache web server) over /var/log/ or anywhere you want.

Nombre total de pages vues