Breaking News
Loading...

shawonruet

Programming Blog

  • Home
  • Programming
    • C
    • C++
    • Java
    • Python
    • Assembly
    • MySql
    • Numerical
    • Compiler Design
  • Problem Solving
    • UVA
    • LightOj
    • Spoj
    • Codejam
    • Devskill
  • Algorithm
    • Algorithms
    • Discrete Math
    • Number Theory
    • Graph
    • Linked List
    • Dynamic
    • Machine Learning
    • Research
  • Project
    • Java Projects
    • C Projects
    • Web Projects
    • Graphics
    • Computer Vision
    • Image Processing
  • Technology
    • DevOps
    • Operating System
    • Interviews
    • Facebook
    • Hacking
Home / Archive for July 2020
How to Deploy a PHP and MySQL Web App in Kubernetes 2020

How to Deploy a PHP and MySQL Web App in Kubernetes 2020

1 Comment Edit
How to Deploy a PHP and MySQL Web App in Kubernetes Video Tutorial: https://www.youtube.com/watch?v=aG3Hq4KrvUI Source Code : https...
Read More
How to host a PHP+MYSQL chatbot website for free lifetime in 2020

How to host a PHP+MYSQL chatbot website for free lifetime in 2020

Add Comment Edit
Github Source Code: https://github.com/shawon100/RUET-ChatBot  Free Infinity Host: https://app.infinityfree.net Demo:  http://ruetcha...
Read More
Linux Remote Copy KodeKloud

Linux Remote Copy KodeKloud

1 Comment Edit
Question: N.B: Location and App server can be changed according to question. Here, i have used App Server 3 and my locat...
Read More
Linux Banner Set Up KodeKloud

Linux Banner Set Up KodeKloud

Add Comment Edit
Question: Solution: At first copy nautilus_banner to all app servers and db servers Then login to db ...
Read More
Linux Run Level and Change to Graphical Target

Linux Run Level and Change to Graphical Target

Add Comment Edit
Question: N.B: Your question may different. Check your question. Solution: You have to do this for all app servers. I h...
Read More
Linux Haproxy LBR Load Balancer Troubleshooting KodeKloud

Linux Haproxy LBR Load Balancer Troubleshooting KodeKloud

Add Comment Edit
Question: xFusionCorp Industries has an application running on Nautlitus infrastructure in Stratos Datacenter . The monitoring tool ...
Read More
How to Install Single Cluster Kubernetes on Linux (Ubuntu)

How to Install Single Cluster Kubernetes on Linux (Ubuntu)

Add Comment Edit
Install Virtual box at first $ sudo apt-get update $ sudo apt remove virtualbox* $ wget -q https://www.virtualbox.org/download/oracl...
Read More
How to install Docker on Linux (Ubuntu)

How to install Docker on Linux (Ubuntu)

Add Comment Edit
Install Docker on Ubuntu At first open terminal and update by typing below command sudo apt-get update Check and Uninstall previous doc...
Read More
Linux System Administrator: Linux Firewalld Rules KodeKloud

Linux System Administrator: Linux Firewalld Rules KodeKloud

Add Comment Edit
Question: The Nautilus system admins team recently deployed a web UI application for their backup utility running on the Nautilus back...
Read More
Linux System Administrator: Linux Archives KodeKloud

Linux System Administrator: Linux Archives KodeKloud

Add Comment Edit
Question: Make a jim.tr.gz of /data/jim folder and move it into the another folder /home Login to storage server Get out from u...
Read More
Linux System Administrator: DNS Troubleshooting KodeKloud

Linux System Administrator: DNS Troubleshooting KodeKloud

Add Comment Edit
Question: System Admins team has noticed some DNS resolution on App server 2. So we want to add some additional DNS nameservers on serve...
Read More
Linux System Administrator: Install Linux Services

Linux System Administrator: Install Linux Services

Add Comment Edit
Question: Answer: N.B: You have to do this in all server stapp01,stapp02, stapp03. I have showed only for stapp03. At first In...
Read More
ACM Product Info

ACM Product Info

