Hi guy

  • 0 Posts
  • 40 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle



  • He’s saying the enemy is within and must be wiped out completely.

    Recursively and forcefully remove virus at Localhost.

    Just sent to a friend and I broke it down like this

    The commands wouldn’t work on Linux/Unix due to the format. But… They don’t need to if you’re just sending a message.

    127.0.0.1 means the local machine. The host.

    rm is remove. -r is recursively. -f means use force if necessary.

    The commands, when put together, would look something like this:

    traceroute wokemindvirus (find the location of and path to the virus)

    The virus has been located at localhost (internally)

    rm -rf /127.0.0.1/wokemindvirus

    Remove, forcefully and recursively until nothing is left, the woke virus, in the local host - USA.

    In other words, the enemy within must be wiped out.

    Tell me I’m crazy.


  • https://www.man7.org/linux/man-pages/man1/bash.1.html

    Lists A list is a sequence of one or more pipelines separated by one of the operators ;, &, &&, or ||, and optionally terminated by one of ;, &, or <newline>.

       Of these list operators, && and || have equal precedence, followed by ; and &, which have equal precedence.
    
       A sequence of one or more newlines may appear in a list instead of a semicolon to delimit commands.
    
       ....
    
       AND and OR lists are sequences of one or more pipelines separated by the && and || control operators, respectively.  AND and OR lists are executed with left associativity.  An AND list has the form
    
              command1 && command2
    
       **command2 is executed if, and only if, command1 returns an exit status of zero (success).**
    

    So, command 1 returns success, but command 2 fails. The FAILED comment at the beginning of the error message is the message to parse, one part succeeded, the other failed.

    Not using && and running your command by line will show where the error is.





  • Surprisingly, VLC has a simple screen recording feature in the GUI. Record by screen or by individual app.

    VLC also has a very comprehensive cli.

    vlc -H gives almost every possible option with useful descriptions of them You can configure everything to your needs. Inputs, outputs, framerate, audio and video encoders, muxers, filters, network live stream or to file or both, in the background, etc. Everything

    GUI

    One page of the advanced settings options (using the -H option gives me 60 full pages of options in this portrait format)




  • If you haven’t already, you can turn on automatic uodates in Mint.

    Next time the update icon shows up, go to preferences from the menu and you can allow it to automatically update. You’ll still occasionally see the update icon but it usually self updates daily.

    You can set flatpak, normal updates and spices (cinnamon applets) independently.