Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: Getting "You have entered an invalid username or password" - Netatalk/Avahi

    thank you!
  2. Replies
    1
    Views
    4,219

    [SOLVED] Re: Intel Fortran Compiler (ifort) issues

    Ok actually the required dev files for compiling ansys were missing. The issue is resolved by installing them.


    sudo apt-get install libxmu-dev libxt-dev libxi-dev libxp-dev libmotif-dev
    ...
  3. Replies
    1
    Views
    4,219

    [SOLVED] Intel Fortran Compiler (ifort) issues

    Hello,

    i have managed to install the intel fortran compiler by following this howto: http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/

    However, the ifort...
  4. Replies
    11
    Views
    1,202

    [SOLVED] Re: Bash: Automated file naming

    rename 's/ //g' *

    removes ALL spaces.

    edit: try

    rename -n 's/ $/-/; s/ //g' *

    this will rename your file "bla fasel " to "blafasel-" and your file "bla fasel" to "blafasel".
  5. Replies
    12
    Views
    3,403

    [ubuntu] Re: OOPS. Fast-User-Switch Applet gone...

    it's called indicator-session.
  6. Replies
    2
    Views
    1,704

    [ubuntu] Re: Handwriting plugin for Pidgin.

    cellwriter

    it's in the repos.
  7. Thread: rebuilding X11

    by tuwe
    Replies
    2
    Views
    352

    [ubuntu] Re: rebuilding X11

    v4l2 is a driver for input decives like webcams. What exactly do you want to do?
  8. Re: What are some good FALSE linux rumors that you've heard?

    virüsse
  9. Replies
    1
    Views
    567

    [ubuntu] Re: iSight won't turn off

    Did you follow this guide? http://support.apple.com/kb/HT1379

    Have you tried removing the battery and the power cord and pressing the power button for 10 seconds?
  10. Replies
    46
    Views
    2,350

    Re: Best EU country to be an Expat to?

    One remark, as I've seen it a few times in this thread: Switzerland has four offical languages (German, French, Italian, Romansh), not only French. Furthermore, it is not a member of the EU.

    Nine...
  11. Thread: Terminal Experts?

    by tuwe
    Replies
    8
    Views
    499

    [SOLVED] Re: Terminal Experts?

    gnome-terminal --working-directory=/home/mike2/Desktop/Scripts

    i totally forgot about that one.

    edit: today i'm always too late.
  12. Thread: Terminal Experts?

    by tuwe
    Replies
    8
    Views
    499

    [SOLVED] Re: Terminal Experts?

    You could put the following code at the end of your ~/.bashrc.


    MYDIR=/the/directory/you/want/to/go/to
    test -d $MYDIR && cd $MYDIR

    In the first line you specify the location, the second line...
  13. Replies
    3
    Views
    316

    [SOLVED] Re: can't use ! on the command line

    You have to escape the ! character. Try J\!mmy instead of J!mmy.
  14. Replies
    15
    Views
    3,391

    [ubuntu] Re: Evolution and "leave mail on server"

    if you have imap the mail always stays on the server.
  15. Replies
    4
    Views
    421

    [all variants] Re: Paper size printing

    I assume you live in France?
    Try setting your language to English (UK) instead of English (US).
  16. Replies
    3
    Views
    1,912

    [ubuntu] Re: Problems with apt -- jaunty 64 bit

    i wonder if you accidentally uninstalled bzip2 and dpkg-preconfigure. What is the output of
    which bzip2
    which dpkg-preconfigure ?

    edit: maybe useful as well:
    echo $PATH
  17. Thread: sshfs problem

    by tuwe
    Replies
    9
    Views
    3,798

    [SOLVED] Re: sshfs problem

    the forum is not a chat.

    can you please give some details about which commands you use to mount and where you put them.
  18. [ubuntu] Re: Can i do an ssh with password in my startup script?

    Exactly, public and private key. I just couldn't remember :)
  19. [ubuntu] Re: Can i do an ssh with password in my startup script?

    No, but you could use public key authentication. The basic idea is that you generate a key/lock pair, place the lock on the computer you want to ssh to, and keep the key in a safe place and use this...
  20. Replies
    2
    Views
    2,044

    Re: GDL-IDL compatibility

    i think restore is not supported by default in GDL.

    - you need to install this first.

    edit: after re-reading your post, it seems as if the file to restore was not found. could you post your...
  21. Replies
    3
    Views
    533

    [ubuntu] Re: ubuntu/mac hard drive

    Since you wrote that you use your ubuntu machine as a file server, you might want to take a look at this: http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/

    I...
  22. Replies
    8
    Views
    622

    [ubuntu] Re: Possible to restrict third-party sources?

    You could use apt pinning: https://help.ubuntu.com/community/PinningHowto

    I've never used it myself, so unfortunately i can't give you a working example. The wiki page looks good though.
  23. Replies
    8
    Views
    790

    Re: Understanding Dropbox - A few questions...

    That link stuff you saw is how you connect your own computer to your dropbox account. You can connect one or more computers to one account but you need to do this on every computer you want to link...
  24. Replies
    8
    Views
    790

    Re: Understanding Dropbox - A few questions...

    You can't link two accounts. The only thing you can do is share a folder, as danielrmt already pointed out.

    To do so, right-click on your dropbox tray icon and choose `launch dropbox website`....
  25. Replies
    1
    Views
    479

    [SOLVED] Re: macbook 2,1 german @ and € euro signs

    Hi,

    nice suggestion, but this conflicts with some applications' shortcuts. For example, in kile alt+9 is the default shortcut for DVItoPDF. Since third level key + 9 is } (at least on swiss german...
Results 1 to 25 of 45
Page 1 of 2 1 2