Sunfox


Articles mot-clétés shell

Dotfiles suck.

20 mars 2009 10 commentaires, , , ,

~/.suckrc

Dotfiles are where the user configuration is usually hidden on Unix systems. They are responsible for the gigantic difference between ls and ls -a in your home directory.

Why dotfiles suck:

  • They fill up your home directory
  • Managing invisible files is awkward
  • Are they ini-type files ? xml ? sh ? One can’t tell, they don’t have any extension.
  • You can’t easily use any kind of versionning system
  • Configuration files for programs have nothing to do with the window manager used, yet a lot of programs’ configuration is hidden in .kde or .gnome2
  • They fill up your home directory

The solution: programs should place their configuration in ~/.config/. As simple as that. Only a few applications do that. It ought to change.

/usr/bin/dent

15 novembre 2007 1 commentaire, ,

#!/bin/bash
cat "$@" | sed 's/^/\t/'

Installation SVN de WordPress et de ses plugins

28 mai 2007 3 commentaires, , , ,

[Logo WordPress]

Si vous avez un accès shell sur votre hébergement et que vous préférez mettre à jour WordPress ainsi que tous ses plugins en une commande plutôt qu’en vingt, une installation SVN vous ravira.

La page téléchargement via svn de WordPress préconise de télécharger la version trunk de WordPress, mais c’est une version instable, pour développeurs, des toutes dernières modifications. Téléchargez plutôt la dernière branche stable :

$ svn checkout http://svn.automattic.com/wordpress/branches/2.5/ wordpress

Un dossier wordpress sera créé. Vous pouvez ensuite suivre la procédure d’installation normale.
Suite de l’article…

👨🏻‍🦰 Sunny Ripert

est un développeur web vivant à ParisContactArchives

Textes et contenus sous licence Creative Commons.