Skip to content
Saturday, May 17, 2025
Techies Code

Techies Code

Your World of Coding

  • Dev-Tools
    • Linux
      • Ubuntu
      • CentOS
      • Mint
  • Programming Languages
    • PHP
    • Python
    • HTML
    • Golang
    • JavaScript
    • C/C++
  • Database
    • MySQL
  • Shell Scripting
  • How to Install MySQL on Ubuntu 2022
    Database MySQL Ubuntu

    How to Install MySQL on Ubuntu 2022

    October 21, 2024October 21, 20245 min read
  • how-to-add-user-in-ubuntu-system
    Linux Ubuntu

    How to Add User in Ubuntu Server and Desktop

    October 10, 2023October 10, 20235 min read
  • secure-apache-with-letsencrypt-in-ubuntu-server
    Linux Ubuntu

    How to secure Apache web server with Let’s Encrypt in Ubuntu

    August 7, 2023August 7, 202310 min read
  • Install-openvpn-in-ubuntu
    Linux Ubuntu

    How to Install and Use OpenVPN Client on Ubuntu 20.04

    February 14, 2023October 10, 20235 min read
How to Install MySQL on Ubuntu 2022
Database MySQL Ubuntu

How to Install MySQL on Ubuntu 2022

October 21, 2024October 21, 20245 min read
how-to-add-user-in-ubuntu-system
Linux Ubuntu

How to Add User in Ubuntu Server and Desktop

October 10, 2023October 10, 20235 min read
secure-apache-with-letsencrypt-in-ubuntu-server
Linux Ubuntu

How to secure Apache web server with Let’s Encrypt in Ubuntu

August 7, 2023August 7, 202310 min read
Install-openvpn-in-ubuntu
Linux Ubuntu

How to Install and Use OpenVPN Client on Ubuntu 20.04

February 14, 2023October 10, 20235 min read
Trending News
How to Install MySQL on Ubuntu 2022 how-to-add-user-in-ubuntu-system How to Add User in Ubuntu Server and Desktop secure-apache-with-letsencrypt-in-ubuntu-server How to secure Apache web server with Let’s Encrypt in Ubuntu Install-openvpn-in-ubuntu How to Install and Use OpenVPN Client on Ubuntu 20.04 How to install PostgreSQL on Ubuntu 20.04|21.04|22.04 How to Install PostgreSQL Database Server on Ubuntu 202.04|21.0422.04 Install s3fs in Ubuntu 18.04|20.04|21.04 How to install s3fs in Ubuntu 18.04|20.04|21.04 How to install 3CX V18.0 in Debian 10 How to Install 3CX Phone System V18.0 in Debian 10 How to install docker-ce engine in CentOS 7 How to Install Docker Container Engine in CentOS 7 Installation of MariaDB in Ubuntu 18.04|20.04|22.04 How to Install MariaDB on Ubuntu 18.04|20.04|22.04 Install Nginx in CentOS 7 How to Install Nginx in CentOS 7

Featured Posts Carousel

How to Install MySQL on Ubuntu 2022
Database MySQL Ubuntu

How to Install MySQL on Ubuntu 2022

October 21, 2024October 21, 2024
how-to-add-user-in-ubuntu-system
Linux Ubuntu

How to Add User in Ubuntu Server and Desktop

October 10, 2023October 10, 2023
secure-apache-with-letsencrypt-in-ubuntu-server
Linux Ubuntu

How to secure Apache web server with Let’s Encrypt in Ubuntu

August 7, 2023August 7, 2023
Install-openvpn-in-ubuntu
Linux Ubuntu

How to Install and Use OpenVPN Client on Ubuntu 20.04

February 14, 2023October 10, 2023
How to install PostgreSQL on Ubuntu 20.04|21.04|22.04
Database Linux Ubuntu

How to Install PostgreSQL Database Server on Ubuntu 202.04|21.0422.04

January 31, 2023February 1, 2023
Install s3fs in Ubuntu 18.04|20.04|21.04
Uncategorized

How to install s3fs in Ubuntu 18.04|20.04|21.04

September 27, 2022September 28, 2022
How to install 3CX V18.0 in Debian 10
Linux

How to Install 3CX Phone System V18.0 in Debian 10

July 7, 2022September 27, 2022
How to install docker-ce engine in CentOS 7
CentOS Linux

How to Install Docker Container Engine in CentOS 7

July 6, 2022July 6, 2022
Installation of MariaDB in Ubuntu 18.04|20.04|22.04
Database Linux MySQL Ubuntu

How to Install MariaDB on Ubuntu 18.04|20.04|22.04

July 5, 2022July 5, 2022
How to Install Nginx Webserver in Ubuntu 18/20.
HTML Ubuntu

How to Install Nginx Webserver in Ubuntu 18/20.

