Monday, June 25, 2007

IE?Firefox!



我是转贴的哈,知道原文的告诉我链接,负不起法律责任哈!!!

Tuesday, June 19, 2007

About AsteriskNow root login

http://forums.digium.com/viewtopic.php?t=12559

if you wanna login AsteriskNow system as root,pls sudo passwd root,change the default password,then login again,you can see detail message via that link.

Sunday, June 17, 2007

css_cheat_sheet

我是转贴的哈,知道原文的告诉我链接,负不起法律责任哈!!!

Wednesday, June 06, 2007

XDMCP Configuration in linux

http://wmltd.co.uk/index.php/products/nomachine_thin_client/setting_up_x



这篇文章里介绍了各个发行版的linux的XDMCP Configuration,在Suse底下的最简单,只要把防火墙打开就可以了,我用的是OpenSuse10.2,KDE,下面这个只是参考:



OpenSUSE 10.1


Assumptions: gdm is the display manager, as it is by default for OpenSUSE 10.x.


Firewall


Login as your normal user and  run Yast (Applications Menu ->
"System" -> "YaST"). You'll be prompted for your password. Go to the
Firewall configuration section ("Security and Users" -> "Firewall".
The firewall was running on my default install of OpenSUSE, so it's
necessary to allow access for xdmcp packets. In the left hand window,
click on "Allowed Services". In the right hand window, choose "Remote
Access to Display Manager" from the "Service to Allow" drop-down menu
and then press the "Add" button (This opens port 177/tcp+udp). You're
allowing access for the "External Zone" if it's a simple single network
interface PC. That is, you're allowing packets into your computer from
the outside LAN/world. Now press "Next" then "Accept". The firewall is
now configured.


Display Manager


There are two files which need to be edited for a default install of
OpenSUSE. The first can be edited in YaST - go to "System" ->
"/etc/sysconfig Editor". You'll get a window with a tree of all the
settings on the left. Choose "Desktop" -> "Display Manager" then
highlight the DISPLAYMANAGER_REMOTE_ACCESS setting. In the right window
you can now set this to "yes" and press the "Finish" button.

Now you
need to close YaST and open a terminal window, and type "su" to become
the root user. edit /etc/opt/gnome/gdm/gdm.conf (I used nano to edit
the file) and scroll down to about line 229 and set Enable=true within
the [xdmcp] section of the file.

Now you need to re-start xdm to
make the changes stick. Logout, then either reboot, or: Press
Ctrl-Alt-F1 to get a text terminal. Login as the root user, then type:


/etc/init.d/xdm restart


The display manager will re-start and you can now point your WML
Linux Thin Client at your OpenSUSE server and get a login window. Note
that if you want the remote login window to look the same as the local
login window, then go back to /etc/opt/gnome/gdm/gdm.conf and look for
the relevant setting to change.







Powered by ScribeFire.

Monday, June 04, 2007

uninstall ubuntu

http://www.users.bigpond.net.au/hermanzone/p18.htm

这个网站告诉了你至少6种方法删除linux————当你得PC是windows&linux双系统的情况下.
我喜欢最后一种:Mbrfix.exe

http://www.sysint.no/en/Download.aspx

这是个windows工具,你可以轻松的修复你的MBR。

MbrFix.exe

MbrFix.exe is a useful tool for professionals or serious
hobbyists, it has been updated to work for Vista as well. It can do a
whole list of other neat operations as well.

1) Download a small utility called MbrFix.exe here, http://www.sysint.no/en/Download.aspx
Read all about MbrFix.exe here, http://www.sysint.no/nedlasting/mbrfix.htm

2) Paste the file to the root of drive C:

If you don't know what I mean by 'the root of drive C, just open in 'My
Computer, Click on Local Disk (C:), open it, and paste MbrFix.exe.there.

3) Click 'Start'->;'Run', type CMD (for a Command Prompt).

The command prompt will at first be something like,

(Where 'Herman' is my username for Windows, yours will probably be something different).

Change it to just a C: prompt by typing: cd \ , then press 'Enter'.

After that you should just have a plain C:\>

Type this command after the C:\>: MbrFix /drive 0 fixmbr /yes
for example,

Nothing much will appear to happen, your monitor may blink slightly,
that's all. You will see the plain C:\> again. Type 'exit'.

