Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the mailchimp-for-wp domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114

Notice: 関数 _load_textdomain_just_in_time が誤って呼び出されました。soledad ドメインの翻訳の読み込みが早すぎました。これは通常、プラグインまたはテーマの一部のコードが早すぎるタイミングで実行されていることを示しています。翻訳は init アクション以降で読み込む必要があります。 詳しくは WordPress のデバッグをご覧ください。 (このメッセージはバージョン 6.7.0 で追加されました) in /var/www/practical-tips.com/wp-includes/functions.php on line 6114
Ubuntuです。Google Driveを使う - その方法はこちら - Practical Tips

Ubuntuです。Google Driveを使う – その方法はこちら

by Corinna

UbuntuでGoogle Driveを使用することもできます。その方法は、この実践的なTipsで確認することができます。

UbuntuでGoogleドライブを使う。

Ubuntuでは、クライアントソフトウェアをインストールすることなくGoogle Driveを統合するオプションがすでに用意されています。これを行うには、以下のように進めてください。

  • PCにファイルがコピーされることはありませんので、ご注意ください。クラウドディレクトリは、あなたのPCに直接統合されます。したがって、すべての変更もクラウド上で直接行われます
  • まず、Gnomeオンラインアカウントをインストールする必要があります。ターミナルを開いて「sudo apt install gnome-online-accounts」と入力してください。
  • インストール後、ターミナルで「gnome-control-center online-accounts」と入力してGnome-online-accountsを開いてください。
  • その後、GnomeがGoogleのアカウントにアクセスすることを許可するかどうか尋ねられます
  •  開いたウィンドウで、「Google」を選択し、ユーザーデータを入力します
  • まだ設定されていない場合は、ローカルキーチェーンに新しいパスワードを設定するよう要求されます。これは、あなたのパスワードが保存される場所です。
  • ネットワークストレージの左下にあるファイルブラウザ「Files」でクラウドストレージを探すことができるようになりました(写真参照)です。

 

オカムラフューズでクラウドを使う

Ocamlfuseプログラムでは、Google CloudとUbuntuを同期させることも可能です。

  • インストールは、ターミナルを開き、「sudo add-apt-repository ppa:alessandro-strada/ppa 」と「sudo apt install google-drive-ocamlfuse 」の2コマンドを入力します。
  • ここで、クラウドを保存するディレクトリを作成します。ターミナルで「sudo mkdir ~/google-drive」というコマンドで実行できます。これでホームディレクトリに「google-drive」というディレクトリが作成されます。
  • 最後に「google-drive-ocamlfuse ~/google-drive」コマンドで同期を開始します。。
  • ブラウザが開き、Googleのユーザーデータを入力するよう求められます。また、OcamlfuseにGoogleのアカウントへのアクセスを許可するよう求められます。
  • これで、作成したディレクトリ内のクラウドファイルにアクセスできるようになりました。

Related Articles

Leave a Comment