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
乌班图。使用谷歌驱动器-方法如下 - Practical Tips

乌班图。使用谷歌驱动器–方法如下

by Mike

你也可以在Ubuntu下使用Google Drive。你可以在这个实用的提示中了解如何做到这一点。

Using Google Drive in Ubuntu

Ubuntu已经为你提供了在不安装客户端软件的情况下整合Google Drive的选择。要做到这一点,请按以下步骤进行。

  • 请注意,没有文件会被复制到你的电脑上。云目录直接集成到你的电脑中。因此,所有的变化也直接发生在云中。
  • 首先,你必须安装Gnome在线账户。要做到这一点,打开终端并输入 “sudo apt install gnome-online-accounts”.
  • 安装完毕后,用终端打开Gnome-online-accounts,输入 “gnome-control-center online-accounts”.。
  • 在打开的窗口中,选择 “Google “选项,并输入你的用户数据.
  • 然后你会被问到Gnome是否被允许访问你的谷歌账户。
  • 如果还没有做,你会被要求为你的本地钥匙串设置一个新密码。这是你的密码存储的地方。
  • 现在你可以在网络存储左下方的文件浏览器 “文件 “中找到你的云存储(见图)。

Using Cloud with Ocamlfuse

Ocamlfuse程序还允许你将谷歌云与Ubuntu进行同步。

  • 安装时,打开终端并输入以下两个命令:”sudo add-apt-repository ppa:alessandro-strada/ppa “和 “sudo apt install google-drive-ocamlfuse”。
  • 现在创建一个你想存储云的目录。在终端,你可以用 “sudo mkdir ~/google-drive “命令来做。这将在你的主目录中创建一个目录 “google-drive”。
  • 最后用命令 “google-drive-ocamlfuse ~/google-drive “开始同步。
  • 你的浏览器将打开,你将被要求输入你的谷歌用户数据。您还会被要求让Ocamlfuse访问您在谷歌上的账户。
  • 现在你可以访问你创建的目录中的云文件。

Related Articles

Leave a Comment