个人工具

“用户:Qiii2006”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示3个用户的163个中间版本)
第1行: 第1行:
你有什么不开心的事情说来给我开心下。
+
{{Note|This text should be noted.}}
<pre>bash-4.0# ls -al /dev/disk/by-uuid
+
 
total 0
+
软件
drwxr-xr-x 2 root root  0 2009-07-25 14:36 .
+
 
drwxr-xr-x 6 root root  0 2009-07-25 14:30 ..
+
硬件
lrwxrwxrwx 1 root root 10 2009-07-25 14:30 01e8c753-1d92-4e5e-839a-f60e811be5ed -> ../../sda6
+
 
lrwxrwxrwx 1 root root 10 2009-07-25 14:30 2A1D-0905 -> ../../sda1
+
互联网
lrwxrwxrwx 1 root root 10 2009-07-25 14:30 2ede7f0a-fdef-444d-8a1b-f5cae482a99c -> ../../sda4
+
 
lrwxrwxrwx 1 root root 10 2009-07-25 14:30 50D49727D4970E7A -> ../../sda7
+
社区
lrwxrwxrwx 1 root root 10 2009-07-25 14:30 DED8F605D8F5DC29 -> ../../sda5
+
 
lrwxrwxrwx 1 root root 10 2009-07-25 14:30 e8eed372-250d-457d-8227-9cfdebd085b8 -> ../../sda3
+
操作系统
 +
 
 +
窗口管理器
 +
sudo pptpsetup --create test --server 172.*.132.* --username ** --password ** --start
 +
 
 +
==声卡型号==
 +
<pre>qii@qii-K40IN:~$ lspci -v | grep -i audio
 +
00:08.0 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)
 
</pre>
 
</pre>
 +
==ALSA==
 +
<pre>qii@qii-K40IN:~$ cat /proc/asound/version
 +
Advanced Linux Sound Architecture Driver Version 1.0.23.
 +
</pre>
 +
<pre>qii@qii-K40IN:~$ alsactl -v
 +
alsactl version 1.0.23
 +
</pre>
 +
==f==
 +
./configure --prefix=/usr
 +
 +
 +
cmake -DCMAKE_INSTALL_PREFIX=/usr .
  
www.twitter.com/qiheizhiya
+
git clone git://android.git.kernel.org/kernel/common.git

2010年11月26日 (五) 21:21的最新版本

附注: This text should be noted.

软件

硬件

互联网

社区

操作系统

窗口管理器 sudo pptpsetup --create test --server 172.*.132.* --username ** --password ** --start

声卡型号

qii@qii-K40IN:~$ lspci -v | grep -i audio
00:08.0 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)

ALSA

qii@qii-K40IN:~$ cat /proc/asound/version 
Advanced Linux Sound Architecture Driver Version 1.0.23.
qii@qii-K40IN:~$ alsactl -v
alsactl version 1.0.23

f

./configure --prefix=/usr


cmake -DCMAKE_INSTALL_PREFIX=/usr .

git clone git://android.git.kernel.org/kernel/common.git