Loading

随笔分类 -  ubuntu

摘要:来源:https://kidshideaway.net/scrivener-works-under-ubuntu-19/ Option 1: Add the sources to the apt config. sudo vi /etc/apt/sources.list Use editor of 阅读全文
posted @ 2021-06-22 21:28 Lust4Life 编辑
摘要:前置条件 ubuntu 20.04 安装pyqt5 import sys sys.path.append("/home/wargame/.local/lib/python3.8/site-packages") from PyQt5.QtWidgets import * from PyQt5.QtGu 阅读全文
posted @ 2021-01-27 09:48 Lust4Life 阅读(579) 评论(0) 推荐(1) 编辑
摘要:1,安装fcitx-googlepinyin sudo apt-get install fcitx-googlepinyin 2,配置language support 安装完成后打开菜单栏(按键盘上ctrl和alt之间的那个键,就是windows里的win键,在ubuntu里叫super),键盘输入 阅读全文
posted @ 2020-11-21 16:47 Lust4Life 阅读(1050) 评论(0) 推荐(0) 编辑
摘要:莫名奇妙的问题: 1.关闭所有VM正在运行的虚拟机,是关闭,不能挂起 2.打开VM,选择“编辑”->虚拟网络编辑器->选择VMnet8->更改设置(窗口右下角),以获取管理员权限(如果是管理员身份就可以不管了),不然后续更改不了DNS服务器 3.获取管理员权限之后,再次选择VMnet8,然后点击NA 阅读全文
posted @ 2020-11-21 09:12 Lust4Life 编辑
摘要:基本步骤 ubuntu1604 部署cdh ntp ssh vim jdk openssh-server openssh-client 离线软件源构建 # 下载离线deb 包, 下载所有的依赖 httpd 支持 /var/www/html/apt/pools 该目录下为deb 包文件 -rw-r-- 阅读全文
posted @ 2020-08-24 20:12 Lust4Life 编辑
摘要:需要下载的包 libwrap0_7.6.q-25_amd64.deb* openssh-client_7.2p2-4_amd64.deb* openssh-server_7.2p2-4_amd64.deb* openssh-sftp-server_7.2p2-4_amd64.deb* ssh_7.2 阅读全文
posted @ 2020-08-24 20:05 Lust4Life 编辑
摘要:https://developer.gnome.org/desktop-entry-spec/ 阅读全文
posted @ 2020-07-07 15:17 Lust4Life 编辑
摘要:注意以下操作最好在新系统下完成 idea https://www.jetbrains.com/idea/download/#section=linux 社区版本: https://www.jetbrains.com/idea/download/download-thanks.html?platfor 阅读全文
posted @ 2020-07-06 17:26 Lust4Life 编辑
摘要:https://pinyin.sogou.com/linux/?r=pinyin https://pinyin.sogou.com/linux/help.php ##安装 #更新软件源 sudo apt-get update sudo dpkg -i sogoupinyin_*amd64.deb # 阅读全文
posted @ 2020-07-06 15:06 Lust4Life 阅读(473) 评论(0) 推荐(0) 编辑
摘要:安装 sudo add-apt-repository ppa:gerardpuig/ppa sudo apt update sudo apt install ubuntu-cleaner 卸载: sudo apt remove ubuntu-cleaner && sudo apt autoremov 阅读全文
posted @ 2020-07-05 12:11 Lust4Life 阅读(529) 评论(0) 推荐(0) 编辑
摘要:#dockerfile $ cat Dockerfile FROM ubuntu:focal #非交互式安装包.指tzdata ENV DEBIAN_FRONTEND noninteractive # 安装unzip、git RUN apt update && apt-get install git 阅读全文
posted @ 2020-06-30 12:21 Lust4Life 编辑
摘要:sudo apt-get install fcitx-table-wubi https://www.cnblogs.com/panlangen/p/8728577.html 阅读全文
posted @ 2020-06-10 14:23 Lust4Life 编辑
摘要:sudo gedit /etc/network/interfaces auto enp6s0 iface enp6s0 inet static address 192.168.100.100 netmask 255.255.255.0 broadcast 192.168.100.255 ##重启机器 阅读全文
posted @ 2020-05-28 13:37 Lust4Life 编辑
摘要:深度出品,但是感觉没有win下snapshot好用,图像不太清晰 githup: https://github.com/linuxdeepin packages/deepin scrot 安装 可能缺少依赖 启动异常处理 设置快捷键 打开—设置— 系统设置— 全部设置— 键盘— 切换到快捷键— 自定 阅读全文
posted @ 2020-03-19 14:41 Lust4Life 阅读(380) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-03-14 16:58 Lust4Life 阅读(0) 评论(0) 推荐(0) 编辑
摘要:``` Ubuntu操作基本快捷键 * 打开主菜单 = Alt + F1 * 运行 = Alt + F2 * 打开终端 = Alt+F2 然后输入gnome-terminal回车 * 显示桌面 = Ctrl + Alt + d * 最小化当前窗口 = Alt + F9 * 最大化当前窗口 = Alt + F10 * 关闭当前窗口 = Alt + F4 * 截取全屏 = Print Screen * 阅读全文
posted @ 2020-03-14 16:55 Lust4Life 阅读(504) 评论(0) 推荐(0) 编辑
摘要:##工具 DeepinScrot : 这是一个在深度(Deepin)操作系统中使用的截图工具 ##安装操作 ##http://ftp.vim.org/ftp/os/Linux/distr/deepin/pool/main/d/deepin-scrot/ wget http://ftp.vim.org 阅读全文
posted @ 2020-02-01 16:24 Lust4Life 阅读(386) 评论(0) 推荐(0) 编辑
摘要:解决dpkg/apt get error : 子进程 post installation script 返回了错误号 1 这个不太好解决,感觉这个比较好,未测试 https://blog.csdn.net/gatieme/article/details/52839814 https://blog.c 阅读全文
posted @ 2019-12-23 13:46 Lust4Life 阅读(407) 评论(0) 推荐(0) 编辑
摘要:##操作 ###获取需要的deb包 #执行安装后,安装的包会保存在/var/cache/apt/archives 目录下 apt-get install vim #查看 正在处理用于 man-db (2.8.7-3) 的触发器 ... root@lenovo:/var/cache/apt/archi 阅读全文
posted @ 2019-12-23 11:28 Lust4Life 阅读(966) 评论(0) 推荐(0) 编辑
摘要:##ubuntu ###进入GRUB界面 启动过程按ESC 或SHIFT(未测试) 选择ubuntu 高级选项 enter 键进入 上下键移动选择最接近上部的generic (recovery mode) 内核选项 按'e'键编辑 通过上下左右键,移动光标,找到linux /boot/....... 阅读全文
posted @ 2019-12-23 10:35 Lust4Life 阅读(438) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示