Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. [ubuntu] Re: Which Ubuntu should I use for my python web application

    +1 for LTS in prod. 24.04 is being released soon. You could install it now as prerelease then you will upgrade seamlessly into the release candidate. 24.04 will be supported until 2029 (5 years). Oh...
  2. Re: runing script as new user during cloud-init

    Can you set the UID in the code, then set it using the UID? Does that work?
  3. [xubuntu] Re: Remmina Issues: Certificate changed on RDP Server - Now Remmina cannot connect

    Does this help
    https://blog.gpunktschmitz.com/posts/1083-certificate-error-when-initiating-a-rdp-session-using-remmina/

    ?

    What are you dong on the Windows system that needs the full desktop...
  4. Replies
    17
    Views
    18

    [ubuntu] Re: How to read .max files

    The . max file format was developed by Autodesk for the 3ds Max application. 3ds Max is a 3D modeling, animation, and rendering solution used to create 3D animation for game development, design...
  5. [ubuntu] Re: Which Ubuntu should I use for my python web application

    Using server will reduce the OS footprint as you won't need to run a display manager, desktop environment and so on. The Ubuntu desktop will also come with a sound server which you don't need and so...
  6. [ubuntu] Re: UBUNTU Partition locked after run out of space

    Boot to Ubuntu liveCD and you can delete casual user data if /home is on the same filesystem as the rootfs. Alternatively you can chroot to the installed OS and run commands to clean up the file...
  7. Replies
    11
    Views
    12

    [ubuntu] Re: Browser Suggestion

    Google Chrome is what I use
  8. Replies
    3
    Views
    4

    Re: Error when booting Ubuntu

    https://askubuntu.com/questions/1393957/stdin-invalid-argument

    Do you have a USB storage attached? If so, try booting without it (if possible)
  9. [ubuntu] Re: apt upgrade problem - intel arc conflict

    There is a conflict between 2 debs. You can either find the debs crossing and resolve the issue or force install the deb file.
  10. Re: what is the difference between a computer task and an input output task?

    Sounds like homework to me
  11. [ubuntu] Re: Issue in Installing Ubuntu-Desktop on Ubuntu Server 24.04

    Do you have the proposed repo enabled? If so, disable it
  12. [ubuntu] Re: Installing .deb files using the app center in Ubuntu 23.10

    Terminal will give you useful output. You can try to satisfy deps with:


    sudo apt -f install
  13. Replies
    3
    Views
    4

    [ubuntu] Re: I hate GPG

    Is there a question here or just a rant?
  14. Re: Install application from file and run it in Terminal

    What is in the newer version that you need over the 3.6.2 version?
  15. Re: Ubuntu 22.04 install on Dell R710 with RAID-10

    Is the PERC known to work with Ubuntu?
  16. Replies
    6
    Views
    7

    [ubuntu_studio] Re: No boot. 0 bytes available

    If you boot the older kernel, does it boot OK. You may need to clear space (from the error). You can use a chroot from live CD/USB
  17. [server] Re: Installation fails with "Kernel panic - not syncing: No working init found." erro

    Is 24.04 OK? It is due out next month. Could play ahead
  18. Replies
    1
    Views
    2

    [gnome] Re: Dolby Surround Sound support

    Please follow this link:
    https://help.ubuntu.com/community/SoundTroubleshootingProcedure

    Give the output of step 3 if you reach it. It will give lots of details about the sound system in the OS
  19. [ubuntu] Re: Brother printer driver intaller errors.

    What is the output of:


    uname -a; lsb_release -a

    Thanks
  20. Re: My alt f2 window disappear when I enter command

    Those are terminal commands so won't show as you expect. You will need to launch a terminal with the command being ran in it
  21. Re: My alt f2 window disappear when I enter command

    What commands have you tried?
  22. [ubuntu] Re: Minimize bash script - brainstorm / advice

    Is it just one file that can't be over a certain size or is it the entire run environment? You could make smaller scripts that run sections of the code and then call them (Kinda like a function)....
  23. Re: Ubuntu server installation - grub observation

    Why dual boot Ubuntu Server? While the other OSes are booted, the Ubuntu Server service will not be available....
  24. Replies
    1
    Views
    2

    [ubuntu] Re: Security issue with a php script

    Ask the support team to clarify what they meant
  25. Replies
    3
    Views
    4

    Re: Appimages & Fuse

    What is the output o:


    sudo updatedb
    locate libfuse*

    Thanks
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4