4) That's it! Reboot to see if it worked.

Wednesday, May 30, 2007

A trial Sip proxy server can run in different OS

http://www.brekeke.com/



Pls see that link,you can download a windows version installed in your laptop for 60 days trial.It's user-friendly and you can manage it through webserver(based on java,tomcat).





Powered by ScribeFire.

Sunday, May 27, 2007

Firefox something

You know firefox is my favourite open-source web browser and there are lots of add-ons drive me crazy,but which is the best valuebal,pls see these articles come from Computerworld.com:

20 must-have Firefox extensions

Top 10 Firefox extensions to avoid

and

15 Coolest Firefox Tricks Ever

come from lifehack.org

Thursday, May 24, 2007

PPPoE client configure for IP phone----Writen by welv

当Server配置成功后,剩下的工作就是配置client了,么什么复杂,就是路由!
Client拨进去以后,得到的默认网关是PPPoE-Server的地址,所以如果你的一些上层服务的Server与pppoe-server不在同一个网段里,就很麻烦了。

举个例子:

Sip-phone--------- >PPPoE-Server sip-server
10.74.52.51 10.74.52.50 10.74.51.200

此时电话是以10.74.52.50为默认网关的,而10.74.52.50又不具备转发能力,故电话注册不上

解决方案:
为PPPoE-Server加装网卡,一块连51网段,另一块连52网段,然后做路由,就变成这个样子


Sip-phone<------------------->PPPoE-Server<--------------------------->Sip-server
10.74.52.51 10.74.52.50 10.74.51.250 10.74.51.200

然后使能两块网卡的IP转发能力,此时的路由表是这样的:

Destination Gateway Genmask Flags Metric Ref Use Iface
10.74.52.0 10.74.52.1 255.255.255.192 UG 0 0 0 eth0
10.74.51.0 10.74.51.1 255.255.255.0 UG 0 0 0 eth2
link-local * 255.255.0.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo

现在,电话发往Sip-server的包目的地址可达了,但是Sip-server却不知道回去的地址,你必须给它也加一条到目的地址10.74.52.50的路由,下一跳指向10.74.51.250:

route add -host 10.74.52.50 gw 10.74.51.250

然后路由表变成这样:

Destination Gateway Genmask Flags Metric Ref Use Iface
10.74.52.51 10.74.51.250 255.255.255.255 UGH 0 0 0 eth0
10.74.51.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default 10.74.51.1 0.0.0.0 UG 0 0 0 eth0

得,成了!!!

Monday, May 21, 2007

pppoe-server in linux install&configure----writen by welv

我的RS3么搞定,所以移到OpenSUSE上来搞。

网上有现成的rpm包,找来装上就成,不会有什么麻烦,装完后:

linux:~ # rpm -qa | grep ppp
ppp-2.4.4-24
rp-pppoe-3.8-5
smpppd-1.59-38
linux:~ #

然后就是配置了,主要是在/etc/ppp/目录下,
首先是认证方式:pppoe-server-options文件里,pap or chap,pap不好用,只能用chap;
其次是在相应的文件里指定用户名和密码,比如chap-secrets:

# client          server        secret         IP addresses
"21026A"           *           "cisco1"        10.74.52.51
"21026AA"         *           "cisco12"      10.74.52.52
"21026AAA"       *           "cisco123"    10.74.52.53

再后来就么什么了,启动程序吧:

linux:/etc/ppp # pppoe-server --help
pppoe-server: invalid option -- -
Usage: pppoe-server [options]
Options:
-I if_name -- Specify interface (default eth0.)
-T timeout -- Specify inactivity timeout in seconds.
-C name -- Set access concentrator name.
-m MSS -- Clamp incoming and outgoing MSS options.
-L ip -- Set local IP address.
-l -- Increment local IP address for each session.
-R ip -- Set start address of remote IP pool.
-S name -- Advertise specified service-name.
-O fname -- Use PPPD options from specified file
(default /etc/ppp/pppoe-server-options).
-p fname -- Optain IP address pool from specified file.
-N num -- Allow 'num' concurrent sessions.
-o offset -- Assign session numbers starting at offset+1.
-f disc:sess -- Set Ethernet frame types (hex).
-s -- Use synchronous PPP mode.
-u -- Pass 'unit' option to pppd.
-r -- Randomize session numbers.
-d -- Debug session creation.
-P -- Check pool file for correctness and exit.
-h -- Print usage information.

