
linux
xuyss
农民
展开
-
Ubuntu Web服务器的搭建
LAMP(Linux+Apache+MySQL+PHP/Perl/Python)和 LNMP(Linux+Nginx+MySQL+php/perl/Python)使用Linux作为操作系统,Apache或者Nginx作为Web服务器,MySQL作为数据库,PHP/Perl/Python作为服务器端脚本解释器1. 安装apache2.0执行:sudo apt-get in原创 2016-05-05 13:05:28 · 1978 阅读 · 0 评论 -
Ubuntu IP设置 /etc/network/interfaces
Ubuntu IP设置 /etc/network/interfaces 2013-04-07 11:35:02分类: LINUX$ sudo vi /etc/network/interfacesauto loiface lo inet loopbackauto eth0iface eth0 inet static #ipaddress转载 2016-04-21 11:24:47 · 3823 阅读 · 1 评论 -
cygwin apt-cyg
cygwin apt-cyg进入全屏http://code.google.com/p/apt-cyg/# 下载工具svn --force export http://apt-cyg.googlecode.com/svn/trunk/ /bin/ # 更改权限chmod +x /bin/apt-cyg原创 2016-10-09 15:05:32 · 411 阅读 · 0 评论 -
Ubuntu server ssh
Ubuntu判断是否安装ssh服务,通过如下命令进行:ps -e | grep sshssh-agent表示ssh-client启动,sshd表示ssh-server启动了。如果缺少sshd,说明ssh服务没有启动或者没有安装。安装ssh-client命令:sudo apt-get install openssh-client安装ssh-server命令:sud原创 2016-04-21 12:58:17 · 1169 阅读 · 0 评论 -
LINKS of OpenWRT and Nuttx
OpenWRThttps://wiki.openwrt.org/starthttp://www.openwrt.org.cn/Examples of OpenWRThttp://www.jbprojects.net/projects/wifirobot/http://blog.chinaunix.net/uid-210143-id-2409658.h原创 2018-01-22 10:44:26 · 339 阅读 · 0 评论 -
Ubuntu 16.04下添加新用户
某些情况下,Ubuntu 使用useradd 新用户名,在home 文件夹下面看不到新创建的用户文件夹,例如:root@worker:/home/kuku# useradd spark root@worker:/home/kuku# passwd spark Enter new UNIX password: Retype new UNIX password: passwd: pass...转载 2018-11-07 09:43:31 · 274 阅读 · 0 评论 -
Fix arm-none-eabi-gcc: Syntax error: word unexpected (expecting ")")
Build error log:/projector/prebuilts/gcc/linux-x86/arm/arm-none-eabi-4.9/bin/arm-none-eabi-gcc: 1: /projector/prebuilts/gcc/linux-x86/arm/arm-none-eabi-4.9/bin/arm-none-eabi-gcc: Syntax error: word ...原创 2018-12-14 14:28:11 · 1296 阅读 · 0 评论