beakdoosan.blogspot.com beakdoosan.blogspot.com

BEAKDOOSAN.BLOGSPOT.COM

Beakdoosan's Weblog

用 SSH 金鑰登入 GCP. Shell # useradd username -C "新使用者". 建立金鑰,執行過程會要求輸入密碼,建議還是要有密碼,若金鑰掉了還有道密碼卡著. Shell # su username. Shell $ mkdir .ssh. Shell $ ssh-genkey -t rsa -f .ssh/username-key -C "username". Shell $ ls .ssh. Shell $ chmod 400 .ssh/username-key. 複製公鑰的內容,將內容新增到GCP的【中繼資料】 【ssh金鑰】中. Shell $ cat .ssh/username-key.pub. 訂閱: 文章 (Atom). 設定 apache 執行 CGI 程式. 旅遊主題 技術提供: Blogger.

http://beakdoosan.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BEAKDOOSAN.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

March

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.0 out of 5 with 4 reviews
5 star
0
4 star
0
3 star
4
2 star
0
1 star
0

Hey there! Start your review of beakdoosan.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

FAVICON PREVIEW

  • beakdoosan.blogspot.com

    16x16

  • beakdoosan.blogspot.com

    32x32

CONTACTS AT BEAKDOOSAN.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Beakdoosan's Weblog | beakdoosan.blogspot.com Reviews
<META>
DESCRIPTION
用 SSH 金鑰登入 GCP. Shell # useradd username -C 新使用者. 建立金鑰,執行過程會要求輸入密碼,建議還是要有密碼,若金鑰掉了還有道密碼卡著. Shell # su username. Shell $ mkdir .ssh. Shell $ ssh-genkey -t rsa -f .ssh/username-key -C username. Shell $ ls .ssh. Shell $ chmod 400 .ssh/username-key. 複製公鑰的內容,將內容新增到GCP的【中繼資料】 【ssh金鑰】中. Shell $ cat .ssh/username-key.pub. 訂閱: 文章 (Atom). 設定 apache 執行 CGI 程式. 旅遊主題 技術提供: Blogger.
<META>
KEYWORDS
1 beakdoosan's weblog
2 於伺服器建立新使用者帳號
3 可以看到公鑰及私鑰
4 username key
5 username key pub
6 調整私鑰權限
7 將私鑰提供給帳號擁有者
8 使用putty登入,也可以建立一個profile紀錄
9 使用filezilla
10 沒有留言
CONTENT
Page content here
KEYWORDS ON
PAGE
beakdoosan's weblog,於伺服器建立新使用者帳號,可以看到公鑰及私鑰,username key,username key pub,調整私鑰權限,將私鑰提供給帳號擁有者,使用putty登入,也可以建立一個profile紀錄,使用filezilla,沒有留言,這篇文章的連結,以電子郵件傳送這篇文章,blogthis!,分享至 twitter,分享至 facebook,分享到 pinterest,標籤: gcp,較舊的文章,搜尋此網誌,linux,centos,windows,perl,好用軟體
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Beakdoosan's Weblog | beakdoosan.blogspot.com Reviews

https://beakdoosan.blogspot.com

用 SSH 金鑰登入 GCP. Shell # useradd username -C "新使用者". 建立金鑰,執行過程會要求輸入密碼,建議還是要有密碼,若金鑰掉了還有道密碼卡著. Shell # su username. Shell $ mkdir .ssh. Shell $ ssh-genkey -t rsa -f .ssh/username-key -C "username". Shell $ ls .ssh. Shell $ chmod 400 .ssh/username-key. 複製公鑰的內容,將內容新增到GCP的【中繼資料】 【ssh金鑰】中. Shell $ cat .ssh/username-key.pub. 訂閱: 文章 (Atom). 設定 apache 執行 CGI 程式. 旅遊主題 技術提供: Blogger.

INTERNAL PAGES

beakdoosan.blogspot.com beakdoosan.blogspot.com
1

Beakdoosan's Weblog: Apache mod_h264 影片串流模組

http://beakdoosan.blogspot.com/2014/11/apache-modh264.html

Apache mod h264 影片串流模組. Apache2 加上 H264 streaming module 後,就能支援影片串流的功能,安裝方式也相當容易。但特別注意到授權部份,非商業使用是採 Creative Commons 授權可免費使用,而商業用途則是要付費的,費用我覺得還滿便宜的,一台伺服器才39歐元,詳細資訊請參閱 官方網站. Shell # wget http:/ h264.code-shop.com/download/apache mod h264 streaming-2.2.7.tar.gz. Shell # tar xzvf apache mod h264 streaming-2.2.7.tar.gz. Shell # rpm -q httpd-devel. Shell # yum -y install httpd-devel. Shell # cd apache mod h264 streaming-2.2.7. Shell # ./configue - with-apxs=/usr/sbin/apxs. Shell # make & make install.

2

Beakdoosan's Weblog: ProFTPD SSL/TLS 安裝筆記

http://beakdoosan.blogspot.com/2014/10/proftpd-ssltls.html

Shell # tar xzvf proftpd-1.3.5.tar.gz. Shell # cd proftpd-1.3.5. Shell # ./configure - prefix=/usr/local/proftpd - enable-ctrls - enable-dso - with-shared=mod tls. Shell # make & make install. Shell # genkey - days 3650 test.ftp.biz. 接下來按照該工具指示建立自我發行憑證,加密建議用2048bit,建好的憑證預設會放於/etc/pki/tls/{private,certs}目錄下. Shell # vim /usr/local/proftpd/etc/proftpd.conf. Ltifmodule mod dso.c&gt. LoadModule mod tls.c. Ltifmodule mod tls.c&gt. TLSLog /var/log/proftpd tls.log. 訂閱: 張貼留言 (Atom).

