Announcement

Collapse
No announcement yet.

Articles

Collapse

CMS Home Page

  •  
  • Filter
  • Time
  • Show
Clear All
new posts

  • Top Command

    Top Command

    [COLOR=rgba(0, 0, 0, 0.9)]'top' command is used to display dynamic real-time information about running processes in the system.[/COLOR]



    - PID: Shows task’s unique process id.
    - PR: Stands for priority of the task.
    - SHR: Represents the amount of shared memory used by a task.
    - VIRT: Total virtual memory used by the task.
    - USER: User name of owner of task.
    - %CPU: Represents the CPU usage.
    - TIME+: CPU Time, the same as ‘TIME’,
    ...
    Go to post

  • Top Command

    Top Command

    [COLOR=rgba(0, 0, 0, 0.9)]top command is used to display dynamic real-time information about running processes in the system.[/COLOR]



    - PID: Shows task’s unique process id.
    - PR: Stands for priority of the task.
    - SHR: Represents the amount of shared memory used by a task.
    - VIRT: Total virtual memory used by the task.
    - USER: User name of owner of task.
    - %CPU: Represents the CPU usage.
    - TIME+: CPU Time, the same as ‘TIME’,...
    Go to post

  • TOP Command

    TOP Command

    #[COLOR=rgba(0, 0, 0, 0.9)] top command is used to display dynamic real-time information about running processes in the system.[/COLOR]

    -
    - PID: Shows task’s unique process id.
    - PR: Stands for priority of the task.
    - SHR: Represents the amount of shared memory used by a task.
    - VIRT: Total virtual memory used by the task.
    - USER: User name of owner of task.
    - %CPU: Represents the CPU usage.
    - TIME+: CPU Time, the same as ‘TIME’,
    ...
    Go to post

  • Imunify agent is not running (Imunify360)

    Imunify agent is not running (Imunify360)

    Having the Imunify service installed, you may come across the situation when the message 'Imunify agent is not running' is displayed when you try to access the Dashboard:



    Steps to resolve the issue:
    - Check the service status: service imunify360 status (If service is stopped then 'start the service using 'service imunify360 start')
    - If everything is normal then restart the service: service imunify360 restart and then check Imunify360 in WHM interface again:...
    Go to post

  • Enable native brute-force protection.

    Enable native brute-force protection.

    Error on Imunify 360 dashboard: Enable native brute-force protection module for Dovecot to protect against IMAP/POP3 services attacks.
    Screenshot: https://prnt.sc/ExqjW1hdfOrR

    Solution: Dovecot native brute force protection module improves stability and resolves issues that standard PAM caused in some cases The following commands can be used to control the Dovecot native module.
    Enable:

    :
    imunify360-agent config update '{"PAM": {"enable":
    ...
    Go to post

  • Enable native brute-force protection

    Enable native brute-force protection

    Error on Imunify 360 dashboard: Enable native brute-force protection module for Dovecot to protect against IMAP/POP3 services attacks.
    Screenshot: https://prnt.sc/ExqjW1hdfOrR

    Solution: Dovecot native brute force protection module improves stability and resolves issues that standard PAM caused in some cases The following commands can be used to control the Dovecot native module.

    Enable:
    :
    imunify360-agent config update '{"PAM": {"enable":
    ...
    Go to post

  • What is Containerization? A Deep Dive into Containerization

    What is Containerization? A Deep Dive into Containerization

    Hey there tech enthusiasts!

    Today, we're diving into the tech wonderland of containerization – a game-changer in the world of software development. So, buckle up your coding belts as we explore the ins and outs of this revolutionary technology and how it's turning the tables for developers everywhere.

    Containerization: What's the Buzz About?
    Alright, let's start with the basics. Containerization is like a digital lunchbox for your apps, keeping everything they need...
    Go to post

  • Common Used OpenVZ Commands:

    Common Used OpenVZ Commands:

    Hello Everyone,

    This article covers most commonly used OpenVZ commands that can be useful for system administrator who are using OpenVZ:

    1. To list running VPSs on the node:
    [Command ]# vzlist

    :
    [B]Example:[/B]
    # vzlist
          CTID      NPROC STATUS    IP_ADDR         HOSTNAME
           101        112 running   xx.xx.xx.xx  server1.24x7.com    
           102         54 running   xx.xx.xx.xx  server2.24x7.com
    2. To list all running
    ...
    Go to post
    Last edited by Jayant R. Danech; 06-28-2019, 10:26 PM.

  • cPanel Crash Drive Recovery

    cPanel Crash Drive Recovery

    Hi,

    I hope this topic will be helpful for all of you..

    You have a server whose disk is crashed for some reason and you have been provided with a new disk with OS and cPanel installed on it (SDA). The old drive is attached to the disk and this will be the second disk on the server (SDB)

    Check what partition contained the data through below command:

    :
    [FONT=georgia][SIZE=16px][FONT=comic sans ms][FONT=comic sans ms]# fdisk -l[/FONT][/FONT][/SIZE][/FONT]
    Once you find the partition, you can mount it to /old_drive
    ...
    Go to post
    Last edited by Jayant R. Danech; 10-05-2018, 04:00 PM.

  • Error Codes

    Error Codes

    Error codes and their descriptions:

    Error Code 300 [Multiple Choices]
    Description: Description:The URI refers to more than one file. The server may respond with an error message or a list of options.

    Error Code 301 [Moved Permanently]
    Description: The page has been permanently moved. The client will normally perform a redirection to the new URL. References to the old URL should be updated.

    Error Code 302 [Moved Temporarily]
    Description:
    ...
    Go to post
There are no articles in this category.
 
  • Filter
  • Time
  • Show
Clear All
new posts
Please log in to your account to view your subscribed posts.

Categories

Collapse

Latest Articles

Collapse

  • What is Containerization? A Deep Dive into Containerization
    by Lalit_Waghulkar
    Hey there tech enthusiasts!

    Today, we're diving into the tech wonderland of containerization – a game-changer in the world of software development. So, buckle up your coding belts as we explore the ins and outs of this revolutionary technology and how it's turning the tables for developers everywhere.

    Containerization: What's the Buzz About?
    Alright, let's start with the basics. Containerization is like a digital lunchbox for your apps, keeping everything they need...
    01-10-2024, 03:08 PM
  • Enable native brute-force protection
    by Akash Gorane
    Error on Imunify 360 dashboard: Enable native brute-force protection module for Dovecot to protect against IMAP/POP3 services attacks.
    Screenshot: https://prnt.sc/ExqjW1hdfOrR

    Solution: Dovecot native brute force protection module improves stability and resolves issues that standard PAM caused in some cases The following commands can be used to control the Dovecot native module.

    Enable:
    :
    imunify360-agent config update '{"PAM": {"enable":
    ...
    02-03-2023, 06:12 PM
  • Enable native brute-force protection.
    by Akash Gorane
    Error on Imunify 360 dashboard: Enable native brute-force protection module for Dovecot to protect against IMAP/POP3 services attacks.
    Screenshot: https://prnt.sc/ExqjW1hdfOrR

    Solution: Dovecot native brute force protection module improves stability and resolves issues that standard PAM caused in some cases The following commands can be used to control the Dovecot native module.
    Enable:

    :
    imunify360-agent config update '{"PAM": {"enable":
    ...
    02-03-2023, 06:09 PM
  • Top Command
    by Akash Gorane
    [COLOR=rgba(0, 0, 0, 0.9)]'top' command is used to display dynamic real-time information about running processes in the system.[/COLOR]



    - PID: Shows task’s unique process id.
    - PR: Stands for priority of the task.
    - SHR: Represents the amount of shared memory used by a task.
    - VIRT: Total virtual memory used by the task.
    - USER: User name of owner of task.
    - %CPU: Represents the CPU usage.
    - TIME+: CPU Time, the same as ‘TIME’,
    ...
    01-12-2023, 05:12 PM
  • Top Command
    by Akash Gorane
    [COLOR=rgba(0, 0, 0, 0.9)]top command is used to display dynamic real-time information about running processes in the system.[/COLOR]



    - PID: Shows task’s unique process id.
    - PR: Stands for priority of the task.
    - SHR: Represents the amount of shared memory used by a task.
    - VIRT: Total virtual memory used by the task.
    - USER: User name of owner of task.
    - %CPU: Represents the CPU usage.
    - TIME+: CPU Time, the same as ‘TIME’,...
    01-12-2023, 05:05 PM
  • TOP Command
    by Akash Gorane
    #[COLOR=rgba(0, 0, 0, 0.9)] top command is used to display dynamic real-time information about running processes in the system.[/COLOR]

    -
    - PID: Shows task’s unique process id.
    - PR: Stands for priority of the task.
    - SHR: Represents the amount of shared memory used by a task.
    - VIRT: Total virtual memory used by the task.
    - USER: User name of owner of task.
    - %CPU: Represents the CPU usage.
    - TIME+: CPU Time, the same as ‘TIME’,
    ...
    01-12-2023, 05:04 PM
Working...
X