Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. LaylaNahar

    where i can write the commands(sme server linux)

    If you are using the gui you should be able to find a menu item to open a command prompt window. You can also try logging in remotely - that's command prompt only. Those are the two easiest ways I can think of for getting to the command prompt.
  2. LaylaNahar

    looking for linux distribution recommendation

    Hi thanks everybody for your responses I downloaded the CentOs 6 installer & found that I don't have enough memory... So, I'm going to try Suse & Debian (thanks Noway), & if both those fail for memory or any other reason, I spect I'll be adding more memory to my system & sticking with CentOs...
  3. LaylaNahar

    looking for linux distribution recommendation

    Chris - thank you for your response, and for the clarification about the nature of Ubuntu and Fedora. It's very helpful. LN
  4. LaylaNahar

    looking for linux distribution recommendation

    Hi Annihilannic Thanks for responding. It's helpful to know that you use & like CentOs. LN
  5. LaylaNahar

    looking for linux distribution recommendation

    Hi, I have centos 5 installed on my sony viao (sony vaio digital studio pcv-r553ds) I installed smokeping (http://oss.oetiker.ch/smokeping/index.en.html), I had a lot of trouble getting dependencies up to date. I want to start over, install an up-to-date OS & then ad smokeping, maybe...
  6. LaylaNahar

    Can someone reccomend an open-source public licence sales software?

    Hi I need to set up a sales software / CRM. I need something of zero cost and public license. I thought of using Sugar (I'm thinking there is a 0 cost version and that it is public license) but Sugar seems like it might be darn hard to deal with. I've checked the wikipedia page that compares...
  7. LaylaNahar

    how to start a process/daemon as a different user

    Thank you Annihilannic. A nice concise answer, and it really helped me understand things better. thanks again!
  8. LaylaNahar

    how to start a process/daemon as a different user

    Hello, If I am logged in as userA and I want to start process as userB (userB being something other than root) how do I do this? (I'm setting up and troubleshooting smokeping. I got some help that says, "Make sure smokeping is running as www:www or has permissions to /var/www/smokeping as...
  9. LaylaNahar

    would like help resolving dependencies, RRDTool on Centos 4

    Wow Annihilannic, thank you for this generous and useful response. It was very helpful to learn that my OS is old and thus leading to dependency issues. thanks again! LN
  10. LaylaNahar

    would like help resolving dependencies, RRDTool on Centos 4

    Hi I have tried to install RRDTools on my Centos 4.5 system using the *.rpm files from the Centos/Red Hat link on this page http://www.mrtg.org/rrdtool/download.en.html I get dependency problems as shown below. I ran yum update perl the other day and got the message that there were no updates...
  11. LaylaNahar

    libpng build fails to find library that is present

    Noway2, A quick follow up. I had hit another roadblock building an application from source. Based on your tip about it being more helpful to install from the binaries, I dug around a bit and found out how to install the binaries for the application that was failing to build, and now I can...
  12. LaylaNahar

    libpng build fails to find library that is present

    Noway2, Thanks for the link to the RPM search page! thanks again for your help & your responses LN
  13. LaylaNahar

    libpng build fails to find library that is present

    Hi Noway2, Thanks for your response, & for the question about whether the program is available in the binary form. I followed the first install instructions I found, which are on the website of the person who created it. I tried "rpm install rrdtools" and "yum install rrdtools" Both commands...
  14. LaylaNahar

    libpng build fails to find library that is present

    I found the solution here: http://www.linuxquestions.org/questions/linux-software-2/zlib-problem-when-installing-libpng-531369/ I read "berbae"'s response & ran ./configure, make and make install commands using only the default settings. Libpng built successfully. LN
  15. LaylaNahar

    libpng build fails to find library that is present

    Hello, I am using Centos 5.2 and following these instructions to build RRDTool (http://oss.oetiker.ch/rrdtool/doc/rrdbuild.en.html) The command : env CFLAGS="-O3 -fPIC" ./configure --prefix=$INSTALL_DIR run from the libpng-1.2.18 directory always ends in the failure: checking for zlibVersion...
  16. LaylaNahar

    reg exp and value assignment

    thank you ladies & gentlemen (as appropriate) the $1, $2 thing was really what I needed!
  17. LaylaNahar

    reg exp and value assignment

    Thanks everybody for you answers. I really appreciate your time. I guess a code snippet would have made my question clearer - I'm still enough of a beginner to think that english is better than code. (Sorry) What I want to do is assign only the hex number to '$listofmac[$i]'. (Rharsh -...
  18. LaylaNahar

    reg exp and value assignment

    Hi, I have a file with lines in this form: ; MAC=0004f2171cf0 I have detected the lines using /MAC/ is there a way that I can use a kind of 'reverse' of the detection to assign to my variable everything in that line that is not '; MAC='? thanks ever so much. LN
  19. LaylaNahar

    How can I replace a line of whitespace with -nothing-

    Kirsle, for part of my task, I needed to eliminate all data. '' ,suggested by KevinACD worked very well. I think \0 should have worked, too. It just didn't work when I tried it, which may have been attributable to other errors in my code.
  20. LaylaNahar

    How can I replace a line of whitespace with -nothing-

    [snip]looking for three consecutive elements of an array, why are you doing that [snip] I want to make sure that there are always at least two lines of whitespace between lines of non-whitespace. Thank you for you answer - so simple! (I had tried using \0 - didn't work)

Part and Inventory Search

Back
Top