Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. [ubuntu] Re: Low disk space on file system root (1Gb)

    /dev/nvme0n1p5 ext4 480G 455G 1.1G 100% /

    Am I the only one seeing 24gigs missing here? Should have 24+ free space. not 1.1. And either way it wouldn't show 100%. The math is off.
  2. Replies
    27
    Views
    28

    Re: Run windows apps on ubuntu

    To further respond to an earlier post about the bottles Battle.net script not working. I was in a mood yesterday and I apologize. I restored my backup get a configuration dump. I've never had much...
  3. Replies
    27
    Views
    28

    Re: Run windows apps on ubuntu

    Just install it manually. Screw the script. Didn't even know there was a script. 8.06 or w/e version of wine. Solved. Although I just deleted it finally because I'm sick of the mini game crap in...
  4. Replies
    27
    Views
    28

    Re: Run windows apps on ubuntu

    I'd also like to add the suggestion of the Bottles flatpak. It's self contained so you don't have to worry about foreign packages on your system running amok. And it has run everything I've tried....
  5. Re: What's wrong with other Linux distributions?

    I flip flop between Ubuntu and a pure Debian base quite often, I can't explain why.

    The thing that keeps me coming back to Ubuntu specifically is I like having a corporate structure behind it. I...
  6. Re: Unable to access VMs from outside the host

    You can write a script fired by a systemd service to configure iptables on boot. I know there is a better way but this is what I ended up doing. Easier for me to mess with a script than anything...
  7. Re: old GCC needed to recreate old project

    I don't understand this statement. Either the program can be compiled or it can't. At the end of the day you can't rely on out of date software to build your stuff.
  8. [SOLVED] Re: Ubuntu can't find /boot after I deleted EFI partition (and restored it)

    Does the partition restore restore the UUID as well? If your fstab is going by uuid, which it should then boot doesn't exist according to it. You need to update the fstab if this is the case. You...
  9. [ubuntu] Re: Abour ripping music CD to mp3 files

    command line. terminal based tools. most linux users in my experience try to do this for everything but sometimes it just isn't worth it. the gui can be quicker and save headaches in some cases. Not...
  10. [ubuntu] Re: Abour ripping music CD to mp3 files

    I know the cli is the way people want to go. I just rip them with Asunder and call it a day. No screwing around for the perfect combination of flags to pass. CLI is nearly always faster. But...
  11. [ubuntu] Re: Minimize bash script - brainstorm / advice

    You can cut the size of the name of your variables and function names. That should gain a surprising amount of characters depending on how often those variables and functions are used. Maybe keep a...
  12. Re: Attempting clean install and get username reserved?

    The myth user is set to nologin if I recall. If you give it a password and change shell to bash it should do what you want

    Is likely all mythbuntu does.
  13. Re: Attempting clean install and get username reserved?

    You shouldn't need to create the myth user. The package will do it for you. You can su to that user if you need to but little to no reason for it I can think of.
  14. [ubuntu] Re: flatpak packages and snap pakages

    Apt just update the flatpak package itself.


    flatpak update is what you want. Use sudo for snap refresh. Sudo your flatpak update only if you did them as root and not your user.

    With a few...
  15. Replies
    3
    Views
    4

    Re: Index out of range?

    I haven't bothered tracking this one myself but I've seen it on Jammy with HWE and the current Elementary OS 7.1. In my case it sits there a minute then loads up anyway. As it hasn't caused me an...
  16. Re: Low Disk Space on "Filesystem root"

    depends on snap and flatpaks. with ubuntu defaulting / demanding snaps moving forward var will need to grow more and more each release I'd surmise. Gone are the days of a 2g var or whatever people...
  17. [ubuntu] Re: Can a linux distrobution be upgraded to the next version with terminal

    Then there is the fully manual method of editing the sources list, and running the upgrade in turn as straight Debian does.
    This is not the recommended way to do Ubuntu but it does work as long as...
  18. Re: Automatic Ripping Machine GitHub

    You can use Handbrake from the command line. Maybe a python or shell script and away it goes. Shouldn't be to complicated. Don't need a special tool.
  19. Re: Does do-release-upgrade upgrade Budgie 20.04 to Budgie 22.04?

    Stuff like that won't tell you what version you have installed. It will default to something simple for any distro unless someone specifically modifies it. If you are using an official Ubuntu spin of...
  20. Replies
    10
    Views
    11

    Re: Unsecure ubuntuforums website

    I'd say something is wrong with Chrome. This is the exact address I'm looking at this thread.


    https://ubuntuforums.org/showthread.php?t=2494436

    Looks like https to me. Firefox for the record.
  21. Re: Superuser account. Did I mess up?

    Load a live linux distro. Then mount the root partition of your machine to /mnt and run
    sudo chroot /mnt or whatever the path is. Then you can use
    usermod --shell /bin/bash "$USERNAME" Afterwards...
  22. Re: Superuser account. Did I mess up?

    Forgive me, your description is a bit muddy. Looks like you wanted to add a dedicated user for samba access? In this case you did it correctly but you can't login to that user directly. You need to...
  23. [ubuntu] Re: Home NAS, configuration planning / guidance requested

    I don't know what you intend to use for software for this. I put together a Zoneminder docker. I don't know if it's any good of course, but it works for me. The entire gui to it is a web interface. I...
  24. Replies
    9
    Views
    10

    Re: Changing GPU - simple guide?

    I know in my case with an LTSP pxe system I have running Ubuntu I keep the nvidia driver installed in the chroot along with the mesa amd drivers. It seems to pick whichever one depending on what...
  25. [SOLVED] Re: Ubuntu Server 22.04.3 boots into emergency mode after modifying /etc/fstab

    UUID=9E20FF6820FF45B5 /media/scratch ext4 defaults 0 0



    /dev/sdc2: LABEL="SEAGATE4TB" BLOCK_SIZE="512" UUID="9E20FF6820FF45B5" TYPE="ntfs" PARTLABEL="Basic data partition"...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4