惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Project Zero
Project Zero
Security Latest
Security Latest
G
GRAHAM CLULEY
C
CXSECURITY Database RSS Feed - CXSecurity.com
云风的 BLOG
云风的 BLOG
月光博客
月光博客
V
Visual Studio Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
宝玉的分享
宝玉的分享
阮一峰的网络日志
阮一峰的网络日志
雷峰网
雷峰网
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
爱范儿
爱范儿
Attack and Defense Labs
Attack and Defense Labs
罗磊的独立博客
D
DataBreaches.Net
TaoSecurity Blog
TaoSecurity Blog
T
Threatpost
S
Secure Thoughts
T
The Exploit Database - CXSecurity.com
P
Palo Alto Networks Blog
Cisco Talos Blog
Cisco Talos Blog
Google Online Security Blog
Google Online Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
NISL@THU
NISL@THU
Spread Privacy
Spread Privacy
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
PCI Perspectives
PCI Perspectives
P
Proofpoint News Feed
Google DeepMind News
Google DeepMind News
V
V2EX
WordPress大学
WordPress大学
Recorded Future
Recorded Future
Stack Overflow Blog
Stack Overflow Blog
AI
AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
T
The Blog of Author Tim Ferriss
D
Docker
Latest news
Latest news
C
CERT Recently Published Vulnerability Notes
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
V2EX - 技术
V2EX - 技术
小众软件
小众软件
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO

博客园 - 普罗大众

debug的一个问题 phy_simulators之nr_dlsim之4层接收的优化 phy_simulators之nr_dlsim之一个bug phy_simulators之nr_dlsim开始 phy_simulators之nr_pbchsim之PBCH解码 phy_simulators之nr_pbchsim之PBCH-DMRS检测 phy_simulators之nr_pbchsim之仿真的局限 phy_simulators之nr_pbchsim之一些结构 phy_simulators之nr_pbchsim之SSS检测 phy_simulators之nr_pbchsim之信道 phy_simulators之nr_pbchsim之初始同步 phy_simulators之nr_pbchsim之发送端 phy_simulators之nr_pbchsim之PSS检测 phy_simulators之dlsim.c debug方法三:printf debug方法二:用vs code debug方法一:直接用gdb命令 phy_simulators的编译生成方法三:CMakePresets.json phy_simulators的编译生成方法二:手动写cmake脚本 phy_simulators的编译生成方法一:build_oai --phy_simulators open air interface的phy_simultors编译过了 AI App的使用感觉 从“图像视频编码”到“通信物理层” 原来Fourier是法国的,怪不得法国小波分析这么牛 整理心情
MAC pc + Ubuntu + OAI
普罗大众 · 2026-02-14 · via 博客园 - 普罗大众

先申明,本人是linux小白,处于学习阶段吧

1. Vmware.fusion:vmware网站上下载的安装包dmg,安装时候需要选下载好的ubuntu server镜像arm64.iso

2. Ubuntu desktop:用命令行安装,好像是什么sudo apt install ubuntu-desktop之类的,网络上有,还有一句让启动自动进入desktop,好像什么sudo sysctl

3. Software:用sudo apt install ubuntu-software不行,最后把ubuntu-software改成gnome-software才行。命令行安装Snap software可以看网络上的命令

4. Vs code:想用ubuntu software以图形界面安装vs code,但ubuntu software里搜不到vs code,奇怪。snap software也不行。最后是在pc里下载了deb安装包,在ubuntu里用命令行sudo dpkg来安装的,网络上有命令

5. Firefox:用ubuntu software可以安装。用snap software安装后打不开,奇怪

6. Open air interface:用firefox下载,但不知道是不是网络问题一直下载中断,后来换了网络用pc下载成功,然后用打开了拖拽功能,把压缩包tar.gz拖进ubuntu文件夹,用鼠标右键就能extract了,就能打开源码了,cheer

7. 中文输入:这样可以在ubuntu里搜索一些操作了。Ubuntu里的中文输入是按网络上的命令行装的ibut,一顿操作忘了。。。记得setting里点keyboard->input source。网络上贴的setting里配置怎么界面跟我看到的完全不一样,奇怪

注意:新手乱来和试错,可能会导致ubuntu desktop崩盘,我就简单粗暴直接强行重启vmware,并选光盘启动,相当于重新安装了,感觉毕竟是免费软件,vmware崩掉也正常。有些操作还是谨慎,新手喜欢删除一些东西,毕竟看上去里面很多软件自己又不用,一顿删除。另,现在用得比较熟的命令,sudo apt clean, sudo apt autoremove, sudo apt update, sudo apt upgrade, 哈哈