Search:

Type: Posts; User: Abu_Dayya; Keyword(s):

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: Sending (not recieving) mail from command line

    YESSS. Using msmtp-mta worked. Thanks all

    One more question (getting greedy) If I want to send an email to another domain (something like mymail@mydomain.com) I can tell what changes I should...
  2. [ubuntu] Re: Sending (not recieving) mail from command line

    Thanks man.
    Well does that mean I can't send emails to gmail at all? Even if I setup a mail server? Doesn't matter if its postfix or not.
  3. [ubuntu] Sending (not recieving) mail from command line

    I want to send an email from a script. I don't now most of the stuff about mail or postfix or relays. And I don't want a mail server. I'm not looking at setting a mail server. Just a simple way to...
  4. [ubuntu] Re: changing permission on specific multiple files/directories

    No. I think your command will change directories to 700 rather than files that start with d.

    What you want is something like this:

    find /path/to/testfiles -name "d*" -exec chmod 700 {} \;
  5. [all variants] Re: Sending email from command line using Postfix

    A few days have apssed. Any help is appreciated guys.

    Thanks
  6. [all variants] Re: Sending email from command line using Postfix

    ok so here is what i did.

    In the /etc/postfix/mail.cf i have this line

    mydestination = gmail.com, ubuntu, localhost.localdomain, localhost
    relayhost = [smtp.gmail.com]:587

    then i created a...
  7. [all variants] Sending email from command line using Postfix

    I have Ubuntu Server 12.04 installed, and I'm testing sending an email to my gmail account. I have absolutely zero experience with this, and don't know what half the guids online talk about (relay,...
  8. Replies
    3
    Views
    2,233

    [SOLVED] Re: Ubuntu, Bind DNS, and IPv6

    Wow. now that was a bunch of DNS related stuff that I absolutely don't know anything about. But out of your post, I got the answer. The record for my public DNS IP is at the ISP. makes complete sense...
  9. Replies
    3
    Views
    2,233

    [SOLVED] Ubuntu, Bind DNS, and IPv6

    I'm trying to test IPv6 in an ubuntu installation with BIND installed. And I have a very beginner question here, How do I give an IPv6 to the public DNS is addition to its IPv4 address? to make...
  10. Replies
    2
    Views
    236

    [all variants] for loop problems

    I have a script that loops through a list of users to list files owned by these users




    for u is `cat users.list`
    do
    echo $u >> result.out
    find /home -user $u >> result.out
    find /var -user...
  11. Replies
    4
    Views
    450

    [SOLVED] Re: ssh scripting question

    Anyways, I talked to the firewall guys, and I am now able to scp the files back.
  12. Replies
    4
    Views
    450

    [SOLVED] Re: ssh scripting question

    yeah thats true. but our firewall team don't allow it.

    I also tried

    cat commands-list | ssh -l username 1.2.3.4 >> output.txt
    doesn't work either
  13. Replies
    4
    Views
    450

    [SOLVED] ssh scripting question

    I have a script where I want to ssh to many server (for loop)and run some commands there. How can I capture the out put of all these ssh sessions on one file?

    for example, here is my script
    ...
  14. [kubuntu] Re: Kubuntu on VirtualBox: Can't install/update software

    Alright, changed the password. Still no go.

    This is the error I get in KPackageKit

    E: Error http://extras.ubuntu.com natty/main Sources
    407 Proxy Authentication Required ( The ISA Server...
  15. [kubuntu] Re: Kubuntu on VirtualBox: Can't install/update software

    Yup. Didn't work. Need to contact help desk and change the password
  16. [kubuntu] Re: Kubuntu on VirtualBox: Can't install/update software

    Thanks. Will try when get back to work.

    What about the '@' char in my password. Do I escape it with '\' or just leave it?
  17. [kubuntu] Re: Kubuntu on VirtualBox: Can't install/update software

    It appears to be something related to proxy. I added a proxy from System Settings -> Network Settings -> Proxy -> Manually specify proxy settings. It still doesn't work. And I can't also add my...
  18. Replies
    2
    Views
    461

    [kubuntu] gx_head build problem

    I'm not able to build gx_head on my kubuntu 11.04. I insalled all the needed prerequisites, and now when i ./waf configure it gives an error saying jack could not be found. I have jack2 installed, is...
  19. [kubuntu] Kubuntu on VirtualBox: Can't install/update software

    I installed kubuntu 11.04 on an Windows7 PC inside a VirtualBox VM. I have setup the network connections proxy server (didn't accept hostnames btw, had to use the ip) and now i have connection to the...
  20. [ubuntu] Re: Ubuntu Desktop and IBM xSeries server: Disks and SAN issues

    I posted the previous post without opening the link you provided, but now I see where to get it from. Now my question is where to place it? in which directory?

    And I'd rather fix the problem I...
  21. [ubuntu] Re: Ubuntu Desktop and IBM xSeries server: Disks and SAN issues

    Firmware image of what exactly?
  22. [ubuntu] Ubuntu Desktop and IBM xSeries server: Disks and SAN issues

    I installed Ubuntu 9.04 on an IBM xSeries 346 server, in a dual mode setup with windows 2003nt I guess. I don't usually work with xSeries machines, hence my problems.

    - There are two 73GB disks on...
  23. [ubuntu] Re: Disks and SAN issues with IBM xSeries server

    Anyone??
  24. [ubuntu] Disks and SAN issues with IBM xSeries server

    I installed Ubuntu 9.04 on an IBM xSeries 346 server, in a dual mode setup with windows 2003nt I guess. I don't usually work with xSeries machines, hence my problems.

    - There are two 73GB disks on...
  25. Replies
    3
    Views
    1,541

    [all variants] Re: Problems starting JACK2

    Ok it looks like a miss-read the error message. The error message says "Unknown driver alsa". I have alsa-tools, alsa-utils, alsa-base installed. is there anything I should do? I googled it and found...
Results 1 to 25 of 186
Page 1 of 8 1 2 3 4