33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
**touchscreen :**
|
|
**sudo xinput --list** list all input
|
|
**xinput disable 12** disable the input 12, touchscreen for Lenovo-FLEX-3-1120
|
|
**load to start :** add "xinput disable 12" in application autostart
|
|
|
|
**appimage :**
|
|
**chmod +x <name>.appimage** make it executable
|
|
(optional) **mv path/Nextcloud-xx.Appimage ~/.local/bin/nextcloud**
|
|
**sudo vim /usr/share/applications/<name>.desktop** create a file.desktop with content :
|
|
[Desktop Entry]
|
|
Exec=/absolute/path/to/file/<name><.ext>
|
|
Name=<name>
|
|
Type=Application
|
|
**( cd /usr/share/applications && chmod 644 <name>.desktop )** maybe change permissions
|
|
|
|
|
|
**firefox extension source code :**
|
|
**right click on install** and select "copy link"
|
|
**curl -L <link> > /tmp/myextension.xpi** download the extension with curl inside a tmp file
|
|
**unzip /tmp/myextension.xpi -d /tmp/myextension** unzip the content
|
|
enjoy reading it ;)
|
|
|
|
**enable accents on ubuntu :**
|
|
**compose key = right alt** change in keyboard > layout > compose key
|
|
**r-alt ' e** é
|
|
**r-alt ` e** è
|
|
|
|
**connect to planet hoster with ssh :**
|
|
ssh hugugtzx@world-370.fr.planethoster.net -p 5022
|
|
**to enable vi :** `export TERM=xterm`
|
|
**locked files on nextcloud :** https://help.nextcloud.com/t/file-is-locked-how-to-unlock/1883
|
|
|