Jump to content
xisto Community

gentoo

Members
  • Content Count

    41
  • Joined

  • Last visited

  1. I am not sure. I have to wait until the cache of proxy expire. Welcome Guest<p>You may view the current ban list ...
  2. I got 404 error. I think I should sleep now though it is intersting...
  3. Whould you like to give me some links on hacking challenge? I am intersted in it after viewing your hacking challenge.
  4. Interesting! I think I am charmed by this kind of game!
  5. 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.
  6. 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.
  7. I can changed the A record but not NS record of my domain. That is to say, I can let my domain point to Xisto's ip and I can't changed the name server of my domain to do a dns delegation. Does this type of domain can be added to virtual host here? Thanks.
  8. 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?
  9. 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()
  10. 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/
  11. 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.
  12. 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!
  13. 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
  14. 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!
  15. 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!
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.