Add Comment Edit
Problem Link: http://acm.epoka.edu.al:8888/en/problem-pid-c62e?ps=1&smt=a&smpwid=0 #include <bits/stdc++.h> using na...
Read More
ACM Min Distance

ACM Min Distance

Add Comment Edit
Problem Link: http://acm.epoka.edu.al:8888/en/problem-pid-c63d?ps=1&smt=9&smpwid=0 #include <bits/stdc++.h> using ...
Read More
ACM Easy Tiae words

ACM Easy Tiae words

Add Comment Edit
Problem Link: http://acm.epoka.edu.al:8888/en/problem-pid-c7b4?ps=1&smt=a&smpwid=0 #include <bits/stdc++.h> using na...
Read More
ACM Class Average 2

ACM Class Average 2

Add Comment Edit
Problem Link: http://acm.epoka.edu.al:8888/en/problem-pid-c7c0?ps=1&smt=9&smpwid=0 #include <bits/stdc++.h> #include &...
Read More
Linux System Adminastrator: Linux String Substitute KodeKloud

Linux System Adminastrator: Linux String Substitute KodeKloud

Add Comment Edit
KodeKloud Task Question: Your Backup Server has a file named nautilus.xml in root folder. Replace all occurrence of "Sample"...
Read More
Subscribe to: Posts ( Atom )
  • Featured Post
  • Popular Posts
  • Category

