User Tools

Site Tools


linux:slack_4app

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:slack_4app [2025/01/12 13:37] azmanlinux:slack_4app [2025/01/12 13:40] (current) azman
Line 68: Line 68:
 ===== rsync server ===== ===== rsync server =====
  
-  * create ''/{etc}/rsyncd.conf'' <file text rsync.conf>+  * create ''rsyncd.conf'' in etc <file text rsync.conf>
 max connections = 2 max connections = 2
 log file = /var/log/rsync.log log file = /var/log/rsync.log
Line 82: Line 82:
 gid = nobody gid = nobody
 #auth users = pub #auth users = pub
-#secrets file = /{etc}/rsyncd.secrets+#secrets file = etc/rsyncd.secrets
 </file> </file>
     * modify subnet mask address for host allow accordingly     * modify subnet mask address for host allow accordingly
-  * in ''/{etc}/inetd.conf'' +  * in ''inetd.conf'' (etc), insert <code>rsync stream tcp nowait root /usr/bin/rsync rsync --daemon</code> 
-    * insert this line<code>rsync stream tcp nowait root /usr/bin/rsync rsync --daemon</code> +  * in ''services'' (etc), insert <code>rsync 873/tcp</code>
-  * in ''/{etc}/services'' +
-    * insert this line<code>rsync 873/tcp</code>+
   * create ''rsyncd.secrets'' in etc <file text rsyncd.secrets>   * create ''rsyncd.secrets'' in etc <file text rsyncd.secrets>
 pub:pub pub:pub
 </file> </file>
   * start rsync daemon<code>/usr/bin/rsync --daemon --config=etc/rsyncd.conf</code>   * start rsync daemon<code>/usr/bin/rsync --daemon --config=etc/rsyncd.conf</code>
 +
 +===== Steam on Slack64 (in chroot32) =====
 +
 +on an x86_64 machine,
 +  * install libtxc_dxtn package from slackbuilds.org (64-bit)
 +  * use 'slackroot' to create 32-bit chroot environment (chroot32)
 +    * target for desktop
 +  * ssh into localhost to enter chroot32 as normal user
 +    * remember to run 'preproot' (as root) prior to that
 +    * ... and 'preproot --release' when done
 +  * install packages
 +    * install alien_bob's steamclient package
 +    * install libtxc_dxtn package from slackbuilds.org (32-bit)
 +  * run 'linux32' to create an official 32-bit environment
 +  * run 'steam -tcp'
  
linux/slack_4app.1736660227.txt.gz · Last modified: by azman