ubuntu
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 · 1962 阅读 · 0 评论 -
.vimrc
" Ctagsset tags=tags;set autochdir" TagListlet Tlist_Show_One_File=1let Tlist_Exit_OnlyWindow=1let Tlist_Auto_Open=1nmap :Tlist" cscopeif has("cscope") set csprg=/usr/b原创 2016-10-14 21:55:19 · 236 阅读 · 0 评论 -
ubuntu terminal use proxy
For apt-getmodify /etc/apt/apt.conf$ cat /etc/apt/apt.conf Acquire::http::proxy "http://username:passowrd@proxy:proxy_port";Acquire::ftp::proxy "ftp://username:password@proxy:proxy_port";A原创 2016-10-10 16:59:26 · 1079 阅读 · 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 · 1129 阅读 · 0 评论 -
ubuntu 14.04 install TL-WN823N
TP-Link driverhttp://www.tp-link.com/lk/download/TL-WN823N_V1.html#DriverSource codehttps://github.com/christiantroy/TL-WN823N-V2Build error with not defineSTATION_INFO_RX_PACKET原创 2016-10-10 14:04:47 · 1989 阅读 · 0 评论 -
Zoneminder
https://www.zoneminder.com/使用ZoneMinder之前需要先安装配置好LAMP执行:sudo apt-get install zoneminder默认安装后执行:sudo ln -s /usr/share/zoneminder /var/www/ 进行链接重启apatch2 执行:sudo /etc/init.d/apatch2 restart原创 2016-05-06 13:08:05 · 3298 阅读 · 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 · 3802 阅读 · 1 评论 -
ubuntu 14.04.4 install
Tool: unetbootin-windows-608.exehttps://unetbootin.github.io/ISO: ubuntu-14.04.4-server-amd64.isohttp://mirrors.yun-idc.com/ubuntu-releases/14.04.4/FAQ:When you get原创 2016-06-20 15:17:17 · 583 阅读 · 0 评论 -
ubuntu server shutdown
(1)立刻关机:shutdown -h now(2)立刻重启:shutdown -r now (注意:快速重启可以用“ctrl+Alt+Delete”,而且可以不用root权限的。)(3)一分钟后重启,并提示:shutdown -r +1 "系统将要重新启动!"(4)定时关机,例如晚上八点半:shutdown -h 20:30原创 2016-04-22 12:26:49 · 644 阅读 · 0 评论 -
ubuntu server partation config example
Ubuntu-server 14.04 1T1. Primary | /boot | 100M | bootable flag2. Primary | swap | 8G 3. Primary | / |2G4. Logical | /home | 10G5. Logical | /tmp | 5G6. Logical |原创 2016-04-29 14:58:01 · 284 阅读 · 0 评论 -
[forward] Use USB-Serial adapters via Windows Subsystem for Linux
https://www.scivision.co/usb-tty-windows-subsystem-for-linux/Use USB-Serial adapters via Windows Subsystem for Linux 1 minute read On this pageNotes WSL USB-serial troubleshooting Windows ...转载 2018-11-23 11:14:58 · 426 阅读 · 0 评论