Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    17
    Views
    689

    Re: find regular expression help

    I get a broken pipe on the ls part.

    drmrgd try this: cp new new2 and try your code again.

    I need only one file from one directory: the highest REV.
  2. Replies
    17
    Views
    689

    Re: find regular expression help

    Interesting but does not work because there might be dashes before. But I know that its the last dash the one we need.

    Can anything be improved upon that ?

    File naming syntax:

    ...
  3. Replies
    17
    Views
    689

    Re: find regular expression help

    I know, but I tried the REV(9|8|7|6|5|4|3|2|1).

    But I think find operates on individual files and the above regex
    can't work.

    It seems that I have to use a real language for this.
  4. Replies
    17
    Views
    689

    Re: find regular expression help

    In every directory there should be files like this:
    somecharacters-G101-REV2-sometext.pdf
    somecharacters-G101-REV4-sometext.pdf

    and I need the highest REV4 one from that directory.

    Possible...
  5. Replies
    17
    Views
    689

    'find' regular expression

    Dear all,

    I have the find below:


    find . -regextype posix-egrep -iname "*G[0-6]0*[1-4]*REV[1-9]*.pdf"

    which returns files of certain revision number.

    But I need the latest revision...
  6. Replies
    3
    Views
    428

    [ubuntu] Re: OpenFOAM 2.1 on ubuntu 8.04

    OpenFOAM does not support 8.04 nor GCC 4.2.

    The source compilation is working but the program gets segmentation faults.

    For newer LTS check here: wiki
  7. Replies
    3
    Views
    428

    [ubuntu] Re: OpenFOAM 2.1 on ubuntu 8.04

    I will try a source install, can't upgrade this server yet :)
  8. Replies
    3
    Views
    428

    [ubuntu] OpenFOAM 2.1 on ubuntu 8.04

    Dear all,

    Is it possible to install OpenFOAM 2.1 on Ubuntu 8.04 ?

    In the openfoam wiki there seems to be no compatibility with the default 4.2 gcc in Ubuntu 8.04.

    Please share your ideas!
    ...
  9. Replies
    4
    Views
    4,670

    [ubuntu] Re: How to enable ACL support on ext4 ?

    You're welcome :)

    Please mark thread as solved, as I saw many questions regarding this.
  10. Replies
    4
    Views
    4,670

    [ubuntu] Re: How to enable ACL support on ext4 ?

    its simple:

    Modify /etc/fstab by adding 'acl'


    UUID=66eeee3e-b860-41b0-abf7-074c0e08420e / ext4 errors=remount-ro,acl 0 1


    and reboot.
  11. Replies
    1
    Views
    765

    [ubuntu] Re: Gnome error at login

    bump
  12. Replies
    1
    Views
    765

    [ubuntu] Gnome error at login

    Dear all,

    Setup: Ubuntu 8.04 LTS 64 bit with Gnome applied.

    I have this error when loggin in with NoMachine client:
    http://s16.postimage.org/4f1z36w45/Untitled.png

    The error appears only...
  13. Replies
    2
    Views
    562

    [ubuntu] Re: Ufw rule delete

    Solved:


    ufw delete allow from x.y.z.q to any port 1521


    status numbered is not implemented in ufw for 8.04.
  14. Replies
    2
    Views
    562

    [ubuntu] Ufw rule delete

    How to delete this ufw rule in Ubuntu 8.04 :


    To Action From
    -- ------ ----
    1521:tcp ALLOW x.y.z.w


    I tried this:
  15. Replies
    0
    Views
    337

    [ubuntu] Ufw rule delete

    How to delete this ufw rule in Ubuntu 8.04 :



    To Action From
    -- ------ ----

    1521:tcp ALLOW x.y.z.w
  16. Re: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

    Thanks for interest. The program comes from a Solaris system with a C locale which I
    also set here.

    Here is a code snipped in which I suspect the error occurs:


    i = 0; str3 =...
  17. Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()

    I am having this error at run time after I type some text inside text boxes:



    Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()


    The program was compiled with
  18. Replies
    1
    Views
    1,178

    [all variants] Re: Per process network usage

    Maybe ntop can help you ?
  19. Replies
    4
    Views
    885

    [ubuntu] Re: Updates that needs reboot timeline

    Sorry for being less clear.

    I mean can I find the dates when this updates that required reboots were first released ?
  20. Replies
    4
    Views
    885

    [ubuntu] Updates that needs reboot timeline

    Hi,

    Where can I find the updates time line that requires Ubuntu server reboots for this year ?

    Is there such a list ?
  21. Replies
    9
    Views
    14,457

    [ubuntu] Re: Ubuntu 10.04 minimal, login info warning

    Possibly, but we can only know for sure on real hardware.
  22. Replies
    9
    Views
    14,457

    [ubuntu] Re: Ubuntu 10.04 minimal, login info warning

    I wonder why the load increases when I blacklist those modules.
    The system has nothing else installed besides Ubuntu 10.04.1 minimal.
  23. Replies
    13
    Views
    1,432

    [ubuntu] Re: Tried Ubuntu Server for 1st Time. No GUI?!

    Use this, it works and it is not bloated by all Ubuntu desktop components:



    $ sudo apt-get install xorg-core gnome-core gdm # ubuntu-artwork
  24. Replies
    9
    Views
    14,457

    [ubuntu] Ubuntu 10.04 minimal, login info warning

    I installed Ubuntu 10.04.1 Server x86_64 minimal, updated, upgraded, then
    I blacklisted all not used modules in /etc/modprobe.d/blacklist.conf:


    # Custom
    blacklist snd_intel8x0
    blacklist ppdev...
  25. Replies
    3
    Views
    345

    [ubuntu] Re: Logger like string

    I want to add some logging to a bash script.

    I can do it with date, awk and env but it does not look very pretty.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4