aat menggunakan server web Nginx, blok server (mirip dengan host virtual di Apache) dapat digunakan...
Google Chrome and Make your Dinosaur Immortal The game can be hacked pretty easily, making your...
Find the line of the error at the library file, in my case was some array that should not be null...
create the weirdest obfuscated program that prints the string “Hello world!”. I decided to write up...
Step 1 — Installing Certbot The first step to using Let’s Encrypt to obtain an SSL certificate is to...
create a File Deployer.yml sample for github workflow # This is a basic workflow that is manually...
Portainer is a web-based container management platform that supports Docker, Swarm, Nomad, and...
sample script nginx : server { listen 443 default ssl; listen [::]:443 ssl; ...
1)the encryption of the FTPS server will be either TLS explicit encryption or TLS explicit...
<!DOCTYPE html> <html lang="en"> <head> <base target="_top"> ...
<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport"...
<?php function getCommonCharacters( $string1, $string2, $allowedDistance ){ $str1_len =...
from bs4 import BeautifulSoup import requests url =...
<?php define('FINANCIAL_MAX_ITERATIONS', 128); define('FINANCIAL_PRECISION', 1.0e-08);...
Introduction In this tutorial we learn how to install unixODBC-devel on CentOS 7. What is...
public String getLongestCommonSubstring(String str1, String str2) { int m =...
<?php $inputdata = @$_POST[‘inputdata’]; if(empty($inputdata)) { $inputdata =...
function getLongestMatchingSubstring($str1, $str2) { $len_1 = strlen($str1); $longest = ''; ...
ON .htaccess Add = Options -Indexes <Files ~ ...
Resolution To fix this problem you edit /etc/yum.repos.d/CentOS-Base.repo and replace all...
/* Naïve implementation of Damerau-Levenshtein distance (Does not work when there are neighbouring...
Open https://www.omegle.com/ with google chrome on Development tool, console , paste this code :...
function number_to_alphabet($number) { $number = intval($number); if ($number <= 0) {...
# Enable rewrite engine RewriteEngine On # Block suspicious request methods RewriteCond %{REQUEST_M...
.Htaccess file on phalcon index folder : RewriteEngine on RewriteCond %{HTTP:Authorization}...
Elasticsearch is flexible and powerful open-source, distributed real-time search and analytics engine...
By default, a ReactJS/ NodeJS app runs on port 3000. An Express.js app also runs on the same port 300...
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and...
Steps to Upgrade Node.Js and install install latest depedency yum install gcc gcc-c++ make make...
THE STEPS Updated all repo centos sudo yum update Then I installed the proper php devel pacakag...