Skip to content

Tikam Shah

As Developer

  • Home
  • PHP MYSQL
    • Variables & Superglobals
    • Functions
    • Loops in php
    • Arrays
    • Php Strings
    • Php Date & time
    • Php Mail
    • Errors & Configurations
    • Regular Expressions
    • Session & Cookies
    • htaccess
    • Php Mysql
  • Mysql
  • Linux
    • Apache
  • OOPS PHP

Category: Linux

How to copy the files to the remote server using SSH

April 15, 2020April 15, 2020Tikam ShahLeave a Comment on How to copy the files to the remote server using SSH

There are 3 Methords to transfer files remotely Method 1. SCP file transfer Method. Basic syntax for SCP scp <OPTIONS> <SOURCE_FILE_OR_DESTINATION> <TARGET_FILE_OR_DESTINATION> <USER>@<HOST_OR_IP>:<REMOTE_DESTINATION> In case if you want to copy…

Read More

Docker Basic Commands

February 11, 2020March 13, 2020Tikam ShahLeave a Comment on Docker Basic Commands

Check the docker version docker version List all the images present on the host . docker images Only pull the docker image from docker hub. docker pull image_name Run a…

Read More

Secure Apache with Let’s Encrypt on Ubuntu 18.04

November 27, 2019January 17, 2020Tikam ShahLeave a Comment on Secure Apache with Let’s Encrypt on Ubuntu 18.04

Step 1 — Installing Certbot Install SSL Certbot software to install SSL certificate. First, add the repository: sudo add-apt-repository ppa:certbot/certbot Press ENTER to accept. Install Certbot’s Apache package using apt:…

Read More

Steps to Enable Apache Mod_Rewrite (.htaccess) on Ubuntu VPS or Dedicated Server

July 20, 2019January 22, 2020Tikam ShahLeave a Comment on Steps to Enable Apache Mod_Rewrite (.htaccess) on Ubuntu VPS or Dedicated Server

Mod_rewrite may be a powerful Apache module that gives universal resource locator manipulation capability. the subtle feature permits webmasters to rewrite URLs and this can be a standard follow in…

Read More

How To Install the Apache Web Server on Ubuntu 18.04

July 18, 2019January 22, 2020Tikam ShahLeave a Comment on How To Install the Apache Web Server on Ubuntu 18.04

Step 1 — Installing Apache Apache server is available default in ubuntu software repositories, so it can be install conventional package management tools. Update your local package index: sudo apt…

Read More

How to Create Virtual Hosts in Linux Apache ?

September 18, 2018February 2, 2020Tikam ShahLeave a Comment on How to Create Virtual Hosts in Linux Apache ?

Assume you have PHP Installed in your Server . Create the directory virtual hosts inside the /var/www Note* : – p stands for ‘switch parent directory’ . sudo mkdir -p…

Read More




Recent Updates

  • How to copy the files to the remote server using SSH
  • How to export and Import mysql database using command line.
  • Docker Basic Commands
  • Secure Apache with Let’s Encrypt on Ubuntu 18.04
  • Git Commands
  • Steps to Enable Apache Mod_Rewrite (.htaccess) on Ubuntu VPS or Dedicated Server
  • How To Install the Apache Web Server on Ubuntu 18.04
  • How to Create Virtual Hosts in Linux Apache ?
  • How to Calculate Date and Time Difference using date_diff in PHP ?
  • Mktime function in php ?
Copyright @: Tikam Shah by Tikam Shah.