摘要:
modify port XAMPP: Another web server daemon is already running.看不懂翻译一下1. Open the file /opt/lampp/etc/httpd.conf2. Search the "Listen 80" and change it to some other port (e.g. Listen 2145) (Line No. 40)3. Open the file /opt/lampp/etc/extra/httpd-ssl.conf4. Search the "Listen 443&quo 阅读全文
摘要:
mount,也就是挂载。如果是让电脑自己挂载Windows的分区,也就是你直接在文件管理器里点击那些Windows的盘符,系统就会帮助你自动挂载,不过其挂载后的名称太长太复杂,不方便终端操作。所以还是手动挂载吧。关于挂载mount的更加详细的介绍,请自己去看看,直接在你的终端输入命令man mount好的,下面说具体怎么挂载,mount的命令选项有很多,这里只说几个。1.看看mount的用法mount -a [-t|-O] ... : mount all stuff from /etc/fstabmount device : mount device at the known placemou 阅读全文