古月《ROS入门21讲》3.Linux系统基础操作.pdf## ROS入门 21讲 ### 3. Linux系统基础操作 主讲人:古月 ## • Ubuntu常用软件  文件管理器 ## • Ubuntu常用软件  ## - Linux中最重要的操作方式——命令行 命令对于熟练使用Linux/Unix系统而言是必不可少的; 命令行应用的可扩展性、灵活性更好; ➢ 打破了使用Windows时一个鼠标 “一点到底” 的简单与乏味,它提供给用户更大的灵活性与想象空间; 命令已成为Linux/Unix的典型标志,也已成为Linux/Unix的魅力所在。  • 管理和控制计算机硬件与软件资源的计算机程序; • 直接运行在“裸机”上的最基本的系统软件; 任何其他软件都必须在操作系统的支持下才能运行。  ## • Linux是什么? 类Linux系统:Linux是一种自由、开放源码的类似Unix的操作系统 Linux内核:严格来说,Linux这个词本身只表示Linux内核 1991年,芬兰赫尔辛基的大学生Linus Torvalds编写 ➢ 加入到自由软件基金的GNU计划(GNU is Not Unix) Linux以一只可爱的企鹅作为标志,象征着敢作敢为、热爱生活 [Image](/uploads/documents/f/9/8/c/f98ca4d69c539b697d8927489be1c13b/p3_2.jpg) ## • Linux发行版是什么? ## 通常来讲,一个Linux发行版包括: Linux内核 ➢ 将整个软件安装到电脑上的一套安装工具  # COMMANDS HANDBOOK Flavio Copes ## Table of Contents |Preface| |---| |Introduction to Linux and shells| |man| |ls| |cd| |pwd| |mkdir| |rmdir| |mv| |cp| |open| |touch| |find| |ln| |gzip| |gunzip| |traceroute| |clear| |history| |export| |crontab| |uname| |env| |printenv| |Conclusion| ## Preface The Linux Commands Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. I find this gives a well-rounded overview. This book does not try to cover everything under the sun related to Linux and its commands. It focuses on the small core commands that you will use the 80% or 90% of the time0 码力 | 135 页 | 14.14 MB | 2 年前3
Linux Docker Mess## Linux wangxiaodong@ouc.edu.cn  ## Linux History ■ 1991年4月,芬兰赫尔辛基大学计算机系研究生Linus Torvalds开始为一个以后被称为“Linux”的内核而工作。(后附Linus的邮件) Torvalds在新闻组comp.os.minix发表了Linux V0.01,约有一万行代码。 ■ 1992年,全世界大约有1000个左右的人使用Linux,并有不少人提供初期的代码上载和评论。 ■ 1993年,大约由100多个程序员参与内核代码修改,内核核心由5人组成,V0.99约有十万行代码。 ■ 1993年12月,Linux全球用户数约在10万左右。 ■ 1994年3月,Linux1.0问世,约有17万行代码 0问世,约有17万行代码。它完全按自由免费的协议发布,源码必须完全公开,之后很快Linux正式采用GPL协议。 ■ 1995年,Linux全球用户数大大超过50万,Linux已可在Intel、Digital和Sun SPARC处理器上运行,Linux Journal杂志已发行了10万册。内核发展到1.2,约有25万行代码。 ## Linux History ## ■ 第一篇Linux帖子 From: torvalds@klaava0 码力 | 77 页 | 7.40 MB | 2 年前3
linux for human beings## ubuntu ## ☐ ## ubuntu ## linux for human beings ## ubuntu  ## ubuntu linux for human beings0 码力 | 4 页 | 1.17 MB | 1 年前3
Building Linux Distribution(Linux 分布式)- 贾晓宇第三届中国Rust开发者大会 6.17-6.18 @Shanghai ## Building Linux Distribution from Scratch with Rust Speaker: Jia Xiaoyu ## CONTENTS O1 Why choose rust? O2 Using Rust and LFS build linux distro O3 What rkos brings us? ## rust? ### What rust-related things have happened in the kernel since the release of kernel 6.1? •Linux 6.1: Officially Adds Support for Rust in the Kernel • Kernel internals (kallsyms expansion for Rust world" module Why do we choose rust? #### Linux 6.1~Linux 6.4 : What are the important updates? • Linux 6.2: • New : #vtable, declare_err!(),dbg! • Linux 6.3: • New : Some new type,new trait and ‘alloc’0 码力 | 19 页 | 723.62 KB | 2 年前3
Linux Command Line seminarWhat You Need Access to a Linux Terminal Virtual Box tps://www.virtualbox.org/ Kal i Linux or Another Distribution of Linux http://www.kal.org/p://en.wikipedia.org/wiki/Linux_distribution OS X will work commands man - manual pages hel p i nf o ss64. com/bash - good online reference t1 dp. or g/ - The Linux Document at i on Proj e ## Useful Navigation Commands pwd - print working direct or y cd - change0 码力 | 16 页 | 70.58 KB | 2 年前3
TypeScript 类型系统## TypeScript 类型系统 分享人:陈文岗 学校:中国科学院大学 2021年1月21日 ## 关于TypeScript TypeScript是微软推出的JavaScript静态类型版本,它是JavaScript的超集,可以编译为纯粹的JavaScript TypeScript How Does TypeScript Work? TypeScript file.ts JavaScript // unknown类型(Top Type) let foo: unknown; // never类型(Bottom Type) let bar: never; ## TypeScript 结构类型系统 #include#include using namespace std; struct Person1 { string name; of local variable 'p1' to 'Person2' ↔ More actions... Person2 p2 = p1; } ## 标明类型系统 即使两个类的结构完全一致,也不能互相赋值 interface Person1 { name: string; age: number; } interface Person2 { 0 码力 | 25 页 | 1.27 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













