Skip to main content
17 votes
Accepted

How to auto-update custom plugins in Oh My Zsh?

Oh My Zsh upgrades are handled by the $ZSH/tools/upgrade.sh script. To update any custom plugins (assuming those are Git clones), you can add these lines to the end of the script before the exit ...
Eugene Yarmash's user avatar
10 votes

chromium browser (pepperflashplugin) opening listening ports on 0.0.0.0:5353

To disable mDNS and SSDP you now have to set up a policy. The browser looks for a policy config file in the following directory: Google Chrome: /etc/opt/chrome/policies Chromium: /etc/chromium/...
python_nube's user avatar
10 votes
Accepted

Configuring mbsync with AuthMech XOAUTH2

Thanks to your previous hints. I've managed to get XOAUTH2 working in SASL and use it with mbsync. Here is how I got it working on my Ubuntu 20.10: Install Cyrus SASL OAuth2 # Clone the Cyrus SASL ...
Daniel Fišer's user avatar
8 votes

How to auto-update custom plugins in Oh My Zsh?

You can do this by using the autoupdate plugin. Simply download it as a regular custom plugin, and add it to the plugins array in your .zshrc file: plugins=( ... autoupdate ) Follow the ...
smac89's user avatar
  • 1,665
5 votes

Is there a method for making Google Chrome open textareas in vim?

Update Oct 18: Try following plugin: https://github.com/pandysong/ghost-text.vim
pandy.song's user avatar
5 votes
Accepted

Debian 9 (Stretch): Firefox Quantum is now in Stable, where can I get my Add-ons back?

Firefox 60 no longer supports XUL extensions, so the extensions provided by xul-ext- packages no longer work with it. You’ll need to wait for the equivalent webext- packages to be made available in ...
Stephen Kitt's user avatar
5 votes
Accepted

Java 8 for Linux x64 has no libnpjp2.so?

The Java Plugin was removed in Java 8 Update 271. From the Java 8 Update 271 (8u271) release notes: Removed Feature: Java Plugin is Removed from JDK 8u for Linux, Solaris, and MacOS Platforms NPAPI ...
Freddy's user avatar
  • 26.3k
4 votes

How to protect thunderbird from accidentially sending an email

