gentoo
Members-
Content Count
41 -
Joined
-
Last visited
About gentoo
-
Rank
Newbie [Level 3]
-
I am not sure. I have to wait until the cache of proxy expire. Welcome Guest<p>You may view the current ban list ...
-
I got 404 error. I think I should sleep now though it is intersting...
-
Whould you like to give me some links on hacking challenge? I am intersted in it after viewing your hacking challenge.
-
Interesting! I think I am charmed by this kind of game!
-
hmm, it is more difficult to do challenges via proxy. Due to cache , a single error result in failure for a long time. I am not sure wether "Progma: nocache" is useful.
-
How Can I Get /dev/null Back? deleted /dev/null by mistake
gentoo replied to jedipi's topic in Websites and Web Designing
A script named MAKEDEV is available in most of linux distribution. If you are puzzled about the major and minor number of device or only tired to do this, MAKEDEV is a good solution. -
Need Xorg To Listen On Network When Started By kdm-3.4
gentoo replied to qwijibow's topic in Websites and Web Designing
I am using gdm. There is a very friendly config program named gdmconfig together with gdm. Is there some gui program to kdm like gdmconfig to gdm? -
Python is sensitive to indent. I am not sure whether it is the reason. But , at least , these run well on my gentoo box: #!/usr/bin/env pythonfrom Tkinter import * # get widget classesclass Inputer(Frame): # subclass our GUI def __init__(self, parent=None): # constructor method Frame.__init__(self, parent) self.pack() ent = Entry(self) ent.insert(0, 'Type words here') # set text ent.pack(side=LEFT) # grow horiz ent.focus() # save a click ent.bind('<Return>', (lambda event: self.input(ent.get()))) # on enter key widget = Button(self, text='Query', command=self.input(ent.get())) widget.pack(side=RIGHT) def input(self,text): print textif __name__ == '__main__': Inputer().mainloop()
-
Xen can run multiple guest operating systems (now linux is supported well) in the same time with unprecedented levels of performance. Due to high performance, it can be used to build VPS too. The porting to other operating sytem is ongoing. Some links: Homepage: http://www.cl.cam.ac.uk/research/srg/netos/projects/archive/xen/ License: It is released under the terms of the GNU General Public License Performance: http://forums.xisto.com/no_longer_exists/
-
Homepage:old The latest release of it is at Project Page To my supprise ,it can download website with ftp,ftp over ssl,http,https,even gopher.http proxy ,username:password,socks5 proxy,norobots are all supported! I can't keep quiet after find it..Luck and give a tries. Just visit the project page and have a try. Good luck.
-
Are there any good tools to search ftp servers in a large lan?It is hoped to create a www search form to search any file in the lan's ftp servers and give the absolute link in the result index page.It seemed that parker can do this.But I can't find the real homepage of it.I will be very glad if you can introduce a new tool with more performance.Appreciate for your help very much!
-
It is a hard work to write a new os and the drivers together with it. But I think it is more difficult to devise a new os with enough feature usefull.If I have enough knowledge about os devising someday,I will select a specific and interesting new feature as my target to begin. Just return to school then found that my credits expired ... Never mind,I will begin again.Long time no see ,friends
-
Isp email is needed to apply for a register on some sites.Would you like to tell me what is "ISP EMAIL"? I have ever bought an email in some server.And I found that the free accounts and nonfree accounts in that server share the same domain in email address.It is impossible to tell free account from nonfree account in that sever.I don't think those site with requesting for isp-email will validate the "Nonfree email" by bothering the admin in these mail servers.So I am puzzled.Appreciate for your help!
-
You can Play now in Linux These is a list of the games.
gentoo replied to jamesleon's topic in Websites and Web Designing
Yeah,this would happen to winex or wine as you expected. But I find that xmame works well like mame and the game run by xmame don't lag. If you like arcade game ,xmame is good enough at speed. Certainly there are many parameters to compile this emulation for a good performance.It is as interesting as game to build xmame fitting your need! If you are not instereste in this,a distribution like gentoo or debian maybe good selection for you:just apt-get or emerge to install xmame.Especially in gentoo, you can custom many parameters with use flag,here is my default setting for xmame: games-emulation/xmame-0.89 -3dfx +X +alsa -arts -debug -dga +esd +ggi -joystick -net +opengl +sdl +svga +xv 14,583 kB Enjoy!