Posts of administration Tag

  • Shell in a Box Experineces

    I rent linux vps servers. For managing them I need remote access. I configured sshd, however firewalls may block the ssh port. So I need a web-based remote management with flexibility of ssh. One of my server is hosted at Linode which has a web-based ssh terminal which uses ajax. From this info, I searched ajax ssh terminal at Google and yum. I found the project shell in a box and it is at the EPEL repository. So I installed it. [read more]

  • Timezone Problems

    I always love using my local timezone data in my servers. However I encounter some problems. The significant is postgresql check constraint problem, if I am using date time values in constraint. [read more]

  • SSH timeouts make me sick with CentOS 7

    I like using CentOS on my servers and desktop machine. After I start using, my ssh connections terminate so quickly if I do not type anything at terminal in a few minutes, may be seconds. It is very annoying when you loose a active connection. [read more]

  • .ssh/config trick

    ssh is most know remote administration tools while managing linux servers, so I use it too. While connecting any server that I manage, I use several parameters for individual server. Every time typing all the parameters is difficult and it can cause several errors like forgetting or mistyping. [read more]