ubuntu使用笔记

1. 工作区的切换

  ctrl+alt+方向键:进行工作区的切换

  ctrl+alt+shift+方向键:将当前窗口进行工作区切换

2. 输入法

  在language support里调出ibus,然后在ibus里添加拼音输入法

3 unzip

unzip monitor-0.8.2.zip -d monitor 解压到目录

4、编译错误

In function 'main': 
trysqrt.c.text+0x51): undefined reference to 'sqrtf' 
trysqrt.c.text+0xcc): undefined reference to 'sqrt'

 

需要链接动态库 gcc xxx.c -lm

你可能感兴趣的:(ubuntu)