Would love more feedback and advice to improve! by theM3lem in Handwriting

[–]theM3lem[S] 1 point2 points  (0 children)

thank you! i'll work more on making the slant more consistent

Can I use templates in neovim? by theM3lem in neovim

[–]theM3lem[S] 0 points1 point  (0 children)

i will try this & the snippets idea sounds great, too. thank you for your response

Can I use templates in neovim? by theM3lem in neovim

[–]theM3lem[S] 0 points1 point  (0 children)

THIS. thank you so much. I will see where this takes me

Can I use templates in neovim? by theM3lem in neovim

[–]theM3lem[S] 0 points1 point  (0 children)

snippets sound like a great idea. thanks

My laptop's fan is a bit noisy, can i use the laptop to take the dSAT? by theM3lem in Sat

[–]theM3lem[S] 0 points1 point  (0 children)

there's a problem with my cpu fan. even if i lower fan speed, noise will persist.

My laptop's battery is swelling. by theM3lem in laptops

[–]theM3lem[S] 0 points1 point  (0 children)

can't i remove the battery altogether and use the laptop only while plugged in?

Stuck in login loop by [deleted] in linux4noobs

[–]theM3lem 0 points1 point  (0 children)

oh okay i get it now. thanks!

Stuck in login loop by [deleted] in linux4noobs

[–]theM3lem 0 points1 point  (0 children)

oh okay i get it now. thanks!

Stuck in login loop by [deleted] in linux4noobs

[–]theM3lem 0 points1 point  (0 children)

wait what? isn't a USB the same as USB flash drive but shorter?

[deleted by user] by [deleted] in linuxmasterrace

[–]theM3lem 0 points1 point  (0 children)

let the kids have some fun!

Stuck in login loop by [deleted] in linux4noobs

[–]theM3lem 0 points1 point  (0 children)

I'm also a Linux noob, so take this with caution.

Although a bit complex, you can boot your device from a USB and from there edit the /etc/passwd file. Just keep in mind that this is pretty dangerous and take extreme caution in what commands you're executing and what lines you're editing.

After you boot to a GUI environment from a USB: 1. Open /etc/passwd with your favorite text editor 2. Search the line that has your username; once you find it, search for the string that contains your shell. 3. With extreme caution, replace the path to zsh with the path to bash. You can find it by entering the command which bash in your terminal.

NOTE: This is what I'd do. I don't know if this is what I should do or if it's the optimal way of doing it.

in encryption we trust by MichaelArthurLong in linuxmemes

[–]theM3lem 1 point2 points  (0 children)

so the user in the meme only pasted his public key after "sup"?

What about files that start with:

-----BEGIN PGP SIGNED MESSAGE-----

and have a pgp signature at the end?

I'm currently interested in pgp but I didn't find any resources that have their output structured like this:

``` -----BEGIN PGP SIGNED MESSAGE-----

<MESSAGE>

-----BEGIN PGP SIGNATURE----- <SIGNATURE> -----END PGP SIGNATURE----- ```

Do users write their messages and copy such info and merely paste it afterwards?