3

Beakdoosan's Weblog: query rpm package name only

http://beakdoosan.blogspot.com/2015/01/query-rpm-package-name-only.html

Query rpm package name only. Shell #rpm -qa - qf "%{NAME} n". Shell # crontab -e. Monthly /bin/rpm -qa - qf "%{NAME} " /root/rpmList.txt. Shell # cat /root/rpmList.txt xargs yum install -y. 訂閱: 張貼留言 (Atom). Awesome Inc.範本. 由 Blogger.

4

Beakdoosan's Weblog: CentOS 5/6 編譯安裝 ffmpeg

http://beakdoosan.blogspot.com/2015/02/centos6-ffmpeg.html

CentOS 5/6 編譯安裝 ffmpeg. 由於我需要 ffmpeg faststart 的參數,讓 flash player 播放 mp4 時能馬上播放影片,但該參數只有在新版上才支援,看了一下 FFMpeg 官網的 編譯手冊. 8251;以下筆記是編譯 h264 、Theora 的影像編碼及 mp3、aac、ogg、libvorbis 聲音編碼格式,若有其他編碼需求的話就需要額外編譯套件. Shell # yum install autoconf automake gcc gcc-c git libtool make nasm pkgconfig zlib-devel. Shell # mkdir /ffmpeg source. Shell # cd /ffmpeg source. Shell # git clone - depth 1 git:/ github.com/yasm/yasm.git. Shell # cd yasm. Shell # autoreconf -fiv. Shell # ./configure - prefix=/usr/local/ffmpeg. Shell # c...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

4

OTHER SITES

beakdentalclinic.co.uk beakdentalclinic.co.uk

Dental Surgery - Swansea | Beak@28 Dental Clinic

Dental clinic in Swansea, South Wales. Beak@28 Dental Clinic is a well established family dental practice based in Swansea. We provide a full range of general. As well as cosmetic dentistry including teeth whitening and dental implants. Our first class service and state of the art facilities together with a warm and gentle approach ensure a unique dental experience, which delivers a high standard of care in a comfortable and relaxing environment. Why visit Beak@28 Dental Clinic? Personal, friendly care.

beakdesign.com beakdesign.com

Beak Design

This website requires the latest flash player,. Follow the link below to install it. Thank you and see you shortly!

beakdesigns.com beakdesigns.com

Splash/main

All designs by Bea K. Designs.

beakdoc.freeshell.org beakdoc.freeshell.org

SDF Public Access UNIX System

Hosting for this site is provided by. The SDF Public Access UNIX System.

beakdoctorbrewery.com beakdoctorbrewery.com

Beak doctor brewery

First of all, new logo and huge cred goes out to Dazg @ deviantart. Who designed it for me. Absolutely blown away by great it turned out! Now for some equipment updates. Since we start to realize just how much the yeast does to the beer we really want to give the yeast the best possible condition to do its job. I have been looking at Brewpi. Since before we upgraded the boiler and feel like we're now ready to try it. Said and done, a few weeks ago I ordered the following equipment:. Ale, Single Stage.

beakdoosan.blogspot.com beakdoosan.blogspot.com

Beakdoosan's Weblog

用 SSH 金鑰登入 GCP. Shell # useradd username -C "新使用者". 建立金鑰,執行過程會要求輸入密碼,建議還是要有密碼,若金鑰掉了還有道密碼卡著. Shell # su username. Shell $ mkdir .ssh. Shell $ ssh-genkey -t rsa -f .ssh/username-key -C "username". Shell $ ls .ssh. Shell $ chmod 400 .ssh/username-key. 複製公鑰的內容,將內容新增到GCP的【中繼資料】 【ssh金鑰】中. Shell $ cat .ssh/username-key.pub. 訂閱: 文章 (Atom). 設定 apache 執行 CGI 程式. 旅遊主題 技術提供: Blogger.

beakdotbiz.com beakdotbiz.com

BeakDotBizzle

beakdotcom.com beakdotcom.com

beakdotcom.com

This domain is for sale. Click here to make an offer.

beakdrum.net beakdrum.net

BEAK OFFICIAL HOME PAGE

NICOITNE / 逆EDGE / ニーコマン. 新宿心音会板谷祐 BEAK 唄と鼓動とロッケンロール2018 in 北海道. 千葉に新しく開局された FMふくろう -85.8MHz- ここでラジオのパーソナリティをはじめます. NEW T-SHIRT 2,500. 2018年 上半期 カレンダー 700. 千葉 成田music cafe TOMMY. 千葉 八千代台PLAY GROUND & 居酒屋わらいや. 三重 名張CLUB ROCK UP.

beakdusan.com beakdusan.com

백두산고속관광

Q and A board. 점프하는 자전거 신호등 지켜야 합니다. 부산시 부산진구 전포대로 223번길 19, A-507 (전포동,테크노프라자). Wwwbeakdusan.com 백두산고속관광 전세 / 여행사. 백두산고속관광 전세 / 여행사. 부산 경남 고속버스 전세버스 버스관광 전문 관혼상제 통학 통근 학원 단체 여행사. 최고의 품질과 서비스로 최선을 다하겠습니다. 대 표 : 구윤정. 주 소 : 부산시 부산진구 전포대로 223번길 19, A-507 (전포동,테크노프라자). 차고지주소 : 부산시 해운대구 송정동 521-1 / 부산시 동래구 명륜동 (동래문화회관 부근) 일원. Fax : 051-518-8178 차량기지 : 010-4194-5991. 페이스북, 트위터, 카카오, 네이버 아이콘을 클릭하시면. 이 페이지를 해당 SNS에서 공유하실 수 있습니다.