Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    11
    Views
    12

    [ubuntu] Re: Renaming files with a list

    Yeah, we're talking past each other. My first solution (post #2) did just what you are saying now. It took the names from the file, removed the three digits at the beginning of the (new) name to get...
  2. [xubuntu] Re: Getting tons of errors: 'Sorry, the program "wrapper-2.0" closed unexpectedly"

    If you're talking about '/usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper-2.0', then that's a program for running the panel-plugins found in '/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/'. Those are...
  3. Replies
    14
    Views
    15

    Re: need help with node trobleshooting

    It's not a problem, it's the exact same file since /bin/ is a symlink to /usr/bin these days.

    Holger
  4. [ubuntu] Re: Orphaned inode errors - can't be found in logs

    Each letter of 'REISUB' starts one part of a semi-controlled shutdown. The 'S' does a sync - basically writing out any unwritten pages of the cache, the 'U' unmounts all file systems, and the 'B'...
  5. Replies
    14
    Views
    15

    [SOLVED] Re: Unzip Multiple Zipfile's

    So Krusader doesn't open archives ? That was always the big feature for me in midnight commander (mc, a dual pane file manager in the terminal). It treats archives as if they were directories - just...
  6. Replies
    14
    Views
    15

    [SOLVED] Re: Unzip Multiple Zipfile's

    As I said, 'unzip' will unpack one file per call. By enclosing the list of files in quotes in post #6, you've turned it into one token. So now unzip looks for one file named...
  7. Replies
    14
    Views
    15

    [SOLVED] Re: Unzip Multiple Zipfile's

    Yes, you're missing the 'for i in ' part, which tells the shell that this is a loop and the variable i should be set to one of the listed values at the beginning of each iteration. You also might...
  8. Replies
    14
    Views
    15

    [SOLVED] Re: Unzip Multiple Zipfile's

    cd the/target/directory
    unzip path/to/the/zipfile

    or

    unzip path/to/the/zipfile -d the/target/directory

    'unzip' will unpack the given file into the current working directory or the...
  9. Replies
    1
    Views
    2

    [kubuntu] Re: Gimp shows only english

    In GiMP: Edit->Preferences->Interface, Field "Language". You should have two choices there, "English (en_us)" and "Systemsprache". The latter switches to the language your system is set to. GiMP...
  10. Replies
    2
    Views
    3

    [ubuntu] Re: forward jupyter server over ssh

    The address '127.0.0.1' is one of the addresses assigned to the loopback interface. It's meant exclusively for accessing servers running on the same machine as the client. So your browser on your...
  11. [lubuntu] Re: Package 'libdvdread4' has no installation candidate

    The way to do this has changed a few times and the instructions in the wiki seem to be stuck at some point in time far in the past. Follow the link to...
  12. [xubuntu] Re: How to make encrypted external drive to show up in the gui

    What version of Xubuntu are you using ? On Xubuntu 22.04 I can create an encrypted USB-stick (LUKS2) using the gnome-disks utility and if I plug it in I get asked for the password and then it comes...
  13. Replies
    11
    Views
    12

    [ubuntu] Re: Renaming files with a list

    I assumed that you already have both (text) files, the one with the original names and the one with the new names including the numbers. I pointed out that the file with the original names isn't...
  14. Replies
    4
    Views
    5

    [ubuntu] Re: 16.04 to 18.04

    Depending on whether you are using Ubuntu or one of the flavours 16.04 has been out of support since 2021 (or 2019 for flavours) and 18.04 has been out of support since 2023 (or 2021 for flavours)....
  15. Replies
    17
    Views
    18

    [ubuntu] Re: How to read .max files

    The .max of 3ds max and the ones from Paperport are very unlikely to be even remotely similar. 3D Studio Max is (like blender) a program for creating three dimensional graphics and it's .max format...
  16. Re: Install Authy app after Twilio removed it from snap store

    The actual snap packages are stored in /var/lib/snapd/snaps/. There should be one file with the extension 'snap' in that directory on the old system that is the application you want to transfer and...
  17. Replies
    11
    Views
    12

    [ubuntu] Re: Renaming files with a list

    If the names in the second list are the same as the ones in the first list except for the numbers in the beginning, then you don't even need to have the first list for a script to do the renaming.
    ...
  18. Replies
    11
    Views
    12

    [ubuntu] Re: running an alias at startup/bootup

    Also aliases are not expanded in non-interactive shells, so you can't use them in scripts. If you need alias-like functionality inside a script you should use a function. Functions are a lot more...
  19. [SOLVED] Re: install MPLABX on github ci/cd libusb-1.0.so not found

    I don't know what version (and flavour) of Ubuntu you're using, but on Xubuntu 22.04 there is no libusb-1.0.so; there is a '/usr/lib/x86_64-linux-gnu/libusb-1.0.so.0.3.0' with a symbolic link...
  20. Replies
    11
    Views
    12

    [ubuntu] Re: Browser Suggestion

    There's an official repository by Mozilla for Firefox as a Debian package. You need to set some preferences to stop it from 'updating' to snap but once that's done everything works as expected. See...
  21. Re: How create an command to run in each minute ?

    Wouldn't it be simpler to write a small wrapper script for your program that checks for left-over .map files after the program has run and removes them ? Instead of calling rpcs3 directly you'd start...
  22. Replies
    6
    Views
    7

    [SOLVED] Re: Snap store won't update

    And to explain why the 'killall' is necessary: snap-store can't update itself while it's running. To make matters worse, snap-store is a re-skin of gnome-software, a program that doesn't shut down...
  23. Replies
    14
    Views
    15

    [ubuntu] Re: How to play video CDs

    Have you tried File->Open Medium->VCD/SVCD ? At least that's what the wiki says to do.

    Holger
  24. [ubuntu] Re: I cannot unzip a gz file as saying permssion denied. Please help as new to this

    Your screenshot looks like you're working on a Windows C: drive mounted as /mnt/c/. This might be read-only due to Windows not un-mounting properly. gunzip can't write the unzipped file there. Copy...
  25. Replies
    3
    Views
    4

    [ubuntu] Re: I hate GPG

    'apt-key' being deprecated doesn't mean you have to learn and use gpg. It means that instead of having one keyring-file (/etc/apt/trusted.gpg) which you administer using apt-key you should use the...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4