59:c_c
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
59:c_c [2012/04/18 13:59] – frangi | 59:c_c [2012/04/24 12:34] (Version actuelle) – papyjacques | ||
---|---|---|---|
Ligne 12: | Ligne 12: | ||
sshfs, and a mount-point (preferably in your home folder) for the device. | sshfs, and a mount-point (preferably in your home folder) for the device. | ||
** | ** | ||
+ | |||
+ | Il y a deux mois, j'ai écrit sur l' | ||
+ | |||
+ | Android | ||
+ | |||
+ | Les choses dont vous aurez besoin sont les suivantes : | ||
+ | |||
+ | Sur le périphérique Android : | ||
+ | QuickSSHd (si je me souviens bien, c'est gratuit). Une fois qu'il est installé, il suffit de vérifier l' | ||
+ | |||
+ | Sur votre PC : | ||
+ | sshfs et un point de montage (de préférence dans votre dossier personnel) pour le périphérique. | ||
** | ** | ||
Ligne 28: | Ligne 40: | ||
As an optional final step, I find that my Music app does not refresh after these files are added. | As an optional final step, I find that my Music app does not refresh after these files are added. | ||
** | ** | ||
+ | |||
+ | Une brève explication du processus : | ||
+ | |||
+ | J'ai simplement monté le dossier sdcard en utilisant sshfs, puis copié les fichiers comme on le ferait en USB (qui n'a jamais vraiment fonctionné pour moi et mon Asus TF101 Transformer eeePad pour les fichiers multimédias). | ||
+ | |||
+ | Le montage peut être fait avec : | ||
+ | |||
+ | sshfs root@127.0.0.1:/ | ||
+ | |||
+ | Tout comme avec rsync, vous devez spécifier le chemin d' | ||
+ | |||
+ | Ensuite, copiez les fichiers dans le dossier avec la méthode que vous préférez. | ||
+ | |||
+ | Comme étape finale facultative, | ||
** | ** | ||
Ligne 44: | Ligne 70: | ||
You'll of course need to change the date format into the string you'd like (thoroughly documented in the man page). | You'll of course need to change the date format into the string you'd like (thoroughly documented in the man page). | ||
- | Vim & PS1 (Powerline) | ||
- | Powerline homepage: https:// | ||
** | ** | ||
+ | |||
+ | Date personnalisée | ||
+ | |||
+ | J' | ||
+ | |||
+ | locale-gen ja_JP.UTF-8 | ||
+ | |||
+ | Code : | ||
+ | |||
+ | #!/bin/sh | ||
+ | |||
+ | LC_ALL="" | ||
+ | |||
+ | Vous aurez, bien sûr, besoin de changer le format de date dans la chaîne selon ce que vous voulez (bien documenté dans la page de man). | ||
** | ** | ||
+ | Vim & PS1 (Powerline) | ||
+ | Powerline homepage: https:// | ||
+ | |||
The easiest way to install Powerline is to use vundle. | The easiest way to install Powerline is to use vundle. | ||
Ligne 61: | Ligne 102: | ||
Once you've installed it, you'll need to patch the font you're using with the script found under the folder fontpatcher (full path will be something like ~/ | Once you've installed it, you'll need to patch the font you're using with the script found under the folder fontpatcher (full path will be something like ~/ | ||
** | ** | ||
+ | |||
+ | Vim PS1 (Powerline) | ||
+ | Page d' | ||
+ | |||
+ | Le moyen le plus facile d' | ||
+ | |||
+ | set rtp+=~/ | ||
+ | |||
+ | call vundle#rc() | ||
+ | |||
+ | Bundle ' | ||
+ | |||
+ | Après cela vous devrez ouvrir vim et taper : | ||
+ | |||
+ | Une fois que vous l'avez installé, vous devrez patcher la police que vous utilisez avec le script trouvé dans le dossier fontpatcher (le chemin d' | ||
** | ** | ||
Ligne 69: | Ligne 125: | ||
If you find this to be something you want for your prompt as well, you simply need to make sure you're using the patched font, and copy the arrow from the vim line into your .bashrc prompt line, which I sadly can't supply, as it would require a patched font. Make sure you set the background behind the arrow glyph to the next color, and the foreground to the previous, to achieve the arrow appearance. | If you find this to be something you want for your prompt as well, you simply need to make sure you're using the patched font, and copy the arrow from the vim line into your .bashrc prompt line, which I sadly can't supply, as it would require a patched font. Make sure you set the background behind the arrow glyph to the next color, and the foreground to the previous, to achieve the arrow appearance. | ||
** | ** | ||
+ | |||
+ | Une fois que votre police est corrigée (et votre cache de police rechargé avec la commande fc-cache), vous pouvez ajouter la dernière ligne à votre fichier .vimrc pour obtenir les flèches. | ||
+ | |||
+ | let g: | ||
+ | |||
+ | Si vous trouvez que cela est aussi ce que vous voulez pour votre prompt, il vous suffit de vous assurer que vous utilisez la police corrigée et copier la flèche de la ligne de vim dans votre ligne de prompt dans .bashrc, que je ne peux malheureusement pas fournir, car il faudrait une police patchée. Assurez-vous de définir l' | ||
** | ** | ||
Ligne 93: | Ligne 155: | ||
Hopefully some of you will find some of these tips useful (and hopefully I've interested one or two readers into using Vim a bit more). | Hopefully some of you will find some of these tips useful (and hopefully I've interested one or two readers into using Vim a bit more). | ||
** | ** | ||
+ | |||
+ | Fond d' | ||
+ | |||
+ | Ce script, de la manière dont je l'ai écrit, nécessite d' | ||
+ | |||
+ | Le script : | ||
+ | |||
+ | #!/bin/bash | ||
+ | |||
+ | while true | ||
+ | |||
+ | do | ||
+ | |||
+ | fbsetbg -R ~/ | ||
+ | |||
+ | sleep 15m | ||
+ | |||
+ | done | ||
+ | |||
+ | |||
+ | Le script s' | ||
+ | |||
+ | Espérons que certains d' | ||
+ | |||
59/c_c.1334750381.txt.gz · Dernière modification : 2012/04/18 13:59 de frangi