2015年5月2日 星期六

開機自動執行, boot script in Ubuntu

●Background:
=================================
1.)Ubuntu 14.04.2 LTS 64bit


●Procedure:
=================================
1.)Create Script File
e.g:
#!/bin/sh
your-command

2.) $ chmod 755 your-script-file
3.)Ubuntu tool bar -> Search Application: Startup Applications
4.)Add your-script-file
5.)Done


●Other Info:
=================================


●Comment:
=================================
有很多方法可以做boot script,但目前測試只有這個方法才能執行 xinput 的命令


●Refference:
=================================
[1]startup script for trackpad
http://ubuntuforums.org/showthread.php?t=1561311

沒有留言:

張貼留言