View Single Post
  #1   (View Single Post)  
Old 2nd March 2016
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default File browser / Norton commander clone "noice"

I always used www/lynx as a local file browser, but I Just discovered sysutils/noice

The DESCRIPTION of the man page:
Code:
noice is a simple and efficient file browser that gets out of your way as
much as possible.  It was initially implemented to be controlled
with a TV remote control
Code:
$ noice /var

cwd: /var

 > account/
   audit/
   authpf/
   backups/
   cache/
   crash/
   cron/
   db/
   empty/
   games/
   log/
   mail/
   nsd/
   quotas/
   run/
   sasl2/
   spool/
   sysmerge/
   tmp@
   unbound/
   www/
   yp/
Moving with the arrow down key to log/ and pressing ENTER:
Code:
cwd: /var/log

 > authlog
   authlog.0.gz
   daemon
   failedlogin
   ftpd
   lastlog
   lpd-errs
   maillog
   maillog.0.gz
   messages
   pflog
   post_install.report
   rdist/
   secure
   wtmp
   xferlog
What are you using to move around in the file system and inspecting files when you are logged in through ssh?
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote