Author: Subharanjan
-
“Subjects Studied” available on State Employment Service Portal – Odisha
Following are the “Subjects Studied” available on State Employment Service Portal – Odisha ACCOUNTANCY ACCOUNTANCY COST AND WORKS ACCOUNTANCY, CHARTED ACCOUNTANCY, MANAGEMENT ACTING ACTUARY ACTURIAL SCIENCE ACUPUNTURE ACVENTILATION AND REFRIGERATION ADMINISTRATIVE LAW ADMN AND INDUSTRIALLAW ADV.CONSTRN. TECHNOLOGY ADVANCE WINDOWS APPLICATN ADVANCED ACCOUNTS ADVANCED ELECTRONICS ADVANCED ENGLISH ADVANCED MATHEMATICS ADVERTISEMENT SALES PROMOTION & SALES MANAGEMENT ADVERTISING…
-
Qualification Level & Corresponding Exam Passed – State Employment Exchange – Odisha
Being a new applicant/ job seeker, one of the problems faced while getting your certificates registered on the District Employment Exchange/ State Employment Exchange online through the Official Web Portal of Directorate Of Employment, Odisha is that the lack of clear instructions/ information as to what are the various courses/ exams which fall under the…
-
Steps to Install Vidyo Desktop on Ubuntu 16.04 – [SOLVED]
Have you tried to install Vidyo Desktop on Ubuntu 16.04 (including Server Edition) ? If you have, then you might have noticed that it doesn’t work. Here are the steps those need to be followed to setup Vidyo Desktop on Ubuntu linux machine. Steps to Install VidyoDesktop on Ubuntu 16.04 (Server Edition): Uninstall any failed…
-
How to install the free SSL certificate from “Let’s Encrypt” on NameCheap Shared Hosting Server without SSH access. [Working]
Do you want to make your website secure by enabling https:// by installing Free SSL certificate from “Let’s Encrypt” on NameCheap Shared Hosting Server without SSH access? If the answer is YES, then follow the steps below to achieve the same completely free. In fact, this will work on any hosting server which allows installation…
-
How to fix 403 error resulting out of wrong installation of SSL certificate on Bitnami WordPress Stack For AWS Cloud
The issue of “403 error” can result from various reasons. In my case, it was due to the wrong installation of Let’s Encrypt SSL Certificate on the EC2 instance on AWS. After the SSL certificate setup, once the Apache server was restarted the website was down and it started showing a 403 forbidden error. The…
-
Install Postgres database on Windows and allow password less access
Install Postgres Database on Windows and allow password less access for the database to be used in various applications. Install Postgres database on Windows machine by downloading the executable file from here: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads pgAdmin tool can be downloaded and setup on Windows machine to view and manage the databases and tables by downloading the executable…
-
How to fix 302 redirect issue when updating posts in WordPress? [Solved]
Recently, while writing a blog post I found that I am not able to update/publish any post on my WordPress website dashboard rather it redirects me to the website front page when I click the “Update” button. Now, I was unsure what’s creating this trouble and how to fix this 302 redirect when updating posts…
-
List of useful tools for WordPress development
When a developer starts WordPress development and tries to make the process easier and faster, generally he searches for best tools and various boiler plates which can alleviate the manual task of starting the development from scratch. WordPress Gear (WPgear.org) is a website which lists out lots of useful tools those are free and GPL(OpenSource).…
-
Timthumb not showing images and throws “Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. ” error. [Solved]
Recently I faced a situation where the timthumb script was unable to crop the images and was throwing error messages. There are themes those still use timthumb even though its a bad practice to use in themes when we have already functions available in core WordPress. Anyway I had to fix the issue as I…