sebma

Results 128 comments of sebma

The weird thing is also that `scoop info shim sudo` does not find the shim for sudo : ```powershell # scoop shim info sudo Local shim not found: sudo But...

I also use CentOS 7 and RockyLinux 8 (soon 😄 ).

@thetuxinator Hi, KiTTY supports font size "growing/zooming" with CTRL+PLUS or CTRL+MouseScroll. PuTTY does not and it is a pain for each new SSH session to always change the font size...

@tianqig On Macos, try this instead of `sudo ldconfig` : `$ sudo update_dyld_shared_cache`

Hi everyone, what is the replacement/equivalent of `update_dyld_shared_cache` on MacOS now ?

@smxi Wouah ! It is much more complicated than I thought :smile: > the output of lspci -nnv ```shell $ lspci -nnv -s $(lspci | awk 'BEGIN{IGNORECASE=1}/(sd|card).reader/{print$1}') 06:00.0 Unassigned class...

@RaiKoHoff [Visual Studio Code](https://en.wikipedia.org/wiki/Visual_Studio_Code) seems be to based on Electron which is himself based on the Chromium browser engine which is memory greedy. I think I'll use notepad++ in the...

@beew Nope. You need to quote this url because it contains the `&` character, `youtube-dl` works fine here : ``` $ youtube-dl -F "https://m.facebook.com/story.php?story_fbid=1039169016616268&id=100015695375092" [facebook] 1039169016616268: Downloading webpage [info] Available...

@Chaostheorie Thanks. We'll have to check if this commit works when playing videos on https://ok.ru/video with the current `youtube-dl` version.