Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.12 seconds; generated 48 minute(s) ago.

  1. Replies
    1
    Views
    2

    [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...
  2. [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...
  3. [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...
  4. Replies
    3
    Views
    4

    [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...
  5. 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)....
  6. 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...
  7. 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...
  8. Replies
    3
    Views
    4

    [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.
    ...
  9. 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...
  10. [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...
  11. 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...
  12. 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...
  13. 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...
  14. 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
  15. [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...
  16. 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...
  17. [ubuntu] Re: Installing blender on termux x11 with hardware acceleration

    Is this the termux you're talking about ? If so, then a) this post belongs in "other Discussion/Other OS" and b) "Termux is a terminal emulator application for Android OS which can be extended by...
  18. Replies
    10
    Views
    11

    Re: Update 14.04 LTS (is it possible)

    A Mac from 2002 ? That's probably not an Intel Mac but one with a PowerPC processor. In that case you're better off using Debian instead of Ubuntu because that AFAIK still supports PPC .

    Holger
  19. [ubuntu] Re: How to rescue .wav files on the scratched music CD.

    The limiting factor for the duration of copyright on recordings of classical music actually isn't the lifetime of the composer but of the performers. Performing (and recording) a piece of music is...
  20. Re: Newbie Update Question (GNU Core Utilities)

    As far as I know the percentage shown is the percentage of systems that will get the update at this time. Perhaps on the second attempt at upgrading the number of systems that had tried to update was...
  21. Re: Newbie Update Question (GNU Core Utilities)

    It's a phased update. You can tell by running 'apt-cache policy coreutils'. The output says 'phased 30%'.

    Holger
  22. [ubuntu] Re: How to rescue .wav files on the scratched music CD.

    Another option (after making copies of the readable tracks) would be to try to resurface the disk. Obviously this can go horribly wrong, but if you've got the readable tracks of the disk copied first...
  23. Re: Serious newbie .desktop file help

    The path to the file contains a space-character.
    From the Specification for a desktop file:


    So try


    Exec="/home/Robert/X-Plane 12/X-Plane-x86_64"

    I believe similar rules apply to the...
  24. Re: it's true selecting application alsa first goes to pulseaudio ?

    Pulseaudio is still around, but is already partially superseded by pipewire. These two give you the ability to have multiple programs produce sound at the same time - they are acting as mixers (among...
  25. [SOLVED] Re: New harddrive is not being mounted

    That line should read


    /dev/sdb1 /home/claus/neue_Platte vfat rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush 0 2

    No 'on', no 'type', no parentheses around the...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4