上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 124 下一页
摘要: 1、安装python3和pip3 sudo apt install python3 python3-pip 2、安装powerline sudo apt install powerline 3、配置powerline #powerline config powerline-daemon -q POW 阅读全文
posted @ 2023-06-02 17:43 叕叒双又 阅读(15) 评论(0) 推荐(0)
摘要: https://search.zhelper.net/ 需要配合百度王盘使用 阅读全文
posted @ 2023-06-02 09:52 叕叒双又 阅读(122) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-06-01 16:42 叕叒双又 阅读(0) 评论(0) 推荐(0)
摘要: 1 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 2 sudo dpkg -i google-chrome-stable_current_amd64.deb 3 sudo apt -f i 阅读全文
posted @ 2023-06-01 15:55 叕叒双又 阅读(18) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2023-05-31 16:36 叕叒双又 阅读(0) 评论(0) 推荐(0)
摘要: 已经没有官方打包了,需要的赶紧去玩下吧 yay -S extremetuxracer yay -S torcs 阅读全文
posted @ 2023-05-31 11:47 叕叒双又 阅读(53) 评论(0) 推荐(0)
摘要: yay -S baidunetdisk-bin AUR Explicit (1): baidunetdisk-bin-4.17.7-1:: (1/1) 下载了 PKGBUILD: baidunetdisk-bin 1 baidunetdisk-bin (构建文件已存在)==> 清理哪些软件包的构建文 阅读全文
posted @ 2023-05-30 21:04 叕叒双又 阅读(713) 评论(0) 推荐(0)
摘要: 1、添加软件签名wget -qO - https://typoraio.cn/linux/public-key.asc | sudo tee /etc/apt/trusted.gpg.d/typora.asc 2、添加软件仓库 sudo add-apt-repository 'deb https:/ 阅读全文
posted @ 2023-05-29 16:16 叕叒双又 阅读(530) 评论(0) 推荐(0)
摘要: 如果是直接选择的中国地区安装的,大概率是不需要换了,其实就是修改/etc/apt/sources.list文件 sudo vim /etc/apt/sources.list 将所有deb后面的网址换成自己想要的网址,例如阿里云镜像:http://mirrors.aliyun.com/ubuntu/可 阅读全文
posted @ 2023-05-26 08:40 叕叒双又 阅读(231) 评论(0) 推荐(0)
摘要: BISO设置参考的以下帖子,改了一部分内容USB Wake Support和Wake on LAN/WLAN保持了默认,因为我用不到网络唤醒功能。​https://github.com/3dudu/dell-optiplex-7080-hackintosh-opencore设置项 值SATA Ope 阅读全文
posted @ 2023-04-29 18:51 叕叒双又 阅读(128) 评论(0) 推荐(0)
摘要: (4/4) 正在安装 vim-latexsuite [#######] 100%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Set the following lines 阅读全文
posted @ 2023-04-11 11:50 叕叒双又 阅读(15) 评论(0) 推荐(0)
摘要: 本篇是6年前的startcit的升级篇,作为专业人员,英语是躲不掉的,很多资料英文更加有效,字典就显得尤为重要,我希望字典不但能查到中文意思,还能发声,那就跟我来吧: 一、安装字典程序:pacman -S qstartdic sox二、添加字典文件:所有文件可以从百度网盘下载,具体如下:链接: ht 阅读全文
posted @ 2023-04-11 08:01 叕叒双又 阅读(61) 评论(0) 推荐(0)
摘要: 这篇文章适合manjaro安装后使用,很是不错 https://www.zhihu.com/question/485526024/answer/2423262168?utm_id=0 作者:Lester链接:https://www.zhihu.com/question/485526024/answe 阅读全文
posted @ 2023-04-06 08:52 叕叒双又 阅读(260) 评论(0) 推荐(0)
摘要: linux终端中,在复制粘贴的时候会出现粘贴的字符前后有00~和01等字样,可以使用:1:在vimrc配置文件里面添加set t_BE=;2:linux里面运行 printf "\e[?2004l"以上两种可以解决问题 阅读全文
posted @ 2023-04-05 17:15 叕叒双又 阅读(355) 评论(0) 推荐(0)
摘要: vim作为编辑器之神,绝对不是浪得虚名的,可以快速方便的进行文件编辑。 例如:先前编辑了一段代码test1.py import cv2 import numpy as np # read image img = cv2.imread('gsc.png') # show image cv2.imsho 阅读全文
posted @ 2023-04-02 16:30 叕叒双又 阅读(225) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 124 下一页