BLOG d'un MATHS1
Mes commandes
php oc-backup.php --files=/home/me/photos/*.jpeg --container=photos-2016 --config=php-opencloud-backup-config.json
jupyterhub --config=/etc/jupyterhub/jupyterhub_config.py&
jupyter contrib nbextension install --system
history | grep « mot-clé de la commande à trouver » ou ctrl+r : « mot-clé de la commande à trouver »
find /home/user/wordpress -type d -exec chmod 755 {} \;
find /home/user/wordpress -type f -exec chmod 644 {} \;
Mise en avant
Mes liens
- Linux et autres
- ISN
- http://dept-info.labri.fr/ENSEIGNEMENT/INITINFO/initinfo/support.html
- http://www.mathslallemand.fr/wp/
- http://mathsquare.free.fr
- http://kamel.naroun.free.fr/blog/
- http://caniuse.com/#home
- http://frederic-junier.org/
- http://dept-info.labri.fr/~namyst/ens/lycee/TD2.html
- http://calque.pagesperso-orange.fr/
- http://isn.codelab.info
- https://prezi.com/bzbbq99omof4/presentation-spe-isn-ts/ Présentation ISN
- https://lehollandaisvolant.net/
- http://isncaju.wixsite.com/isncaju
- http://rmdiscala.developpez.com/cours
- https://sites.uclouvain.be/SystInfo/notes/Theorie/html/index.html#
- http://www.pythonlandais.fr
- http://jchr.be/python/index.htm
- http://info.blaisepascal.fr/isn
- https://sciences-du-numerique.fr/tuto-pygame/index.html
- ICN
- http://blogs.lyceecfadumene.fr/informatique/
- http://www.gecif.net shell et autres
- http://jeux-et-mathematiques.davalan.org
- https://www.inetdoc.net Tout savoir concernant le réseau
- Culture mathématiques
Gestion des paquets Python
- pip3 list --outdated --format=columns
- for i in
pip list|awk -F ' ' '{print $1}'
;do pip install --upgrade $i;done
Config apache
- Pour autoriser le .htaccess dans userdir mettre
AllowOverride all
dans le fichier userdir.conf
NOTE: ce blog est destiné à un usage personnel mais les visiteurs sont les bienvenus, pour mes classes moodle`
Mes requêtes
SELECT * FROM `candidats` left join `enseignants` on `enseignants`.`id`=`candidats`.`enseignant` WHERE 1
GRANT ALL PRIVILEGES ON table.* TO 'user'@'localhost' WITH GRANT OPTION;
CREATE USER 'ident'@'localhost' IDENTIFIED BY 'mdp';