随笔分类 -  Linux/Ubuntu

摘要:1.ssh的安装gavin@ubuntu:~$ sudo apt-get install ssh2.生成密钥[html]view plaincopyprint?gavin@ubuntu:~$ssh-keygen[plain]view plaincopyprint?Generatingpublic/p... 阅读全文
posted @ 2015-11-03 11:04 上帝抬不动的石头 阅读(284) 评论(0) 推荐(0)
摘要:一、使用飞鸽传书实现功能目前在linux下使用飞鸽传书的比较流行的软件有iptux和ipmsg。1.1iptuxiptux是ubuntu中一个可以和windows下大家熟悉的飞鸽传书互传文件的软件,在ubuntu软件中心中可以找安装。个人体验还不错,传输速度15M/s左右,(在ubuntu中互传速度... 阅读全文
posted @ 2015-10-06 15:50 上帝抬不动的石头 阅读(1560) 评论(0) 推荐(0)
摘要:1. 安装Nvidia显卡的驱动 http://www.cnblogs.com/chinesedream/articles/4591921.html2. 安装Nvidia显卡的开发包 nvidia-*-dev3. 安装其他OpenGL的开发包 http://www.cnblogs.com/chine... 阅读全文
posted @ 2015-06-21 16:48 上帝抬不动的石头 阅读(802) 评论(0) 推荐(0)
摘要:We are going to use gdb to figure out why the following program causes a segmentation fault. The program is meant to read in a line of text from the u... 阅读全文
posted @ 2015-01-22 13:12 上帝抬不动的石头 阅读(166) 评论(0) 推荐(0)
摘要:Editor ~/.bash_profilealias ls="ls -G"# for colorexport CLICOLOR=1# \h:\W \u\$export PS1='\[\033[01;33m\]\u@\h\[\033[01;31m\] \W\$\[\033[00m\] '注:如果没有... 阅读全文
posted @ 2015-01-07 18:23 上帝抬不动的石头 阅读(278) 评论(0) 推荐(0)