James's BLOG
Install VirtualBox Guest Additions in CentOS
›
Step 1. update to last repo # yum -y install epel-release # yum -y update # yum install make gcc kernel-headers kernel-devel perl dkms bzip2...
CentOS 7 Install NFS Server / Client and Setting
›
NFS allows a linux server to share directories with other UNIX clients over network. NFS server exports a directory and NFS client mounts th...
如何使用 OpenSSL 建立開發測試用途的自簽憑證 (Self-Signed Certificate)
›
1. 建立 ssl.conf 設定檔 [req] prompt = no default_md = sha256 default_bits = 2048 distinguished_name = dn x509_extensions = v3_req [dn]...
PHPStorm CUSTOM CODE NAVIGATION CodeIgniter
›
PHPStorm 支援 CodeIgniter 沒那麼高, 需要自行定義屬性來產生關聯 http://tekina.info/integrate-code-navigation-codeigniter-phpstorm/?fbclid=IwAR1m6Zf7K0Gri-rv...
VirtualBox cannot create symbolic link
›
關閉所有 VM 及 VirtualBox Windwos 10 使用管理員權限執行解開軟連結限制 VBoxManage setextradata "VM_NAME" VBoxInternal2/SharedFoldersEnableSymlin...
NGINX get filename and remove prefix
›
location ~ "^/downloads/files/[a-zA-Z0-9]{8}\-(.*\..*)$" { add_header Content-disposition 'attachment; filename="$1...
‹
›
首頁
查看網路版