WEB HOSTING PUNE

No Widgets found in the Sidebar Alt!

LINUX

How to Configure Mail Forwarding in Plesk

Configuring mail forwarding in Plesk is a straightforward process. Plesk provides a user-friendly interface for managing email accounts and their associated settings, including mail forwarding. Here’s a step-by-step guide What…

read more
November 25, 2024
LINUX

CloudLinux vs AlmaLinux: Choosing the Right OS

CloudLinux vs AlmaLinux ~ Choosing between CloudLinux and AlmaLinux largely depends on your specific use case, needs for performance, security, and support. Here’s a comparison to help you decide which…

read more
September 15, 2024
Command, Information, Windows

How to Disable or Fix Windows RDP Account Locked Out Error

This article will explain how to Fix Windows RDP Account Locked Out Error In some cases if we entered wrong password multiple times  than the user was blocked in windows…

read more
August 4, 2024
  • LINUX

    How to Open a Port in CSF Firewall?

    August 16, 2021 /

    What is a port A port is a communication endpoint. At the software level, within an operating system, a port is a logical construct that identifies a specific process or a type of network service. A port is identified for each transport protocol and address combination by a 16-bit unsigned number, known as the port number. The most common transport protocols that use port numbers are the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP). What is CSF CSF is a free and advanced firewall for Linux distributions and Linux based VPS. In addition to the basic functionalities of a firewall, CSF includes other security features such as login, intrusion, and flood detections. We can open ports in CSF by using the…

    read more
    whpadmin 0 Comments

    You May Also Like

    How to change file permissions in linux

    November 6, 2019
    Benefits of Hosting

    The Benefits of Hosting Your Website Locally vs. Internationally

    October 13, 2024
    DKIM Record

    What Is DKIM Record And Its Importance

    December 8, 2024
  • LINUX

    How to find if a network port is open ?

    August 16, 2021 /

    A TCP/IP network connection may be either blocked, dropped, open, or filtered. These actions are generally controlled by the IPtables firewall the system uses and is independent of any process or program that may be listening on a network port. Beyond the firewall, a program or process (a server or daemon) may be listening on a port or not listening. This can be checked using the netstat programs. Checking to see if a port is open, blocked, dropped, or filtered at the firewall is not simple.  Using lsof to find open ports: lsof -i:22 ## see a specific port such as 22 ## lsof -i -P -n | grep LISTEN You…

    read more
    whpadmin 0 Comments

    You May Also Like

    Linux filesystem

    A Beginner’s Guide to Navigating the Linux filesystem

    February 23, 2024
    Microphone

    How to Enable Microphone on an RDP Server

    December 15, 2024
    Email

    Why Does Your Email End Up in Spam?

    December 1, 2024
  • LINUX

    Sync Linux System Clock with a Remote NTP Server

    July 5, 2021 /

    NTP stands for Network Time Protocol is an internet protocol, which is used to synchronize the system clock between computers. Please note that you must have NTP installed on the system to enable automatic time synchronization with NTP servers. Configuring NTP : Use the set-ntp argument to enable or disable automatic synchronization of your system clock with a remote server over the Network Time Protocol (NTP). Use the following command to enable this feature: Use the following command to disable this automatic synchronization over NTP: If using a service like chrony or ntpd to make changes, these are not shown by timedatectl until systemd-timedated is restarted:

    read more
    whpadmin 0 Comments

    You May Also Like

    AlmaLinux 8

    AlmaLinux 8 GPG key change

    October 23, 2024
    Domain Secret Code

    What is Domain Secret Code And Its Use

    November 9, 2024
    Commands for System Admins

    Essential Linux Commands for System Admins, Cloud, and DevOps Engineers

    February 16, 2024
  • LINUX

    How to change timezone

    July 5, 2021 /

    A time zone is a geographic region that has the same standard time. Typically the time zone is set during the installation of the operational system, but it can be easily changed at a later time. Using the correct time zone is essential for many systems related tasks and processes. For example, the cron daemon uses the system’s time zone for executing cron jobs. The time zone is also used for logs timestTo amps. To Check the Current Time Zone The output above shows that the system’s time zone is set to UTC. To Change the Time Zone in Linux Before changing the time zone, you’ll need to find out…

    read more
    whpadmin 0 Comments

    You May Also Like

    Microphone

    How to Enable Microphone on an RDP Server

    December 15, 2024
    Domain Secret Code

    What is Domain Secret Code And Its Use

    November 9, 2024
    Restart cPanel

    How to Restart cPanel Service on a Server via SSH?

    July 18, 2024
  • LINUX

    How to Set Time, Date in Linux

    July 5, 2021 /

    To have the correct time and date in Linux is very important, a lot of things depends on it. It does not matter if you are using Linux to power your personal computer or you have a Linux server. The server and system clock needs to be on time. Linux check date from command line Output : Set time and date from the command line To display the current date and time #timedatectl

    read more
    whpadmin 0 Comments

    You May Also Like

    How to Install WordPress Quickly Using SSH – easy to learn

    January 25, 2024
    PHP Max Input

    How to increase the PHP Max Input Vars

    August 18, 2024
    Mail Forwarding

    How to Configure Mail Forwarding in Plesk

    November 25, 2024
  • LINUX

    How to check Inode Usage

    June 28, 2021 /

    What is the inode? Inode is a data structure in a Unix-style filesystem that describes a file-system object such as a file or a directory. It may contain metadata information like file access time, permissions, etc. Each filesystem or partition has its own set of inodes. To uniquely identify a file, you need both the inode and the device partition information. If all the inodes in a filesystem are used up, the kernel can not create new files even when there is available free disk space. So, if you have ample free disk space but unable to create new files, check the inode usage for that partition. To get the…

    read more
    whpadmin 0 Comments

    You May Also Like

    Drupal

    Advantages of Drupal Over WordPress

    October 6, 2024
    ERR_SSL_PROTOCOL_ERROR

    How To Fix The ERR_SSL_PROTOCOL_ERROR

    May 25, 2024
    Benefits of Hosting

    The Benefits of Hosting Your Website Locally vs. Internationally

    October 13, 2024
  • LINUX

    Linux help command

    June 28, 2021 /

    Help command : On Unix-like operating system shells, the help command displays information about builtin commands. Help displays brief summaries of shell built-in commands. If PATTERN is specified, gives detailed help on all commands matching PATTERN, otherwise the list of help topics is printed. Syntax help [-dms] [PATTERN …] Options d – Output short description for each topic. Example : $help -d help help - Display information about builtin commands. m – Display usage in pseudo-manpage format. // using help with -m $help -m help NAME help - Display information about builtin commands. SYNOPSIS help [-dms] [pattern ...] DESCRIPTION Display information about built-in commands. s – Output only a short…

    read more
    whpadmin 0 Comments

    You May Also Like

    Microphone

    How to Enable Microphone on an RDP Server

    December 15, 2024
    PHP Max Input

    How to increase the PHP Max Input Vars

    August 18, 2024

    Rsync Command in Linux with Examples easy to learn – Basic guide

    January 9, 2024
  • LINUX

    How to change file permissions in linux

    November 6, 2019 /

    Linux File Permissions Every file and directory on your Unix/Linux system is assigned 3 types of owner, given below. Owner is the usually the creator of the files/folders. In Linux, files or folders that you created in your Home directory are usually owned by you, unless you specifically change the ownership. Group contains a group of users who share the same permissions and user privilege. Others means the general public. Identities u — the user who owns the file (that is, the owner) g — the group to which the user belongs o — others (not the owner or the owner’s group) a — everyone or all (u, g, and…

    read more
    whpadmin 0 Comments

    You May Also Like

    name servers

    Adding name servers in command line

    November 17, 2024
    Block IP

    How to Block IP from Specific Countries Using .htaccess

    April 4, 2024
    AlmaLinux 8

    AlmaLinux 8 GPG key change

    October 23, 2024
  • LINUX

    BASIC COMMANDS IN LINUX

    October 17, 2019 /

    This is introduction to some common Linux commands is for you. These commands are the ones that Linux system administrators use frequently # ls – lists directory contents The ls command – the list command – functions in the Linux Terminal to show all of the major directories filed under a given file system. For example, the command: $ ls /etc The ls command is used for viewing files, folders and directories. in the path. #cd – changes directory The cd command – change directory – will allow the user to change between file directories. As the name command name suggest, you would use the cd command to circulate between two different directories. For…

    read more
    whpadmin 0 Comments

    You May Also Like

    Node.js

    How to Set Up a Node.js Application Using CloudLinux’s Node.js Selector in cPanel

    October 20, 2024
    Ubuntu

    How To Install Linux, Apache, MySQL, PHP (LAMP) Stack on Ubuntu

    April 11, 2024
    Domain Secret Code

    What is Domain Secret Code And Its Use

    November 9, 2024
Newer Posts 

Recent Posts

  • How to Enable Microphone on an RDP Server
  • What Is DKIM Record And Its Importance
  • Why Does Your Email End Up in Spam?
  • How to Configure Mail Forwarding in Plesk
  • Adding name servers in command line

Categories

  • Command
  • Hosting
  • Information
  • LINUX
  • Security
  • website-building
  • Windows
  • WordPress

Archives

  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • November 2019
  • October 2019
Ashe Theme by WP Royal.