• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

shell-based text editors

M

mavrick

Guest
I hope this is the right place to ask this question, or that someone may be able to point me in the right direction.

I have recently moved some of my web pages to a new server which is running on Linux Fedora, whereas my old server was running BSD.

Now, when I want to edit files while being logged into the server via a shell, I only have vi or ed as an editor, as neither pico or nano are installed.

Installing new software seems to be a lot different than BSD, but I did manage to find a version of nano that should work with Fedora. However, when I try to install it, it tells me that I need a c compiler first.

Surely a simple text editor is not that difficult to install? Damn, it's almost easier to just learn how to deal with having to use vi. Although that is going to cost me a few more Advils per day. >:\

Thanks for your time.
 
I would recommend getting familiar with vi as it is pretty much the defacto editor across all unix platforms (Linux, BSD, Solaris, HP, AIX, etc ...)

As for the c compiler, sounds like your OS install didn't come with any gcc package. You might want to check out ART's yum update repositories for pre-compiled OS and Plesk specific updates for your specific OS.

You can check out his website at http://www.atomicrocketturtle.com or a tutorial here http://www.1and1faq.com/forums/showthread.php?t=78 for more information
 
Back
Top