Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- desinformations @teaching
- inking]] * [[https://www.criticalthinking.org/files/SAM_FR_ConceptsLOCK.pdf|Mini-guide de la Pensée C... chimiquement * [[https://www.anses.fr/fr/system/files/ERCA2017SA0020.pdf|Avis de l'ANSES (2017) relatif... olaire [[https://ec.europa.eu/health/sites/health/files/scientific_committees/consumer_safety/docs/sccs_o... S à la source : [[https://www.anses.fr/fr/system/files/CONSO2017SA0019Ra.pdf|Sécurité des couches pour b
- unison @floss
- il I removed the unison archives (ar... and fp... files) generated by the 2.48.4-4 version in ~/.unison" ... /org-tutorials/unison-sync.html|Synchronizing org files with Unison]] * [[https://help.ubuntu.com/com... linode.com/docs/tools-reference/tools/synchronize-files-with-unison/|Synchronize Files with Unison - Linode]] * [[https://www.softprayog.in/tutorials/synchr
- psychologie_de_l_education @teaching
- **[[https://career.ucsf.edu/sites/career.ucsf.edu/files/Article%20UCSF%20SEJC%20January%202017.pdf|The Sc... eries]] + **[[https://www.samford.edu/departments/files/Academic_Success_Center/How-to-Study-Teaching_Res... s : [[https://www.colorado.edu/ftep/sites/default/files/attached-files/ausubel_david_-_use_of_advance_organizers.pdf]], [[wp>David_Ausubel|David Ausubel]] * A
- config_ubuntu_server_rpi3 @floss
- -p${THEDBPW} $THEDB | gzip > ~/${THESITE}backups/files/dbbackup_${THEDB}_${THEDATE}.bak.gz # backup des fichiers du site #tar -czf ~/${THESITE}backups/files/sitebackup_${THESITE}_${THEDATE}.tar.gz /var/www/... s fichier vieux de plus de 5 jours find ~/backups/files/site* -mtime +5 -exec rm {} \; find ~/backups/files/db* -mtime +5 -exec rm {} \; </code> Version après
- server_lamp_install @floss
- solètes : sudo grep -Ev '^(%%$%%|#)' data/deleted.files | xargs -n 1 rm -vf * à partir d'un autre PC : ... backup.sh// et une répertoire pour les fichiers //files// : <code> mkdir backups cd backups touch -a backup.sh chmod u+x backup.sh mkdir files </code> <code> #!/bin/sh THESITE="" THEDB="word... -p${THEDBPW} $THEDB | gzip > ~/${THESITE}backups/files/dbbackup_${THEDB}_${THEDATE}.bak.gz # backup des
- activestateselection @floss:python
- ode.activestate.com/recipes/578950-find-duplicate-files|Find Duplicate Files]] * [[http://code.activestate.com/recipes/578932-teach-your-computer-a-few-tricks... code.activestate.com/recipes/578828-indexing-text-files-with-python|Indexing text files with Python]] * [[http://code.activestate.com/recipes/578811-using-png
- notions_fondamentales @teaching:progappchim
- ', i, ' : ', recipient) </code> FIXME : piles, files/queues, pop, del li[i], li.clear(), li.insert(ind... g/2/tutorial/inputoutput.html#reading-and-writing-files]]. * [[https://medium.com/better-programming/a-cheat-sheet-on-reading-and-writing-files-in-python-e78297adf413|A Cheat Sheet on Reading and Writing Files in Python - Quick reference on how to read and wr
- linux @floss
- estions/477480/how-can-i-recursively-copy-all-pdf-files-in-a-directory-and-its-subdirectories|How can I recursively copy all pdf files in a directory (and it's subdirectories) into a s... * [[https://dmerej.info/blog/post/symlinks-and-so-files-on-linux/|symlinks and .so files on linux - what you need to know]] Dimitri Merejkowsky, 18/04/2020 *
- syntax @wiki
- mple markup language, which tries to make the datafiles to be as readable as possible. This page contains... ning the syntax for links and [[#images_and_other_files|images]] (see below) like this: [[http://php.n... ted in link names. The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (... ou can make a horizontal line: ---- ===== Media Files ===== You can include external and internal [[do
- commandes_frequentes @floss
- sables ====== <note important>cf. : * [[https://files.fosswire.com/2007/08/fwunixref.pdf]] * [[https:... courant vers le répertoire distant "/var/www/html/files" : <code>sudo mv * /var/www/html/files</code> ===== Effacement d'un répertoire ===== * <code>rm -r di... overflow.com/questions/16956810/how-do-i-find-all-files-containing-specific-text-on-linux]] * [[https:/
- config_ubuntu_server_rpi1 @floss
- -p${THEDBPW} $THEDB | gzip > ~/${THESITE}backups/files/dbbackup_${THEDB}_${THEDATE}.bak.gz # backup des fichiers du site #tar -czf ~/${THESITE}backups/files/sitebackup_${THESITE}_${THEDATE}.tar.gz /var/www/... de plus de 5 jours → À RETESTER !! #find /backups/files/site* -mtime +5 -exec rm {} \; #find /backups/files/db* -mtime +5 -exec rm {} \; </code>
- 5_conceptions_erronees_courantes_sur_l_apprentissage @teaching
- hat experts do. For instance, the use of [[http://files.eric.ed.gov/fulltext/ED479647.pdf|multiple cues o... tage. However, [[http://www.aft.org/sites/default/files/periodicals/CogSci.pdf|they tend to provide a one... www.millersville.edu/millersville/academics/gened/files/PDFs%20Faculty%20Handbook/3_Improving%20Students%... irst of these, [[http://www.aft.org/sites/default/files/periodicals/Hirsch.pdf|they will need a fair amou
- notions_avancees @teaching:progappchim
- python-programming/directory|Python Directory and Files Management]] (tutorial) * official documentat... File System Methods You Should Know - Manipulate Files and Folders With os and shutil]] Jeff Hale, Mediu... Handling Techniques in Python - Make working with files easier]] Yong Cui, Aug 5, 2020 * [[https://me