LTKNotes: Difference between revisions

From Color 64 BBS Wiki
m Protected "LTKNotes" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
No edit summary
Line 6: Line 6:
<strong>Important LTK Notes</strong>
<strong>Important LTK Notes</strong>


So I was a little naiive in thinking that the LTK install would be easy for everyone since it was easy for me. The problem is: there are a lot of Linux distro options, and they are unique in their ways. So here are some pointers to get your running:
So I was a little naïve in thinking that the LTK install would be easy for everyone since it was easy for me. The problem is: there are a lot of Linux distro options, and they are unique in their ways. So here are some pointers to get your running:


# Note location of your installation of the servers. Edit the batch (sh) files to match the location.
# Note location of your installation of the servers. Edit the batch (sh) files to match the location.

Revision as of 16:23, 25 October 2025

Version 8.1a
Technical Support: Color 64 Discourse

Important LTK Notes

So I was a little naïve in thinking that the LTK install would be easy for everyone since it was easy for me. The problem is: there are a lot of Linux distro options, and they are unique in their ways. So here are some pointers to get your running:

  1. Note location of your installation of the servers. Edit the batch (sh) files to match the location.
  2. Ensure that the batch (sh) files have the appropriate "#!" call out (#!/bin/bash) for your system.
  3. The primary script uses "xfce4-terminal" for the terminal windows. You don't have to install/use this. On my Fedora platform I used Konsole - so the command "xfce4-terminal -x" changed to "konsole -e". I also had to change the format of these commands where:
xfce4-terminal -x <location> <file> became
konsole -e <location/file>

Return to Software Installation