CGI stands for Common Gateway Interface and Bin is a part of CGI which helps to resolve the query from browser websites. That are working with the help of this…
Category: Web Hosting
What does a Dedicated IP refer to?
July 20, 2007 / Web HostingAn IP (Internet Physical) address is the physical location of a server or website as seen from the internet. When entering the address of a website that you wish to…
Apache Web Server
July 19, 2007 / Web HostingWhat is Apache Web Server? The Apache HTTP Server referred to simply as Apache, is a web server notable for playing the main role in the initial growth of the…
E-commerce Hosting
July 17, 2007 / Web HostingE-commerce Hosting E-commerce’s E stands for Electronic. E-commerce is the online transaction of business as well as a term for any type of business. Or commercial transaction, which involves the…
What is ASP.NET? (Active Server Pages)
July 16, 2007 / Web HostingASP < ASP means Active Server Page. ASP was created by Microsoft. It allows web pages to include dynamic content, often pulled from a database. ASP can be used to…
Open a terminal – Applications>Accessories>Terminal To become root – type su>uname-r>The output will show kernel version Installation of packages – Applications>add/remove Type in the root password In Package manager>go to…
CREATE TABLE tbl_auth_user (user_id VARCHAR(10) NOT NULL,user_password CHAR(32) NOT NULL, PRIMARY KEY (user_id)); INSERT INTO tbl_auth_user (user_id, user_password) VALUES (‘theadmin’, PASSWORD(‘chumbawamba’));INSERT INTO tbl_auth_user (user_id, user_password) VALUES (‘webmaster’, PASSWORD(‘webmistress’));
The following are the steps to install MySQL in Windows – The Zip file – MySQL-shareware-3_22_34-win.zip Also, check for the latest versions on the internet A temporary directory should be…
Advantages of Netfilter / IPtables
March 19, 2007 / Web HostingUsed to check network packets. Translation of network address IP chain backward compatibility Modifications of rules for packet filters Open-Source
Reset Plesk’s Admin Password on Windows Server
November 28, 2006 / Web HostingReset Plesk’s admin password on Windows Server: Log in to windows server via RDP as an administrator, then open the command prompt and run the following commands :> C:\Program Files\SWsoft\Plesk\admin\bin\plesksrvclient.exe…