##vimdiff commands
]c : - next difference
[c : - previous difference
do - diff obtain
dp - diff put
zo - open folded text
zc - close folded text
| deefuzzer: | |
| log: /log/station.log | |
| m3u: /m3u/station.m3u | |
| stationdefault: | |
| control: {mode: 0, | |
| port: 16001} | |
| jingles: {dir: /m3u/jingles, | |
| mode: 0, |
| <?php | |
| /* | |
| * Script de configuration des nouvelles IP Online pour les VM utilisant proxmox. | |
| */ | |
| $eth = array('eth0','eth0:0','eth0:1','eth0:2','eth0:3','eth0:4','eth0:5','eth0:6','eth0:7'); // ça devrait aller pour 1 seule vm ? ;) | |
| $ipfo = array(); | |
| $ipmaster = array(); | |
| /* |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| ace.require("ace/lib/net").loadScript("https://raw.github.com/ajaxorg/ace-builds/master/src-min-noconflict/keybinding-vim.js", function() { | |
| e = document.getElementById("ace-editor").env.editor; | |
| e.setKeyboardHandler(ace.require("ace/keyboard/vim").handler); | |
| }) |
| .placeholder { | |
| color:#ccc; | |
| } |
| <?php | |
| /** | |
| * makedir | |
| * | |
| * @param mixed $rep | |
| * @access public | |
| * @return void | |
| */ | |
| function makedir($rep) { |
| <?php | |
| /* [...] */ | |
| // | |
| // Save an image | |
| // | |
| // $filename - the filename to save to (defaults to original file) | |
| // $quality - 0-100 percent for PNG or JPG | |
| // |