Linux serverNETWORK ADMINISTRATIONS

Centos 7 Google Drive kurulumu ve drive üzerine test dosyası gönderme

Merhaba,

Sunucu üzerinde googledrive kurulumunu anlatarak oluşturduğumuz test dosyasının nasıl göndereleceğini anlatmaya çalıştım.

Google drive indirme linki : wget -O drive https://drive.google.com/uc?id=0B3X9GlR6EmbnMHBMVWtKaEZXdDg

Diğer kullandığım kodlar :

mv drive /usr/sbin/drive
chmod +x /usr/sbin/drive
drive
touch testdrive.txt && drive upload –file testdrive.txt

nano editör için : yum install nano -y
wget için : yum install wget -y

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *