Terminal下查看Ubuntu操作系统位数及版本
terminal
The new Windows Terminal and the original Windows console host, all in the same place!
项目地址:https://gitcode.com/gh_mirrors/term/terminal
免费下载资源
·
转载地址:https://www.linuxidc.com/Linux/2014-05/101121.htm
我们要查看Ubuntu操作系统的位数是32位还是64位,可以通过以下命令来查看:
#查看long的位数,返回32或64
可以在终端terminal下输入命令:getconf LONG_BIT
#查看文件信息,包含32-bit就是32位,包含64-bit就是64位
也可以输入:uname -a
Linux ubuntu 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 i686 i686 i686 GNU/Linux
i686 就表示32位
查看Ubuntu版本:
可以在终端输入命令: lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04 LTS
Release: 14.04
Codename: trusty
GitHub 加速计划 / term / terminal
94.53 K
8.17 K
下载
The new Windows Terminal and the original Windows console host, all in the same place!
最近提交(Master分支:1 个月前 )
59dc5eff
Closes #17752
Closes #17764
Closes #17830 6 天前
bcac9993
`AutoSuggestBox` has a `SuggestionChosen` event and any reasonable
person would assume that this means one of the items was chosen.
But with WinUI it's raised whenever a suggestion is merely highlighted.
`QuerySubmitted` is the right event instead. Clearly that naming is
a lot better than `SuggestionChosen`, since the property to get the
chosen item is called `ChosenSuggestion`.
WinUI, like the unrelenting wilderness of a world indifferent to human
suffering, stands as a testament to the futility of human aspiration.
Closes #17916
## Validation Steps Performed
* Type "Casc"
* Move up/down with the arrow keys
* Neither the filtered list nor the text updates ✅
* Press Enter on an item
* Text updates ✅ 7 天前
更多推荐
已为社区贡献45条内容
所有评论(0)