Skip Navigation

Posts
0
Comments
74
Joined
2 yr. ago

  • They're waiting for Debian developers backporting the patches.

  • Woo-hoo! Secondary hyper modifier key - can't wait!!!

  • https://github.com/sineemore/backpack

    "backpack is a small wrapper around ssh.

    It transfers contents of a local file ~/.backpack and itself to remote host, sources it and continues with normal ssh session.

    works best as alias ssh=backpack won't create any files on remote hosts (even temporary) tries to fallback to normal ssh when remote shell is not bash self-replication allows you to use backpack again directly from remote host, in this case backpack will keep original local file as you go deaper from host to host."

  • dbus can also start a program. For example when one notification was generated and no notification daemon is running, then dbus launch one to handle the request.

  • *buntu doesn't even deserve threads like this.

  • The threads about distros are the really bad ones.

  • Don't want to hurt your daughter. And don't want to hurt the Linux community by making a girl hate Linux when she's a child.

  • …and be userfriendly and must be lightweight on my brand new 32core ryzen.

  • What makes it lightweight when it uses the same packages with the same dependencies? And what does prevent me from install openbox on Debian?

  • I think you have confused the apt command with the apt-get command. apt-get doesn't handle files, while apt has it since the very first version. This is one of the important differences between the two commands. This was one of the main reasons why I have been using only apt for years.

  • What makes it a bit faster specifically? I've been interested for a long time.

  • Most of the terminals which support sixel doesn't use libsixel at all, instead they've developed their own implementation.

  • You missed the correct path.

    W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb

    Use the correct path to your deb file.

  • Ssh listens on port 22, as soon as a connection is made the host moves the connection to another port to free up 22 for other new connections.

    Makes sense

    No, it's nonsense. Nothing like that happens.