由于需要将X86下开发的SMS源码(手机IrDA直接连接或者串行线间接连接)移植到UNIX下,因此在RedHat下需要开启红外功能,不知在图型化Linux内核配置程序中修改了IrDA属性后是否有效,还需要做哪些设置?如果将我的手机和本本直接对连是否有效,在哪里可以看到其连接状态?我是在VMWARE下开发,如果有此经验者请给予帮助?在此先谢过了...
由于需要将X86下开发的SMS源码(手机IrDA直接连接或者串行线间接连接)移植到UNIX下,因此在RedHat下需要开启红外功能,不知在图型化Linux内核配置程序中修改了IrDA属性后是否有效,还需要做哪些设置?如果将我的手机和本本直接对连是否有效,在哪里可以看到其连接状态?我是在VMWARE下开发,如果有此经验者请给予帮助?在此先谢过了...
enable SSH Server 在etc/rc.d/rcS文件中增加配置IP的命令:ifconfig eth0 192.168.7.236 同时开启SSH服务:/etc/rc.d/init.d/sshd start第一次执行时间较长,因为会产生一些rsa文件。 更好的方法:在/etc/rc.d/rc.conf文件的cfg_servers中增加sshdall_services="mount-proc-sys mdev udev hostname devfsd depmod modules filesystems syslog network inetd portmap dropbear sshd boa smb dhcpd settime qtopia watchdog gtk2 pa...
Go to /path/to/phpmyadmin/config.inc.php (or something similar) Change these settings: $cfg['Servers'][$i]['controluser'] = 'pma'; $cfg['Servers'][$i]['controlpass'] = 'yourpass'; (don't forget to give user pma a password otherweise people can easily see your table design info) ///////////////////////////////////////////////////////////////////////////////// Now change the names of the databases ...
iwk-msi.tar 当前Solaris的4965AGN无线网卡芯片还不支持MSI,我按照SDN上一篇文章( http://developers.sun.com/solaris/articles/interrupt_handlers.html )上说的改改,竟然工作了,以前系统启动的时候老是有这样的提示: unix: [ID 954099 kern.info] NOTICE: IRQ17 is being shared by drivers with different interrupt levels. 后来一看,一个中断三个ISR, # mdb -k Loading modules: [ unix genunix specfs dtrace ...
1: install im-switch, by using "apt-get install im-switch" 2: "im-switch -s none" to remove all installed input methods 3: "im-switch-s scim" to integrate scim with your windows 4: reboot and see what you get 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/61800/showart_1354086.html
具体配置过程请参考: http://hi.baidu.com/ahli/blog/item/a10b51da46de99deb6fd488e.html 配置成功之后,就可以通过export DISPLAY命令将其它系统上的GUI窗口显示在ubuntu里了 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/78078/showart_1164115.html