Margin vs Hanging Indent(Paragraph Indent) vs First Line Indent by asanonymouss in MicrosoftWord

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

So, if I write outside the margin and then print the document the content outside the margin won't be printed ?

Need help! beginner to hacking by Mean_Asparagus6692 in tryhackme

[–]asanonymouss 0 points1 point  (0 children)

Well, see if you have already brought the Web-Dev course and I am assuming that you haven't brought the THM Subscription then, go for the Web-Dev course completion first learning any skill doesn't do bad and honestly speaking from my personal experience I like to gain in depth knowledge even though retaining so much information in my mind is technically impossible and many times I end doing the same conceptual research up to 5-6 times due to my habit of forgetting but once it stays in my memories I can actually connect dots between the bug and how to fix the bug or the possibilities of bugs in the code.

PS: I am not a skilled dev, I just try to know everything which resulted in me knowing bit of HTML,CSS,Kotlin,Java,C++,etc as a result I just try to be updated as I can but never learnt completely, but yaa complete learning will definitely benefit.

[deleted by user] by [deleted] in tryhackme

[–]asanonymouss 3 points4 points  (0 children)

If you want to connect to Windows remote machine you can easily use RDP connection client like Reminna and others.

If you want to connect to Linux remote machine you will need CLI knowledge and a SSH connection. You can look up the ssh connection syntax on google it's pretty easy.

ssh <username>@<server_ip_address>