Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.12 seconds.

  1. [ubuntu] Ubuntu 18.04: Where are my Perl modules being installed?

    We have a new installation of Perl 5.26 on a new machine Ubuntu v18.04. It looks like our IT department created the virtual machine for Ubuntu like this:



    Clone our old VM with Ubuntu 14.04. ...
  2. Replies
    1
    Views
    274

    [ubuntu] New install of postfix gets timout error

    New install of Ubuntu 14.04
    Postfix (There is no switch to get the version but it was installed today.)
    Assume I'm a newbie and not all things have been setup. The server is for internal...
  3. [ubuntu] zip: how to include *.txt but not err*.txt?

    I 'm writing a backup program using zip. I have a directory structure like this:



    perl/dir1/subdira (contains .pl files)
    perl/dir1/subdira/done/ (files with err*.txt and .xls files)...
  4. Replies
    0
    Views
    352

    [ubuntu] How to set postfix SMTP poll time?

    I got SMTP working. This linked worked perfectly: http://askubuntu.com/questions/457003/setting-up-a-send-only-mail-server

    Question 2: Does outgoing email get sent right away or can I hold it and ...
  5. [ubuntu] Question about cron and HOME and PATH variables in crontab

    Ubuntu 14.04

    I'm learning about running crontab, and learned that the path is not setup when my script actually runs. Let's say I have a script called "gocron":



    #!/bin/bash
    set...
  6. [ubuntu] How do I close the shell window when the xterm window is opened?

    Windows 7 running Putty 0.63 using ssh, connecting to Ubuntu 14.04 server.

    When I run Putty and connect to the server, I enter my name and password into terminal1 window, with a black background....
  7. [ubuntu] Re: How I got Samba working with Ubuntu 14.04 server and Win 7

    Wait, do you mean the share is called "home" in /etc/samba/smb.conf, and all I have to do is change the path? I didn't know what I was doing, so I did it this other way.

    It's taken me a while to...
  8. [ubuntu] How I got Samba working with Ubuntu 14.04 server and Win 7

    I have yet to find docs that are clear, as to what name is used where. But I'll try to explain it.

    My PC: Windows 7 connecting to Ubuntu VM via Putty 0.63
    VM: Ubuntu 14.04LTS server (no GUI),...
  9. Replies
    1
    Views
    646

    [SOLVED] Re: Ubuntu 14.04 64-bit won't open console

    Made a new thread to show how I got samba working: http://ubuntuforums.org/showthread.php?t=2240326&p=13102432

    But console still won't open on machine running VSphere.
  10. Replies
    0
    Views
    239

    [ubuntu] Looking for editor with mult. bookmarks

    Ubuntu 14.04 running as a VM. Originally installed the server version, with no desktop. Tried to install Gnome, but it doesn't work.
    Looking for an editor for X windows, that has multiple...
  11. Replies
    2
    Views
    1,034

    [SOLVED] Re: Xwin apps stopped working on Ubuntu

    Thank you for a useful answer. Several people recommended not using nedit, but never said why. I have lots of experience of people recommending X without specifying a reason. Reasons help me...
  12. Replies
    1
    Views
    646

    [SOLVED] Ubuntu 14.04 64-bit won't open console

    Server config: Ubuntu 14.04 64-bit running as a VM under Vsphere 5.5.0 as 10.19.3.13
    Ubuntu: uname -a gives: Linux ubuntucomp 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64...
  13. [SOLVED] Re: Xorg.0.log has no timestamps but there is an old patch for it

    My root problem is here: http://ubuntuforums.org/showthread.php?t=2240160
  14. [SOLVED] Xorg.0.log has no timestamps but there is an old patch for it

    - Windows 7 running Xming 6.x
    - Connecting to Ubuntu 14.04LTS via Putty 0.63 and ssh

    I'm having some issues with Xwindows and looked at /var/log/Xorg.0.log. There are no timestamps in the log but...
  15. Replies
    16
    Views
    1,966

    Re: Remote desktop from Windows

    Is VNC for X11 noobs like me? Because IT installed TightVNC on here, but others recommende Xming.

    Since TightVNC is there, I might try it.

    So, will that fix my "Invalid MIT-MAGIC-COOKIE-1"...
  16. Replies
    2
    Views
    1,034

    [SOLVED] Xwin apps stopped working on Ubuntu

    Windows 7 using Putty 0.63 (using ssh2), and Xming 6.9.0.31, trying to connect to Ubuntu 14.04LTS. Xming running in "multiple window" mode started via Xlaunch.
    Ubuntu 14.04LTS is running as a VM...
  17. Replies
    16
    Views
    1,966

    Re: Remote desktop from Windows

    I'm new to X11 and being an Ubuntu admin. I have Windows 7 and Xming 6.9.0.31 and putty 0.63, connecting to Ubuntu 14.04. Do I issue the "startx" command on the Ubuntu end? The xterm starts on...
  18. [SOLVED] Re: Will cron use the newest version of a file if I change the file to run?

    Thank you! Exactly what I needed to know.
  19. [SOLVED] Will cron use the newest version of a file if I change the file to run?

    Ubuntu 14.04 server running as a VM

    I have a crontab which runs a shell script called 'gocron'. The shell script runs a Perl program. I have a test and production environment (different dirs on...
  20. [SOLVED] Re: How to get Reply button to use advanced editor?

    Well, shoot. I guess I'll just have to slow down and drink less coffee. I missed that. Thanks.

    Thread closed.
  21. Which VMware packages do I install on Ubuntu 14.04 LTS?

    Samba 4.1.6-Ubuntu (via samba -V)
    Server: Ubuntu 14.04 LTS is set up as a VM under vSphere 5.5.0
    Client: Windows 7 with Putty and an ssh connection.

    I searched for packages containing the...
  22. [SOLVED] How to get Reply button to use advanced editor?

    Here in the forum I have my settings configured to use the "Enhanced" (aka Advanced button) editor for new posts I create. But when I reply to a post, it does not use the advanced editor. I often use...
  23. [SOLVED] Re: Windows sees Samba share, but Windows is asking for password

    I actually got it working. I was using the wrong login in the Windows password entry dialog.



    The Windows network domain was "MYDOMAIN" so in the password dialog I just entered the linux user...
  24. [SOLVED] Re: How to append stderr and stdout to same file, IN CORRECT ORDER

    Yep, that worked! Thanks.
  25. [SOLVED] How to append stderr and stdout to same file, IN CORRECT ORDER

    I want to append text to a file so it looks exactly as the output to the screen, for bug reporting purposes. The file should look like this:


    Samba version 4.1.6-Ubuntu
    PID Username ...
Results 1 to 25 of 53
Page 1 of 3 1 2 3