Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| wiki:sysadmin:install_fastx [2025/01/07 12:37] – removed - external edit (Unknown date) 127.0.0.1 | wiki:sysadmin:install_fastx [2025/01/07 12:37] (current) – ↷ Page moved from wiki:linux:install_davinci_resolve:wiki:sysadmin:install_fastx to wiki:sysadmin:install_fastx Greg | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Installing FastX Client on Linux ====== | ||
| + | Create the install directory from FastX tarball, link it to a common spot, and set permissions on it so everyone can read/ | ||
| + | |||
| + | < | ||
| + | cd /opt | ||
| + | tar xvzf ~/ | ||
| + | mv /opt/FastX3 / | ||
| + | ln -s / | ||
| + | |||
| + | chmod -R 755 / | ||
| + | chown -R root:root / | ||
| + | </ | ||
| + | |||
| + | Create symlink to / | ||
| + | |||
| + | < | ||
| + | ln -s / | ||
| + | </ | ||
| + | |||
| + | Create .desktop file at '' | ||
| + | |||
| + | < | ||
| + | [Desktop Entry] | ||
| + | Version=1.0 | ||
| + | Name=FastX 3 | ||
| + | Comment=Use FastX 3 to connect to workstations | ||
| + | Exec=/ | ||
| + | Path=/ | ||
| + | Icon=/ | ||
| + | Terminal=false | ||
| + | Type=Application | ||
| + | Categories=Utility; | ||
| + | </ | ||
| + | |||
| + | Set permissions on the .desktop file: | ||
| + | |||
| + | < | ||
| + | chmod 755 / | ||
| + | chown root:root / | ||
| + | </ | ||
| + | |||
| + | Enjoy! | ||