125 Posted Topics
Re: Laitly Gnome, I really dislike kde I never use VNC xnest --query all the way, whats the point of having an Xserver if you don't use it like one :P, thats one of the things i dislike about mac os x , can't use it on my Xterm/xnest/xserver ( I … | |
Re: In linux you can use the following for writing to NTFS Captive NTFS allows write to NTFS drives (free uses wine) - Apparently slow also Paragon NTFS Driver does (commertial) - Exceedingly good | |
Re: If you want to use your box as a router I would strongly recommend IPCop (exceedingly easy to setup). But if you just wanna learn about linux and get your hands dirty, I would definatly suggest Gentoo, They just give you the dirt and instruct you how to make something … | |
Re: I have played around with, A little while ago, an app (a profiler) that checks how optermised your java code is (tells you a range of information on each object, Like memory, and cpu time etc..) something like this would be great for figuring out exactly what is taking alot … | |
Re: If your database is made in access then you will have to use ASP.NET, If your database is MySQL, PosgreseSQL etc, you have the choice of ASP.NET or PHP. You will find some good tutorials on the net for using both for connecting with databases Good Luck and Welcome :) … | |
Re: I doubt you will find much, since java really isn't the best for protocal work and most moden OS's have NAT anyway.. Your best bet would be do it yourself, since i really doubt you will find java NAT, though you might find a http proxy... | |
Re: I have never done this, so I really don't know the deatils on it, but you can use XML for interopratability between java and C#. I Don't know how well this will work in javascript. [url]http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns2/[/url] If the javascript is running on the ASP page in question you could just … | |
Re: Damn I hate kde :) anyway [URL=http://developer.kde.org/documentation/tutorials/]tutorials[/URL]. Good luck with it. Plus in all seriousness linux has no GOOD media players :) | |
Re: [QUOTE]Granted, this program does cost a considerable amount of money depending on what you want...however, there are ways of getting it otherwise. (not that I would).[/QUOTE] I used to use slackware for about a year I think.. The package management systems worse then RPM !! | |
Re: Hmm My first comment would be to download putty, Im pritty certain the windows console dosn't use escape sequences properly, Witch could help you a great deal. you can use tput or escape chars for moving and storing the coursers possie Example of escape char in bash echo -n -e … | |
Anyone know if I can use GnomeBlogger with the Daniweb blogs ? I can use "Self-Run MovableType", "Self-Run Pyblosxom", "Self-Run WordPress" or "Self-Run Other" Most require base blog URL's or XML-RPC url | |
Re: Im pritty dang certain you can't get RID of bad clusters(since there just that clusters that have gone bad, physicly bad) You can mask bad clusters on your HDD, Your manafacturer may have tools for that. or if you wish to fork out some dosh Spinrite from [url]www.grc.com[/url] is spost … | |
Re: the windows netowkringprotocal is a discusting protocal in genaral, The whole lets elect someone to be the browsemaster etc. etc... You might like to try checking if your linux boxes know who the browsemaster is (my guess is they don't have a clue who they are, hence why they can't … | |
Re: Do you have a wireless ADSL modem ? AKA does the modem plug into the phone line, because if thats the case you need a ADSL line filter that you plug onto the socket that the phone plugs into (there about $20 au dicksmith, harveynormal etc.. have em). The reason … | |
Re: I can't give you much advice since I use eclipse. But check to see if the Classes are part of the same Package. a package is eqivilent to a namespace in .NET.. Hope this helps Paul | |
Re: You could use a select statment or the command design patten. [url]http://www.dofactory.com/Patterns/PatternCommand.aspx[/url] | |
Re: I havent really had much success with IDE's, I find them really unintutitive. I seem to find myself using a texteditor (usuly nano or gedit). They are exceedingly useful for building GUI's but when im not doing that I cant really see any point to using one, since they are … | |
Re: somthing like [code] mysql < photos.sql [/code] should do the trick | |
| |
Re: If your using grub type $ grub [code] grub> root (hd0,0) grub> setup (hd0) grub> quit [/code] Note: hd0,0 is hda1, hd0,1 will be hda2 etc. hd1,0 is hdb1 root(hd0,0) should be the partition where your grub booting information is (kernel images and grub config) if you dont know where … | |
Re: Gnome is the unpopular option, but i would have to say best :) kde is just ugly bloat ![]() | |
Re: This dude seems to have a good tutorial on makeing isometric tiles [url]http://www.angelfire.com/rpg2/vertexnormal/tutorials/tile_tutorial.html[/url] Theres no real reson to do make the tiles isometric as it runs, so its better to do what this guy does really and make your tiles isometric and then save em :) | |
Re: [QUOTE=jure]as somone know i have a url graber script, and i want to get commands from standard inn how do i do that?[/QUOTE] get a command and run it ? [CODE] #!/bin/bash read command $command [/CODE] should work |
The End.