void avdevice_register_all(void){ static int
initialized; if (initialized) return; initialized = 1; /* devices */
REGISTER_INOUTDEV(ALSA, alsa); REGIS...
分类:
其他好文 时间:
2014-04-30 04:26:51
阅读次数:
351
By:wangyz这么多天了,居然还没有大神来Linux版,那Linux版的一血我拿了先说说个人认为比较好用的一些发行版Ubuntu:除了界面比较丑,崩的比较多之外,基本上也没什么大的缺点了,不过该有的都有了,适合懒人CentOS:极力推荐的,稳定,生产环境第一选择Arch:GEEK专用,安装没有向...
分类:
其他好文 时间:
2014-04-30 03:37:28
阅读次数:
889
前些日子为了更新Ubuntu到14.04这个LTS版本,连带着把Windows也重新安装了一遍。懒得再安装虚拟机了,尝试一下在Ubuntu14.04这个64位系统里做操作系统实验咯。1.安装交叉编译器第一个要解决的问题就是交叉编译器,材料里提供的是x86平台上的交叉编译器。按道理来说64位系统应该是...
分类:
其他好文 时间:
2014-04-30 02:45:11
阅读次数:
529
1、下载VirtualBox软件包和USB支持包
下载网址均为为:https://www.virtualbox.org/wiki/Downloads VirtualBox软件包下载项: VirtualBox
4.3.10 for Linux hosts USB支持包下载项: Virtual...
分类:
其他好文 时间:
2014-04-30 01:41:30
阅读次数:
466
Ubuntu默认是安装好了tcpdump工具的,如果没有安装的话使用sudo apt-get
install tcpdump即可安装。 (如果遇到tcpdump: no suitable device
found的问题,检查一下是不是在用root权限运行tcpdump,tcpdump只能在root权...
分类:
其他好文 时间:
2014-04-29 20:18:22
阅读次数:
620
After having installed Ubuntu OS, you should
update config file for root account. The commands are listed as follow:vi
/etc/lightdm/lightdm.conf #open...
分类:
其他好文 时间:
2014-04-29 19:21:56
阅读次数:
555
cd ~/.ssh/如果目录不存在就新建一个 mkdir ~/.ssh制作公匙
ssh-keygen -t rsa默认会生成id_rsa.pub的公匙将公匙推送到指定的服务器 scp id_rsa.pub
username@server:~/.ssh/id_rsa.pub登录到服务器 ssh use...
分类:
系统相关 时间:
2014-04-29 16:01:32
阅读次数:
625
先确保本地Linux服务器SSH服务开启,如果没有开启直接执行指令:service sshd
start然后我们使用ssh指令进行远程登陆ssh username@ip-address输入passwd指令修改旧密码修改默认账号rootvi
/etc/passwd按i键进入编辑状态修改第1行第1个ro...
分类:
系统相关 时间:
2014-04-29 15:51:22
阅读次数:
586
1.下载angularjs进入其官网下载:https://angularjs.org/?,建议下载最新版的:https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.7/angular.js所有版本:https://code.angular...
分类:
Web程序 时间:
2014-04-29 14:36:28
阅读次数:
895
sudo update-grub运行结果:Generating grub configuration
file ...Warning: Setting GRUB_TIMEOUT to a non-zero value when
GRUB_HIDDEN_TIMEOUT is set is no lon...
分类:
其他好文 时间:
2014-04-28 13:01:32
阅读次数:
1053