PPPoE-Server Version 3.8, Copyright (C) 2001-2006 Roaring Penguin
Software Inc.
PPPoE-Server comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under the terms of the GNU General Public License, version 2
or (at your option) any later version.
http://www.roaringpenguin.com
linux:/etc/ppp #

 

晕了吧,简单点的:
linux:/etc/ppp #pppoe-server -I eth0 -S sipurash -L 10.74.52.50 -R 10.74.52.51 -N 3

明白了吧,easy哈?

Friday, May 18, 2007

值得推荐的Firefox插件----Mouse Gestures

http://optimoz.mozdev.org/gestures/index.html

这是个好东西,鼠标在页面上划来划去,就可以控制浏览器前进、后退等等动作。

赞!!!

Tools for windows access linux volumes

http://www.fs-driver.org/index.html

“ It provides Windows NT4.0/2000/XP/2003 with full access to Linux Ext2 volumes (read access and write access)। This may be useful if you have installed both Windows and Linux as a dual boot environment on your computer.

The "Ext2 Installable File System for Windows" software is freeware.”

----copy from the website

Monday, May 14, 2007

Realplayer不能运行的原因

下面这个链接解释了为什么装完Realplayer不能用的原因--竟然是与输入法冲突

https://help.ubuntu.com/community/RealplayerInstallationMethods?action=show&redirect=RealPlayerInstallationMethods#head-952f28daf565230d2827780b6cf3f7d31e116299

"RealPlayer and SCIM

RealPlayer might not start if using SCIM as the default input method. When trying to launch from the terminal one gets the error message

Segmentation fault (core dumped)

This issue can be resolved by setting the environment variable GTK_IM_MODULE to the value xim (instead of scim).

export GTK_IM_MODULE=xim

After typing this in a terminal, RealPlayer can be started from this terminal. In order to make this setting the default, one can for example write a small shell script which first sets the above environment variable and then launches the RealPlayer."----copy from that website

Friday, May 11, 2007

Debian etch installation from windows guide----Writen by welv

From http://goodbye-microsoft.com/ website,you can download a debian.exe file,run it from your windows platform,it will instruct you install a debian system step by step.

Of course,you need keep internet connection.

When you finished base system installation,you will confused why it can't enter a Xwindows system,don't worry,just following http://www.debsir.org 's documents do:

1.apt-get install xorg

2.apt-get install kde-core

3.apt-get install kde-i18n-zhcn(chinese support)

4.apt-get install kmix(for audio)

5.apt-get install gtk2-engines-clearlooks gtk-qt-engine(some themes)

6.apt-get install kdm(login manager)

Then reboot,you can enter

Thursday, May 10, 2007

Debian和Ubuntu的故事:在冲突中共存

