Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 03:44:12 |
| Calls: | 12 |
| Files: | 12,929 |
| Messages: | 98,349 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
Hello everybody!
What do I need to enable for Golded, own build, to properly display
ansi in a bash ssh session
What do I need to enable for Golded, own build, to properly display
ansi in a bash ssh session
Hello Sean!
05 Apr 2022 20:10, Sean Rima wrote to All:
Hello everybody!
What do I need to enable for Golded, own build, to properly
display ansi in a bash ssh session
#!/bin/sh
export TERM="ansi" && ged
display ansi in a bash ssh session
#!/bin/sh
export TERM="ansi" && ged
I knew it was simple :)
Hello Sean!
06 Apr 2022 15:58, Sean Rima wrote to Benny Pedersen:
display ansi in a bash ssh session
#!/bin/sh
export TERM="ansi" && ged
I knew it was simple :)
its not windows, lol
the above is ansi just for ged, not the remaining shell, when quit
ged, its back to what it was before