Jump to content
xisto Community

gentoo

Members
  • Content Count

    41
  • Joined

  • Last visited

Everything posted by gentoo

  1. Sorry to prodigy,I think I should quote to say clearly for this topic. I have little experience in iptables. But I think there is a easy solution to it. Let linux as gateway . Firstly,open ipforward,let linux box act as router. for ipv4: echo "net.ipv4.ip_forward = 1" >> /etc/sysctl.confsysctl -pthen set up a local network(here is a ethernet example) : ifconfig eth0 192.168.0.1 255.255.255.0 ifconfig eth1 "your outcoming ip" "your netmask" if not sure iptables -Fiptables -t nat -F Finaly ,set your gateway as 192.168.0.1 and select some ip such as 192.168.0.2 in your windows box. It is more compilicated if you like your windows box can be visited by internet directly.You have to google some useful information about "arp proxy" ,"iptables". I have just succeed in this only once(In that case,the interface is vtun).
  2. Another creative software: http://forums.xisto.com/no_longer_exists/ You can ignore below if you have click the link above. ScreenShot Features * Uses GMail messages as "entries" (the message star is the publish status) * Replies to conversations are the "entry comments" * Uses libgmailer (gmail-lite project) to connect to GMail * Uses XML/XSLT * Support jpeg/png attachments * Support comments from the web * Is free software ;-) (GPL)
  3. In linux, message can be added to /etc/issue. here is welcome message in my computer: This is \n.\O (\s \m \r) \texample with ansi C color for gentoo: ^[[0;35;40m .^[[0;35;40m .vir. d$b^[[0;35;40m .d$$$$$$b. .cd$$b. .d$$b. d$$$$$$$$$$$b .d$$b. .d$$b.^[[0;35;40m $$$$( )$$$b d$$$()$$$. d$$$$$$$b Q$$$$$$$P$$$P.$$$$$$$b. .$$$$$$$b.^[[0;35;40m Q$$$$$$$$$$B$$$$$$$$P" d$$$PQ$$$$b. $$$$. .$$$P' `$$$ .$$$P' `$$$^[[0;35;40m "$$$$$$$P Q$$$$$$$b d$$$P Q$$$$b $$$$b $$$$b..d$$$ $$$$b..d$$$^[[0;35;40m d$$$$$$P" "$$$$$$$$ Q$$$ Q$$$$ $$$$$ `Q$$$$$$$P `Q$$$$$$$P^[[0;35;40m $$$$$$$P `""""" "" "" Q$$$P "Q$$$P" "Q$$$P"^[[0;35;40m `Q$$P" """^[[0;37;40mThis is \n.\O (\s \m \r) \t
  4. I find that I can send "trackback" in MSN SPACES A little introduction to it: " With MSN Spaces, you can now easily build your own personal Web log (blog) to share your photos, thoughts and experiences with whoever you choose. Open your Space to the public or just allow access to family and friends. Show your pictures; tell your stories; all this and more -- FREE!*"
  5. I am a beginner in games too.I hope that my game can run on any os.So I am studying SDL now. And I found a good python modules for writing games: http://www.pygame.org/news.html Python is very easy to be learned,so is pygame,
  6. Part of my collection for kernel hacking. latest kernel source: https://www.kernel.org/ Open Source and GNU's not linux: http://www.gnu.org/ http://www.fsf.org/ https://opensource.org/ Sourceforge and freshmeat is so popular that it is necessary to add them here. Study: https://www.linuxfoundation.org/ http://forums.xisto.com/no_longer_exists/ https://kernelnewbies.org/ http://www.kernelhacking.org/ http://www.nongnu.org/lkdp/ https://linux-mm.org/ http://lxr.linux.no/#linux+v4.8.14/ http://www.linux.org/ http://www.linuxdevices.com/ http://forums.xisto.com/no_longer_exists/
  7. Gentoo is my favorite linux distribution: https://www.gentoo.org/ Here is a list I have tried: turbol linux 6.0 redhat 9 fedora core 1 debian unstable gentoo slackware 10 I would like to custom it to fit my need.Gentoo and slackware are all good enough to change.There are many portage mirrors for gentoo which save me time from install software greately. So I choose gentoo.
  8. winex is a good solution though incompletely.https://www.transgaming.com/ And xmame is my favorite ,too. http://forums.xisto.com/no_longer_exists/
  9. My favorite: https://wiki.gnome.org/Apps/gthumb It works well on gentoo linux.
  10. If you are interested in the structure of linux distribution or "making" your own linux distribution,http://www.linuxfromscratch.org/ is a good start. It is a quick way to study linux distribution.You will found that document at LFS save you time greatly since it seemed that there is no relation between your problems and those document.That is to say,some boring problems will not appeared before you at all if you have read them.
  11. perl do not provide an interactive envrionment to read and run your script by line.But hope this can help you although: perl -ne "eval"
  12. I do not know what is the NAT program inside your modem's rom.I can only give a possible setting if redirect is supported: Private Port: 995Type: TCP Public Port: 110
  13. pop3 runs on port 110 according to "Internet network services list" refered by " Linux Programmer's Manual ".
  14. I use bochs to debug my program. But it is too slow to install windows with bochs for common user. If you do not want to pay for it ,qemu(GPL-2 LGPL-2.1) will probably be a good selection. http://www.nongnu.org/qemu/
  15. Do you mean that there is no driver in fedora core 3?If it is, I think you should google a driver for it.And recompiling kernel with usb hub( or other usb driver) enabled may be help you if that is a usb modem.
  16. You can have a look on vanilla kernel source at https://www.kernel.org/ if you are glad to compile. Usually it can be found in you live-cd.Upgrading and selecting kernel source to install is a quick solution to it.
×
×
  • 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.