Debian 9 Linux

Posted fr5s

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Debian 9 Linux相关的知识,希望对你有一定的参考价值。

字体

# *.tff
mv consolas /usr/share/fonts/consolas
chmod 755 /usr/share/fonts/consolas
fc-cache -f -v

 extundelete 恢复文件

apt-get install e2fslibs-dev e2fslibs-dev

cd ~/down
wget https://jaist.dl.sourceforge.net/project/extundelete/extundelete/0.2.4/extundelete-0.2.4.tar.bz2
tar -xvf extundelete-0.2.4.tar.bz2
cd extundelete-0.2.4
./configure
make
make install

extundelete  /dev/sdb1  --restore-file test.txt
extundelete  /dev/sdb1  --restore-directory /w
extundelete  /dev/sdb1  --restore-all

pulseaudio

apt-get install pulseaudio
vi /etc/pulse/daemon.conf
flat-volumes=no #adding or editing
pulseaudio -k
pulseaudio --start

 

以上是关于Debian 9 Linux的主要内容,如果未能解决你的问题,请参考以下文章

linux debian 9 配置postgresSQL数据库

Ubuntu和Debian 9接收Linux内核安全更新以修复TCP漏洞

Debian 9 Linux

debian 9.4 安装教程 linux系统debian9.4图文详细安装步骤

大神教你Debian GNU/Linux 9.7 “Stretch” Live和安装镜像开放下载

[Linux]Debian 9重启DNS重置问题