User Tools

Site Tools


linux:dev1_2setup

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:dev1_2setup [2026/01/09 20:46] – [Web Server] azmanlinux:dev1_2setup [2026/01/09 20:51] (current) – [NFS setup] azman
Line 51: Line 51:
     * Notice that these are 64-bit packages (no :i386 suffix) -> cross compilers!     * Notice that these are 64-bit packages (no :i386 suffix) -> cross compilers!
   * Use ''-m32'' gcc option to compile!   * Use ''-m32'' gcc option to compile!
 +
 +===== Gaming =====
 +
 +To play steam games:
 +  * enable multi-arch
 +  * install steam <code>$ apt install steam</code>
 +
 +===== NFS setup =====
 +
 +Dumping this as it is for now:
 +  * client
 +    * install <code>$ apt install nfs-common</code>
 +    * mount <code>$ mount -t nfs <host>:/path <mount-point></code>
 +  * server
 +    * install <code>$ apt install nfs-kernel-server</code>
 +    * [optional] <code>$ mount --bind /path/to/share /mount/point</code>
 +    * modify accordingly<code>$ cd /etc ; vim exports ; cd - >/dev/null</code>
 +    * start <code>$ service nfs-kernel-server start</code>
 +
 +===== Others =====
 +
 +My iso2boot script need //isohybrid// from syslinux/isolinux project:
 +  * ''$ apt install //syslinux-utils//''
  
linux/dev1_2setup.1767962786.txt.gz · Last modified: by azman