lundi 30 juin 2014

#Educatifs #apprentissage #partage #ENT

Abecedaire-Odysseus-LAL
Corregidor dictées
Family-sphere 
JeTelecharge/Education
Kinougarde
Nounou-Top

Live CD :
AbulEdu
AcademiX
Asri Edu
Comedu 
Educado Linux
EduCE
EdulibreOS
EduLinux
Eole
Escuelas Linux
Freeduc-CD 
Intrascol
MiniNo
OpenSuseEducation 
PrimTux
RCL-EDU
SambaEdu 3 
SkoleEdu
SLIS
The Linux Schools Project
XubEcol

Sites pour les Enfants :
ABUL Edu
Activites-educatives-scolaires-gratuites-pour-ce1-ce2.videodeprof
Babydow
C-MonEtiquette
Cap-éveil
Classe élémentaire
ClemenceCazenaveTapie
Club Penguin
CoralieCaramel.eklablog
Cours moyens Rehthal (+javascripts)
Crapouilleries.net
DeclicKids.fr
Educaplay
Fete-enfants
Fiche-Maternelle
GeniKids
Gomme et gribouillages
Gulli
Steph.Raymond.free.fr
Habbo
Harumika
HelloKids
IEducatif
Je dessine
Je joue en classe
Jeux pour enfants org
Jeux-pour-enfants .com
Monde des titounis
La lune de ninou
LaMaternelleDesEnfants
Le blog d Aliaslili
Les ateliers de Cathy
Les-coccinelles.fr
Logiciel Éducatif
Loustics
MambaNation
MaterAlbum.free.fr
Mathix
Maxetom
Momes.net
Montessorimaispasque
Museworld
Nounou bricabrac
Papa positive
Petits Geeks
Ptitclic
Promenades maths
Ressources-pedagogiques.be
Samuser ensemble.canalblog
Simply-land
Sitafamille
Tête à modeler
Turbulus
Tu te souviens de
TFou
Toupty
Vrac-coloriages
Waouo.com
Wilby.tv
YourKid TV

Coloriage :

www.buzz2000.com
cestmamanquilafait.com
coloriage.tk
www.coloriageetdessins.com
www.coloriage-pour-colorier.com
www.coloriages-pour-enfants.net
coloriagesaimprimer.com
ebooks-gratuits.me
kucink.com
laguerche.com
liberatearte.blogspot.com
mes-coloriages.org

Animations :
www.instructables.com/Raspberry-Pi-Stop-Motion-Animation-Rig/

Boutiques :

Club-Tralalere
C-way
La grande récré
La martinière jeunesse
Oliba
Une cuillere pour papa

Pour Android :
Chegg
Mathway
My Homework
My Study Life
Nosdevoirs
Pas d'accident dans ma maison
Polyèdres augmentés
RealCalc
Square Igloo
Timetable
Vocal Slides

Sur Linux :
sudo apt-get install kalgebra kalzium marble nootka tuxmath

AlgoBox
ALLER (Aide à la lecture)
AMC Conception et Correstion de formulaire QCM automatisée 
A nous les nombres
Associations
AutoMath
Childsplay
Escritor
GCompris 
Geodyn
Gestionnaire d'exercices 
Java Cartes thématiques
JCLIC
Klavaro (apprentissage dactylographie)
Mathempoche
MobiNet 
Omnitux
Opale (présentation/documents) 
Problèmes
Pyromaths
PySyCache 
TestGuru (QCM)
TexoMaker
Tortue-Logo
Toutenclic
Tux of Math Commands 
Tux Typing (apprentissage dactylographie)
Vallect (lecture)
Wedus

Autres :

Action Enfance
Applications uneStar pour iPhones iPods et iPads
Apprendre à éduquer
Apprendre avec
HappyParents
Les-logiciels-Educatifs


E-Learning :

Anaxagora
ATutor
Claroline
Dimdim
Dokeos 
Ganesha
Moodle - MoodleBox/raspberrypi - @moodlebox - /GitHub
OpenCartable 

