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:48] – [Multi-Arch (a.k.a. Multi-Lib)] azmanlinux:dev1_2setup [2026/01/09 20:51] (current) – [NFS setup] azman
Line 58: Line 58:
   * install steam <code>$ apt install steam</code>   * 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.1767962897.txt.gz · Last modified: by azman