记录一些指令,便于查看使用。

1.sudo -以其他身份运行命令,预设身份为root。

2.ctrl+alt+T打开终端(命令行窗口)

3.如何判断linux系统是32位还是64位,指令:getconf LONG_BIT,uname -m

4.ubuntu 自带截图,gnome-screenshot

5.gedit 文本编辑器是ubuntu系统内初始的默认编辑器.gedit etc/profile可以打开etc目录下的profile文件查看和编辑

6.sudo apt-get install xxx,安装软件

7.sudo apt-cache search xx,列出相关软件源,比如sudo apt-cache search jdk

8.ifconfig查看机器ip等信息,Windows下是ipconfig

9.

最新文章

  1. BZOJ 3709: [PA2014]Bohater
  2. 用NodeJs实现延迟调用,规避定时任务的闭包问题
  3. Linux 中查看网口流量的利器 -- sar
  4. Android客户端调用Asp.net的WebService
  5. Grunt和Gulp构建工具在Visual Studio 2015中的高效的应用
  6. .NET重构—单元测试重构
  7. Spring(四)-- JdbcTemplate、声明式事务
  8. 用Unity3d做游戏(一)
  9. Go语言获取命令行参数
  10. CentOS常用命令大全
  11. webpack入门宝典
  12. DTW和DBA
  13. JavaScript基础知识(Date 的方法)
  14. Linux 磁盘使用查看 查看使用磁盘程序 Monitoring disk activity in linux
  15. uml地址栏参数特殊字符处理
  16. flex stacked column graph
  17. PWA(Progressive Web App)入门系列:(一)PWA简单介绍
  18. 集合类Collection Map
  19. Solidity notes
  20. 【JVM】java棧

热门文章

  1. bootstrap select多选
  2. 详解 $().css('width')和$().width()的区别
  3. mybatis 参数为list时,校验list是否为空
  4. Anaconda Error opening file for writing , failed to create anacoda menu等报错问题解决方案
  5. 使用jQuery中trigger()方法自动触发事件
  6. [Scikit-learn] 4.4 Dimensionality reduction - PCA
  7. Problem N
  8. Hive中常用的查询命令
  9. javascript中自定义事件
  10. 一个“”字引发的痛苦经历