人们常常认为一个开源软件工程的优点之一就是不会彻底的消失的。一旦某个人开放了代码,其他人就可以获得和利用它。但是一个以存在的项目为基础的项目往往与其原始项目产生矛盾。而且随着项目名声扩大,冲突也越来越多,例如Debian和Ubuntu。

  Debian项目始与1993年。它有它自己的方针和政策来指导一套高质量的版本的发行。因为所有的开发者都是自愿人员,所以Debian没有固定的 发行时间表。有数个其他发行版是以Debian为基础开发的,但它们都显得默默无闻——除了Ubuntu。这个始于2004年的项目现在毫无疑问的成为在初学者和中等水平用户中最流行的版本。

  与Debian不同,Ubuntu开发人员的工作被支付以报酬。他们中的一些人是以前Debian的开发人员;也有一些人同时服务于两个项目。 Ubuntu项目的发起人是Mark Shuttleworth,一位前Debian开发人员。他创立Thawte公司提供数字认证和网络安全服务。1999年他把公司卖给了Verisign 而成亿万富翁。

  Ubuntu在Debian开发版基础上开发。它的优势之一是其全职的研发人员,这可以使Ubuntu可以许诺以六个月的周期发布新版本。 Shuttleworth已经公开表示虽然Ubuntu是免费的,但其创立的Canonical公司将会以成本价格提供技术服务支持。相反,Debian的发布时间表的观念是什么时候准备好,什么时候发布。其在2005年中代号Sarge的最新版的发布是在前一个版本发布的三年半以后。

  Debian的决策过程是所有开发者共同参与的,采取自愿原则。而在Ubuntu,一旦决策出现僵局,Shuttleworth就成为最后的决策者。而Debian的邮件列表上常常会爆发激烈的辩论——这些问题往往是无关紧要。而且这种辩论会持续很长时间。

  最近两个项目的不同之处由于Mark Garrett离开Debian项目而成为公众焦点。Garrett做了四年的开发工作,是去年离开项目领导人之一。(澳大利亚的Anthony Towns被选为新的领导人。)Garrett发布了一份辞职声明。在声明中,他非常赞赏Ubuntu的严格的组织结构。用他的话说:“有一个具有独裁的的领导权和话语权的人对很多事情都会有很大帮助。”

  (Garrett这段话实际上讽刺地表达了一个开源程序员对更多的属于“大教堂”开发模式中的特征的认同。“大教堂”这个词由开源领袖 Erics.Raymond用来概括私有软件的开发模式而得名。他用他称为“集市”模式来与之对比。后一种模式最好的例子就是Linux核心的开发。)

  此后Debian和Ubuntu之间的摩擦越来越大。关注到这一变化的Debian项目创始人Ian Murdock号召让Debian与Ubuntu有一个规律的发布周期。同时他希望所有的数量在不断增加的Debian派生版本能够具有共同的核心部分。

  最近,一些Debian的开发者开始认为Ubuntu贡献出来的远远小与它拿走的。于是在今年的在墨西哥举行的Debian年度会议上,一些愤怒的人衬衫上写着“F--- Ubuntu”。长期从事Debian开发工作的Martin Krafft在会议后在博客发表一个长长的贴子概括了Debian社区所共同感受到的不满。另一名开发者Joey Hess也公开对Ubuntu正在把Debian变成一个“组件超级市场”而感到忧虑。

  Hess详细的说道:“我致力于Debian的主要目的就是进我所能使Debian成最好的发行版。我并不介意其他人使用我的工作成果,特别是这种使 用能够获得更多的开源成果。但是很长时间才让我明白最重要的并不是为Debian增加某个软件包,而是找到一种新的方法整合我们的软件。”

  他接着说道:“...,向Debian贡献独立补丁完全不能使Debian共享Ubuntu的组件。这使得Debian浪费大量的时间来做一个追赶的角色,而不是解决怎样在不同的软件包种选择一套合适的软件来组和在一起从而得到完整的全面的提

  怎样解决分歧还有待于进一步观察。但是对于致力于任何一个阵营的人都希望能找到一种适当的方法来促进两个项目的共同进步。

  注:作者是一位有着六年历史的Debian用户。

我是转贴的哈,知道原文的告诉我链接,负不起法律责任哈!!!

Monday, April 30, 2007

Best Freeware, Open source, Free resources

Best Desktop Tools and Office

  1. OpenOffice.org free productivity suite *****
  2. AbiWord Free Word processing *****
  3. PrestoNotes Desktop Notes
  4. TurboNotes - Sticky notes
  5. StyckyPad - Sticky notes
  6. Stickies - Sticky notes
  7. DBDesigner Database
  8. CutePDF Writer PDF Software
  9. GanttProject 2.0 project management
  10. AceMoney Lite Financial Management
  11. Grisbi 0.5.7 personal finance manager
  12. NeoMem Personal Information Manager
  13. Programmers Notepad 2.0.6.1 text editor with special features for coders
  14. Notepad++ Notepad Replacement
  15. Notepad2 1.0.12 text editor
  16. o3find 0.82 Full Text Search for OpenOffice.org documents.
  17. ConvertAll 0.3.1 Unit Conversion program
  18. Wikidpad 1.1.6 Wiki-like notebook
  19. TreeLine 0.14.1 Free Word processing
  20. Tinyspell Spelling Tools
  21. Wordweb Thesaurus*****
  22. TheSage Thesaurus*****
  23. ReplaceEm Text Tools
  24. PagePlus SE - Free Desktop Publishing Software
  25. Hyperwords *****
  26. Wikipedia -the best site around
  27. Google Desktop
  28. Yahoo! Desktop Search
  29. Copernic Desktop Search 1.63
  30. WriteBoard Create, edit, and share documents in your browser
  31. Groove Virtual Office Online file-sharing and collaboration tool
  32. dotWidget 1.0
  33. iColorFolder 1.4.2***** Change the color of your folders
  34. BB4Win Shell replacement
  35. A43 File Management Utility Replace explorer
  36. Brico Packs Desktop enhancement*****
  37. CursorXp Freeware****
  38. WindowsBlinds Free version****
  39. BootSkin Freeware****
  40. ThemeManager Freeware version****
  41. LogonXp****


