Linux.com

mfillpot

mfillpot

  • Moderator
  • Posts: 2064
  • Member Since: 21 Apr 09
  • Last Logged In: 3 hours ago

Latest Posts

Posted by
Topic
Post Preview
Posted
  • mfillpot
    RE: help on regular expression
    Rather than reposting data that is already on the net, I recommend checking out some of the posts at http://stackoverflow.com/questions/12522388/sed-awk-match-a-pattern-and-return-everything-between-the-end-of-the-pattern-a In addition you may be able to find some other scripts that can help at http://www.commandlinefu.com
    Link to this post 4 days ago

    Rather than reposting data that is already on the net, I recommend checking out some of the posts at http://stackoverflow.com/questions/12522388/sed-awk-match-a-pattern-and-return-everything-between-the-end-of-the-pattern-a

    In addition you may be able to find some other scripts that can help at http://www.commandlinefu.com

  • mfillpot
    RE: Command not found error
    I have not used NS2, but I will try my best to help. If the executable is stored in a folder that is displayed in the output of "echo $PATH" then the app should be capable of launching by just typing the name. Please make sure that the app is executable and that your path is located in your path environmental variable. Does the app run when you attempt to execute it directly from the containing folder?
    Link to this post 4 days ago

    I have not used NS2, but I will try my best to help. If the executable is stored in a folder that is displayed in the output of "echo $PATH" then the app should be capable of launching by just typing the name. Please make sure that the app is executable and that your path is located in your path environmental variable.

    Does the app run when you attempt to execute it directly from the containing folder?

  • mfillpot
    RE: Newbie Needs Generall Linux Help
    Nearly any distro will work for your needs except for gaming, you need to be aware that windows games will not work in other operating systems. There are some software layer libraries like wine, crossover games, etc.. which will allow some games to be played, but as it is noon-native there will be bugs and some programs just won't work. As a starter you shoud checkout linux mint or ubuntu as they are user friendly and have large software repos, you can also test them from a CD to test the interface. When running any OS from a disk the experience will be slow because all data must be cached into ram, so they speed will differ on disk compared to being on the HDD. As for relaibility, stability and security those are the best reason to try linux, the large community or developers and active contributors help to ensure that most bugs are discovered and resolved quickly.
    Link to this post 4 days ago

    Nearly any distro will work for your needs except for gaming, you need to be aware that windows games will not work in other operating systems. There are some software layer libraries like wine, crossover games, etc.. which will allow some games to be played, but as it is noon-native there will be bugs and some programs just won't work.

    As a starter you shoud checkout linux mint or ubuntu as they are user friendly and have large software repos, you can also test them from a CD to test the interface. When running any OS from a disk the experience will be slow because all data must be cached into ram, so they speed will differ on disk compared to being on the HDD.

    As for relaibility, stability and security those are the best reason to try linux, the large community or developers and active contributors help to ensure that most bugs are discovered and resolved quickly.

  • mfillpot
    RE: wifi on 12.04 and other questions
    I am hoping that your problem is with signal interference as it would show itself differently in linux than in windows because some manufacturer supplied drivers are instructed to ignore some types of errors. However, if the problem started with a kernel update then it may be a sign of a regression in the drivers for your wifi card to which I highly recommend plugging the device into the wired network and reporting the problem to ubuntu so see that they say since they also have kernel engineers and can work on a solution.
    Link to this post 4 days ago

    I am hoping that your problem is with signal interference as it would show itself differently in linux than in windows because some manufacturer supplied drivers are instructed to ignore some types of errors. However, if the problem started with a kernel update then it may be a sign of a regression in the drivers for your wifi card to which I highly recommend plugging the device into the wired network and reporting the problem to ubuntu so see that they say since they also have kernel engineers and can work on a solution.

  • mfillpot
    RE: gang scheduling in linux
    I found some references to someone testing gang scheduling in 2011, but not recommending it for mainline inclusion, so I do not know if it has been added yet. I also found a page at https://computing.llnl.gov/linux/slurm/gang_scheduling.html which explain how to implement it using the SLURM utility.
    Link to this post 4 days ago

    I found some references to someone testing gang scheduling in 2011, but not recommending it for mainline inclusion, so I do not know if it has been added yet.

    I also found a page at https://computing.llnl.gov/linux/slurm/gang_scheduling.html which explain how to implement it using the SLURM utility.

  • mfillpot
    RE: Linux Mint14.1: connecting to a Wifi network
    I am surprised that mint dooes not ship the b43 drivers by default it that distro does not appear to be friendly for offline use. But I did find a tutorial for you to try at http://community.linuxmint.com/tutorial/view/692
    Link to this post 22 Apr

    I am surprised that mint dooes not ship the b43 drivers by default it that distro does not appear to be friendly for offline use. But I did find a tutorial for you to try at http://community.linuxmint.com/tutorial/view/692

  • mfillpot
    RE: How do I test SLOB? Really need help!
    Unfortunately this site does not have many kernel developers. I highly recommend joining the mailing list at http://kernelnewbies.org/ . They have many knowledgeable members who can help point you in the right direction.
    Link to this post 22 Apr

    Unfortunately this site does not have many kernel developers. I highly recommend joining the mailing list at http://kernelnewbies.org/ . They have many knowledgeable members who can help point you in the right direction.

  • mfillpot
    RE: downloading in linux
    wow that is a rant that is hard to follow. I am trying my best so please correct me if I missed a question. It sounds like you want installed applications to leave a desktop icon to run them, that is a windows behavior that generally annoys most people so it is not a default action by any window manger. The windows icon are just shortcuts an similarly you can make shortcuts to apps or custom .desktop files to launch the apps with custom options. If you can tell me which window manager or Linux variant you are using then we can attempt to guide you. As for clicking on a file and choosing install, the reason it is not working it because you need to be the root or admin user to install software and most linux variants block logging in as the root user. You might want to check the right clikc options to see if an open with option exists and based upon your chosen variant there may be an option like open with yun or open with synaptic package manager.
    Link to this post 22 Apr

    wow that is a rant that is hard to follow. I am trying my best so please correct me if I missed a question.

    It sounds like you want installed applications to leave a desktop icon to run them, that is a windows behavior that generally annoys most people so it is not a default action by any window manger. The windows icon are just shortcuts an similarly you can make shortcuts to apps or custom .desktop files to launch the apps with custom options. If you can tell me which window manager or Linux variant you are using then we can attempt to guide you.

    As for clicking on a file and choosing install, the reason it is not working it because you need to be the root or admin user to install software and most linux variants block logging in as the root user. You might want to check the right clikc options to see if an open with option exists and based upon your chosen variant there may be an option like open with yun or open with synaptic package manager.

  • mfillpot
    RE: Fedora Vs. Fuduntu
    I recommend against fuduntu because it is being killed off by the developers per the post at http://www.fuduntu.org/blog/2013/04/15/fuduntu-team-meeting-held-on-april-14-2013/ .
    Link to this post 19 Apr

    I recommend against fuduntu because it is being killed off by the developers per the post at http://www.fuduntu.org/blog/2013/04/15/fuduntu-team-meeting-held-on-april-14-2013/ .

  • mfillpot
    RE: Vmware player
    It sounds like the manual requires a windows based virtual machine, not that it is a vmware virtual machine. If you cannot get it to work in dosbox or wine then you have no choice but to extract it in a windows machine or windows virtual machine.
    Link to this post 15 Apr

    It sounds like the manual requires a windows based virtual machine, not that it is a vmware virtual machine. If you cannot get it to work in dosbox or wine then you have no choice but to extract it in a windows machine or windows virtual machine.

Who we are ?

The Linux Foundation is a non-profit consortium dedicated to the growth of Linux.

More About the foundation...

Frequent Questions

Join / Linux Training / Board