Skip Navigation

Posts
0
Comments
550
Joined
2 yr. ago

  • I sometimes see it in the CLI when running apt update/upgrade. I've just tricked my mind to look past it.

  • I assume that your inbox size counts against the cloud storage they provide?

  • Seems it only handles "archived" games. So they need to be archived in a single .zip/rar/gzip/tar file.

    Would it be able to handle .ISO files?

    Answer: Yes. Found it in their documentation.

  • I had an experience like that. The droplet was used as a seedbox for Linux ISO torrents (truth, not a cover) and after a couple of months they contacted me, saying they where seeing abnormal activity to and from the droplet and I should investigate and take action within a week, else they would turn the droplet off.

    After I explained it to them they replied that using a droplet as a seedbox was not allowed, poinnted to the relevant part of their TOS and I agreed to shut it down.

    What the OP is experiencing is a poor way of doing business for them.

  • PATH is a shell variable that defines where stuff can be executed from without writing their absolute path.

    So the export PATH command just adds the scale stuff to the path.

  • Permanently Deleted

    Jump
  • They tend to use different theming engines each major version, so I don't believe they are.

  • Permanently Deleted

    Jump
  • Gimp is likely still using gtk2, which means you need a theme that supports gtk2. That's probably old and un-maintained, since gtk2 has been End-Of-Life for a while now. gimp 3.0 is approaching though.

  • Permanently Deleted

    Jump
  • I don't see any errors, just warnings. And GTK is very verbose about warnings...

  • I host mine just like you want to do. Ghost running in a docker container on my homelab, with reverse proxy and domain pointing to it.

    Haven't had any issues so far.

  • Pretty sure you didn't break the kernel. Just that the nvidia driver is likely still incompatible with 6.11.

    Or maybe you are mixing nvidia drivers for regular linux and lts somewhere. The regular driver seems to have been rebuild for 6.11.

  • I've had a similar issue with most of the laptops I have owned. The battery just discharges slowly when the device is turned off.

    I have no idea what causes it or if it can be fixed.

  • My guess is that most hits that scan is gonna catch is old enterprise networks, that has not been updated or maintained by security.

  • Sounds like you created a seperate partition for /var. Only way to change that is to redo your partitions or bind mount an external disk as /var.

  • journalctl lists PIDs, so it might have a corresponding executable name with it.

  • You should block everything, except the things you want to get through. A firewall (at least in Linux) blocks everything inbound by default.

  • It means that clients and bots for Discord will also work with this.

  • As far as I can tell, it's not Discord, but an open source alternative. So I don't think it talks to regular discord servers, but you can use any Discord compatible client to talk to SpaceBarChat.

  • I don't use the share via email function so I can't tell if that's working or not. But I haven't seen the other issues you mentioned. I can install/update apps fine in the web-interface and I haven't seen any errors regarding whiteboard.

  • There is currently work being done to get support for some snapdragon laptops into the kernel. I think 6.11 got preliminary support for a couple and patches for others are still waiting.