Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.26 seconds; generated 14 minute(s) ago.

  1. 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....
  2. Thread: curlftpfs

    by TheFu
    Replies
    7
    Views
    8

    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...
  3. Thread: curlftpfs

    by TheFu
    Replies
    7
    Views
    8

    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...
  4. 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...
  5. Thread: curlftpfs

    by TheFu
    Replies
    7
    Views
    8

    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 ...
  6. 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. ;(
  7. 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. ...
  8. 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...
  9. Thread: New Laptop?

    by TheFu
    Replies
    10
    Views
    11

    [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...
  10. 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...
  11. 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...
  12. 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...
  13. 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)...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. [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...
  21. [ubuntu_studio] Re: What 22.04 Background Services are Safe to Disable + Login Screen Turns Black

    I routinely disable services/programs that I don't use. OTOH, if something bad happens, I re-enable it FAST! LVM snapshots makes this effort easy.

    Running extra code that you don't use is a...
  22. Re: Best way to virtualize Thunderbird/mail client

    I don't use virt-manager, except to setup new VMs or destroy them when I'm done. Definitely NOT for daily use as a remote desktop.

    Also, I'm not on Debian, though I have a few debian servers for...
  23. Re: Best way to virtualize Thunderbird/mail client

    I use the remote-X method and don't have performance issues. Here's my script:

    $ more ~/bin/thunderbird.sh

    #!/bin/bash

    # FJ_OPTS="--dns=172.22.22.81 --rlimit-as=3500000000 --ignore=seccomp...
  24. Replies
    8
    Views
    9

    Re: Error while using wall command

    It is unsupported. Asking for help with unsupported versions is against forum standards. I think they say "it dilutes the efforts of volunteers". It is a waste of your time and ours.

    An install...
  25. Replies
    8
    Views
    9

    Re: Error while using wall command

    Tested on 24.04 (ssh) and 20.04 (local). No issue. Get on a supported release. Working on non-supported stuff makes no sense.
Results 1 to 25 of 246
Page 1 of 10 1 2 3 4