Vous voulez visualiser et tester simplement comment les différentes stratégies de #loadbalancing vont répartir la charge ? c'est par ici ! merci @samwhoo (p)
https://t.co/vIO2SYXAtD
Get ready for a celebration! Canonical & Fedora are having a joint release party for Ubuntu 23.04 & Fedora 38 on Saturday, April 22 from 5:15 PM to 7:00 PM.
Come celebrate with us!
Complete program: https://t.co/RupTAjCSsi
Do you know that you can execute a normal mode command while in the insert mode?
Ctrl-o + (normal-mode-cmd).
Try it! Go to insert mode, then:
Ctrl-o + b (go back a word)
Ctrl-o + dfz (delete to the next "z")
Ctrl-o + zz (center the screen)
etc
#vim
@RailMags Hi Suzanne, they both had the same origin, but OpenOffice's last big update was nine years ago. Since then, virtually all development moved over to LibreOffice instead – it's the actively developed successor project. But see what works for you! 😊
Sometimes you need to search for a string, but that string could be a substring of a string.
You can match the beginning of a word with \< and the end of a word with \>.
Given:
whoami
who am i?
who, am i?
To search for who, but not in whoami, we can use
/who\>
#vim
Developing a procedural skin wrinkles system for CHARGE took several weeks. Here is a blogpost by Simon with all the details: https://t.co/WHmnEVkSmP #b3d
Pro Linux tip: set $HOME dir to /dev/null when the package needs it, but your app or you don't use $HOME dir. Look it up; it is called malicious compliance ;)