码迷,mamicode.com
首页 >  
搜索关键字:debian 授权用户 sudo权限    ( 3335个结果
PassengerNginxdebian快速部署Rails
Passenger/Nginx/Debian快速部署RailsPassengerNginxdebian快速部署Rails安装所需的linux包sudo apt-get install build-essential bison openssl libreadline6 libreadline6-de...
分类:其他好文   时间:2014-09-29 12:25:11    阅读次数:239
debian下使用shell脚本时出现了 declare:not found 解决方法
问题:出现declare:not found的提示解决:原来,UBUNTU用的是dash(后来证明这个其实这个不是错误的原因:从#!/bin/bash到#!/bin/dash,依旧无法运行,在这写出这一点只为引起以后的注意)只需要用sudo dpkg-reconfigure dash指令然后在出现的...
分类:其他好文   时间:2014-09-28 19:48:35    阅读次数:181
debian访问ftp服务器命令
在linux访问时输入 用户名 anonymous 密码直接回车可以匿名登录连接ftp服务器 格式:ftp [hostname| ip-address] a)在linux命令行下输入:ftp 10.18.34.115 b)服务器询问你用户名和口令,分别输入yint和相应密码,待认证通过即...
分类:其他好文   时间:2014-09-28 19:08:03    阅读次数:395
Ubuntu Server更新源-科大源
1.vi /etc/apt/sources.list2.shift+G,跳到最后一行3.换行,加上科大源路径deb http://debian.ustc.edu.cn/ubuntu/ natty main multiverse restricted universedeb http://debian...
分类:其他好文   时间:2014-09-28 17:54:54    阅读次数:134
debian配置ftp
大家好,最近几天我在配置vsftpd,总结出如何更快的配置vsftpd1.我的系统是debian 5.02.安装 vsftpd,apt-get install vsftpd3.配置 vsftpdcd /etc/4.备份vsftpd.conf(以防配置错误,可以回复原来的配置文件)cp /etc/vs...
分类:其他好文   时间:2014-09-28 17:30:03    阅读次数:181
debian init
1 bash_completion默认是没有bash 自动补齐的,比如apt-get install 后面是不会自动补齐的,这个在ubuntu里面是有的,debian 里面默认没有开启开启方法是vim ~/.bashrc. /etc/bash_completionsource ~/.bashrc2 ...
分类:其他好文   时间:2014-09-28 17:22:23    阅读次数:146
iconv 编译不通过问题
升级Debian到wheezy后重新编译php。在编译libiconv时出错(话说俺居然没有找到这货的二进制包)./stdio.h:1010:1: error: 'gets' undeclared here (not in a function)下面报make[2]: *** [progname.o...
分类:其他好文   时间:2014-09-28 15:50:22    阅读次数:221
软件仓库
RPM包大家转码都能用,如果说前端的软件包管理器,貌似就REDHAT;RHEL; 另外: Fedora的yum Debian/Ubuntu的apt openSUSE的zypp Mandriva的urpmi Slackware的slackpkg Archlinux的pacman Gentoo的emerge Foresight的conary Pardus的pisiGoogle真是好人啊,整理了好多linux的软..
分类:其他好文   时间:2014-09-24 20:35:58    阅读次数:266
[转]树莓派(raspberry)启用root账户
树莓派使用的linux是debian系统,所以树莓派启用root和debian是相同的。 debian里root账户默认没有密码,但账户锁定。 当需要root权限时,由默认账户经由sudo执行,Raspberry pi 系统中的Raspbian 默认用户是pi ...
分类:Web程序   时间:2014-09-24 12:39:06    阅读次数:210
saltstack源码-启动1
决定看salt的源码了.干脆就从最基本的看起来,先看它的启动过程开始第一步用/etc/init.d/salt-master start 启动找到那个文件,发现有3种启动方式,suse,debian,centos的启动方式各不一样,我测试机和线上环境都是centos的,所以直接就看Centos的......
分类:其他好文   时间:2014-09-24 03:13:05    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!