Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. 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?
  2. [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...
  3. 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...
  4. [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...
  5. [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...
  6. Replies
    11
    Views
    12

    [ubuntu] Re: Browser Suggestion

    Google Chrome is what I use
  7. 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)
  8. [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.
  9. Re: what is the difference between a computer task and an input output task?

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

    Do you have the proposed repo enabled? If so, disable it
  11. [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
  12. Replies
    3
    Views
    4

    [ubuntu] Re: I hate GPG

    Is there a question here or just a rant?
  13. 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?
  14. Re: Ubuntu 22.04 install on Dell R710 with RAID-10

    Is the PERC known to work with Ubuntu?
  15. 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
  16. [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
  17. 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
  18. [ubuntu] Re: Brother printer driver intaller errors.

    What is the output of:


    uname -a; lsb_release -a

    Thanks
  19. 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
  20. Re: My alt f2 window disappear when I enter command

    What commands have you tried?
  21. [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)....
  22. 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....
  23. Replies
    1
    Views
    2

    [ubuntu] Re: Security issue with a php script

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

    Re: Appimages & Fuse

    What is the output o:


    sudo updatedb
    locate libfuse*

    Thanks
  25. Replies
    3
    Views
    4

    Re: Install help.

    in a terminal, run:


    sudo apt update
    sudo apt full-upgrade

    Should help
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4