Openfire does not listen to port 5222
Problem : Openfire server does not listen to port 5222. Symptoms : netstat -tulpn | grep LISTEN – will not show ports 5222 or 5223. tail -1000 /opt/openfi...
Problem : Openfire server does not listen to port 5222. Symptoms : netstat -tulpn | grep LISTEN – will not show ports 5222 or 5223. tail -1000 /opt/openfi...
To set priority/order of ProxyPass (and ReverseProxyPass) rules, write the one with most precedence above the rest, and so forth. Delete any non-dot-con...
For cases where Apache2 is available within the box/local host, but not from LAN, you might have to open port 80 in the firewall. This is a simple comman...
A reference code to extract a selected shape (this case polygon, could be another shape like Rectangle) – [java] BufferedImage in = ImageIO.read(new File(...
Problem : Torch installation fails to install dependencies (“bash install-deps”) with the message “Error. OpenBLAS could not be compiled”...
Problem : After Bluetooth speakers were abruptly switched off, Ubuntu 16.04 on Alienware (17 R2) stopped producing sounds on its analog sound card. Reason : Dou...
Go to the link – https://netbeans.org/downloads/ Select Platform as Linux(x86/x64). Download the installer for NetBeans. From the terminal, navigat...
To install Oracle Database XE: 1. Log on to your computer with root permissions. 2. Go to the following Web site: http://www.oracle.com/technetwork/database/exp...
Go to the link of the video which you want to download. Replace the URL by adding ‘ss’ before ‘youtube’ and press Enter. You are directe...
Suppose data from a table X in database D is to be copied into table Y in the same database, then the problem can be solved easily by executing the query –...