Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Articles by Samual Sam
Page 113 of 151
How Nokia 3310 could still be relevant in today's Smartphone Era?
Every time your smartphone troubles you all you could think of is the time when things were so simple back. I mean – Yes I like smartphones where you carry a complete package of entertainment, news, and necessity with you. Never to forget the self-camera, apps like WhatsApp, Instagram and Snapchat makes it’s more irresistible. Still being unsatisfied humans we still want more battery backup, better performance, and minimal hanging.In short, we want a merger of our previous type based phone with our new smartphones. Remember the era when mobile phones were first launched? Nokia was the best option we ...
Read MoreHow to Access your Computer Files from Anywhere
Do you wish to access your personal documents remotely, or music / videos, photos stored on your personnel computer, or on your mobile phone while you are travelling or when you are in office? The simplest solution is to copy all your data from the source to a portable hard drive and then carry it around. However, this is a cumbersome approach as you would require syncing manually the home computer with your portable disk.There are many other innovative ways these days. In this article, let us explore to see some technologies, tools to make this job easier whenever & ...
Read MoreHow to Create 301 Redirection on Nginx and Apache
In this article, we will learn how to redirect the URLs or Domain to another address. This can be done by using the HTTP Redirection. The URL redirection is a popular technique to point one domain address to another domain address which we can achieve on Apache and Nginx both.Redirecting to an another DomainWe might face a situation in which, we have an established web-site and we need to change the domain for the site. Here, we cannot do this by deleting the older domain since this may cause breakage and disappearance of contents on the old domain is possible ...
Read MoreHow to download APK files from Google Play Store on Linux
Do you know how to download APK (Android packaging kit) files from Google Play store on Linux? One of the easiest way is to install APK on Android mobile for downloading APK files from Google Play Store to Hard Disk and install them on the Android device manually.There are several ways to download APK file(s) on Linux. One of the most used ways is via an open-source Linux software called GooglePlayDownloader. It works on python based GUI. It enables you to search and download APK files from Google play store. This article gives information about, how to install GooglePlayDownloader and ...
Read MoreHow to Setup Ansible on Ubuntu 16.04
In this article, we will learn how to configure Ansible – an automation configuration management system. Anisble is a configuration management system which can control a large number of client machines with an easy administration, which can be automated from a central location.Anisble communicates over SSH tunnels and it doesn’t need to install any software on the client machine and it retrieves the information from the remote ansible machines which issues the commands and copies the files.The Anisble configuration files mainly uses the YAML data formation as it can be due to expressive which has similarity of popular languages. The ...
Read MoreHow to Configure and Install ownCloud on Ubuntu 16.04
In this article, we will learn how to configure and install the ownCloud on Ubuntu 16.04. ownCloud is a file sharing server which permits the users to store the personal contents at a centralized storage or location just like Google Drive, Dropbox etc. The main difference is that ownCloud is a free and open source application can be configured in our own environment where we can control the data and secure them with limited access.PrerequisitesAs we need the below environment to setup and configure the ownCloud.Ubuntu 16.04 installed with initial setup and with a user with sudo permissionA LAMP (Linux, ...
Read MoreHow To Change the Nginx Web Document Location on Ubuntu 16.04
In this article, we will learn about how to move or change the location of the Nginx Web server documents folder. By default Nginx Web server default location is at /usr/share/nginx/html which is located on the default file system of the Linux. Generally, this is done, based on the website requirement or client requirements.PrerequisitesTo complete our setup we need the below requirements.Ubuntu 16.04 installed with a used with sudo permission on the machine.Nginx web server installedA mounted drive or the new document located for where we wanted to change the default document location.Copying the Document root files to the New ...
Read MoreHow to Add Video to your Facebook Comment?
How many times we are out of words and think just a simple caption or picture could say it all. Just when we were getting used to using these images instead of words we became greedier and now we wished for videos, that would suit perfectly to our situation.Well, the good news is recently Facebook has launched a new feature which allows users to upload a video as a comment.Previously this feature could only be enjoyed by 10 partners Anvato, Brightcove, Fullscreen, Grabyo, Kaltura, Now This, SocialFlow, SpreadFast, Vimond and Whipchip.Now, this feature can be enjoyed by Facebook’s iOS and ...
Read MoreHow To Fix and Protect The Linux Server Against the Dirty COW Vulnerability on CentOS 5/6/7 or RHEL 5/6/7
In this article, we will learn about how to fix the Dirty Cow Linux Vulnerability CentOS/Red Hat, Dirty Cow Linux Vulnerability was escalated on Oct 19, 2016, as it is a privilege escalation vulnerability in the Linux OS on kernel level was disclosed with the name Dirty COW as the Dirty Cow will create a condition that kernel handles COW (Copy-on-Write) which exists for a long time since as the most of the servers are at risk. Actually, this is called as CVE-2016-5195 on Redhat. This may affect the kernels which are shipped Red Hat Enterprises Linux 5, 6, 7.The ...
Read MoreHow to Generate and Configure a Self-Signed TSL/SSL Certificate for Nginx on Ubuntu 16.04
In this article, we will learn how to generate and configure a self-signed SSL/TSL certificates for Nginx on Ubuntu 16.04. TSL is transport layer security with predecessor SSL (Secure Sockets Layer) which is used to protect the normal traffic in encrypted packets, where the traffic transfers from server to the client and will not be intercepted by the outside intruders. The certificate will also help the users to verify the identity of the sites they visited are correct.Self-signed certificates can be used if we don’t have any proper domain name associated with the site or the server instances.PrerequisitesIn accomplishing this ...
Read More