This post is an adaptation of the original article “How to install and configure Django on a Linux shared hosting account” from a2hosting with the following changes: 1. ‘myapp’ changed to ‘mysite’ to make the text more usable with the original django tutorials (where ‘mysite’ is used throughout the text); 2. Added the Prerequisites section; […]
Uncategorized
How to remove the password from a spreadsheet (.ods or Excel)
Do you have a password-protected spreadsheet and need to remove the password from it? Yes? Then this post will be helpful to you. There are some posts on the net suggesting that you can just open the .xls file as a zip archive and then edit the contents but I was unable to do that […]
Where is git config file?
Short answer: .git/config in your active git repository; ~/.gitconfig or ~/.config/git; /etc/gitconfig More detailed answer can be found in the git man page:
VLC visualisations can not be disabled
Some versions of VLC have this problem: once you enable visualisations it can not be disabled. Yes, there is a radion button in the menu in Audio –> Visualisations which can be set to “Disable” but to no effect – on next start of VLC it displays the visualizations plug-in screen again. Even if you’re […]