Table of Contents 1. Install nfs-utils 2. Export directory to NFS 2.1. Exported directory for nfsroot 2.2. Exported directory for file sharing 3. Mount NFS 1 Install nfs-utils…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Enable apk community repository 2. Install emacs from apk community repository 1 Enable apk community repository By default, community repository is comment out. $…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install Xfce 2. Login to Xfce 1 Install Xfce The following command will install Xfce. $ sudo setup-xorg-base$ sudo sed -e ‘s;^#http(.*)/v3.6/community;http1/v3.6/community;g’ -i /etc/apk/repositories$…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install dhcp 2. /etc/dhcp/dhcpd.conf 3. Run dhcpd 4. Execution result 1 Install dhcp Install dhcp package. $ sudo apk add dhcp 2 /etc/dhcp/dhcpd.conf Define…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install tftp-hpa 2. GET file with tftp 1 Install tftp-hpa Install tftp-hpa package. /var/tftpboot is used for TFTP server directory. $ sudo apk add…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Virus scan with clamav 2. Update virus database with freshclam 3. Virus scan with clamd 1 Virus scan with clamav Install clamav. $ sudo…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install conky 2. ${HOME}/.conkyrc 2.1. Always foreground .conkyrc 2.2. Always background .conkyrc 3. Autostart 4. Execution result 1 Install conky Install conky package. $…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install Samba 2. pdbedit 3. /etc/samba/smb.conf 3.1. Share home directory for each user 3.2. Share directory with multiple user. 1 Install Samba Install samba…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install cifs-utils 2. Mount SMB with mount 3. Manage username and password with credentials option 4. Mount SMB on boot 1 Install cifs-utils Install…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install ngIRCd 2. Other configuration 1 Install ngIRCd The following script will install ngIRCd. #!/bin/shset -eDOMAIN=irc-server.hiroom2.comsudo apk add ngircdsudo sed -e “s/Name = irc.example.net/Name…

Android | Linux | SDL - Narrow Escape