Search:

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

Page 1 of 10 1 2 3 4

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

  1. Thread: New Laptop?

    by TheFu
    Replies
    16
    Views
    17

    [ubuntu] Re: New Laptop?

    Agreed. The general idea was for back of napkin thoughts. Always get the details before a purchase.

    The specific CPU models matter, but so does the motherboard, RAM, GPU, environment, and other...
  2. Sticky:Poll: Re: Share with us your Noble Numbat installation/Upgrade Experience

    Just installed 24.04 Server. LVM is there and it is possible to customize through the installer. I even guessed how to setup a static IP on the first attempt, though that screen in the installer...
  3. Re: I wanted the two monitors to mirror each other.

    lxrandr has a simple GUI with a check box that will mirror displays
    if
    a) the card supports it (and the connections are made/working)
    b) if X/Windows is the display server (I don't know about...
  4. [ubuntu] Re: We got blown off: The Flutter Installer's Partioner

    Has the autoinstall Storage documentation with lots and lots of examples been updated?

    I can see where autoinstall files will be the preferred method, but only if people can figure out how to use...
  5. Replies
    4
    Views
    5

    Re: Your Aurora 2024 images

    Nice! I live too far south and too near a metro area for any Aurora to be seen. ;(

    Many thanks to the Van Allen Belt for protecting all of us! While far from proven, that is likely the...
  6. Replies
    13
    Views
    14

    [server] Re: HTTPS on cloud instance

    Looks like my memory between opus and vorbis is flawed. Just read that opus is better for short clips....
  7. Thread: curlftpfs

    by TheFu
    Replies
    9
    Views
    10

    Re: curlftpfs

    Any standard network protocol works inside VMs, assuming you choose normal, bridged, networking. If you choose host-only or NAT, then the guest can access outbound, but not the opposite. That's a...
  8. Thread: curlftpfs

    by TheFu
    Replies
    9
    Views
    10

    Re: curlftpfs

    Plain FTP can be fast, but with any CPU made the last 15 yrs, sftp, sshfs, NFS, are very fast. The only time I use Samba is for MS-Windows. Ghost Commander on Android supports sftp or there are...
  9. Replies
    13
    Views
    14

    [server] Re: HTTPS on cloud instance

    Don't confuse encoding with the file container. ogg is a file container. Vorbis is an encoding. Same for opus - it is an encoding.

    mka, ogg, mpa, mp3 are file containers.

    AAC, mp3 (mpeg2 Layer...
  10. Thread: curlftpfs

    by TheFu
    Replies
    9
    Views
    10

    Re: curlftpfs

    Nobody should be using plain FTP since 2002. Use a better protocol.

    Heck, use sshfs instead. Combined with ssh-keys, it is seamless, assuming you won't use NFS.


    mkdir ~/mount-point
    sshfs ...
  11. Replies
    14,730
    Views
    989,621

    Re: What are you listening to right now?

    Deuce / KISS

    Checked my collection for EELs ... seem to have some from mixed albums, none directly from the group. ;(
  12. Replies
    13
    Views
    14

    [server] Re: HTTPS on cloud instance

    For fast transcoding, I have the Ryzen iGPU doing it. h.264 or h.265 - both take the same time. The CPU is barely touched. Jellyfin can trancode on the fly if you configure it. My Pi4 hates VP9. ...
  13. Replies
    13
    Views
    14

    [server] Re: HTTPS on cloud instance

    No way would I place jellyfin directly on the internet. Behind a VPN, fine. Behind an ssh-socks proxy, fine. Never on the internet.

    Jellyfin is too complex and has the DotNet bloat. I'm willing...
  14. Thread: New Laptop?

    by TheFu
    Replies
    16
    Views
    17

    [ubuntu] Re: New Laptop?

    I build new desktops every 5-10 yrs and use them until they are worth $50 ... by that point, the case is the most useful part. Definitely not the motherboard, CPU, RAM, nor GPU. Still, the HDDs can...
  15. Re: Swap Partition/Swap File Not Being Created

    I have 3 LXC 22.04 systems. No physical system installs. Linux containers use the swap from the host system ... which is 20.04

    The host LXC system:

    $ free -hm
    total used...
  16. Sticky:Poll: Re: Share with us your Noble Numbat installation/Upgrade Experience

    Did a fresh install into a KVM/QEMU VM for both Xubuntu and Lubuntu. For both, I was unable to figure out how to use a manual LVM layout, my preferred storage management system. All I wanted was...
  17. Replies
    13
    Views
    14

    [server] Re: HTTPS on cloud instance

    I don't use docker (so many reasons for this), but I use nginx as a reverse proxy for about 20 domains. Some run in lxc containers, but many run inside VMs. My reverse proxy machine also runs a few...
  18. Re: Installing 24.04 to New machine, copy HOME directory from older 22.04 ??

    I'd copy the HOME over and perhaps some system configs from /etc/ would be selectively merged, then I'd use a list of installed 22.04 packaged software (this can be created lots of different ways)...
  19. Re: RAID Controller and Intel Chipset Support Question

    Never install a Desktop on a server at work. Fire the vendor for suggesting it. Ok, I know you can't fire them, but they SHOULD be fired for that suggestion. Install openbox and let them use...
  20. Re: Redirect subdomain to IPAddress with Port

    For apache, https://httpd.apache.org/docs/2.4/vhosts/examples.html and https://www.howtogeek.com/devops/how-to-set-up-a-reverse-proxy-with-apache/

    But I'd use nginx myself as the reverse proxy...
  21. Replies
    13
    Views
    14

    [server] Re: HTTPS on cloud instance

    Great! This can be fun.


    I've never used a control panel on a VPS after the OS install. From that point on, it is most common to remotely manage via ssh. If you aren't using ssh, you are doing...
  22. Replies
    2
    Views
    3

    [ubuntu] Re: help with lxc networking

    please edit and wrap output in code-tags to retain indentation. Make it easier for someone to help you, if they can. Show the exact commands used - many people don't touch this stuff often enough to...
  23. Replies
    6
    Views
    7

    Re: Restore mysql databases from files

    https://linuxize.com/post/how-to-back-up-and-restore-mysql-databases-with-mysqldump/ is all I know. Did you also restore the config files from the old system? When we backup, we need to ensure...
  24. Re: Best way to virtualize Thunderbird/mail client

    localhost? That seems like it wouldn't work. Every VM has a different idea about "localhost". 127.x.x.x/8 is localhost, by definition.

    Since I've been running my own email servers 25+ yrs, I...
  25. [ubuntu_studio] Re: What 22.04 Background Services are Safe to Disable + Login Screen Turns Black

    Do some research. It isn't something to be added after-the-fact. It needs to be chosen as part of the install - - - or better, customized pre-install, then tell the installer about your LVM layout...
Results 1 to 25 of 247
Page 1 of 10 1 2 3 4