Table of Contents 1. Install Cinnamon 2. Login to Cinnamon desktop environment 1 Install Cinnamon Install cinnamon and lxdm. Enable lxdm.service. Set default session to Cinnamon. #!/bin/sh -esudo…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install Vivaldi 2. Run Vivaldi 1 Install Vivaldi Install Vivaldi. Change ttf-xxx to your language. $ sudo pacman -Sy –noconfirm git base-devel$ git clone…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install Jenkins 2. Access to Jenkins 1 Install Jenkins The following script will install Jenkins and enable http access via Apache. #!/bin/shset -ejenkins_install(){ sudo…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install ABS and download kernel 2. Install packages for building kernel 3. GPG key 4. Change kernel name 5. Edit kernel code 5.1. Create…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install curlftpfs 2. Mount FTP with curlftpfs 3. Mount FTP on boot 1 Install curlftpfs Install curlftpfs package. $ sudo pacman -Sy –noconfirm curlftpfs…

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. 4. Access to samba from…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install Tor Browser 2. Run Tor Browser 1 Install Tor Browser Install Tor Browser. Change tor-browser-xxx to your language. #!/bin/sh -esudo pacman -Sy –noconfirm…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install Redmine 2. Access to Redmine 1 Install Redmine The following script will install Redmine automatically. MYSQL_PASSWD is root user password of MySQL. REDMINE_PASSWD…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. Install Firefox 2. Run Firefox 1 Install Firefox Install Firefox. Change firefox-i18n-xxx to your language. Flash is enabled by default. $ sudo pacman -Sy…

Android | Linux | SDL - Narrow Escape

Table of Contents 1. /etc/default/grub 2. grub-mkconfig 3. Execution result 1 /etc/default/grub Change /etc/default/grub as below. Change GRUB terminal to console and serial. This will provide one GRUB…

Android | Linux | SDL - Narrow Escape