Skip Navigation
Jump
A covert reverse shell using TLS
  • I don't think that browsers do that. There is HSTS but I think that it only checks if the connection is using TLS.

    2
  • Jump
    Need help: USB unlock LUKS on Alpine Linux
  • I think you may want to use for device in /dev/disk/by-uuid/*

    That doesn't explain why you aren't seeing messages. I see there is a shebang at the start of the script. Can you confirm that the script has the executable bit set for the root user?

    2
  • Jump
    Looks like we are using Linux in university
  • It works with USB interfaces using passthrough. But yeah doesn't make a lot of sense.

    2
  • Jump
    Hoggies
  • In French, oursin (urchin) seems to be the diminutive of ours, which means bear. So oursin means something like "little bear".

    4
  • Jump
    90s Classic
  • You wouldn't download a car‽

    10
  • Jump
    Why u always lying?
  • This book was left blank...

    3
  • Jump
    With prime day coming up, I'd like to know what you aren't gonna buy.
  • I'm not buying anything, as I do not need anything.

    1
  • Jump
    [Help][Webdev]Minimal dev environment for Preact + TailwindCSS
  • I understand your project's constraints. I meant that you could try compiling and running the mongoose server linked against the packed filesystem in your development machine.

    3
  • Jump
    [Help][Webdev]Minimal dev environment for Preact + TailwindCSS
  • It seems to me that the problem would be caused by Mongoose packing, rather than vite/rollup's build, since it seems to run fine on your development environment.

    PS: Could you try reproducing the Problem using a mongoose server running on your development machine, or even better: on a Dockerfile? Then you could share a minimal example that could help to further diagnose the issue.

    5
  • Jump
    [Serious] What's your hot take?
  • Pepper itself is overrated. At least the black one.

    1
  • Jump
    How can I fix this rotation issue?
  • From Archwiki > xrandr:

    Tip: Both GDM and SDDM have startup scripts that are executed when X is initiated. For GDM, these are in /etc/gdm/, while for SDDM this is done at /usr/share/sddm/scripts/Xsetup. This method requires root access and mucking around in system configuration files, but will take effect earlier in the startup process than using xprofile.

    15
  • Jump
    FOSS apps for a trip
  • Cirrus for weather, Currencies for, well, currency conversion, LavSeeker for searching public toilets.

    All are available on F-Droid.

    4
  • Jump
    What programming language ruby, python og javascript?
  • Maybe you should consider a server & client architecture to use the right tool for the right job on each platform.

    3
  • Jump
    Can anyone help me with a problem with Photoshop on Linux (Lutris)
  • Try disabling hardware acceleration

    5
  • Jump
    Use volcanic ash to reverse global warming
  • But the aerosols would also amplify the green house effect right?

    1
  • Jump
    Troubles setting up Plex in fresh Linux Mint install.
  • Mount the drive with the user or group as plex. See mount options uid and gid. You can also set precise permissions on the mount point (using options at mount time) to let plex access a subdirectory.

    2
  • Jump
    (android) Any good board game tutorial you could recommend?
  • I think the command pattern would be useful. The user requests to perform a command. The command implementation can define preconditions and actions that mutate your game state.

    2
  • Jump
    (android) Any good board game tutorial you could recommend?
  • You could start with a multiplayer server that handles the game logic, and a command line client that that can interact with it, create a game room and invite someone to it. You can handle realtime communication with socket.io. Once you have the client and some game rules, you can implement the client on a frontend using a canvas or game engine. You could then add the bot opponents using simple random number generation and some basic strategies.

    4
  • Jump
    Added Bugs to Keep my job
  • Refactor package structure

    1