Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. [ubuntu] Re: Least Privilege for Ubuntu 24.04 Standard User

    While I'm thinking the polkit route is overkill this is a much simpler way to maintain it via that method.

    For starters put any users who shouldn't be able to have any root of any kind in a...
  2. [ubuntu] Re: Least Privilege for Ubuntu 24.04 Standard User

    While I'm not trying to start a debate this is why the Ubuntu way of sudo use is a bit dangerous. In a proper setup sudo should be for specific people to execute specific commands. Not for global...
  3. [ubuntu] Re: Least Privilege for Ubuntu 24.04 Standard User

    Easier to just remove the user from the sudo group and adm groups. Make sure to set a root pw first else you lock yourself out. Same result. Much less screwing around.
  4. Re: What are the best Terminal programs and why

    One I wrote for myself. It makes searching for packages in repositories much less cumbersome by eliminating need to pipe through different commands to find only what I want. Breaks down to package...
  5. Ridiculous program I wrote to search for -doc packages. Wanted to share.

    I got fed up trying to get the right chain of shell commands to filter an apt list. Had trouble getting exactly what I wanted out of it. Wrote this dumb little utility. It gets right to the point...
  6. Re: Missing library for Appimages in Ubuntu 24.04

    I saw a video on this. I think this is the libfuse2 problem. Libfuse2 is old and barely being maintained. They've moved to libfuse3. As such 2 has been dropped from default installations for a number...
  7. [ubuntu] Re: How can I change the icon of an application installed via APT?

    Better method is copy the .desktop file from /usr/share/applications to /usr/local/share/applications and edit this one. This will override the default one without worrying about it getting replaced...
  8. Replies
    3
    Views
    4

    [SOLVED] Re: Xubuntu not offering upgrade

    If you are feeling frisky you can do the upgrade via the Debian method and and not use the provided upgrade tool. I did this to upgrade a chroot installed Jammy > Kinetic > Lunar > Mantic > Noble the...
  9. [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.
  10. Replies
    29
    Views
    30

    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...
  11. Replies
    29
    Views
    30

    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...
  12. Replies
    29
    Views
    30

    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....
  13. 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...
  14. 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...
  15. 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.
  16. [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...
  17. [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...
  18. [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...
  19. [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...
  20. 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.
  21. 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.
  22. [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...
  23. 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...
  24. 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...
  25. [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...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4