The nano tag has no wiki summary.
0
votes
1answer
219 views
Centos Nano Upgrading
I'm having a few issues with the default version of Nano...Its extremely buggy and when I scroll between characters they mysteriously change without my editing.
How do I update my nano version? The ...
10
votes
5answers
3k views
SSH garbling characters in vim/nano on remote server
... and it's driving me insane.
Basically (this has been happening over the past couple months), I log into a few different CentOS servers (one Linode, another VPS, and a shared host to which I have ...
2
votes
1answer
377 views
Linode Lish Shell Vim and Nano rendering troubles: lines not appearing / cursor positions wrong
I'm using a linode VPS and I just cloned one of my servers to my development server as I've done many times before.
As usual SSH is inaccessible until /etc/network/interfaces is correctly updated. I ...
1
vote
2answers
423 views
Nano process occupying 100% CPU
I have a Ubuntu web server for Rails 3.0 application. when I login to my webserver and do
top
I get set of processes with their stats. Out of that nano process is occupying 100% of the CPU. And ...
3
votes
1answer
3k views
How to save a cronjob on nano editor?
I can login to nano or vi through Putty to my web server.
After opening nano editor by typing crontab -e, I enter the following.
# m h dom mon dow command (this comes up always at the top)
*/30 * * ...
2
votes
1answer
204 views
How to extend a selection in the linux console editors nano and pico?
How do I extend a selection in nano and pico with the keyboard, so I can move and copy blocks?
Sorry, this is a question I would normally find out by myself but I have searched a lot in different ...
2
votes
3answers
360 views
How to split .nano_history file to exclude sudo uses?
I often use nano for quick edits over ssh. If I combine this with sudo though my .nano_history file becomes unreadable for non-sudo editing. I end getting the following warnings:
Error reading ...
2
votes
2answers
222 views
How do I get nano to tell me if I don't have write permissions on a file?
I've used shell environments in the past where the text editor "nano" will warn me if I don't have write permissions on a file when I open the file for editing. This saves me a lot of time when I ...
2
votes
4answers
5k views
Change default crontab editor to nano in FreeBSD
When I edit the crontab using crontab -e it opens the crontab in vi. I'd prefer it to use nano. How can I change this?
EDIT:
For some reason the export command returns command not found. And ...