Direkt zum Hauptbereich

Posts

Es werden Posts vom 2017 angezeigt.

Howto realy realy reset firefox without commandlin

A friend sent me, this: Firefox immediately fails on startup. I don't have any idea what was going on, but the solution was to delete ~/.mozilla . Of course i was not near to the machine, so I had to give instructions how to fix this over the remote. Next Problem: My friend got only basic skills. Solution: Made a screencast how to fix it and sent it over. If you also don't know what "delete ~/.mozilla" meens you can follow that instruction: Howto create screencast: https://wiki.ubuntu.com/ScreenCasts/ffmpeg

Visual Studio Code & Ubuntu 16.04

  curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg sudo mv microsoft.gpg /etc/apt/trusted.gpg.d/microsoft.gpg sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list' sudo apt-get update sudo apt-get install code # or code-insiders Sources: https://code.visualstudio.com/docs/setup/linux