Short IT recipes

i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...

Thursday, August 26, 2021

Arch: Microsoft team "Login" button does not work (can't click it).

›
It my case installing `gnome-keyring` solved the issue: yay gnome-keyring
Monday, August 23, 2021

rdesktop: Arch linux no sound from remote

›
The package that comes with arch does not support pulse audio: rdesktop-vrdp -help '-r sound:[local[:driver[:device]]|off|remot...
Saturday, August 14, 2021

Krusader: Arch Linux kde "file type options" does not open

›
Have to install: kde-cli-tools
Monday, May 31, 2021

rdesktop: Failed to connect, CredSSP required by server.

›
In Windows 10, disable "Network Level Authentication".
Friday, March 26, 2021

Undo recent commit and unstage files

›
git reset --soft HEAD~1 git reset
Saturday, December 19, 2020

Jyputer: Don't ask for password nor token

›
alias jn='jupyter notebook --no-browser --ContentsManager.allow_hidden=True --NotebookApp.password="" --NotebookApp.token=...
Tuesday, December 15, 2020

rsync: make backup to remote server

›
rsync -avzhe ssh --progress ./folder_to_backup/ user@server-ip:./folder_on_server
Sunday, November 29, 2020

Vino: Disable remote access confirmation

›
gsettings set org.gnome.Vino notify-on-connect false gsettings set org.gnome.Vino prompt-enabled false
Monday, January 06, 2020

mkvpropedit: mkv disable subtitles

›
mkvpropedit movie.mkv --edit track:s1 --set flag-default=0
Wednesday, November 13, 2019

ffmpeg: convert audio to acc but copy video

›
ffmpeg -i ./input_file.mkv -c:v copy -c:a libfdk_aac -vbr 3 output.mkv
‹
›
Home
View web version
Powered by Blogger.