sudo pacman -S community/owncloud-client
samedi 21 août 2021
mercredi 18 août 2021
how to move /home to another hard drive?
https://www.howtogeek.com/442101/how-to-move-your-linux-home-directory-to-another-hard-drive/
Inscription à :
Articles (Atom)
bash script to convert all mp4 in a folder to mkv files with ffmpeg
#!/bin/bash for i in *.mp4; do echo "$i" "${i%%.*}.mkv" ffmpeg -i "$i" -vcodec copy -acodec copy "${...
-
When I installed Manjaro I choose "minimal installation" so only the most basic packages are installed on my system by default. B...
-
- install xorg-xev: sudo pacman -S xorg-xev - run xev - in the window press the key you want to remap and look in the terminal what's ...