Category: General

09/09/2021

How to Customize MARC Framework in Koha Software| Download Customize Bibliographic Framework

Download Customized Bibliographic Framework Koha MARC Framework Customization:  Before we start cataloging in Koha Software, we need a customized MARC bibliographic framework. MARC Framework is a templates for creating new bibliographic records in Koha Software. Koha comes with some predefined marc frameworks and librarians can create their own frameworks for content specific to their libraries. Predefined frameworks has lots of fields and all these fields are […]

13/09/2020

How to Disable Directory Browsing in WordPress using cPanel | 403 Permission Denied

You can protect your Website from hackers by Disable Directory Browsing in WordPress | Disable Directory Listing in cPanel | Disable directory listing htaccess wordpress | Preventing a Directory Listing If you want to disable directory browsing in WordPress website, just follow the below steps. First of all, Login to your Web Hosting Account and go to cPanel. Next, Go to Files section and click on File Manager. (as […]

02/09/2020

How to Install OPAC in SOUL | Configure Web OPAC in SOUL2.0 Software

Note: Before you Install OPAC in SOUL2.0 please check that IIS 6 or higher has been enabled in your SOUL server. To install OPAC in SOUL 2.0 Server, Execute setup.exe in “S20WEB” folder from SOUL2.0 Installation CD . There are instances that some of IIS configuration may not allow direct installation of WebOPAC due to authentication issues. In such cases, please copy entire ‘WebOPAC’ folder […]

04/08/2020

Enable SIP2 Server in Koha | How to Start SIP Server in Koha Software

You have to Enable SIP2 Server in Koha Software to integrate RFID System in your Library. Use following command to Enable SIP2 Server. Open Terminal and run below command to enable SIP2 Server sudo koha-enable-sip library (Here ‘library’ is instance name) Next, Start SIP2 Server sudo koha-start-sip library To Stop SIP2 Server, You can use below command sudo koha-stop-sip library OR Manual Start SIP2 Server […]

06/07/2020

Add Local Repository to BitBucket/GitHub

Create an account on BitBucket/GitHub. Create new respository in BitBucket/GitHub. And you will get a http clone url with .git extension as below.git clone https://github.com/user_name/myrepository.git Next go to your local project/directory in Git Bash Terminal. cd /path_to_local_folder/repo Init your project as git repository git init Connect your local repository to remote git repository. [Change below link as per your remote git repository.] git remote add […]

22/05/2020

How to Install Java, Tomcat, MySQL, phpMyAdmin on Ubuntu 20.04 in GCP/AWS Intance

Before you deploy any Web Application on your Ubuntu Server, You have to install Java , Tomcat Server, MySql Database, phpMyAdmin etc. First of all open Terminal on GCP Ubuntu Instance OR connect your AWS Ubuntu Instance in Putty Software through SSH. Login as root and update > sudo su > apt-get update Install JAVA (OpenJDK) Run below command to install OpenJDK 11 > sudo […]

27/03/2019

Install JBoss as Service in Windows | How to Run JBoss 7 as Windows Service

This is short article How to Install JBoss as Service in Windows. You can easily run JBoss 7 as Windows Service by following below steps. 1. Open a command prompt as Administrator. 2. Change directories to the <JBOSS_HOME>bin directory. 3. Type the command: service.bat install and press Enter. 4. A message displays stating “Service <JBoss Version> installed” . 5. You can now start and stop JBoss from the Windows Services […]

21/01/2019

Install EXE as Windows Service

Follow below steps to install exe as Windows Service. Open Command Prompt as Administrator Run the following command: sc create service_name binpath=C:pathtobinary [option1] [option2] [optionN] Here is an example: sc create RFSERVICE binPath=”D:RFIDMultipleSocketServer.exe” ^ DisplayName=”RFSERVICE” start=auto If this worked you should see: [SC] CreateService SUCCESS You can delete a service by following command: sc delete RFSERVICE Total Views: 1598

07/08/2018

Configure a User Account to Log On Automatically on Windows 7

1. Click Start, type netplwiz, and then press Enter. 2. In the User Accounts dialog box, click the account you want to automatically log on to.If it is available, clear the Users Must Enter A User Name And Password To Use This Computer check box. 3. Click OK.  4. In the Automatically Log On dialog box, enter the user’s password twice and click OK.  The next time you restart the […]

04/09/2017

GoDaddy Workspace Email Setup Center

Email Server Settings Server Standard Ports Incoming server (POP3): pop.asia.secureserver.net 110, 995 (SSL) Incoming server (IMAP): imap.asia.secureserver.net 143, 993 (SSL) Outgoing server (SMTP): smtpout.asia.secureserver.net 80, 3535, 25, 465 (SSL) Total Views: 533