随笔分类 -  Ubuntu&Manjaro

install tar.gz
摘要:tar -xzf archive-name.tar.gzcd archive-name./configuremakesudo make install 阅读全文
posted @ 2023-01-04 12:14 RogerLu 阅读(22) 评论(0) 推荐(0)
pop os卸载软件工具-synaptic
摘要:synaptic 阅读全文
posted @ 2023-01-03 21:01 RogerLu 阅读(98) 评论(0) 推荐(0)
安装deb类型
摘要:DEB是Debian软件包格式的文件扩展名,Debian包是Unixar的标准归档,将包文件信息以及包内容,经过gzip和tar打包而成。处理这些包的经典程序是dpkg,经常是通过Debian的apt-get来运作。deb包在Linux操作系统中类似于windows中的软件包(exe),几乎不需要什 阅读全文
posted @ 2023-01-03 20:52 RogerLu 阅读(210) 评论(0) 推荐(0)
Ubuntu扩容gparted
摘要:今天在使用ubuntu的时候弹出系统的磁盘空间不足,导致apt-get install一些工具都失败了。 进入虚拟机设置-硬盘-扩展硬盘容量 安装gparted 使用 $ sudo apt-get install gparted,然后sudo gparted打开工具。 分配新空间 在挂载\的分区上右 阅读全文
posted @ 2023-01-03 19:15 RogerLu 阅读(532) 评论(0) 推荐(0)
POP OS快捷键
摘要: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 阅读(265) 评论(0) 推荐(0)
Ubuntu常用快捷键
摘要:转载自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 阅读(76) 评论(0) 推荐(0)
通过gnome tweaks ,stacer配置自动启动
摘要:通过gnome tweaks ,stacer配置自动启动 阅读全文
posted @ 2023-01-03 16:52 RogerLu 阅读(55) 评论(0) 推荐(0)
ubuntu显示隐藏文件
摘要:快捷键ctrl+h 阅读全文
posted @ 2023-01-03 16:14 RogerLu 阅读(39) 评论(0) 推荐(0)
在windows中使用scp命令 拷贝进虚拟机文件
摘要: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 阅读(281) 评论(0) 推荐(0)
scp port 22: Connection refused
摘要:问题原因:发现是没有安装ssh服务端,没有服务在22号端口接收文件。ubuntu下安装ssh客户端,服务端1.安装ssh服务端sudo apt-get install openssh-server;2.确认sshserver是否启动了ps -e | grep ssh如果只有ssh-agent那ssh 阅读全文
posted @ 2023-01-03 15:44 RogerLu 阅读(877) 评论(0) 推荐(0)
解决ubuntu20.04下vi编辑器方向键和退格键问题ABCD
摘要:本文链接:https://blog.csdn.net/zhoupenghui168/article/details/123499092 版权 在ubuntu中,进入vi命令的插入模式,发现方向键分别对应ABCD以及退格键失效,按方向键不能移动光标,而是会输出ABCD,以及退格键也不能正常删除字符,我 阅读全文
posted @ 2023-01-03 14:58 RogerLu 阅读(563) 评论(0) 推荐(0)
What is kernel in Manjaro
摘要:As the name would imply, as with the kernel of a seed, the Linux kernel is the core of a Linux operating system. Every other element of a Linux-based 阅读全文
posted @ 2021-04-19 11:23 RogerLu 阅读(57) 评论(0) 推荐(0)
manjaro安装工具
摘要:rufus 阅读全文
posted @ 2021-04-18 09:41 RogerLu 阅读(69) 评论(0) 推荐(0)
挂载磁盘后没有权限访问-manjaro
摘要:sudo chown $USER:$USER /dev/sdb2 最后用了一款disk软件,把分区删除, 重建了就好了。 阅读全文
posted @ 2021-04-17 19:24 RogerLu 阅读(522) 评论(0) 推荐(0)
manjaro启动黑屏解决
摘要:挂载个硬盘,没有测试,FSTAB填错, 就起不来了, 搞个启动u盘,然后重启进入系统, 命令行: manjaro-chroot -a 修改FSTAB,保存重启,搞定。 If you are unable to recover using the installed system you can us 阅读全文
posted @ 2021-04-17 14:10 RogerLu 阅读(1024) 评论(1) 推荐(0)
ubuntu查看网络流量
摘要:ethstatus可以监控实时的网卡带宽占用。 这个软件能显示当前网卡的 RX 和 TX 速率,单位是Byte 安装 sudo apt-get install ethstatus 查看 ADSL 的速度 sudo ethstatus -i eth0 查看 网卡 的速度 sudo ethstatus 阅读全文
posted @ 2020-03-24 00:57 RogerLu 阅读(1032) 评论(0) 推荐(0)
Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
摘要:先刪除sudo rm -R /var/lib/apt/lists/lock 再更新 sudo apt-get update 阅读全文
posted @ 2020-03-20 13:19 RogerLu 阅读(160) 评论(0) 推荐(0)
linux常用命令
摘要:使用过哪些linux命令? 基本指令:ls、mkdir、cd、touch、echo、cat、cp、mv、rm、find、grep、pwd、head、tail 系统管理:stat、who、whoami、top、ps、ifconfig、ping、netstat、man、kill 打包压缩:gzip、bz 阅读全文
posted @ 2018-11-29 15:22 RogerLu 阅读(165) 评论(0) 推荐(0)
解决vmware与主机无法连通的问题
摘要:我们选择NAT方式,来实现Ubuntu的静态IP地址配置。 打开VMware,在顶部依次选择:编辑 > 虚拟网路编辑器,打开虚拟网路编辑器:去掉VMnet0和VMnet1,只保留VMnet8。然后,去掉如下图中的“使用本地DHCP服务奖IP地址分配给虚拟机”: 此外,这里的子网IP为:192.168 阅读全文
posted @ 2018-11-14 11:25 RogerLu 阅读(1730) 评论(1) 推荐(0)
ubuntu卸载软件
摘要:sudo apt autoremove soft1 阅读全文
posted @ 2018-11-14 08:30 RogerLu 阅读(142) 评论(0) 推荐(0)