May 9, 2021May 9, 2021 Collins Wekesa

Nginx is currently one of the most utilized globally web hosting engine. I one of the most powerful web-server application with capability to host websites

Continue...

Share
Facebook Twitter Pinterest Linkedin
How To Install MySQL in Ubuntu 18.04
MySQL Ubuntu

How To Install MySQL in Ubuntu 18.04

April 10, 2021April 10, 2021 Collins Wekesa

MySQL Database is an open-source relational database that developers and organizations use to store, accessing and retrieving data. Mysql stores data in a structured manner,

Continue...

MySQL, ubuntu
Share
Facebook Twitter Pinterest Linkedin
How to Write if..else..if Statement in C Programing.
C/C++

How to Write if..else..if Statement in C Programing.

April 10, 2021April 10, 2021 Collins Wekesa

Control statements allow or enable sequential flow from one instruction to the other until the required/desired output is met. A programmer would like either to

Continue...

Share
Facebook Twitter Pinterest Linkedin
How to Code With HTML-Introduction to HTML
HTML

How to Code With HTML-Introduction to HTML

March 30, 2021March 30, 2021 Collins Wekesa

Definition HTML is a standard markup language that is used in creating web pages. In other words, we can say that HTML is just a

Continue...

Share
Facebook Twitter Pinterest Linkedin
How To Install Great-Suspender in Chrome
Dev-Tools

How To Install Great-Suspender in Chrome

March 27, 2021March 27, 2021 Collins Wekesa

When browsing, efficiency and effecting loading of the computer is what user will ever expect on any computer. Many internet users prefer using chrome, a

Continue...

Share
Facebook Twitter Pinterest Linkedin
How To Create Tables in MySQL Database With PHP
Database MySQL PHP

How To Create Tables in MySQL Database With PHP

March 27, 2021March 27, 2021 Collins Wekesa

In this article, we are going to learn how to create table in to mysql database without directly interacting with with database itself. We are

Continue...

MySQL
Share
Facebook Twitter Pinterest Linkedin
How To Write Control Statements In JavaScript
JavaScript Programming Languages

How To Write Control Statements In JavaScript

March 22, 2021March 30, 2021 Terry Mungai

LoopA loop is a sequence of instructions that is continually repeated until a certain condition is met in programming.Loops are used in JavaScript to perform

Continue...

JavaScript
Share
Facebook Twitter Pinterest Linkedin
How to Create HTML Login Page With Bootstrap.
Uncategorized

How to Create HTML Login Page With Bootstrap.

March 15, 2021March 26, 2021 Collins Wekesa

When creating an interface, styling seems hectic and even annoying to some. Styling is the what gives your page beauty and attractive to user. In

Continue...

Share
Facebook Twitter Pinterest Linkedin
How to Create simple register and login page with PHP-OOP and MySQL | Part 1.
HTML MySQL PHP

How to Create simple register and login page with PHP-OOP and MySQL | Part 1.

March 15, 2021April 1, 2021 Collins Wekesa

In this tutorial, we are going to create a register page that allows user to enter data and submit to MySQL database with PHP as

Continue...

Share
Facebook Twitter Pinterest Linkedin
How to Install MySQL CLient on Ubuntu 20.04 LTS.
MySQL

How to Install MySQL CLient on Ubuntu 20.04 LTS.

March 15, 2021April 1, 2021 Collins Wekesa

MySQL Client is a shell. It enable you access you access and manage MySQL database remotely. In this case, MySQL is not installed on your

Continue...

Share
Facebook Twitter Pinterest Linkedin
« Prev 1 2 3 4 5 Next »

Recent Posts

  • How to Install MySQL on Ubuntu 2022
  • How to Add User in Ubuntu Server and Desktop
  • How to secure Apache web server with Let’s Encrypt in Ubuntu
  • How to Install and Use OpenVPN Client on Ubuntu 20.04
  • How to Install PostgreSQL Database Server on Ubuntu 202.04|21.0422.04

Categories

  • C/C++
  • CentOS
  • Database
  • Dev-Tools
  • HTML
  • JavaScript
  • Linux
  • Mint
  • MySQL
  • PHP
  • Programming Languages
  • Python
  • Ubuntu
  • Uncategorized

Calendar

May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Oct    

Recent

  • How to Install MySQL on Ubuntu 2022 October 21, 2024
  • How to Add User in Ubuntu Server and Desktop October 10, 2023
  • How to secure Apache web server with Let’s Encrypt in Ubuntu August 7, 2023
  • How to Install and Use OpenVPN Client on Ubuntu 20.04 February 14, 2023

Contact Us

TechiesCode
+254790 857 165
[email protected]
All Rights Reserved 2023.
Proudly powered by WordPress | Theme: Recent News by Candid Themes.