Linux

Add linux user through php

users-180x180.png
Warning, this is **NOT** safe!

First, Make sure that your php is NOT running under safe_mode (check your php.ini)

useradd.php

<?php
/*
* Filename: useradd.php
* # this script can add linux user through php, BUT this is NOT safe ! #
* # http://www.upblog.net/add-linux-user-through-php/ #
* Author: alex (kukathe#gmail.com)
* Date: 2008-05-07
*/
error_reporting(E_ALL);
$user = array(
'username' => 'test1',

在ubuntu上用蓝牙耳机打skype

bluetooth_skype.png用Skype打电话真的很便宜,而且还有For Linux的版本,在windows下我可以用上蓝牙耳机打skype,linux(ubuntu)要怎么设置呢?

Laptop: Asus G1s
OS: Ubuntu 7.10
Skype: For Linux 2.0 (Beta)
Bluetooth Headset: Sony Erission HBH DS-200

安装 Bluetooth Headset Manager先
Download

这个包会有两个依赖包
所以先

sudo apt-get install bluez-btsco python-bluez

好了,首先,你得确定你的本本的蓝牙是打开的。
系统->首选项->Bluetooth Headset Manager

Syndicate content