This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux [2019/03/08 22:33] hanez |
linux [2019/11/18 00:43] (current) hanez |
||
---|---|---|---|
Line 16: | Line 16: | ||
<code>xhost +SI:localuser:testuser && su - testuser -c "export DISPLAY=:0.0 && firefox && exit" && xhost -SI:localuser:testuser</code> | <code>xhost +SI:localuser:testuser && su - testuser -c "export DISPLAY=:0.0 && firefox && exit" && xhost -SI:localuser:testuser</code> | ||
- | |||
- | ==== Clean unused deps in Arch Linux ==== | ||
- | |||
- | <code>yaourt -Rsn $(yaourt -Qdtq)</code> | ||
- | |||
- | ==== Install local pkg.tar in Arch Linux ==== | ||
- | |||
- | <code>pacman -U .pkg.tar.gz or .pkg.tar.xz</code> | ||
==== Howto create and mount encrypted disk ==== | ==== Howto create and mount encrypted disk ==== |