Solution for unmet dependencies or broken packages while installing Wine32 on Ubuntu Eoan 19.10

I’ve faced this problem several times, where it is not possible to install 32 bit Wine on Ubuntu (and possibly Debian). In each case, the problem has been packages installed from Ondrej Sury’s repository (for installing php7 in my case). It may be a different repository in your case, but the reason could be the … Read more

Quick fix for curl: symbol lookup error: /usr/lib/x86_64-linux-gnu/libcurl.so.4: undefined symbol

So you’re trying to install something or compile something or you have curl installed, but it won’t work, because…. # curl -V curl: symbol lookup error: /usr/lib/x86_64-linux-gnu/libcurl.so.4: undefined symbol: nghttp2_http2_strerror Or it may be some other package doing this. If you land up on this obscure blog searching, chances are you already have been pulling … Read more

Ubuntu 13.10 internet very slow “nothing helps” fix

I installed Ubuntu 13.10 on my laptop and went nuts with the laggy laptop. I have 2gb memory on it, which shouldn’t be causing such a comatose experience. I installed drivers, tweaked memory, did a hundred things, nothing helped. Digging around in the innards, I found that /etc/resolv.conf was very strange and was showing localhost … Read more

Meteor::Socket bind: Address already in use at Meteor/Socket.pm line 115.

If, after installing meteor server, you get an error like Meteor::Socket bind: Address already in use at Meteor/Socket.pm line 115. when trying to start it up with ./meteord -d or /etc/init.d/meteord start, it means that you likely have another instance of meteor running. Unless you have changed ports around, you can kill the exising instance … Read more

PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature

If you are trying to upgrade, and suddenly start getting errors like: Incompatible Archive. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature Here are some things to check. This basically means that WordPress is not able to unzip the downloaded packages to install the upgrades. Check to see available space on … Read more

Nginx: upstream timed out (110: Connection timed out)

Error 110: Connection timed out while reading response header from upstream Sometimes a Nginx web server seems to load pages with php code with a lot of xml parsing really slowly. Often it doesn’t load or connection times out. This will be seen more on pages where the php code parses through large xml files … Read more

Update/install fail: Server cannot access software repositories

If you are trying to install something and the server waits forever after you answer yes to the update and it accesses the software repository… something like… apt-get update … details of packages … Need to get 83.7 MB of archives. After this operation, 237 kB disk space will be freed. Do you want to … Read more