In today’s tutorial, we are going to see how you can add a user to sudoers on Debian distributions. The sudo command allows authorized users to perform commands as another user, which is by default the root user. There are two ways to add a user to s…
How to Set Up a NFS Server on Debian 10 Buster Nick Congleton Debian 24 May 2019   Contents 1. Software Requirements and Conventions Used 2. Install the NFS Packages 3. Configure Your Shares 4. Connect to a Share 5. Conclusion There are plenty of rea…
Debian 10 "buster" 正式发布 https://news.cnblogs.com/n/627909/ 我看到龙芯的 就是 mips64el 的指令集.. Linux localhost.localdomain -.ns7_4..mips64el # SMP PREEMPT Tue Feb :: CST mips64el mips64el mips64el GNU/Linux 投递人 itwriter 发布于 2019-07-08 07:17 评论(0) 有204人阅读 …
Debian Buster将从内核4.9.0.3升级到4.19.0-4.…
用开源软件TrinityCore在Debian 10上搭建魔兽世界8.3.0.34220的服务器 TrinityCore是魔兽世界(World of Warcraft)的开源的服务端.目前支持魔兽的3.3.5.12340版本(开源代码的3.3.5分支).8.3.0.34220版本(开源代码的master分支).其中对3.3.5的支持比较稳定:而对8.3.0版本的支持还很不完善,这个版本我搭完后进去逛了一下,测试了一下副本,结论基本上是:适合逛地图看风景,以及体验一下新坐骑.理由在后面. 官网有指…
如果使用的是Debian 9.Debian 10.Ubuntu 18.04.Ubuntu 18.10等内核高于4.9版本的系统,均可以使用此方法开启BBR加速,若你使用了Ubuntu 19.04的系统无需开启,系统默认就开启了.虽然BBR没有锐速那么暴力,但是兼容性和稳定性占优势,推荐大家使用.对与什么是BBR我就不详细说明了,这是一款由谷歌推出的TCP单边加速的拥塞控制算法. 开启BBR 1. 修改sysctl.conf 系统参数 echo "net.core.default_qdisc=fq…
我的显卡是GTX1050TI,刚安装好Debian 10的时候启动会黑屏,无法进入系统,解决办法是在grub界面,按e修改启动参数,在启动参数那一行(一般会包含quiet)后面加上 nouveau.modeset=0 目的是禁用开源的独显驱动,应该就是这个驱动导致无法进入系统的 进入系统之后,配置好软件源,注意要包含 non-free 才可以用下面的方法安装 nvidia驱动 驱动的安装只需要一行代码 sudo apt install nvidia-settings 安装好之后会运行配置程序,配…
闲来无事重新安装自己的服务器发现很多关于Debian的初始安装问题都已经陌生了在此重新整理下自己安装所遇到的问题: ACCESS DENIED  释: 登录成功拒绝Root密码访问 解决方法: locohost:~# cd /etc/ssh locohost:~# nano /sshd_config #最好习惯性使用nano 因为debian里面的vim会有很多让你头疼的问题 找到 #PermitRootLogin Prohibit-Passwrd (前面有#号的另起一行) 写入 PermitR…
设置好代理后 apt-get install fcitx 后 仍然看不到 语言栏 可能是 在设置fcitx时 的字体太小了 输入法配置 ->外观->字体 加大 即可…
对于双显卡设备,很有可能是开源显卡驱动异常导致无法启动,在启动参数那一行加上 nouveau.modeset=0 禁用nouveau驱动即可进入系统…