Best Browsers - Best Email clients - Best FTP - Proxy-P2P- Best News readers
  1. Firefox *****
  2. Avant ****
  3. Maxthon*****
  4. Opera *****
  5. Mozilla Thunderbird 1.5 *****
  6. Pegasus Mail
  7. FileZilla 2.2.18 ftp
  8. SmartFTP 2.0.995.3 ftp
  9. Hmailserver 4.1.1-Build-140
  10. HTTrack Website Copier 3.40 -offline browser utility
  11. FlashGot -downloader
  12. Privoxy -web proxy*****
  13. Tor - anonymous Internet communication system*****
  14. LimeWire p2p
  15. Bittorrent p2p
  16. FolderShare (Windows) sharing
  17. FolderShare (Mac)
  18. Flickr *****
  19. Feedreader ****
  20. GreatNews Rss Reader


Best Antivirus >> Best Firewall >> Best Adware/Spyware>>Popups
  1. AVG free (antivirus)*****
  2. Avast (antivirus)****
  3. Bitdefender 8 Free Edition(antivirus)
  4. ClamWin Free AntiVirus 0.88
  5. Comodo AntiVirus
  6. AntiVir PersonalEdition
  7. ZoneAlarm free (firewall)*****
  8. Comodo Personal Firewall
  9. Kerio (firewall)
  10. Sygate (firewall)
  11. Outpost Firewall (firewall)
  12. GRC Shields Up
  13. AirDefense Personal Lite
  14. All-in-One Secretmaker
  15. Comodo AntiSpam
  16. Lavasoft Ad-aware *****
  17. Spybot *****
  18. Windows defender ****
  19. SpywareBlaster****
  20. Trend Micro HouseCall
  21. HijackThis 1.99.1

Best Online Antivirus scanners
  1. BitDefender Free Online Virus Scan (requires ActiveX)
  2. Computer Associates eTrust Antivirus Web Scanner
  3. Freedom Online Virus Check
  4. F-Secure Online Virus Scanner
  5. Kaspersky Online Scanner (scanner requires ActiveX)
  6. McAfee FreeScan
  7. Panda ActiveScan
  8. RAV Antivirus (scans a file)
  9. Symantec security and virus checks (scanner requires ActiveX)
  10. Trend Micro HouseCall (requires use of a setup program for Netscape browsers)
  11. Virus Total (scans a file)
  12. Pc Pitstop *****

Best Web based mail
  1. Gmail ****
  2. Yahoo Mail *****
  3. MSN Hotmail ***
  4. AIM Mail ****
  5. Inbox Mail *****
  6. MyWay Mail**
  7. Fastmail***
  8. 30gigs**
  9. HushMail
  10. Walla Mail
  11. Goowy Mail

Best Burning Software
  1. CDBurnerXP Pro
  2. Deep Burner
  3. BurnAtOnce
  4. ImgBurn
  5. DVD Shrink
  6. LC ISO Creator

Best Graphics
  1. GIMP 2.2.10*****
  2. Paint.NET 2.6*****
  3. Blender 2.41 *****
  4. Inkscape 0.43 *****
  5. PhotoFiltre *****
  6. PhotoPlus 6****
  7. DrawPlus 4 - Free Graphic Design and Vector Drawing Software
  8. 3DPlus 2 - Free 3D Animation and modeling Software
  9. IrfanView
  10. PhotoVista Panorama
  11. Tux Typing 2 1.5.3
  12. Fast Stone Capture - image capture
  13. Fast Stone Photo Resizer

Best Html Editors - Best CSS Editors - Best PHP
  1. Nvu 1.0 *****
  2. HTML-Kit*****
  3. Cascade DTP
  4. Dev-PHP IDE
  5. DHE Editor
  6. WebPlus 6 - Free Web Site Design & Publishing Software
  7. Alleycode
  8. TopStyle Lite 3.10****
  9. 1stPage HTML Editor
  10. PhpDesigner 2006

