Skip to content

YIDAS Code

網頁開發知識 | Web-Dev Blog

  • Categories 文章分類
    • Web Server
    • Back-end
    • Front-end
    • Database
    • DEV Tools
    • Documentation
    • 查看全部分類
  • OS
    • Linux
    • Windows
  • Network
  • PHP
  • ICT Blog
  • About 關於

Linux

[Linux] fstab – 自動掛載磁碟 (etc/fstab)

2016-11-142021-05-11 NickLinux

範例: # /etc/fstab (Ubuntu 16.04) /dev/xvdb /home ext4 defaults,nofail 0 0 UUID=050e1234-39e6-4072-a03e-ae0bf90ba13a /home ext4 defaults,nofail 0 0 # /etc/fstab (Ubuntu 14.04) /dev/xvdb /home ext4 defaults,nobootwait 0 0 nobootwait: 預防錯誤及失敗 (nobootwait is no longer a valid option in Ubuntu 16.04) 例行性檢查 […]

Read more

[Linux] Web Service環境安裝建置 by LNMP – Ubuntu 14.04

2016-02-112023-03-23 NickLinux

Server Environment Installation Version: 1.2.0 Environment: Ubuntu 14.04 LTS Set server time zone data $ dpkg-reconfigure tzdata Set crontab with updating date $ ntpdate time.stdtime.gov.tw Add user $ adduser nick $ visudo > nick_tsai ALL=(ALL) NOPASSWD:ALL // Change deault editor […]

Read more

Posts navigation

Newer posts

Author 作者

Avatar

Navigation 導覽

  • Categories 文章分類
    • Web Server
    • Back-end
    • Front-end
    • Database
    • DEV Tools
    • Documentation
    • 查看全部分類
  • OS
    • Linux
    • Windows
  • Network
  • PHP
  • ICT Blog
  • About 關於

Categories 分類

RECENT POSTS 近期文章

  • [Web] Next.js (React 全端框架) 開發指南
  • [Web][Rendering] 渲染方式指南 – CSR/SSG/SSR/ISR
  • [MySQL] Character Sets & Collations (字符集與排序規則) – utf8 or utf8mb4

Popular Posts 熱門

  • [Linux] vi 與... (144K)
  • [MySQL] Mysqldump 備份&還原資料庫... (108K)
  • [Windows] Win10 Home安裝啟用GPEdit.Msc... (77K)
  • [Linux] 使用dd指令 –... (36K)
  • [Windows] Diskpart CMD工具... (26K)

RECENT COMMENTS 迴響

  • 路人甲 on [HTTPS] Two-way SSL – SSL雙向驗證 on Nginx
  • Nick on [Network] HP交換器指令集 – HP Switch Commands
  • Hsu Yao Chang on [Network] HP交換器指令集 – HP Switch Commands

TAGS 標籤

Chrome Postfix Ubuntu wowza

ARCHIVES 彙整

  • Categories 文章分類
  • OS
  • Network
  • PHP
  • ICT Blog
  • About 關於
Powered by WordPress | Set by YIDAS