Posts

Heaven and Paradise. Are they same or different?

This post will tell you the difference between Heaven and Paradise in Islamic context. The Holy Quran contains these two different words which are present in many verses. The Arabic word " SAMA ", translated to english " Heaven " means the Sky/Space where the sun, the moon, planets, stars, galaxies, etc are present. In many places in the holy Quran, you will find the word Sama with the arabic word Ard (Earth), for eg, " samawati wal ardi... (heavens and the earth) ". The Arabic word " JANNAT " translated to english " Paradise " means the place built by Allah (s.w.t) for the righteous; the gardens beneath which the rivers flow. The place of eternal peace and desires. The opposite of the word Jahannam (Hell) is Jannat and not Sama. Summarizing all above: Arabic word English Meaning Opposite Sama / Samawat Heaven / Heavens Ard (Earth) Jannat Paradise (Garden)

Resolved: Wordpress FTP access for downloading theme or plugin

Image
If you get the following error while getting new theme or plugin or whatever directly from wordpress, the resolution is very simple. Although, you will need root access to your server. To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host. FTP connection required to download theme or plugin in wordpress You need to give full rights (rwx) on the DocumentRoot folder (where you have kept all wordpress files in server), or just change the ownership of your DocumentRoot folder to the web-service (www-data in case of Ubuntu). # chown -R www-data:www-data yourDocumentRoot Changing ownership of folder in linux Once you get the proper ownership, just try downloading the theme or plugin or whatever again. And now it should download directly without requiring any FTP connection. Direct download from wordpress

IMC 5: Error occurred when accessing the MIB on device

This error can be viewed in IMC when the software is not able to get any data using SNMP. This error does NOT mean that your SNMP credentials are wrong. It simply means that server is not able to receive any data using SNMP. Things you can check are: Can you ping the device from server If you can ping, then verify your SNMP credentials. Recheck again. You can use an awesome tool called “SNMP Tester” by Paessler from here . Use this tool to check if you can communicate using SNMP from your server to the device. (To keep it simple, use “Read Device Uptime” under “Select Request Type” in SNMP Tester and put your credentials). If you get an Error message while testing using SNMP Tester, it should give you good idea where you are going wrong. If you get error “Value: No response (check: firewalls, routing, snmp settings of device, IPs, SNMP version, community, passwords etc) (SNMP error # -2003)” then  a.        Check the firewall rules, in case if you have a fi

Solved: Multiple Domains with WordPress on One Server

WordPress has a feature called MultiSite, which is often confused for “multiple websites (domains)”, but is in fact “multiple sub-domains”. Although many people look forward to have multiple websites (with different domains) with wordpress to install on single server, but there is no simple solution from WordPress yet. This post will help you in configuring multiple domains using wordpress on single server. We will be using Linux server (Ubuntu) with Apache 2.2 and wordpress 3.5.1 for our example. You can use the same idea for different OS and IIS (or other web server). NOTE: Backup your wordpress directory, wordpress database and web server files and directories before continuing with the steps mentioned below. After installation, wordpress uses all its files (mostly php) for single domain. So we will need to have multiple wordpress installation, each per domain (website). Installation of wordpress in Linux is just downloading the latest.tar.gz file from wordpress.org