Chinaunix首页 | 论坛 | 博客
  • 博客访问: 746324
  • 博文数量: 217
  • 博客积分: 2401
  • 博客等级: 大尉
  • 技术积分: 2030
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-16 06:58
个人简介

怎么介绍?

文章分类

全部博文(217)

文章存档

2023年(2)

2022年(3)

2021年(29)

2020年(12)

2019年(5)

2018年(5)

2017年(5)

2016年(3)

2015年(6)

2014年(12)

2013年(16)

2012年(9)

2011年(6)

2010年(15)

2009年(30)

2008年(59)

我的朋友

发布时间:2013-01-12 13:11:04

/etc/odbcinst.ini:[ODBC Drivers]MYODBC = InstalledFreeTDS = Installed[MYODBC]Description = MyODBC for MySqlDriver = /usr/lib/odbc/libmyodbc.soSetup = /usr/lib/odbc/libmyodbc.so[MYODBC3]Description = MyODBC3 for MySQLDriver = /usr/lib/odbc/libmyodbc3.soSetup = /usr/lib/odbc/libmyodbc3.so[FreeTDS]Desc......【阅读全文】

阅读(704) | 评论(0) | 转发(0)

发布时间:2013-01-10 09:17:06

http://www.linuxproblem.org/art_9.html我最后一步是手动做的。SSH login without passwordYour aimYou want to use Linux and OpenSSH to automize your tasks. Therefore you need an automatic login from host A / user a to Host B / user b. You don't want to enter any passwords, because you want to call ssh from a withi......【阅读全文】

阅读(850) | 评论(0) | 转发(0)

发布时间:2013-01-07 13:03:54

1. 创建帐号:useradd username2. 让这个帐号有sudo权限:sudo usermod -a -G sudo username3. 通过配置/etc/sudoers,让这个帐号使用sudo权利时不必输入密码:visudo     这一步可以参考sudoers文件中已有的一行:root  ALL=(ALL:ALL) ALL     第一个ALL是指可以在所有ip下使用,括号里的ALL应该是可以以哪些帐号来使用,括号后面的ALL是可以在执行哪些命令时不输入密码。ALL是指所有,也可以根据需要来具体配置,比如像下......【阅读全文】

阅读(5762) | 评论(0) | 转发(1)

发布时间:2013-01-07 11:13:00

1)At that moment this method is not working because of a small bug in lightdm, it should be fixed soon. Please check the bug status before applying this method.Heres what you want to do:First, make a backup of your config.sudo cp /etc/lightdm/users.conf /etc/lightdm/users.conf.bakThen, you need to e......【阅读全文】

阅读(1349) | 评论(0) | 转发(1)

发布时间:2013-01-07 05:58:18

这样的user没有home directory,不会在login页面显示。By default the command useradd doesn't create home directorys, but for a daemon I recommend you also use the system option and change the shell to a non-existent one so no one can login with said account (in ssh for example):sudo useradd -r -s /bin/false USERNAME......【阅读全文】

阅读(670) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

c6677822010-03-17 15:16

主人你好: 我能加你为QQ好友么,想跟你学点东西。不胜感激!!! 我的qq号码:342152648 敬礼!

回复  |  举报
留言热议
请登录后留言。

登录 注册