background preloader

Libre

Facebook Twitter

Reference de plusieurs projets libre

Latex

FabLabs. Git. C'est quoi ? Le logiciel git est utilisé notamment par les développeurs du noyau Linux. Il s'agit d'un logiciel de contrôle de version, comme Subversion, CVS, Arch ou encore Darcs, qui utilise des dépôts décentralisés. Il permet ainsi de travailler tout en gardant une trace des modifications apportées successivement, et de retrouver ainsi l'état antérieur de ses données. À titre d'exemple, git est le logiciel utilisé par les Tuteurs pour gérer cette documentation. Il permet également, comme beaucoup de ses congénères, de travailler à plusieurs sur un même projet. Mais contrairement à CVS ou Subversion, par exemple, Git ne fait pas de différence entre un dépôt principal et les copies locales chez les différents contributeurs. À l'inverse, pour travailler à deux, git évite le casse-tête des droits d'accès dans le dépôt de l'autre.

J'expliquerai ici comment se servir de la version 1.5 de git. Créer un dépôt git git init Le dépôt est initialement vide. Git add sommaire.html git commit git pull. Hacktivisme. TMUX – The Terminal Multiplexer (Part 1) | Hawk Host Blog. Tmux is similar to screen as it lets you run numerous TTY’s in the same terminal window. It supports some very cool and intuitive features natively as well as a much more readable configuration syntax (ever looked at a .screenrc file?). Why TMUX over Screen? Well according to the FAQ for tmux it has the following advantages over screen: A clearly defined cilent/server model (windows are their own clients which allows flexibility on how you handle windows. You can attach and detach different windows in different sessions without any issues)Consistent, well-documented command interface.

(You can use the same commands interactively as in the .tmux.conf file, more on that later)Easily scriptableMultiple paste buffersVi & Emacs keybindingsA more usable status line syntax (which also allows you to embed the output of a shell command, handy indeed. Default keybindings & Functionality *NOTE* If you’re like me the Ctrl-b binding isn’t horribly intuitive especially if you’re used to screen.

Photos. Français. Scrumblr/README.markdown at master · aliasaria/scrumblr.