How To
19
Feb
2017
Introduction: SSH Key Authentication is a way to log in any Linux server without any password. This authentication process uses public and private key…
CodeIgniter
13
Feb
2017
In continuation of our CodeIgniter tutorials, the next step we are setting up some basic configuration. We can manage our CodeIgniter configuration fr…
How To
26
Jan
2017
Using SSH protocol not only access your remote shell. But also use it for transfer files between computers securely through encrypted communication. Y…
How To
25
Jan
2017
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 …
CodeIgniter
22
Jan
2017
Although you have heard this term MVC mentioned in the previous article. MVC is an approach to separating your applications into three segments: Model…
CodeIgniter
21
Jan
2017
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
18
Jan
2017
CodeIgniter is light weight Open source powerful PHP Framework for web application development. It has many powerful features that make it popular. Co…
How To
25
Dec
2016
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…
C / C++
29
Nov
2016
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…
C / C++
18
Nov
2016
Student Managment System SMS, developed using c language to store information of students. This project is ideal for beginners and learners. The SMS p…