(I know this is old, but I was just looking for this and found this question, and came up with a decent answer, so...) Add an address "locked" to the recipient list. (That is, the literal ...
Jordan Brown's user avatar
4 votes

Is there a method for making Google Chrome open textareas in vim?

Update May 2021: I know this is an old thread, but for those searching right now, there is a project called firenvim that exploits the fact that neovim can act as a remote backend to change your ...
tbrugere's user avatar
  • 1,104
4 votes
Accepted

How to build loadable builtins for Bash

The filename must be an "absolute" path (in this context, that's just a path with a slash in it), or it will be looked up in BASH_LOADABLES_PATH, falling back to dlopen(3)'s search mechanism (e.g., ...
muru's user avatar
  • 78k
4 votes

Configuring mbsync with AuthMech XOAUTH2

On Ubuntu 22.10 installing libsasl2-modules-kdexoauth2 solved the "IMAP error: selected SASL mechanism(s) not available;" issue for me.
Rovanion's user avatar
  • 1,121
3 votes
Accepted

Find name of directories that don't contain an specific subdirectory

You could do it with find, but you could also use a shell loop: for dir in /home2/blogname/* do [ -d "$dir"/public_html/wp-content/plugins/better-wp-security ] || printf '%s is missing a ...
Jeff Schaller's user avatar
  • 68.8k
3 votes

How to auto-update custom plugins in Oh My Zsh?

You can use OhMyZsh Full-autoupdate plugin. It updates both plugins and themes.
Pilaton's user avatar
  • 141
3 votes

Debian 9 (Stretch): Firefox Quantum is now in Stable, where can I get my Add-ons back?

UBlock Origin HTTPS Everywhere are available from the official https://addons.mozilla.org . Tested on an up to date Debian 9 (Stretch). A rewrite of NoScript for WebExtensions is also available from ...
sourcejedi's user avatar
  • 53.5k
3 votes
Accepted

Where is the Audacity plugin folder?

Where is the Audacity plugin folder? Pop!_OS is Ubuntu based, please see this Ubuntu example https://packages.ubuntu.com/focal/all/audacity-data/filelist → /usr/share/audacity/plug-ins/ Ref. https://...
Knud Larsen's user avatar
  • 2,174
3 votes
Accepted

No Java Plugin? Now what?

The JRE package includes a bin/javaws binary. That is the "Java Web Start", which takes the *.jnlp file and can download and run the applet. You just need to make sure the javaws of an ...
telcoM's user avatar
  • 114k
2 votes

chromium browser (pepperflashplugin) opening listening ports on 0.0.0.0:5353

Go to Chrome (or Chromium) Settings -> Advanced Settings -> Google Cloud Print and disable "Show notifications when new printers are detected on the network"
Dohn Joe's user avatar
2 votes

How to build third-party Geany plugins?

using ubuntu 20.10 and geany is gtk3 oriented, libgtk2.0-dev doesn't work so install libgtk-3-dev instead: sudo apt-get install build-essential libgtk-3-dev from here
izzulmakin's user avatar
2 votes

How to build third-party Geany plugins?

Try with : apt install libgtk2.0-dev That's working for me
jeff's user avatar
  • 21
2 votes

How to build third-party Geany plugins?

Not exactly the answer, but: You can use external formatter: Edit > Format > Send Selection to > Set Custom Command like python -m json.tool idea stolen from
user252967's user avatar
2 votes

How to auto-update custom plugins in Oh My Zsh?

Small expansion on Eugene's great answer. This will also update any themes you have: # $ZSH/tools/upgrade.sh ... printf "\n${BLUE}%s${RESET}\n" "Updating custom plugins and themes"...
Hugo G's user avatar
  • 360
2 votes
Accepted

Where can I get Nagios plugin for cpu/hdd monitoring?

The package monitoring-plugins-basic provide 2 plugins , the check_disk to check the disk usage and the check_load to check the cpu: apt install monitoring-plugins-basic see: /usr/lib/nagios/plugins/...
GAD3R's user avatar
  • 69.9k
2 votes

HTML plugin for Claws-Mail 3.16?

I was able to get claws mail 3.17 to display html on ubuntu 18.04. You would first need the dillo browser to help render the html: sudo apt install dillo If you have an older version of claws, it ...
ptetteh227's user avatar
2 votes
Accepted

How to verify disk space for a given ip WITHOUT a password?

You can configure ssh-keygen where your plugin can login to the remote server automatically without a password by sshpass in which we can pass the password in the command line itself sshpass -p "...
Praveen Kumar BS's user avatar
2 votes
Accepted

Debian Buster LXDE: Weather Plugin

For me only the "01001, Ukraine" works. Found https://bugs.launchpad.net/ubuntu/+source/lxpanel/+bug/1539930 also for a suggestion how to enter a location via config file.
Max's user avatar
  • 36
2 votes
Accepted

Display git-diff between master and my last commit

This is not a very 'git like' way to approach the problem. Normally you would just keep a branch which pointed to your last commit. However to answer the question, try the following helper function. ...
icarus's user avatar
  • 19.1k
2 votes

Display git-diff between master and my last commit

Don't be such a trusting person. ;-) Sorry, sorry. Speaking more seriously -- the moment just before you merge is the perfect time to inspect what's changed between your work and your peers'. If you ...
Jander's user avatar
  • 17.1k
2 votes
Accepted

Icons are not displayed in vim-airline and NERDTree

It is a very common problem with many users after their very first installation of vim-airline plugin. So here are a few steps you have to carry out to see the icons in the vim-airline as well as in ...
Shyam Bhattacharyya's user avatar
2 votes

treesitter Neovim plugin not working on nixos

You install tree sitter grammars for nvim-treesitter using nvim-treesitter.withPlugins. Something like this should work out of the box nvim-treesitter.withPlugins (ps: with ps; [ nix python ]) of if ...
figsoda's user avatar
  • 21

Only top scored, non community-wiki answers of a minimum length are eligible