快轉到主要內容

Computer-Science

解決 Ubuntu 進入「Emergency Mode」的問題
·607 字
Computer-Science Ubuntu
這通常是因為磁區掛載時遇到嚴重錯誤導致的。
如何在 Docker 中訪問主機 USB ?
·540 字
Computer-Science Docker USB
How to run "sudo" command without typing password?
·289 字
Computer-Science Ubuntu
Make your username able to run "sudo" without password.
Line Flex Message 在 iPhone 上出現「錯誤 無法正常執行!」
·663 字
Computer-Science Line Bot iPhone

在開發 Line Bot 時,若有使用到 Flex Message,可能會踩到這個坑。

Ubuntu 使用指令連接 Wifi
·492 字
Computer-Science Wi-Fi

用習慣了 Desktop 版本的 Ubuntu,到 command line 卻不會用指令連接 Wifi!

git diff 顯示一堆「^M」?
·1401 字
Computer-Science Git

在不同 OS 底下共同編輯一個 git repository 時,可能就會出現這個問題,要解決該問題其實也很簡單,其原理及解決方法敬請聽我娓娓道來。

"Tmux" 指令,建立多個終端 Sessions,登出也能保留背景運作
·2398 字
Computer-Science Tmux SSH

在伺服器建立多個程序時,該如何有效率的管理及切換每個程序的終端界面呢?Tmux 不僅能做到這點,還能在使用者登出後,使程序於背景繼續運作。

Change username and home folder in ubuntu
·189 字
Computer-Science Ubuntu
Set nginx access password
·353 字
Computer-Science Nginx

How to make nginx website require password to access ?

Linux 常見壓縮指令整理
·279 字
Computer-Science

How to use compress file commands in linux ?

《Pwn - 0x03》Tools - GDB, Pwntools
·2054 字
Computer-Science Pwn
Ubuntu Server Auto Login TTY when Start up
·443 字
Computer-Science Ubuntu
Ubuntu "Crontab" 工作排程
·1115 字
Computer-Science Ubuntu
《Pwn - 0x02》What did the "Compilation" do? And what is ELF?
·6890 字
Computer-Science Pwn
《Pwn - 0x01》Segments? Stack, Heap? .text, .data, .bss?
·2877 字
Computer-Science Pwn
《Pwn - 0x00》Hello, Pwn!
·674 字
Computer-Science Pwn

計算機領域中的「Pwn」是什麼意思?

"Screen" Command 讓程式在背景執行,並隨意切換,即便登出也不會中斷!
·939 字
Computer-Science SSH
How to set timezone on ubuntu?
·183 字
Computer-Science Ubuntu
PHP MySQL query with 「PDO」
·332 字
Computer-Science PHP SQL PDO MySQL

Don’t continue to use original MySQL functions in PHP, let’s try PDO !

How to use FFmpeg ?
·308 字
Computer-Science FFmpeg