Popular Posts

  • [Assembly 8086] Convert Hexadecimal To Decimal
    Write a program that will prompt the user to enter a hex digit character ("0"· ... "9" or "A" .....
  • HackerRank DevOps Question Solution Docker: Volume Mounting
      1. Docker: Volume Mounting The task is to complete a file stub "/home/ubuntu/835979-dockervolume-mounting/script.sh" with one ...
  • Left Factoring Code C++
    #include <bits/stdc++.h> using namespace std; int main() {     long long int i,j,k,l,n,m=9999999999,mini,ma=0;     string s[100...
  • How To Make A Moving car In OpenGL C++
    #ifdef __APPLE__ #include <GLUT/glut.h> #else #include <GL/glut.h> #endif #include <stdlib.h> #include <mat...
  • HackerRank DevOps Interview Solution of Kubernetes: Basic Redis Deployment
      Kubernetes: Basic Redis Deployment ...
  • Multiply Two numbers in Assembly 8086
    .model small .stack 100h .data msg db 0ah,0dh,'THE Multiplication Is=$' .code main proc         mov ah,1     int 21h         m...
  • Deploy Apache Web Server on Kubernetes Cluster Kodekloud
      Solution:  1. Create the namespace mentioned in the question kubectl create ns httpd-namespace-xfusion 2. Create the deployment.yaml accor...

Most Viewed

  • (বিগ মড) Big Mod Algorithm
    বিগ মড (Big Mod) বিগ মড কি এই বিষয় নিয়ে আলোচনা করব না । কারন এই বিষয় নিয়ে অনেক জায়গায় আলোচনা করা হয়েছে । এখানে কিভাবে বিগমোড রিকার্সিভ...
  • [Assembly 8086] Convert Hexadecimal To Decimal
    Write a program that will prompt the user to enter a hex digit character ("0"· ... "9" or "A" .....
  • How To Make A Moving car In OpenGL C++
    #ifdef __APPLE__ #include <GLUT/glut.h> #else #include <GL/glut.h> #endif #include <stdlib.h> #include <mat...
  • PUBG Mobile Emulator Hacking Tricks [ESP, Flying Car, AimBot, Enemy Tracking] with Antiban 2019
                    *****October 2019 Updated***** Your PC should be supported by Visual C++ applications. Download link : ...
  • Left Factoring Code C++
    #include <bits/stdc++.h> using namespace std; int main() {     long long int i,j,k,l,n,m=9999999999,mini,ma=0;     string s[100...
  • How To Hack PointsPrizes Website and Reedem Unlimited Points
               PointsPrizes Site Link: https://www.pointsprizes.com/ref/16275657 BetterNet VPN: https://ln2.sync.com/dl/bd7dca090/urzv...
  • [Assembly 8086] How To Check Odd And Even Number in Assembly 8086
    The Following Program will take a single digit or character from user and if digit it will print odd or even else it will convert Case ...

Archive

  • ►  2022 (58)
    • ►  October (2)
    • ►  September (3)
    • ►  August (13)
    • ►  July (11)
    • ►  June (4)
    • ►  May (4)
    • ►  April (7)
    • ►  March (3)
    • ►  February (6)
    • ►  January (5)
  • ►  2021 (55)
    • ►  December (6)
    • ►  November (2)
    • ►  October (2)
    • ►  September (5)
    • ►  August (9)
    • ►  July (5)
    • ►  June (9)
    • ►  May (8)
    • ►  April (2)
    • ►  March (1)
    • ►  February (5)
    • ►  January (1)
  • ▼  2020 (69)
    • ►  December (2)
    • ►  November (4)
    • ►  October (2)
    • ►  September (6)
    • ►  August (10)
    • ▼  July (18)
      • How to Deploy a PHP and MySQL Web App in Kubernete...
      • How to host a PHP+MYSQL chatbot website for free l...
      • Linux Remote Copy KodeKloud
      • Linux Banner Set Up KodeKloud
      • Linux Run Level and Change to Graphical Target
      • Linux Haproxy LBR Load Balancer Troubleshooting Ko...
      • How to Install Single Cluster Kubernetes on Linux ...
      • How to install Docker on Linux (Ubuntu)
      • Linux System Administrator: Linux Firewalld Rules ...
      • Linux System Administrator: Linux Archives KodeKloud
      • Linux System Administrator: DNS Troubleshooting Ko...
      • Linux System Administrator: Install Linux Services
      • ACM Product Info
      • ACM Min Distance
      • ACM Easy Tiae words
      • ACM Class Average 2
      • Linux System Adminastrator: Linux String Substitut...
      • Vehicle Detection and Image Segmentation from Traf...
    • ►  June (17)
    • ►  May (3)
    • ►  April (3)
    • ►  March (3)
    • ►  February (1)
  • ►  2019 (35)
    • ►  December (3)
    • ►  November (3)
    • ►  October (8)
    • ►  September (3)
    • ►  August (1)
    • ►  July (1)
    • ►  June (5)
    • ►  May (2)
    • ►  April (3)
    • ►  March (4)
    • ►  February (1)
    • ►  January (1)
  • ►  2018 (28)
    • ►  December (5)
    • ►  November (2)
    • ►  October (1)
    • ►  July (1)
    • ►  June (7)
    • ►  May (6)
    • ►  April (1)
    • ►  February (3)
    • ►  January (2)
  • ►  2017 (70)
    • ►  December (4)
    • ►  November (8)
    • ►  October (1)
    • ►  September (6)
    • ►  August (3)
    • ►  June (13)
    • ►  May (9)
    • ►  April (5)
    • ►  March (2)
    • ►  February (14)
    • ►  January (5)
  • ►  2016 (97)
    • ►  December (1)
    • ►  November (9)
    • ►  October (3)
    • ►  September (5)
    • ►  August (11)
    • ►  July (26)
    • ►  June (11)
    • ►  May (6)
    • ►  April (10)
    • ►  March (5)
    • ►  February (10)
  • ►  2015 (43)
    • ►  December (6)
    • ►  September (1)
    • ►  August (1)
    • ►  July (1)
    • ►  June (13)
    • ►  May (6)
    • ►  March (10)
    • ►  February (5)
  • ►  2014 (10)
    • ►  December (1)
    • ►  November (2)
    • ►  October (1)
    • ►  September (3)
    • ►  August (1)
    • ►  July (2)

SUBSCRIBE

GET YOUR IMPORTANT TUTORIALS
Powered by follow.it

Label

8 queens (1) acm (14) age gender detection (2) ai camera (2) algorithm (23) amazon (3) anagram (1) angular (3) ansible (7) apriori (1) assembly (9) Automation (2) aws (9) Azure (8) Backpropagation (1) backtracking (1) Bangla Handwritten Digit Recognition (1) bangladesh_flag (1) bare-metal (1) Bash Script (2) bfs (5) biginteger (10) bigmod (3) binary_search (2) bipartite (5) bitoperation (4) C Plus Plus (33) C Programming (8) C Projects (8) Character-Counting (2) chatbot (1) CI/CD (4) codeforces (1) codejam (2) codeshef (2) coin change (3) combinatrix (3) compiler_design (3) Computer-Vision (7) Convolutional Neural Network (CNN) (5) data mining (1) data structure (8) database (7) Deep_Learning (6) DevOps (103) devskill (8) dfs (4) dijkstra (3) discrete (8) docker (13) dsp (1) dynamic programming (8) ecs (1) Euler Totient Function (1) event-exporter (1) face_recognition (1) faceapp (3) facebook (2) Facial Expression Detection (5) fake id card generator (1) flask (1) free_cloud_server (3) Game Hacking (1) gan (1) geeksforgeeks (1) git (6) Google Cloud (5) grafana (4) graph (14) graphics (4) hacking (4) helm (1) image_processing (10) image-recognition (2) interviews (6) Java (5) javaprojects (3) javascript (2) josephus problem (3) knapsack (4) kubernetes (47) left factoring (1) lightoj (24) linked list (7) linux (46) Machine_Learning (14) magic_square (2) map (1) mathematics (3) matlab (10) matlab moving average (1) metal-lb (1) MFC (2) movingMean (1) movingMedian (1) mysql (11) named_pipe (2) Networking (1) Neural_Network (3) next_permutation (2) nginx-ingress (3) nodejs (3) number theory (7) numerical method (7) Object_Detection (2) online compiler (2) online judge (1) oop (3) opengl (4) openshift (3) operating_system (47) pair sort (4) Parallel_Processing (1) php (8) prime_factors (1) prometheus (3) PUBG Hacking (2) puppet (2) python (9) recursion (1) Research (6) resnet50 (1) reverse words (1) ruetoj (1) segmented sieve (2) set (2) shortest_path (1) sort (6) spoj (9) stack (1) sum_of _factorial (1) System Analysis (1) terraform (10) transfer_learning (5) traveling_salesman (3) URL Classification (1) uva (93) virtual_function (1) virtual_network (2) webprojects (18) Website Classification (1) Widrow_Hoff (1) সেগমেন্টেড সিভ (2)

Find Us On Facebook

Programming And Problem Solving

Chat

Online Counter


Flag Counter


Trending Post

  • Left Factoring Code C++
    #include <bits/stdc++.h> using namespace std; int main() {     long long int i,j,k,l,n,m=9999999999,mini,ma=0;     string s[100...
  • [Assembly 8086] Convert Hexadecimal To Decimal
    Write a program that will prompt the user to enter a hex digit character ("0"· ... "9" or "A" .....
  • HackerRank DevOps Question Solution Docker: Volume Mounting
      1. Docker: Volume Mounting The task is to complete a file stub "/home/ubuntu/835979-dockervolume-mounting/script.sh" with one ...
  • How To Make A Moving car In OpenGL C++
    #ifdef __APPLE__ #include <GLUT/glut.h> #else #include <GL/glut.h> #endif #include <stdlib.h> #include <mat...
  • Deploy Apache Web Server on Kubernetes Cluster Kodekloud
      Solution:  1. Create the namespace mentioned in the question kubectl create ns httpd-namespace-xfusion 2. Create the deployment.yaml accor...

Pages

  • Algorithm
  • Number Theory
  • Dynamic Programming
  • Graph
  • C Programming
  • C++
  • UVA
  • Lightoj
  • Computer Vision
  • Web Projects
  • Numerical Method
  • Database
  • Assembly

About Me

Shawon

Ashadullah Shawon

Software Engineer (DevOps)

SELISE rockin' software

Studied at RUET

Copyright © 2020 shawonruet / Template Distributed By: Blogger Templates
  • Home
  • About
  • Contact
  • Privacy Policy
  • Terms and Condition