随笔分类 -  Linux

摘要:Tmux使用介绍 原文地址 一、安装 # Ubuntu 或 Debian sudo apt-get install tmux # CentOS 或 Fedora sudo yum install tmux # Mac brew install tmux 启动与退出 直接在终端中键入tmux指令,即可 阅读全文
posted @ 2024-09-01 14:29 INnoVation-V2 阅读(141) 评论(0) 推荐(0)
摘要:frp配置教程在这里(https://www.cnblogs.com/INnoVationv2/p/16442967.html) 1.如果是最小化安装ubuntu,可能没有屏幕共享,需要先安装,如果有,那就略过 sudo apt-get install vino 2.配置 1. sudo apt-g 阅读全文
posted @ 2022-07-04 16:17 INnoVation-V2 阅读(243) 评论(0) 推荐(0)
摘要:我这边是frp开机启动每次都失败,需要手动重启 错误代码 2022/07/04 15:58:16 [W] [service.go:128] > 7月 04 15:58:16 innovation frpc[717]: dial tcp 81.68.87.95:7000: connect: netwo 阅读全文
posted @ 2022-07-04 16:06 INnoVation-V2 阅读(918) 评论(0) 推荐(0)
摘要:零、原理简介 因为内网服务器没有公网ip,因此无法直接从外部访问,需使用内网穿透 整体分为公网路由端和内网服务端,公网路由端运行在具有公网ip的服务器上,负责转发命令和结果,内网服务端负责实际执行用户命令。 先配置公网路由端,使其运行在某个端口等待内网服务端连接, 再配置内网服务端,使其连接到路由端 阅读全文
posted @ 2022-07-04 15:00 INnoVation-V2 阅读(8687) 评论(0) 推荐(0)
摘要:1.安装 sudo apt-get install ccache 2.使用 ccache -s # 显示状态参数 (s是英语status的缩写,表示《状态》) ccache -C # 清除缓存(C是大写的,是英语Clear的缩写,表示《清除》) 3.配置 vim ~/.bashrc export N 阅读全文
posted @ 2022-07-03 01:21 INnoVation-V2 阅读(1738) 评论(0) 推荐(0)
摘要:配置SSH 环境: Ubuntu 20.04 1.安装ssh-server sudo apt-get install openssh-server 2.配置 主要有两个配置文件,分别是 /etc/ssh/ssh_config /etc/ssh/sshd_config 阅读全文
posted @ 2022-07-03 00:39 INnoVation-V2 阅读(71) 评论(0) 推荐(0)
摘要:http://mirrors.163.com/ubuntu releases/ 阅读全文
posted @ 2020-04-06 11:15 INnoVation-V2 阅读(731) 评论(0) 推荐(0)
摘要:文件 偏好设置 外观 打开主题文件夹 找到你正在用的主题css,比如我使用主题的是night(在软件菜单栏的主题选项查看你正在使用的主题) 以night主题为例 打开night.css, 搜索 将你要添加的字体添加到每一个 后,比如我修改为 ,就添加 注意一定要带上 我修改后的部分文本 最后保存退出 阅读全文
posted @ 2020-02-05 17:52 INnoVation-V2 阅读(4877) 评论(0) 推荐(1)
摘要:typora下载 typora不知为啥,直接下载不下来,所以在ubuntu下不能直接安装 安装方法 进入windows,下载好迅雷 进入 "官网" ,拉到最底下,点击linux 点击下载指示窗口下方 binary file,右键用迅雷下载binary file ubuntu下离线安装 下载完成后将此 阅读全文
posted @ 2020-02-05 17:43 INnoVation-V2 阅读(2148) 评论(0) 推荐(0)
摘要:环境 ubuntu16.04 python3 安装selenium 默认安装完是支持firefox,但是更新得太慢对于较新的firefox已经不支持了,需要安装geckodriver,地址 https://github.com/mozilla/geckodriver/releases/ 下载完后解压 阅读全文
posted @ 2017-03-08 11:11 INnoVation-V2 阅读(2899) 评论(0) 推荐(1)
摘要:在发布这个配置文件的时候,会发生代码冲突: error: Your local changes to the following files would be overwritten by merge: protected/config/main.phpPlease, commit your cha 阅读全文
posted @ 2016-11-22 23:43 INnoVation-V2 阅读(2557) 评论(0) 推荐(0)
摘要:ImportError: No module named MySQLdb 该错误是源于我们没有安装Python连接MySQL所需的MySQLdb库而引起。 python3.5下的解决方法ubuntu系统: 阅读全文
posted @ 2016-11-22 23:42 INnoVation-V2 阅读(234) 评论(0) 推荐(0)
摘要:http://tdm-gcc.tdragon.net/ 阅读全文
posted @ 2016-10-18 21:50 INnoVation-V2 阅读(951) 评论(0) 推荐(0)
摘要:1.sudo gedit /etc/profile打开环境变量文件夹 2.在文件末尾另起一行输入要加入的环境变量 格式: 3.重启 OK 阅读全文
posted @ 2016-08-08 17:12 INnoVation-V2 阅读(288) 评论(0) 推荐(0)
摘要:错误代码: 这个原因是库文件不全,安装 即可 阅读全文
posted @ 2016-07-22 00:44 INnoVation-V2 阅读(699) 评论(0) 推荐(0)
摘要:sudo apt-get install libghc-zlib-dev 阅读全文
posted @ 2016-07-22 00:42 INnoVation-V2 阅读(1019) 评论(0) 推荐(0)
摘要:出现这个或者fatal error: openssl/名单.h: No such file or directory。都是没有安装libssl-dev~ libssl-dev包含libraries, header files and manpages,他是openssl的一部分,而openssl对s 阅读全文
posted @ 2016-07-22 00:29 INnoVation-V2 阅读(2315) 评论(0) 推荐(0)
摘要:安装ubuntu更新: 安装Docky: 去应用商店下载tweak-tool 下载主题,图标,鼠标主题(在网盘里面) 删除AMAZON: 安装sublime Text3: 安装git和vpnc: 安装包管理软件: 安装压缩应用程序: 安装pycharm: 1.解压缩pycharm安装包 2.定位到安 阅读全文
posted @ 2016-07-22 00:00 INnoVation-V2 阅读(201) 评论(0) 推荐(0)