tuto connection ssh

+ tuto git create and switch to new branch
+ list sites
This commit is contained in:
hugo gogo
2022-10-02 13:59:18 +02:00
parent 27143d5478
commit 1618f36dca
3 changed files with 14 additions and 2 deletions

View File

@@ -12,14 +12,19 @@
Type=Application
**( cd /usr/share/applications && chmod 644 <name>.desktop )** maybe change permissions
**firefox extension source code**
**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**
**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