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
    • Linux
    • Apache
    • Docker
  • OOPS PHP

Category: Linux

How to delete the user in Linux Ubuntu ?

August 6, 2020August 6, 2020Tikam ShahLeave a Comment on How to delete the user in Linux Ubuntu ?

If you have existing user and is no longer you need to access the certain user, than you can delete the existing user in simple few steps : Please Follow…

Read More

How to give read/write permission to a folder in linux to a user?

July 22, 2020July 22, 2020Tikam ShahLeave a Comment on How to give read/write permission to a folder in linux to a user?

Step 1 : Open your Terminal . Step 2 : Login to your Server using SSH . Step 3 : If you have already create the user then follow these…

Read More

How to add new user accounts in Linux along with ssh access ?

April 24, 2020September 21, 2020Tikam ShahLeave a Comment on How to add new user accounts in Linux along with ssh access ?

Assuming you are logged in as super user or any other user with sudo access Step 1 Open your terminal and connect to your Linux using ssh Step 2 Use…

Read More

How to Un-Compress or Extract and Compress tar Files in Linux?

April 16, 2020April 16, 2020Tikam ShahLeave a Comment on How to Un-Compress or Extract and Compress tar Files in Linux?

If xz-utils is not installed in your Debian or Ubuntu machine use the following command to install the utilities. sudo apt-get install xz-utils Extracting tar.gz or tar.xz file in linux…

Read More

How to copy the files to the remote server using SSH

April 15, 2020April 16, 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

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 Shah1 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

  • Installing PHP (7.0, 7.3 to 7.4) in Ubuntu server via PPA
  • How to delete the user in Linux Ubuntu ?
  • How to give read/write permission to a folder in linux to a user?
  • How to add new user accounts in Linux along with ssh access ?
  • How to Un-Compress or Extract and Compress tar Files in Linux?
  • 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
Copyright @: Tikam Shah by Tikam Shah.