Best Blog desktop publishers
  1. Qumana
  2. Windows Live Writer
  3. BlogDesk

Best Sound - Best Video- Best Music Organizers
  1. Audacity 1.2.4b Free sound editor *****
  2. Gungirl Sequencer 0.3.1 Sequencer
  3. Hydrogen 0.9.4-svn Advanced Drum Machine
  4. wxMusik 0.4.2.2 An open-source, cross-platform multimedia player and library.
  5. VirtualDub 1.6.14 VirtualDub is a video capture/processing utility
  6. MusikCube 1.0RC2 Music “library” application similar to iTunes
  7. CoolPlayer build 215 Audio Player similar to Winamp
  8. Media Player Classic 6.4.9.0 Media Player Classic is an all-in-one video player
  9. Foobar2000 Media player
  10. Audiograbber Rip music from cd
  11. iTunes Player/Organizer
  12. Yahoo! Music Jukebox
  13. Kristal Audio Engine
  14. Pandora Listen music online
  15. Audiri Listen music online

Best Calendars - Best Organizers
  1. Chaos Manager Organizers
  2. Google Picasa Photo organizer
  3. Fast Stone Image Viewer ( browser,converter,editor)
  4. Rainlendar 0.22.1 Calendar
  5. Yahoo Calendar
  6. Chandler calendar
  7. Yahoo Widgets
  8. Ta-Da List
  9. Del.icio.us bookmarking
  10. SyncNotes
  11. FreeMind -mapping
  12. Furl bookmarking
  13. XnView organizer

Best IM and Telephony
  1. Trillian Basic
  2. Skype
  3. QNext
  4. Google Talk
  5. Gaim
  6. Miranda IM
  7. Yahoo! Messenger
  8. MSN Messenger

Best Blogging tools
  1. WordPress*****
  2. Blogger ****
  3. LiveJournal
  4. Xanga Classic
  5. Blogsome
  6. Typolis

Best System Tools
  1. PC Inspector File Recovery
  2. Advanced Windows Care (repair and fix windows)
  3. RegToy - tweak and manage xp
  4. TuneXP - system tuneup*****(all in one speedup)
  5. TweakUI -tweaking
  6. WinDirStat 1.1.2 disk usage statistics
  7. Virtual Magnifying Glass v2.36 screen magnification
  8. TaskSwitchXP 2.09
  9. 7-Zip 4.32 file archiver *****
  10. Izarc file archiver
  11. ZipGenious file archiver
  12. TUGZip file archiver
  13. TrueCrypt 4.1 encryption
  14. AxCrypt 1.6.2.3 encryption
  15. Cryptainer LE disk encryption
  16. KeePass 1.04 password storage
  17. Startup Control Panel -startup
  18. Freecommander 2004 -file manager
  19. Cacheman- memory management
  20. Process Explorer -system monitoring
  21. Registry Commander -reg. editor
  22. Erunt -reg tools
  23. TweakNow RegCleaner Standard
  24. RegClean
  25. Regseeker -reg cleaner****
  26. Regcleaner reg cleaner ****
  27. NTREGOPT -registry optimization
  28. Eraser -secure deletion
  29. X-Setup -last free version
  30. Daemon Tools CD disk image virtual drive
  31. CCleaner 1.27.260 - Crap Cleaner *****- reg cleaner, disk cleaner ,uninstaller
  32. Advanced Disk Cleaner disk cleaner
  33. WinDriversBackup - driver backup
  34. Driver Cleaner
  35. Starter-startup
  36. Autoruns-startup
  37. FullSync 0.9.1 file synchronization and backup
  38. Comodo BackUp
  39. SyncBack - backup
  40. Replicator v3.3.4 backup
  41. Diskeeper Lite 9 & NTI Backup Now
  42. PageDefrag - defragmentation tool
  43. GMail Drive 1.0.9
  44. Free Download Manager
  45. HDClone Freee Edition -move content from your hard drive
  46. CPU-Z system information
  47. Unlocker
  48. SendToAny SendTo menu enhancement
  49. Undelete recover lost files
  50. Unknown Devices - Hardware identifier
  51. XP Syspad Windows system utility

