上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 171 下一页
  2023年1月4日
摘要: sudo apt-get update sudo apt-get -y install zypper 阅读全文
posted @ 2023-01-04 13:17 RogerLu 阅读(28) 评论(0) 推荐(0) 编辑
摘要: tar -xzf archive-name.tar.gzcd archive-name./configuremakesudo make install 阅读全文
posted @ 2023-01-04 12:14 RogerLu 阅读(15) 评论(0) 推荐(0) 编辑
  2023年1月3日
摘要: synaptic 阅读全文
posted @ 2023-01-03 21:01 RogerLu 阅读(63) 评论(0) 推荐(0) 编辑
摘要: DEB是Debian软件包格式的文件扩展名,Debian包是Unixar的标准归档,将包文件信息以及包内容,经过gzip和tar打包而成。处理这些包的经典程序是dpkg,经常是通过Debian的apt-get来运作。deb包在Linux操作系统中类似于windows中的软件包(exe),几乎不需要什 阅读全文
posted @ 2023-01-03 20:52 RogerLu 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 今天在使用ubuntu的时候弹出系统的磁盘空间不足,导致apt-get install一些工具都失败了。 进入虚拟机设置-硬盘-扩展硬盘容量 安装gparted 使用 $ sudo apt-get install gparted,然后sudo gparted打开工具。 分配新空间 在挂载\的分区上右 阅读全文
posted @ 2023-01-03 19:15 RogerLu 阅读(389) 评论(0) 推荐(0) 编辑
摘要: Super key 就是INTEL键 The Super key is the OS key on your keyboard. On recent System76 products, it's between the Fn and the Alt keys. The key is labelle 阅读全文
posted @ 2023-01-03 17:49 RogerLu 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 转载自https://blog.csdn.net/tjcwt2011/article/details/126390094 一、 打开Terminal的快捷键是Ctrl+Alt+T 二、 中止运行Ctrl+C 一般最常用的是cd, ls, mkdir, rmdir, cp, rm, mv, clear 阅读全文
posted @ 2023-01-03 17:44 RogerLu 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 通过gnome tweaks ,stacer配置自动启动 阅读全文
posted @ 2023-01-03 16:52 RogerLu 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 快捷键ctrl+h 阅读全文
posted @ 2023-01-03 16:14 RogerLu 阅读(32) 评论(0) 推荐(0) 编辑
摘要: windows自带scp命令,前提是要在虚拟机安装SSH C:\Users\Office>scp C:\Users\Office\Desktop\popos\X.AppImage roger@192.168.194.227:/home/roger/ 阅读全文
posted @ 2023-01-03 15:46 RogerLu 阅读(242) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 171 下一页