Posts

What is Chat GPT

Image
  Chat GPT from OpenAI is a powerful natural language processing (NLP) system that can be used to generate sophisticated conversations. The system is based on a deep learning model that was trained on large amounts of data from the internet. The model can generate text that is both coherent and relevant to a given context. Chat GPT is the latest in OpenAI’s suite of NLP products. It is designed to be a more human-like conversational agent than its predecessors. It has been designed to be able to handle a wide variety of conversational topics, including but not limited to, customer service conversations, product recommendations, and general conversations. The model behind Chat GPT is based on OpenAI’s GPT-3 model, which was trained on a massive amount of text data from the internet. This model was designed to capture the complexity of human language and to be able to generate text that is both natural and relevant to a given context. The model is also able to take into account user ...

The Best and Easiest Tool for Rest / Web services Testing and Debuging

Image
Rested Client Rested Client is a Chrome extension that helps users to quickly and easily create and use APIs. The extension enables users to create and save custom requests and view the results in a graphical format. It also allows users to share their requests with others and collaborate on projects. The extension is designed to make it easier for developers to create and use APIs for their projects. The goal is to reduce the time and effort required to complete an API request. It does this by allowing users to quickly create and save custom requests, as well as view the results in a graphical format. Rested Client helps users create requests by providing a visual interface with a library of components. It allows users to easily customize their requests with parameters, headers, and body content. The requests are then saved in a library where they can be easily accessed and reused in the future. Once a request is created, users can view the results in a graphical format. This m...

Best Android Libraries for Developers (Must Have)

Image
Best Android Libraries You must have android application development is not as easy as web based application but there are certain libraries and tools which can make you life easier described bellow ActiveAndroid is a orm library which is very easy to use and configure make the development faster it can be downloaded from   https://github.com/pardom/ActiveAndroid/ AndroidAnnotations is framework for android which can speed up the development process and help developer to focus on what is important instead of wasting time on none functional things more details on  http://androidannotations.org/ Universal Image Loader is a library focused on image loading, caching and  displaying.it is best for using with online assets. it can load images async and sync.can be found on  https://github.com/nostra13/Android-Universal-Image-Loader Fuel is a great library for the http protocol based networking as mostly of our applications are based on http so we must h...

CONFIGURATION AND INSTALLATION OF CENTOS WEB-PANEL ON AMAZON AWS

Image
CONFIGURATION AND INSTALLATION OF CENTOS WEB-PANEL ON AMAZON AWS Cento web-panel is an opensource web based control panel which can only be installed on Centos Operating system Here we will discuss its installation on the amazon aws. There is no particular reason for the usage of amazon aws its only due to personal experience.the process of installation on Amazon was is as follow Open amazon was console management and create a new instance on EC2 On this instance install CENTOS 6 which is currently the only supported version of centos in cents web-panel after the installation visit the cents web-panel and follow the instructions for the download and installation of latest version of cents web-panel after following the steps you will get the Mysql db administrator password at the end.

Creating Nameservers for your Server in VestaCP

Image
Creating and configuring DNS and  N ameservers As we have setup VestaCP the next phase is configuration Now we are able to access our server with ip address We want to access our server with domain name Setting up the domain name requires to register a domain with domain registrar the most commonly used is godaddy.com So we would be describing the process through using godaddy.com Go to godaddy.com and register a domain like yourdomain.com Go to godaddy and click on domain and click on manage Add two hostname using ns1 and ns2 and point to your elastic ip Now change the nameservers of your domain to ns1.yourdomain.com and ns2.yourdomain.com Go to your VestaCP and add website and check the DNS and Mail Now go to DNS and edit yourdomain.com and change the template to ns-child also change the IP to your elastic IP Now go to the packages and edit the default package and edit the ns records to ns1.yourdomain.com ns2.your...

VestaCP Installation and Configuration on Amazon Aws EC2

Image
Web hosting servers installation and Configuration We have discussed in the previous post the requirements of servers for web hosting. The servers remains the same for almost all type of web hosting The one application we have choice is the control panel it is the application through which we manage the resources of our server in web browser There are multiple options in selecting control panel.the famous of them are cpanel , plesk, ISPConfig and Webmin the cpanel and plesk are closed source and you have to buy license where as the ISPconfig and Webmin are open source and you can use them free of cost Here we would be using a newly trending VestaCP . It can be considered as a child in the competition but after its study it full fill all our needs and requirements it have a very user friendly interface and easy to install and configure. Mostly, all the control panels install , all the required server by themselves so instead of installing each server separately we wi...

Features of a Common Web-Hosting Server

Image
Features of a common web-hosting server A normal web hosting server requires the following web hosting server applications Apache server for processing and web based requests.it work on ports 80 and 443 or 8080 for communication on http and https protocol.it execute the application on the server and present result as response to the user Vsftpd Server it is used to give access to users to upload and data and applications and handle there space on server the communication is done on port 21 and various other ports are used to manage the system for deep knowledge study the ftp passive and active mode file transfer it use the FTP protocol Bind Server transfer Domain name to specific IP the port used for the processing is 53 and it is using the DNS protocol also called Domain name server Msql is a database server used for saving data in RDBMS format for the user Phpmyadmin is an application which is executed through apache server and it is used for accessing and ma...