Ubuntu操作

Posted 榴莲Alice

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu操作相关的知识,希望对你有一定的参考价值。

1. 从windows 拷贝文件到Ubuntu;

scp  /c/Users/init/Downloads/pycharm-community-2019.3.tar.gz      alice@192.168.14.185:~/  (c/Users/init/Downloads/  为文件所在路径)

 

2. 如何解包:

 # tar -xvf archive_name.tar.gz 

# tar -xvf archive_name.tar -C /tmp/extract_here/

 

3.安装python

ls, cd进入bin,

以上是关于Ubuntu操作的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu系统的基础操作和使用

ubuntu操作系统升级

ubuntu是啥操作系统

深入解析Ubuntu操作系统的目录

Python Web:了解Ubuntu操作系统

ubuntu基本操作