Jump to content

ramfree17

Members
  • Posts

    1835
  • Joined

  • Last visited

Posts posted by ramfree17

  1. is that entry in your bashrc file already existing when you started the terminal wherein the error occurs? if not then you have source it again so the changes will take effect.

     

    $ . $HOME/.bashrc

     

    if it was present then it probably is a permission problem. check the following:

     

    - make sure that /usr/local/apache-ant-1.6.5/bin exists.

    - make sure that /usr/local/apache-ant-1.6.5/bin and all its parent directories have read and execute permission for your current user.

    - make sure that the binaries/executables in /usr/local/apache-ant-1.6.5/bin are executable by your user.

     

    and for good measure define a "ANT_HOME" variable that points to "/usr/local/apache-ant-1.6.5/bin".

     

    one last thing, remove that trailing period on your path. it is a security risk and prepending your command with "./" (if they reside on the current directory) is good practice to make you subconciously aware that the command you are executing are where they are supposed to be.

     

    ciao!

  2. when i am in linux i use sylpheed (either stable or claws, but currenty i am running claws). my needs are simple and syplheed does not take that much memory and starts lightning fast even on my old desktop.

     

    one thing i have not yet gotten around to do is incorporating some spam filtering mechanism, either spamassassin or bogofilter.

     

    ciao!

  3. Question: if I use iChat AV on my iBook to connect to someone with the Google client, I'll be able to do AV, right?

     

    i doubt. the iChat is listed in the initial client matrix and the only one listed there which oculd do audio is Google Talk.

     

    knowing google, they would incorporate new features as time passes. our company has a very 'strict' firewall and they have already blocked most email providers. i am dying to try to see if google talk is blocked also. anybody know the ports used by gt? :D

     

    ciao!

  4. Hey,

     

    maybe someone should make a new post just dedicated to getting buddies on Google Talk

     

    swaying normal desktop users to Google Talk is rather preemptive and hard at this point because as i have posted in my blog, Google Talk does not offer yet the functionalities present in other IM services. its a good demonstration of the jabber framework but to most it does not matter.

     

    @paul: that is a good one. i doubt if many would make the connection with traktopel. it only shows how old you already are in the linux world. :lol2:

     

    ciao!

  5. I personally reckon you should find the loser's address, go round to his place and bash his head until the white meat comes.

     

    You know me, ever the pacifist.

     

    note to self: never mess with soulse even if he lives halfway around the globe.

     

     

    or at least use a proxy or anonymizer site. :lol2:

     

    ciao!

  6. Damn, he just don't want to quit. He is ruin a good book forum. Any good hacker tools to smash his computer to pieces?  :angry:

     

     

    this is going to be a loosing battle because he is using a loophole in the system. you can go it on two ways: talk to the board management on ways to fix the loophole, or talk to the author and propose migrating the board to a more secure board software.

     

    ciao!

  7. Now about fragmented  I mean u got the jsdk by SUN and you have the gccj by GNU and the IBM Java. Also apache is triying to put harmony together and bring a definet FREE java.

     

    i dont think this holds. the java languange specification is there, anybody can implement their own virtual machine and compilers and as long as they follow the specification then they should be able to provide bytecodes that will run on all implementations supporting that specification version.

     

    So my question, is it even worth it to think about Java as an option.

     

    Sun just pull out Java 1.5, and well I most say that I only waiting to see how many incompatibilities it brings to the other FREE Java entitites (free as GNU).

     

    again, i cant dont think there is an issue. the specification is evolving depending on initiatives put forward by engineers and the community. each new specification/version just deprecates previous implementations but most often than not they are still there. new implementations rolled out by Sun does not make non-Sun implementations incompatible. Those vendors just need to support the new enhancements.

     

    is java an option? yes since a lot of machines now have java. you can also root for python if it can do the job and help its userbase grow if your app is that good.

     

    ciao!

  8. Eeep!  Noooooo not Java!

     

    It's slow, it's horrid to code, despite what people claim it is not very portable imo, the interfaces look yucky, the error msgs are unhelpful, and I've always found a better tool to do the job than Java.

     

    one man's bane is another man's boon. :)

     

    ciao!

  9. Ramfree, IMHO, the end-user support with SUSE is not any better than with any other distro, unless you are a company that pays big bucks to SUSE. At least the support I received from them was not something they should be proud of.

     

    ok, i was only making a wise-ass remark on the question that mandrivasoft is already doing the end-user support. come to think of it, they already are. the effect is just not that good. :twisted:

     

    ciao!

  10. i am afraid i do not exactly get the reason for your post. i will try to answer some of the points you posted to the best of my knowledge but dont take them as the absolute truth. im just a user.

     

    java is slow... depends on your application. the startup might be slow but that is inherent to all interpreted languages, even python.

    java is fragmented... i am not versed on this argument.

    java has issues with linux... such as? i use eclipse and jdk 1.4.2 on my system for developing my apps for my masteral requirements and i dont have any issues.

    awt sucks... maybe. AWT was designed for maximum portability. if you want to compromise some bits of portability, try SWT instead. it is the one used in Eclipse.

    java is not free software... aside from the licensing, i think you are referring to the way enhancements are being incorporated into the standards. afaik, the standards are accessible somewhere and you can implement your own if you need/want to.

     

    why java? because it fits some needs required by some companies. java is heavily being thrown on mobile applications. nokia recently introduced a python toolkit but that is pretty much untested nowadays. why java? because...

     

    ciao!

  11. Unison isn't too bad IMO, if it works for you it'll probably be the best solution.

     

    i was previously hoping for that because i was synchronizing huge files between our helsinki and manila sites. getting cutoff during the middle of the transfer was not an option but a probable occasion (vpn link was flaky).

     

    ciao!

  12. 2 - Its installer can safely resize NTFS partitions, so you could install it alongside Windows without a hassle.

     

    but still, make sure you have a backup of all important files on that drive/partition because it never hurts to be safe. :)

     

    have fun learning. :)

     

    ciao!

  13. my experiences with unison was pretty frustrating. i found out that its an all or nothing deal and didnt get the time to figure out how to effect changes that keeps the transfers already made.

     

    rsync might need some more configuration but i say go for it. the two-way synch might entail additional config but i know you will manage. :)

     

     

    ciao!

  14. Thanks ramfree17,

    Please excuse my ignorance.

    At least something is simple even in linux.

     

    tutut! do me a favor, dont belittle yourself. everybody starts from being a newbie. the beauty of the open source scene is that your learning is only limited by your interest and will.

     

    and you are welcome, im just repaying what others have done for me. :)

     

    ciao!

×
×
  • Create New...