Best Content Management System - Web Tools
  1. Joomla (cms)
  2. XOOPS (cms)
  3. Php Wiki
  4. Blog CMS
  5. MODx (cms)
  6. Drupal (cms)
  7. JetBox (cms)
  8. Simple Machines Forum
  9. Php Shop
  10. osCommerce (shop e-commerce)
Just for Referrence,thanks Carol,copy from www.carolsvault.com

Beryl

vista very cool,but it's windows,do u know is there any cool desktop tools for linux?
Definitely yes----Beryl

i recommend Ubuntu

Tuesday, April 24, 2007

Linux Distro Timeline

Slax Bootable USB Drive----ZT by welv

Installing Slax in the pen drive

Now you choose between two options. You can mount the downloaded ISO image of Slax and follow a few steps, or you can burn the ISO image file to a CD-ROM and use the Slax Installer application. I suggest the first approach, because are some little things you must do to get Slax in the pen drive ready. To do so, create a directory -- say /slaxUSB -- on which to mount the ISO image file of Slax, then mount the ISO image:

mount -o loop slax-killbill-5.0.5.iso /slaxUSB/

Now, as root, mount the formated USB device:

mount -t vfat /dev/sda /mnt/sda/

Note that /mnt/sda/ can be any directory you want to use. Copy the entire contents of the directory mounted with the ISO image to the place where you have mounted the pen drive:

cp -ra /slaxUSB/* /mnt/sda/

The -r argument specifies a recursive copy including every directory, and the -a preserves as much as possible the structure of the data in the USB.

Now you need to copy some files in the folder /boot/ of the mounted pen drive to the root of the pen drive so you can boot from it:

cd /mnt/sda/boot/
cp vmlinuz /mnt/sda/
cp initrd.gz /mnt/sda/

Move to the directory where the memory stick is mounted -- in this case /mnt/sda/ -- and change the name of the file isolinux.cfg to syslinux.cfg. Edit the just-renamed syslinux.cfg and delete /boot/ or boot/ from the lines that contain vmlinuz and initrd.gz -- for example, /boot/vmlinuz and /boot/initrd.gz. This changes the location of the files vmlinuz and initrd.gz, making them visible to the bootloader at the time of boot.

Finally, use whereis to check whether you have Syslinux installed. If not, download and extract it to a directory, then run:

syslinux -s /dev/sda

Where /dev/sda is the location of your recent modified Slax with all the files.

Now, reboot your computer, enter the BIOS, and change the boot order. Set USB-ZIP as the first one, then the hard drive, and so on. If your machine is old it's possible that it won't let you boot from USB, in which case you can use a boot diskette or CD, or use Slax as a live CD."

Friday, April 20, 2007

FreeRadius configure with CSPS----Writen by welv

1)Firstly,config your CSPS Authentication using Radius and Scheme using HTTP_Digest, then fill in your primary radius server's ip address and port,such as 10.74.51.42 and port is 1812(authentication default),next is Accounting,turn on and fill in primary server's address too.

2)Secondly,edit
radiusd.conf,uncomment digest in Authenticate{},such as:

authenticate {
Auth-Type PAP {
pap
}
Auth-Type CHAP {
chap
}
Auth-Type MS-CHAP {
mschap
}
# If you have a Cisco SIP server authenticating against
# FreeRADIUS, uncomment the following line, and the 'digest'
# line in the 'authorize' section.
digest
......
}

you can see the reason why we need did like this from the comments

3)edit
users file in the same directory:

DEFAULT Auth-Type := digest
Fall-Through = 1
......

4)insert some account data in mysql database,table
radcheck:

Full Texts id UserName Attribute op Value
Edit Delete 1 pank User-Password == 1111
Edit Delete 2 vincent User-Password == 2222
Edit Delete 3 520601 Password == 520601
Edit Delete 4 512352 Password == 512352
Edit Delete 5 2471 Password == 2471
Edit Delete 6 512332 User-Password == 512332


5)insert some attributes in radgroupreply like this:

Full Texts id GroupName Attribute op Value
Edit Delete 1 user Service-Type == Framed-User
Edit Delete 2 user Framed-Protocol == PPP
Edit Delete 3 user Framed-Compression == Van-Jacobsen-TCP-IP

6)Now you can using your phone register to proxy 10.74.52.42,then it will proxy these register message to radius server 10.74.51.42 for authentication