Linux 命令(收集)

1. 查看安装的软件版本信息

pip list --format=columns    

不加format选项会出现如下警告:

DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.

2. 修改Launcher的位置

将Launcher移动到屏幕下方(还原就是左方,仅支持这两个)

gsettings set com.canonical.Unity.Launcher launcher-position Bottom (Left)

3.Linux下挂载Windows盘符

查看盘符:sudo fdisk -l

查看对应的盘符代码,利用命令解除: sudo ntfsfix /dev/sda3(Windows E:\)



你可能感兴趣的:(linux,基本命令,09,Linux)