Home / Tag Archives: shell

Tag Archives: shell

July, 2010

  • 6 July

    How to Connect via SSH

    SSH secure iconSSH stands for Secure Shell and is a secure encrypted method of connecting to a server for shell/command line access. It can be useful for shared hosting, virtual private servers, and dedicated servers. Linux server usually come with SSH enabled by default, although some web hosts may disable …

April, 2010

  • 6 April

    Secure user accounts with Jailkit

    No, it is not something to help you break out of jail. Jailkit is a suite of free and open source software that limits user accounts to a limited portion of the filesystem, utilizing a tool called chroot. It can also be used to limit users to specific commands or …

February, 2010

  • 22 February

    cPanel shell scripts for Linux

    cPanel is best known as a graphical web hosting control panel. Since it is web based, however, there may be times when a system administrator may prefer or may need to execute commands from the Linux shell, either locally or remotely via SSH. Fortunately, cPanel comes with a host of …