随笔分类 -  Ubuntu

摘要:直接进入正题!你的电脑卡死说明带有独显!而Ubuntu默认是不给你的显卡装驱动的,那这就导致关机卡死的问题。按住键盘Ctrl+Alt+T打开终端,输入下面的命令software-properties-gtk选择附加驱动,等一会你就会发现有自己的驱动选择了含Nvidia那个,选择那个选项,然后应用即可 阅读全文
posted @ 2019-04-21 21:04 _离水的鱼 阅读(1933) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_34877350/article/details/81182022 1.安装gcc-6: 阅读全文
posted @ 2018-10-22 15:55 _离水的鱼 阅读(6356) 评论(0) 推荐(0)
摘要:参考https://github.com/lutris/lutris/issues/905 解决方法 阅读全文
posted @ 2018-10-18 15:10 _离水的鱼 阅读(1083) 评论(0) 推荐(0)
摘要:1.有个ipptv啥的东西下布下来,去官网下载放到相应目录 2.把编译器降级到5版本才能编译 阅读全文
posted @ 2018-10-18 15:02 _离水的鱼 阅读(179) 评论(0) 推荐(0)
摘要:首先安装插件ConvertToUTF8和Codecs33 Sublime Text 3中文乱码问题解决(最新) 然后配置一些有用的用户设置 对 Sublime Text 添加 UTF-8 支持 阅读全文
posted @ 2018-10-01 10:06 _离水的鱼 阅读(1328) 评论(0) 推荐(0)
摘要:1. flash下载地址:https://get.adobe.com/flashplayer/ 2. 选择tar.gz for linux 3. 下载后解压tar包。里面有个libflashplayer.so,将该文件拷贝到~/.mozilla/plugins/下,重启浏览器即可。(如果没有plug 阅读全文
posted @ 2018-09-30 21:59 _离水的鱼 阅读(187) 评论(0) 推荐(0)
摘要:感觉这个方法很有用,记录一下 ubuntu14.04的error while loading shared libraries: libz.so.1问题 我们怎么这知道 libz.so.1在哪个包? 主要看操作 阅读全文
posted @ 2018-09-20 11:10 _离水的鱼 阅读(271) 评论(0) 推荐(0)
摘要:更改gcc默认版本(gcc版本降级/升级) ### 以降级到gcc-6为例 >* sudo apt install gcc-6 g++-6 >* sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 100 #数字大优先 阅读全文
posted @ 2018-09-18 09:32 _离水的鱼 阅读(423) 评论(0) 推荐(0)
摘要:放弃了,半天弄不出一个方便的开放环境,还是现成的iDE方便 下载方法 https://www.sublimetext.com/docs/3/linux_repositories.html 首先安装Package Control https://packagecontrol.io/installati 阅读全文
posted @ 2018-02-07 16:25 _离水的鱼 阅读(366) 评论(0) 推荐(0)
摘要:Virtual Box https://www.virtualbox.org/wiki/Linux_Downloads 装不上Wine时直接装虚拟机吧。RTX真是个坑爹的东西,找不到替代的客户端 迅雷 在Linux下怎么用迅雷?(大牛做的东东,我试了没用,可能是系统版本太高了) Linux原生迅雷下 阅读全文
posted @ 2017-12-16 22:16 _离水的鱼 阅读(189) 评论(0) 推荐(0)
摘要:http://forum.ubuntu.org.cn/viewtopic.php?t=477606 ubuntu16.04将硬件时间改为CST 原因: 在安装ubuntu双系统的情况下,ubuntu的时间总会和windows的时间相差8小时,原因在于widows认为BIOS时间是本地时间,ubunt 阅读全文
posted @ 2017-12-09 21:59 _离水的鱼 阅读(567) 评论(0) 推荐(0)
摘要:Ubuntu直接安装 通过源码安装 失败 下载词典 http://blog.sina.com.cn/s/blog_c58823b30102wszq.html http://os.51cto.com/art/201109/291620.htm 阅读全文
posted @ 2017-12-09 19:47 _离水的鱼 阅读(3600) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/NFMSR/article/details/78348000 1.进入 Ubuntu 16.04 桌面,按下 Ctrl + Alt + t 键盘组合键,启动终端。 也可以按下 Win 键(或叫 Super 键),在 Dash 的搜索框中输入 terminal 阅读全文
posted @ 2017-11-25 23:04 _离水的鱼 阅读(283) 评论(0) 推荐(0)
摘要:原文:ubuntu16.04安装最新版本的wine 1、安装源 sudo add-apt-repository ppa:wine/wine-builds sudo apt-get update 2、安装wine sudo apt-get install --install-recommends wi 阅读全文
posted @ 2017-11-22 20:21 _离水的鱼 阅读(172) 评论(0) 推荐(0)
摘要:参考: ubuntu下的Samba配置:使每个用户可以用自己的用户名和密码登录自己的home目录 增加samba用户提示Failed to add entry for user Ubuntu可以直接在文件->属性里进行操作实现samba服务器安装 添加账户密码的方法 sudo smbpasswd - 阅读全文
posted @ 2017-09-18 14:07 _离水的鱼 阅读(1429) 评论(0) 推荐(0)
摘要:转载自百度经验http://jingyan.baidu.com/article/22a299b51648e09e19376ae7.html 阅读全文
posted @ 2017-08-09 15:20 _离水的鱼