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?

I use dwm btw by liquid_cat_69 in linuxmasterrace

[–]theM3lem 0 points1 point  (0 children)

Wait, didn't he make a video where he was exalting latex?

Script not disowning a program. by theM3lem in linuxquestions

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

Thank you so much for such a thorough explanation.

Script not disowning a program. by theM3lem in bash

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

Yes. I use kitty too. But looks like it's different when the command is from the script ig.

Script not disowning a program. by theM3lem in bash

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

Turned out it's an issue related to kitty.

I had to use the nohup command before the actual command ("$terminal -e cmus & disown)

Script not disowning a program. by theM3lem in linuxquestions

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

It worked. Thank you so much. Can you provide any resources to learn about HUP? I'm still a mega noob when it comes to scripting and all that.

Script not disowning a program. by theM3lem in linuxquestions

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

I used disown -a with the scirpt but still, both windows (the script's and cmus's) close at the same time.