gpg: WARNING: unsafe ownership on configuration file, $gpg –fingerprint on Ubuntu9.10

Commands run with sudo will be run as root. What you want to do is to own the files as your user dylan, right? Maybe so happens that root is owning your files now. This can be changed by: sudo chown -R dylan ~dylan/.gnupg and then as dylan: chmod 600 ~/.gnupg/gpg.conf chmod 700 ~/.gnupg To … Read more

PHPStorm can’t accept any input from keyboard after Find Occurrence

Try this sudo ibus restart Answer from here…https://askubuntu.com/questions/416504/phpstorm-losing-keyboard-input#answer-420131 This may switch your keyboard input by the way so reselect your keyboard input in the Ubuntu toolbar (I set mine to En1) Not sure what causes this though, I’m using Guake and Compiz and have seen these tools behave a bit odd sometimes

How to switch to netcat-traditional in Ubuntu?

enable universe repository (if not enabled) sudo add-apt-repository universe Install the other netcat using synaptic. (To do this, the universe repository must be enabled.) sudo apt-get install netcat-traditional type sudo update-alternatives –config nc Select the option /bin/nc.traditional type nc -h output: [v1.10-38] connect to somewhere: nc [-options] hostname port[s] [ports] … listen for inbound: nc … Read more

How to stop redis-server autostart

It seems that the redis-server package uses rc.d scripts, and the preferred way to deal with them in Ubuntu is using update-rc.d: sudo update-rc.d redis-server disable Should do the trick. You can also disable it in a certain runlevel only: sudo update-rc.d redis-server disable 2

build emacs and gnutls not found

The error message tells you two ways in which to solve your problem. Install the gnutls development package. You can find it by doing: apt-cache search ‘libgnutls.*-dev’, and then install it with apt-get. Link without gnutls, a la ./config –prefix=/usr/local/emacs –with-gnutls=no

docker-ce : Depends: libseccomp2 (>= 2.3.0) but 2.2.3-3ubuntu3 is to be installed

I encounter the same problem when installing docker-ce version 18. I won’t use aptitude to install the old version because nvidia-docker only supports Docker version above 18! The solution is quite easy: sudo add-apt-repository ppa:ubuntu-sdk-team/ppa sudo apt-get update Then you can use command sudo apt-get install docker-ce to solve the libseccomp2 version conflict problem. Reference: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)