iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 1
0
自我挑戰組

霍普菜鳥的資訊工作雜記系列 第 28

D28-跟老闆試的常用一些小指令

  • 分享至 

  • xImage
  •  

讓/www可以讓app或www user傳輸ftp資料

groupadd ftpshare 創建群組
chgrp ftpshare /www
chmod g=rwxs /www
chmod 777 www 更改 讀寫權限

useradd -G ftpshare xxx #==>將XXX加入ftpshare群組

ssh keygen 免輸入密碼

ssh-keygen -t rsa => 產生出 id_rsa, id_rsa.pub
scp id_rsa.pub server_hostname:~/.ssh/
ssh server_hostname
cat .ssh/id_rsa.pub >> .ssh/authorized_keys 即可
這樣子就可以 key 認證登入, 不需輸入密碼.

linux 修改時間:

1.先關閉ntp 才可以改系統時間:
此時若要手動校時就要先將 ntp 關閉:

sudo timedatectl set-ntp no
若要恢復 ntp 自動校時,則執行:
sudo timedatectl set-ntp yes
2.修改時間指令可用 date or timedatectl
sudo date -s "2016/11/11 10:21:32"
or
sudo timedatectl set-time "2016-11-12 18:10:40"

一行javascript 日期時間格式:

new Date(new Date().getTime() - new Date().getTimezoneOffset() * 60000).toISOString().replace("T", " ").replace(/\..+$/,"");

上一篇
D27-SQL小練習
下一篇
D29-小雜技
系列文
霍普菜鳥的資訊工作雜記31
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言