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 ...
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/...
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 ...
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 ...
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
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 ...
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 ...
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 ...
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 ...
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., ...
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.
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 ...
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.
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 ...
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://...
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 ...
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"
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
2
votes
How to build third-party Geany plugins?
Try with :
apt install libgtk2.0-dev
That's working for me
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
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"...
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/...
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 ...
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 "...
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.
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. ...
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 ...
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 ...
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 ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
plugin × 117vim × 17
firefox × 14
debian × 10
ubuntu × 10
adobe-flash × 10
java × 9
linux × 7
browser × 7
chrome × 6
vimrc × 6
fedora × 5
zsh × 5
nagios × 5
gedit × 5
rhel × 4
xfce × 4
editors × 4
oh-my-zsh × 4
thunderbird × 4
iceweasel × 4
centos × 3
linux-mint × 3
software-installation × 3
audio × 3