Un script PERL pour parser et faire des recherches en ligne de commande dans des fichiers MARC.
Un atelier pour utiliser la ligne de commande, à destination des bibliothécaires et archivistes.
Très intéressant, malgré le fait que les slides sont sur Google doc/drive...
Une application pour obtenir la météo dans son terminal.
trouvé après la lecture de cet édifiant billet de blog signalé par jeekajoo : https://fralef.me/links/?wUgiGw
"The big deal is that Unix is the 800 lb. gorilla of the IT world. While desktops and laptops are usually a pretty even split between Windows and Mac, the server world is almost entirely Unix (either Linux or BSD, both of which are UNIX variants). If you work in a reasonably technical position, you have probably had to log in to one of these Unix servers before to do something. If you are in library school and looking to get a tech oriented library job after graduating, this WILL happen to you, maybe even before you graduate (a good 50% of my student worker jobs were the result of knowing Unix). As libraries move away from vendor software and externally hosted systems towards Open Source software, Unix use is only going to increase because pretty much all Open Source software is designed to run on Linux (which is itself Open Source software). The road to an Open Source future for libraries is paved with LIS graduates who know their way around a command line."
"KeePassC is a password manager fully compatible to KeePass v.1.x and KeePassX. That is, your password database is fully encrypted with AES.
KeePassC is written in Python 3 and comes with a curses-interface. It is completely controlled with the keyboard (vim-like keys are supported)."
via je ne sais plus quel shaarlieur...
man -k xxx
permet d'afficher les commandes en rapport avec xxx.
C'est surtout un mémo à mon usage :
firefox -p
ou firefox --profile-manager
: ouvre le gestionnaire de profil
[edit]
firefox -new-instance : ouvre une nouvelle session de firefox (et pas une nouvelle fenêtre dans la même session)
firefox -p --new-instance
: ouvre une nouvelle instance, en ouvrant d'abord le gestionnaire de profil
firefox --no-remote
: n'accepte pas ou n'envoie pas de commande vers d'autres applications, ou venant d'autres applications. Implique une nouvelle instance.
Ça fonctionne bien sur une distribution GNU/Linux, en conformité avec ce que raconte le man de firefox.
Mais cette après-midi, sur mon poste sous Windows 7 au boulot, pas moyen d'ouvrir un nouveau profil avec --new-instance -p
: ça ouvre une nouvelle instance, mais du même profil.
Un grand merci à Reihar pour m'avoir signalé et expliqué la différence entre --no-remote
et --new-instance
.
La preuve que de vérifier ce qu'on trouve sur le net dans la documentation n'est jamais inutile...
Sympa l'astuce : partage un répertoire en local, avec une simple commande.
via @sebsauvage : http://sebsauvage.net/links/?3DuywA
[edit] voir https://id-libre.org/shaarli/?gsNMLg
firefox -no-remote -p
(sous windows, ouvrir "excécuter" :