Introduction: SSH Key Authentication is a way to log in any Linux server without any password. This authentication process uses public and private key…
In continuation of our CodeIgniter tutorials, the next step we are setting up some basic configuration. We can manage our CodeIgniter configuration fr…
Using SSH protocol not only access your remote shell. But also use it for transfer files between computers securely through encrypted communication. Y…
This article is follow up of Enable root login on Ubuntu 16.04 LTS. Assume that you have already set the password for your root account. It will help …
Although you have heard this term MVC mentioned in the previous article. MVC is an approach to separating your applications into three segments: Model…
In the previous post, we know how to setup CodeIgniter on your local environment. To proceed with configuration it is very important to know Applicati…
CodeIgniter is light weight Open source powerful PHP Framework for web application development. It has many powerful features that make it popular. Co…
SSHFS (Secure SHell File System) use to mount the remote file system and interact with remote directories and files on a local machine using secure fi…
A structure in "C" Language is a collection of the heterogeneous data type. Where you can store the value of different types in form of a grouped list…
Student Managment System SMS, developed using c language to store information of students. This project is ideal for beginners and learners. The SMS p…