Linux发行版:CentOS、Ubuntu、RedHat、Android、Tizen、MeeGo作者:阳光岛主原文在这儿Linux,最早由Linus
BenedictTorvalds在1991年开始编写。在这之前,Richard Stallman创建了Free Software Foundatio...
分类:
移动开发 时间:
2014-05-21 21:58:57
阅读次数:
670
1.下载JLink-linux-V422A.tgz,解压,安装。1.1
查看readme文档,安文档一步步安装。1.1.1 安装libusb sudo apt-get-install libusb-dev1.1.2
安装readline库 sudo apt-get-install libr...
分类:
系统相关 时间:
2014-05-21 20:24:28
阅读次数:
431
虚拟机管理软件:Oracle VirturalBox Manager
4.0.8虚拟机:Ubuntu Server 10.10 i386The problem lies in the fact that ethernet MAC
addresses are cached.You need to re...
分类:
其他好文 时间:
2014-05-21 19:27:39
阅读次数:
311
裝好ssh後,發覺無法用root登入,可是sshd_config接正確。後來發現原因在於,Ubuntu沒有root帳號,但是可以透過sudo
-s拿到root權限。su root 密碼怎樣打也行不通,不過sudo -s卻可以。總之就是要用sudo -s 後 執行passwd
建立帳號ref.http...
分类:
其他好文 时间:
2014-05-21 18:13:49
阅读次数:
296
因工作需要特地才做三个系统,其中windows 7 和fadora
19作为工作用的,本人在windows 7 下和fadora 19分别做微软Nao仿真足球机器人和Robcup3D仿真足球机器人。剩下的windows
8.1作为平时用。1. windows 8(8.1) 、windows 7 、f...
Iptables防火墙配置
安装防火墙
sudo apt-get install iptables
查看状态
sudo iptables --list
sudo iptables -A OUTPUT -p tcp --dport 80 -j DROP
浏览器不能上网
清除防火墙设置
Sudo iptables -F
Sudo iptables -D OUTPUT...
分类:
其他好文 时间:
2014-05-21 16:18:12
阅读次数:
316
本文解决的主要是界面程序编译运行后无法显示中文的问题,...
分类:
系统相关 时间:
2014-05-21 16:10:53
阅读次数:
460
ubuntu下运行完整的JXTASHELL命令...
分类:
其他好文 时间:
2014-05-21 15:54:45
阅读次数:
377
编前语:
无意间开始研究起linux,因为目前互联网很多人,包括我都隐约感觉到,windows系统在中国乃至世界在今后的流行度会逐步降低,不为什么,其中最主要的是安全问题,Microsoft
微软公司隶属美国,据棱镜门爆料微软公司曾经和美国国家安全局NASA合作过,这就不免让很多国...
分类:
其他好文 时间:
2014-05-21 11:50:18
阅读次数:
279
1.安装squid3
sudo apt-get install squid3
2,配置squid3
sudo cd /etc/squid3
sudo vim squid.conf
/http_access
N为向下查找 找到http_access deny all 把deny改成allow
3启动squid3
Sudo service squid3 start
关闭
S...
分类:
其他好文 时间:
2014-05-21 11:02:53
阅读次数:
270