ENT Espace Numérique de Travail :

Cahier de textes 
Chronosite
Garennes
Gepi
Gest'classe
Iconito
iTalc
Prométhée
Séquane
Techno&Co

Triade

Sur Youtube :

Arvind Gupta toys
Idées à réaliser soi-même
Notre Famille

#Compilation d #erreurs et #questions sur #Ubuntu

UBUNTU-BUGS

Could not find a distribution template for Exemple/trusty :gksudo gedit /etc/lsb-release
le fichier doit se présenter sous une forme tel que :

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.04 DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu Trusty Tahr (development branch)"

Ajouter un résolution d'écran :
#!/bin/sh xrandr --newmode "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync xrandr --addmode VGA1 "1280x800_60.00" xrandr --output VGA1 --mode "1280x800_60.00"

Encoder en X265 :
ffmpeg -i source [-map ..] -c:v libx265 -x265-params crf=25 output.mkv
ou
avconv -i video.mp4 -vcodec rawvideo -f rawvideo -pix_fmt yuv420p - | x265 --input - --input-res 1280x544 --fps 23.98 video-sortie.hevc
 
Le clavier ne passe pas en français :
Dans les menus
Applications au démarrage → Ajouter → Nom : azerty (ou ce que vous voulez) ; 
Commande : setxkbmap fr → Fermer
ou dans le fichier /etc/rc.local avant la fin exit 0 ajouter
setxkbmap fr 

sudo apt-get clean
sudo apt-get autoclean
sudo apt-get -f install

sudo dpkg --configure -a

sudo dpkg --force-all --remove nomdupaquet


Régler l'erreur GPG "NO_PUBKEY" :

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com votre_n°_de_clé
ou
sudo apt-get install add-apt-key && sudo add-apt-key votre_n°_de_clé
 
Pas le temps de voir Grub - pour la gestion du boot :
A la fin du Setup carte mère et périphériques et avant démarrage du disque dur :
maintenir la touche Shift enfoncée.
 
Message d'erreur du type : 'E:Encountered a section with no package: header, 
E:Problem with 
Mergelist/var/lib/apt/lists/fr.archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_Packages,
 E:Les listes de paquets ou le fichier "status" ne peuvent être analysés
 ou lus.' 

Corriger : E: Sub-process /usr/bin/dpkg returned an error code (1)
rm /var/lib/dpkg/info/$nomdupaquet* -f

