Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    871

    [server] Re: Simplest option for SMTP Relay

    Postfix is actually quite simple to configure and use, once you get used to it. :D

    What type of device are you sending from/to? Did you say that you have a server configured already? What mail...
  2. [SOLVED] Re: A script question: removing triplicate same-line entries

    Good news, everyone - with the help of a colleague, the mystery has been solved! After much pondering we came up with the following solution:



    $ cat examplefile | while read x; do
    VAR1=$(echo...
  3. [SOLVED] A script question: removing triplicate same-line entries

    Hello my fellow Ubuntuers!

    I have a scripting conundrum I'm trying to figure out; it involves removing a particular string from a large aliases file, as follows:



    # original aliases file...
  4. Re: RHEL6: weird output from ps command following yum updates

    Well, I thought as it's an issue with a UNIX command and there is an option for [other_os], that it might be acceptable and that I might luck out with someone who might've coincidentally come across...
  5. RHEL6: weird output from ps command following yum updates

    Hi all,

    After a yum update on a RHEL6 system earlier (which included kernel upgrades) some weirdnesses are being seen in the ps output, as per below:



    [user@server ~]$ ps -ef | grep http...
  6. Thread: 2 Problems

    by SuaSwe
    Replies
    23
    Views
    1,798

    [ubuntu] Re: 2 Problems

    I haven't encountered this problem before but it looks to me like openjdk-7 is not being removed because other packages rely on it. In this instance I can only tell you what I would do in your...
  7. Replies
    18
    Views
    852

    [ubuntu] Re: Symbolic Link confusion

    So to reiterate, the ln -s commands you've run in both instances are identical, creating a symlink from the original file 21:34:45.jpg in your Pictures subdir to an identical file in Lorraine's...
  8. [ubuntu] Re: Ubuntu Server 12.04 No Menu bar / icon after GUI install

    Ah, I see. :) The general consensus is that it's better to run a server with no GUI (see here for reasons).

    Can you open applications via Terminal, such as by typing


    nautilus &

    ?
  9. Replies
    4
    Views
    364

    [ubuntu] Re: terminal problem

    Hi there! If I'm understanding what you're describing correctly, what you're seeing is perfectly normal - the password is in fact being submitted, it's just not being displayed. :) Just type...
  10. Replies
    18
    Views
    852

    [ubuntu] Re: Symbolic Link confusion

    Looks like the GUI has created copies of your files named after the copy time. :) If I were you I'd just remove the copies you've created and start again. To create a symlink of source directory from...
  11. Replies
    32
    Views
    2,848

    [ubuntu] Re: Hotmail to Outlook mess

    Definietly sounds like it's your Firefox that's the problem, cmcanulty. I notice you have a lot of toolbars and things running - maybe it's time to back up bookmarks, passwords and so on and...
  12. Thread: 2 Problems

    by SuaSwe
    Replies
    23
    Views
    1,798

    [ubuntu] Re: 2 Problems

    OK, now can you do:



    sudo apt-get remove --purge icedtea-7-jre-cacao icedtea-7-jre-jamvm openjdk-7-jre openjdk-7-jre-headless openjdk-7-jre-lib
    sudo apt-get clean
    dpkg --get-selections |...
  13. Replies
    7
    Views
    441

    [ubuntu] Re: I want to install Ububtu Os?

    I would recommend backing up all your data then shrinking your Windows partition perhaps following this guide, if you're using Windows 7 - you can then install Ubuntu in the newly available space....
  14. [ubuntu] Re: Ubuntu Server 12.04 No Menu bar / icon after GUI install

    Hmm, you only have access to the machine via SSH, you say - why is this? Are you intending to use the server with a GUI or on command line only?
  15. Replies
    32
    Views
    2,848

    [ubuntu] Re: Hotmail to Outlook mess

    Can you provide a screenshot of what you're seeing at as you try to attach a file? I too use Hotmail and have had no issues since the upgrade (aside from it looking quite hideous of course!). :)
  16. Thread: 2 Problems

    by SuaSwe
    Replies
    23
    Views
    1,798

    [ubuntu] Re: 2 Problems

    Do you still have anything listed for "openjdk-7-jre-headless (whether followed by more characters or not) when following the above steps? Additionally, please post the output of the following...
  17. [ubuntu] Re: Ubuntu Server 12.04 No Menu bar / icon after GUI install

    Also, can you bring up the 'Run a command' box by pressing Alt+F2, or does nothing happen?
  18. Replies
    6
    Views
    4,692

    [SOLVED] Re: Very poor mic sound quality on Ubuntu 12.04

    Right, I've managed to get mine to at least audible quality by messing about with AlsaMixer, or more specifically by going to Terminal, typing in alsamixer, hitting F4, and configuring the mic...
  19. Replies
    6
    Views
    4,692

    [SOLVED] Re: Very poor mic sound quality on Ubuntu 12.04

    Using Microphone instead of Internal Microphone results in complete silence for me, regardless of slider settings. :(
  20. Replies
    6
    Views
    4,692

    [SOLVED] Re: Very poor mic sound quality on Ubuntu 12.04

    Bump?
  21. Replies
    8
    Views
    640

    [SOLVED] Re: grep, sed, awk help

    This is the closest I can get:



    suave@acer-lx:~$ sed 's/ \+ /\t/g' filename | tr '\t' , | awk -F, {print $3}'
    > ^C
    suave@acer-lx:~$ sed 's/ \+ /\t/g' filename | tr '\t' , | awk -F, '{print...
  22. Replies
    6
    Views
    4,692

    [SOLVED] Very poor mic sound quality on Ubuntu 12.04

    Hi all,

    I'm having some problems with my microphone on 12.04, specifically that the sound quality I get from it is extremely poor, to the point of being almost totally inaudible. I have tested it...
  23. Replies
    10
    Views
    632

    [ubuntu] Re: Firefox passwords

    Have you had a look at this solution? There is an option to set permanent private browsing that may be enabled. (I don't seem to have the same option on mine however it looks like "never remember...
  24. [SOLVED] Re: Very general assistance sought: explanation to behaviour from bash string

    Yeah, had a read of it - good info there! Thanks muchly for your help. :)
  25. [SOLVED] Re: Very general assistance sought: explanation to behaviour from bash string

    That makes good sense based on what I saw - gonna edit my post and make it unusable to safeguard the forum crowd!

    I wonder how such a thing could be prevented from working... hmmm...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4