Purger le répertoire en tapant :
sudo rm /var/lib/apt/lists/* -vf
mv /var/lib/dpkg/info/PAQUET.* /tmp/ 
dpkg --remove --force-remove-reinstreq PAQUET
 
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?
= Un autre gestionnaire de paquets est ouvert ou à été quitté de façon brutale.

sudo lsof /var/lib/dpkg/lock
sudo kill -9 'n° du PID'
sudo dpkg-reconfigure -a
sudo apt-get update
...
ou 
sudo rm -rf /var/lib/apt/lists/lock
Probleme_apt - Documentation Ubuntu 

Unknown media type in type :

sudo rm /usr/share/mime/packages/kde.xml 
sudo update-mime-database /usr/share/mime

Problème avec les accents :

sudo gedit /etc/default/locale
Verifier qu'il contient :
LANG=fr_FR.UTF-8
LANGUAGE=fr_FR:fr 
Prendre en compte les modifications après la sauvegarde du fichier :
dpkg-reconfigure locales
Ou alors utiliser localepurge pour reconfigurer et supprimer les localisations inutiles :
apt-get install localepurge
sudo mv /usr/share/mime/packages/kde.xml /usr/share/mime/packages/kde.xml.bkp
sudo update-mime-database /usr/share/mime

Comment empêcher certains paquets Linux de se mettre à jour ?

#Surveiller l'état de son #serveur #web #hebergement

SUPERVISION

Ajenti
Cockpit - /GitHub - /Launchpad
sudo add-apt-repository ppa:cockpit-project/cockpit
sudo apt-get update
sudo apt-get install cockpit
cPanel
DirectAdmin
Froxlor Server Management Panel
* How-to-install-froxlor-server-management-panel-on-ubuntu :
If you're on Debian Squeeze:
echo 'deb http://debian.froxlor.org squeeze main' > /etc/apt/sources.list.d/froxlor.list
If you're on Debian Wheezy:
echo 'deb http://debian.froxlor.org wheezy main' > /etc/apt/sources.list.d/froxlor.list

Approve Key for Froxlor

Now add and approve the key for the Froxlor packages:
apt-key adv --keyserver pool.sks-keyservers.net --recv-key FD88018B6F2D5390D051343FF6B4A8704F9E9BBC

Update package list

To update your package list and upgrade your system to latest, enter the following command:
apt-get update && apt-get upgrade

Install Froxlor

Install Froxlor together with all needed packages (e.g. webserver):
apt-get install froxlor


Création d’un MOTD dynamique : dynmotd

Être notifié par email et SMS quand Internet revient

Enterprise Java PingerGUI Ping MonitorPing-indicator - Ping en Javascript

Synology - Activer les notifications SMS / Free

Trace time The latency between your PC and a web site can sometimes be frustrating, and it can be difficult to work out if it the web site or the Internet connection. This program produces a real-time graph of the hop times between your PC and a nominated web address. You can think of it as tracert with a graphic front end.

























ISPConfig - ISP management and Hosting Control Panel. ISPConfig manages one or more webservers, mailservers, BIND DNS server, FTP servers, MySQL databases and virtual Servers with an easy to use webinterface for administrators, resellers and clients.Addons+/Android

iMSCP Internet - Multi Server Control Panel (i-MSCP) is an open source project founded to build a Web-based control panel intended to personal and professional usage.

Litespeed-Munin-node-stats-monitoring

























is a free hosting panel for offering free web hosting on your site. It runs on just about any web server as long as you have PHP and a mySQL database. Its easy to use and maintain but still packs a lot of features. MojoPanel is also know as MojoPanel Hosting Panel/Script, MHP or MHS.
Netdata  /présentation
pomamonitor (Poor's Man Monitor) is a shell script that rely's on notify-send command to send alerts to Gnome/KDE/XFCE desktop user when a host or several hosts that was previously set to be monitored are offline. Pretty useful for small system administrators that doesn't need Nagios/Zabbix for monitoring such a small enviroment. Obviously, it supports IPv6
Vesta
Webmin+Cloudmin+Virtualmin
Webuzo
ZPanel

Autres :
Ajenti 
Bjik 
Domotz
eZ Server Monitor 
Glances 
Glances PHP
Fingbox   /Apple
Ihiji
Installer-grafana-prometheus-et-node-exporter
Krita   (infos)
Linux-dash 
LxCenter
MCM monitoring software
OpenDoor tester la sécurité d'un site web
Openpom 
Openlsm
Pandora FSM 
*PHPMemAdmin
PHPServerMonitor 
PHPSysInfo   /GitHub /Android /Apple
Piwik 
Seo Panel 
ServerStatus 
ShinkenMonitoring 
SMSAlert
Softaculous 
TCPStump
Uptime Robot
Webmin / System stats 
X-Itools E-mail Log Search Engine. Some features: Log analysis and correlation of Postfix and Exchange servers, statistics, policy manager, in-deep analysis, automated network graphs for e-mail tracing, CSV export... The Swiss knife of Messaging Admins.Xymon


/ NAGIOS :
CheckMKProjet
CheckOpenmanage
NagiBot
Nagios/ITPoint 
NagiosQL 
Nagrestconf
Nagstamon 
Nagstamon/sourceforge
PNP4Nagios

vendredi 27 juin 2014

Flux d'informations

feeddemon.com
goodnoows.com
www.google.com/reader
www.netvibes.com
www.newsblur.com
www.perseptio.com
zencancan.com

---
tootella.org
www.comptoir-info.com
---

alertespresse.relay.com
trap.it
www.google.com/alerts
www.pickanews.com
www.socialmention.com
www.whostalkin.com

#Communications #Visio #VOIP #videoconference

Alternative à
www.skype.com   - Free-Video-Call-Recorder-for-Skype / Window$

Existe aussi :
BeeBEEP
Discord
ekiga.im
Framatalk
jitsi.org
www.linphone.org/ /Android
yateclient.yate.ro
sflphone.org ou www.ring.cx

Ring.cx/fr/telecharger/gnu-linux


www.linux.com/learn/why-and-how-use-ring-instead-skype-linuxsudo sh -c "echo 'deb http://nightly.apt.ring.cx/ubuntu_16.04/ ring main' > /etc/apt/sources.list.d/ring-nightly-man.list"
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys A295D773307D25A33AE72F2F64CD5FA175348F84
sudo add-apt-repository universe sudo apt-get update && sudo apt-get install ring-gnome

hu.tt
www.goober.com
www.google.com/talk
www.gruveo.com
www.oovoo.com
tox.im/fr

www.pidgin.im 
www.twinklephone.com
www.voxox.com
Mumble
Mumble-server /Ubuntu
mumble.sourceforge.net
apt-get install mumble-server
*How-to-install-and-configure-mumble-server-murmur-on-ubuntu-14-04

PHPMumble
www.viber.com
live.gnome.org/Empathy
www.teamspeak.com
messenger.yahoo.com
www.linphone.org
www.ventrilo.com
www.roamaside.com/index.rhtml?l=fr
www.raketu.com/fr/index/
www.ivippie.com
www.zoiper.com

Telegram
desktop.telegram.org
Cutegram telegram client.
www.tribair.com//index.rhtml?l=fr

Dites bonjour à Hello, et passez vos appels directement depuis Firefox

Hello/Firefox

IPTalk is a LAN messenger for Windows and Linus OS. It allows users to chat, transfer files over LAN.

Diffusion Vidéo :


Google Hangouts
OBS Studio - github.com/jp9000
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt-get update

sudo apt-get install obs-studio



Wirecast
Xsplit

Autres :
Skype2IP

#Cartes #routières #enligne


fr.mappy.com
fr.maps.yahoo.com
maps.google.fr
www.google.com/streetview/
maps.nokia.com
maps.ovi.com
maps.yahoo.com
world.waze.com/livemap
www.bing.com/maps
www.mapillary.com
www.mapquest.com
www.microsoft.com/maps/streetside.aspx
www.navteq.com
www.nearmap.com
www.openmap.org
openstreetcam.org/map/
www.openstreetmap.org
www.viamichelin.fr

Autres :
worldwind.arc.nasa.gov/java
www.nearmap.com/welcome-new
www.earth.google.com
Heganoo /infos

mardi 17 juin 2014

#CDs #DVDs #Live #distributions #reparation #depannage #maintenance #rescue

Sauvegarder et restaurer ses données :

BackAndImgCD /télécharger
CD-Multiboot
CloneDeploy
Clonezilla - www.fredzone.org/tutoriel-clonezilla-sauvegarde-restauration-disque-dur
Crash Clinic Diagnostics
C S Linux
Darik's Boot and Nuke ("DBAN") is a self-contained boot image that securely wipes the hard disks of most computers. DBAN is appropriate for bulk or emergency data destruction.
DDBlank effacer les disque de façon définitive
DD Rescue - DD Rescue Fr - Doc1 - Doc2
DEPLOIEMENT - Boot PXE avec DRBL-TFTP-DHCP
DracOs - tools
Exton Defender
FOG Cloning


is a hard disk and partition imaging and cloning tool. The created images are optionally compressed and transferred to an FTP server or cloned locally. CIFS(Windows), SSHFS and NFS support included, and udpcast and fsarchiver options. . . GPT partition support was added in version 0.41.   Backing up Windows partitions requires the use of a bootable G4L CD or running g4l via grub4dos..

Gparted
Hackeurs sans frontières
Hiren's BootCD 
Ikki Boot 
LinuxKodachi
Live Raizo
Mondo Rescue
MyRescue
Network Security Toolkit
Offline NT Password 
Ophcrack 
Parrot Security
PING (Partimage Is Not Ghost)
PoliArch 
Redo Backup
Rescatux
RIP
SafeCopy  /Launchpad
SafeToNet
SparkyLinuxRescue
SystemRescueCD /télécharger 

Exemple d'utilisation de SystemRescueCD :
- Créer une nouvelle partition sur votre disque dur d'au moins 1 Go
- Formater celle-ci
- Décompresser sysrcd.zip dedans
- Effacer sysrcd.zip

Dans sysrcd on trouve :

-rw-r--r-- 1 root root    10180624 altker32
-rw-r--r-- 1 root root    10562960 altker64
-rw-r--r-- 1 root root    11633152 initram.igz
-rw-r--r-- 1 root root    10203824 rescue32
-rw-r--r-- 1 root root    10339408 rescue64
-rw-r--r-- 1 root root   267456512 sysrcd.dat
-rw-r--r-- 1 root root               45 sysrcd.md5
-rw-r--r-- 1 root root                6  version

Ajouter dans votre /etc/grub.d/40_custom en mode adminitrateur:

menuentry "systemrescuecd" {
        set root=(hd0,2)
        linux   /sysrcd/rescue64 subdir=sysrcd nomodeset setkmap=fr dostartx
    initrd  /sysrcd/initram.igz
}

Adaptez la ligne selon votre configuration personnelle
hd0,2 c'est la partition sda2      keymap=fr c'est le clavier français
dostartx c'est l'affichage graphique
Vous avez le choix entre rescue32  rescue64  altker32  altker64
Puis en console administrateur root:
update-grub

Au reboot de l'ordinateur vous avez une nouvelle entrée tout en bas
systemrescuecd

si vous voulez changer la ligne de démarrage de systemrescuecd,tapez sur e et sur ensuite sur F10 pour valider votre choix d'options

Teuton PE
Thinstation
UltimateBootCD

UBCD for Window$

Autres :
/ubuntu Partclone

Antivirus :

Antivirus Live CD

AVG Rescue CD   lien2
Avira Rescue CD
BitDefender Rescue CD
DRWebLiveDisk
F-Secure Rescue CD
Kaspersky Rescue Disk
Panda Safe CD
Trinity Rescue CD
Ubuntu Malware Removal Toolkit
Windows Defender Offline

Déploiement :


ANI - Automated Network Installation 
Clonezilla Live on PXE serveur
CrucibleWDS is a free imaging / deployment / cloning program. It supports cloning Windows XP, Vista, 7, 8 and Linux It can be installed on either Windows or Linux. A free Ghost alternative. Free Ghost software. Supports unicast and multicast. Can be used with 1 computer or 1000's. Uses a simple web interface to deploy clients, clients can also be imaged directly from a boot menu by selecting an image from a pxe menu. CrucibleWDS Web Site
Diegostart
DRBL Diskless Remote Boot in Linux

ERPXE
FAI Fully Automatique Installation 
FAI-ppa pour Ubuntu :
sudo add-apt-repository ppa:fai/ppa
apt-get update
apt-get install fai

FOG
HDT-project - HDT/syslinux.org

How to Backup Files in Linux With Rsync on the Command Line

Kickstart/Fedora - Kickstart/Ubuntu

M23
OneClickKick - Network Boot & Kickstart
OPSI Open PC Server Integration 
OPSI / Sourceforge 
Puppet
Quattor
Rudder
Symsalabim
System Imager

TGUP The Solution for Windows Silent Software Installation. The Great Unattended Project - TGUP is an Online Unattended Installer that downloads and installs latest versions of commonly-used freeware silently in sequence and sorts them into the startmenu.Unattended
WPKG 

Garder une trace de la configuration des ordinateurs :
OCS - Inventory  

Sécurité :

BackBox
BlackBuntu
Black Arch
Caine
Deft

KaliLinux 
KaliLinux (fr)
Knoppix STD
Node Zero
Parrot
Pentoo
WifiSlax


Copier un disque (sda) sur un nouveau (sdb à effacer) pour le cloner :
cat /dev/sda > /dev/sdb

Dépannage - Dépanner les ordinateurs / PC :


Récupération de données :


Type de Partitions :

Système d'exploitationTypes de système de fichiers supportés
DosFAT16
Windows 95FAT16
Windows 95 OSR2FAT16, FAT32
Windows 98FAT16, FAT32
Windows NT4FAT, NTFS (version 4)
Windows 2000/XPFAT, FAT16, FAT32, NTFS (versions 4 et 5)
LinuxExt2, Ext3, ReiserFS, Linux Swap(, FAT16, FAT32, NTFS)
MacOSHFS (Hierarchical File System), MFS (Macintosh File System)
OS/2HPFS (High Performance File System)
SGI IRIXXFS
FreeBSD, OpenBSDUFS (Unix File System)
Sun SolarisUFS (Unix File System)
IBM AIXJFS (Journaled File System)

Sites :

#Automatisation #administration #serveurs #applications #hebergement


9Ping
Country IP Blocks.net
APM (Application Performance Management)
Forge.zici email jetable...
Jenkins
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
Ajouter au fichier /etc/apt/sources.list :
deb http://pkg.jenkins-ci.org/debian binary/ 
Taper ensuite dans un terminal :

sudo apt-get update
sudo apt-get install jenkins
Hudson 
Licence Manager
LinuxStall / Block-country-iptables 
RunDeck (/linux-fr)

ServerStatus permet de surveiller l'état réseau d'une liste de serveurs, NAS, routeurs...
Syncsite

Autres :

Additional-recommended-steps-for-new-ubuntu-14-04-servers
Api-ovh-reboot-dun-vps-via-un-script-php
AppServNetwork 
Bitnami 
github.com/bkuhlmann/ubuntu
Chrkrootkit
sudo apt-get install chkrootkit
sudo chkrootkit
sudo chkrootkit | sudo tee /var/log/chkrootkit/chkrootkit.log
sudo cat /var/log/chkrootkit/chkrootkit.log | grep -i warning


ClamAV
sudo apt-get install clamav clamav-daemon
sudo freshclam
sudo clamscan -r /home
sudo clamscan --infected --remove --recursive /home
sudo clamscan --infected --recursive --exclude-dir="^/sys" /

DansGuardianWebminMonitor 
EHCP 
EHCP/sourceforge 
EHCP Force Ed 
Fail2Ban 
Fail2web 
GamePanelX Free/Open Source Web Game Panel. Control your game servers easily.
Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. It is based on a hierarchical design targeted at federations of clusters. Supports clusters up to 2000 nodes in size.
GateOne 
GmailLoader
GPLHost
Howto Dreamhost 
How-to-run-an-unrealircd-chat-server-on-debian(ubuntu)
htaccess editor
htaccess redirect
i-MSCP (internet Multi Server Control Panel)ISPConfig 
Lamp Panel 
LCD Control Panel for Server
Lynis pour auditer son système serveur linux
NDD sur IP dynamique 
Ngrok 




















Client/Server based experiment and instrument control system

  • Modular client/server application
  • Highly configurable graphical user interface (GUI) and command line (CLI)
  • Interactive help system
  • Enhanced scripting capabilities
  • Plug'n play support for sample environments and instrument components
  • Abstract device interfaces hide the hardware peculiarities
  • Wide range of application: Tomography, Reflectometry, Triple Axes Spectromentry (TAS), Time of Flight (TOF), ...
  • Self explaining user commands and parameters
  • Only few basic commands (move, read, count, scan, ... )
  • Automatic logging of instrument state
  • Electronic logbook (to take home)
  • History plot of logged parameters
  • 'Dry run' of measurement scripts to check limits and estimate measurement time

Owncloud
Packetbeat
PaderSync
PHP download manager 
PrintOnWeb server (AGPL) Web Site (MS/Libreo office documents, pdf or webpage) on mobile device, computer, tablet with http server on LAN network.
Driver or software is not needed. User connect to printonweb (httpserver) raspberry PI (computer) server via web browser and uploads documents or paste URL links to printonweb server page.
Http server interact with printer and print received documents on paper.
This application is on start-up stage:
You assume total responsibility and risk for your use of this Service;
use at your own risk. Read AGPL licence for more information.

RedLine
Rkhunter
sudo apt-get install rkhunter
sudo rkhunter --propupd
sudo rkhunter --checkall
sudo cat /var/log/rkhunter.log | grep -i warning


WBMClamav
WBMTranslator
Webmin
->How-to-install-webmin-with-ssl-on-ubuntu
Wget4web

Documentations :

Forum Apache fr
Planete Auto-Hebergement 
SME Contrib 
Tutoriel sur les serveurs 
Wiki auto-hebergement

Analyses / Statistiques :

GetClicky
GoingUp
Google.Analytics
OpenPLM est une solution PLM (Gestion du Cycle de Vie Produit) full-web. 
OpenWebAnalytics.com

Améliorer un #environnement #graphique léger / #Ubuntu #Linux

Pour LXDE :
Skippy-xd  (/vache libre) (/Launchpad) :
sudo add-apt-repository ppa:landronimirc/skippy-xd-daily
apt-get update
apt-get install skippy-xd

Compton (/vache libre)
sudo add-apt-repository ppa:richardgv/compton
sudo apt-get update
sudo apt-get install compton


Pack Theme WinAte 

Ajouter 1 programme au démarrage sur Ubuntu LXDE - exemple :
Menu : Préférences/Default applications for LXSession/ onglet Autostart
ou
Configuration :
sudo gedit /etc/xdg/lxsession/Lubuntu/autostart
ajouter une ligne @ avec le nom du programme :
@compiz 
sauvegarder, rebooter... 

autre exemple 

Pour XFCE :
Xfdashboard (/github) (/vache libre)
sudo add-apt-repository ppa:unit193/xfce
sudo apt-get update
sudo apt-get install xfdashboard
 
Slingscold/sourceforge (/vache libre
 
Whisker Menu (/launchpad)(/vache libre)
sudo add-apt-repository ppa:gottcode/gcppa
sudo apt-get update
sudo apt-get install xfce4-whiskermenu-plugin
 
Embellir sa debian avec xfce 
finalisationXubuntu/forum
 
XFWM4 XFCE4 Composite Editor & XFCE Theme Manager :
sudo add-apt-repository ppa:rebuntu16/other-stuff
sudo apt-get update
sudo apt-get install install xfwm4-composite-editor xfce-theme-manager
 
 
Pour Openbox :
Obmenu (/vache libre) 
apt-get install obmenu
Obconf
/doc.ubuntu.fr

Autres :
Installation PekWM
 
EasyPeasy pour petite résolution d'écran. 

#Cryptographie #decodage

def. Cryptographie 
ACrypTA 
Ars cryptographica 
Bibmath.net/crypto
Cryptographie, ressources, algorithmes
Cryptage.org  
dCode.fr
fchabaud.free.fr/Cours/.Navale/navale.htm
La Cryptogr@phie expliquée!
La-cryptographie-asymetrique-rsa
Exemple : Cryptanalyse du protocole WEP
Les-premiers-algorithmes-de-chiffrement
RSA
Url-decode
---

AES 256 bits encrypter/decrypter - Java source code

Base64 encoder/decoder - Java source code

Base64-encode-decode

DES 256 bits encrypter/decrypter - Java source code

MD5 hash - Java source code

LOGICIELS :
Cryptographie/window$ qui permet de chiffrer/déchiffrer des messages à l'aide des algorithmes de César et de Vigenère. Il permet également de chiffrer des chaînes de caractères avec le RSA.Zulucrypt
GPG4USB
Cryptpad
Des alternatives libres à TrueCrypt (/korben)

Histoire :
AES (Advanced Encryption Standard)
Chiffre de César
Chiffre de Vigenère
DES (Data Encryption Standard)
Enigma
RSA (Rivest / Shamir / Adleman)

Archives du blog