From 742c940abe843d0002ac57c57175a3d34744757b Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Thu, 8 Aug 2024 18:36:39 +0100 Subject: Internet safety! --- public/Images/logos/librewolf.png | Bin 0 -> 6341 bytes public/Images/logos/torbrowser.png | Bin 0 -> 192194 bytes public/articals/0How_To_Stay_Safe_Online | 50 ----------------------------- public/articals/internet/0Intro | 34 ++++++++++++++++++++ public/articals/internet/1Profiles | 41 ++++++++++++++++++++++++ public/articals/internet/2Passwords | 45 ++++++++++++++++++++++++++ public/articals/internet/3Browser | 45 ++++++++++++++++++++++++++ public/articals/internetlist | 36 +++++++++++++++++++++ public/articals/neovim/0move | 52 +++++++++++++++++++++++++++++++ public/articals/neovim/1move | 52 ------------------------------- public/articals/neovimlist | 2 +- public/index.html | 2 +- 12 files changed, 255 insertions(+), 104 deletions(-) create mode 100644 public/Images/logos/librewolf.png create mode 100644 public/Images/logos/torbrowser.png delete mode 100644 public/articals/0How_To_Stay_Safe_Online create mode 100644 public/articals/internet/0Intro create mode 100644 public/articals/internet/1Profiles create mode 100644 public/articals/internet/2Passwords create mode 100644 public/articals/internet/3Browser create mode 100644 public/articals/internetlist create mode 100644 public/articals/neovim/0move delete mode 100644 public/articals/neovim/1move diff --git a/public/Images/logos/librewolf.png b/public/Images/logos/librewolf.png new file mode 100644 index 0000000..25b1ed9 Binary files /dev/null and b/public/Images/logos/librewolf.png differ diff --git a/public/Images/logos/torbrowser.png b/public/Images/logos/torbrowser.png new file mode 100644 index 0000000..1417e13 Binary files /dev/null and b/public/Images/logos/torbrowser.png differ diff --git a/public/articals/0How_To_Stay_Safe_Online b/public/articals/0How_To_Stay_Safe_Online deleted file mode 100644 index d9a9d14..0000000 --- a/public/articals/0How_To_Stay_Safe_Online +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - Stay safe - - - - -
- -
-
-

How to stay safe online

-

Date: 30:5:2024

-
-

Introduction

-

Computers are always at risk. No matter how much work you do or how hard you try, there will always be a way to hack your system. In this article I will share how I keep my computers safe and the tools I use to do so.

-

Passwords

-

Passwords are the main way people get into our computers and online accounts. So it is key to have strong passwords, so hackers have a hard time finding out what the passwords are. So what does a strong password consist of? A strong password should consist of a sequence of special characters (like?, #, and $) and normal characters. A strong password should also not have any words found in the dictionary, so that rules out many people's passwords.

-

An example of a weak password would be:
- Password123 -

And an example of a strong password would be:
- {gÙIjWÝ0ó{Ðö÷åQü9+òÀË×?̯Áv -

Now you may be wondering, How the hell do I remember all of that, and for multiple accounts, none the less, well easily with KeePassXC? I personally use KeePassXC for my password management, mostly because it is offline, meaning you are not trusting a company with your data. I also find it very easy to use, and it has many features I like, for example, two-factor authentication, customisation options, and a password generator, all built into it.

-

Browser

-

Many people argue over what is the best browser for privacy, and many people have the argument over Firefox or the Brave brower, and there are many good arguments for one or the other. But personally, I do not take part in this debate because it is obvious what the best privacy-based browser is Librewolf. The reason why Librewolf is better than Brave and Firefox is for a large number of reasons, mainly because the people who develop Librewolf care about privacy, and it comes with uBlock Origin, which is an ad block that is very useful.

-

Conclusion

-

That is all that I do to remain safe online, all the rest is common sense like not using windows, not downloading suspisous files online and not telling other people personal infomations. So I do hope you have enjoyed reading this and I will publish more articles in the future.

-
-

Resources

-

Little note here, much of this artical is knowlage I have learnt overtime that is why there is a lack of resources.

-

Books

- -
- - - diff --git a/public/articals/internet/0Intro b/public/articals/internet/0Intro new file mode 100644 index 0000000..e46931b --- /dev/null +++ b/public/articals/internet/0Intro @@ -0,0 +1,34 @@ + + + + + + Introduction + + + + +
+ +
+
+

Introduction

+

Date: 08-08-2024

+
+

Hello and welcome! In the following articals you will learn how I stay safe online and how I think you should probably stay safe too. So keep on reading and if you have any questions my Matrix dms are always open for questions!

+

Why am I writting this?

+

The reason why I am writing this series of articles to share how I stay safe online and to help others become more privacy conscious and secure.

+
+
+
Back   Next
+    
+ + + diff --git a/public/articals/internet/1Profiles b/public/articals/internet/1Profiles new file mode 100644 index 0000000..61fc152 --- /dev/null +++ b/public/articals/internet/1Profiles @@ -0,0 +1,41 @@ + + + + + + Profiles + + + + +
+ +
+
+

Online profiles

+

Date: 08-08-2024

+
+

We all have online profiles, whether with Google or X (Twitter); you are probably reading this to make sure your online accounts are secure, and I am here to help you do just that, so let's just get into it!

+ +

The less the better

+

What do I mean by this? You may be thinking, well, I mean, the fewer online accounts you have to manage, the more secure you are overall! So if you have any accounts you do not use anymore or any accounts you do not need, I would suggest deleting them.

+ +

No connections!

+

A lot of online services like Canva offer an option to sign up to their service with your Google or Facebook account. Now this may seem convenient, and it is, but it is a bad idea. It is a bad idea because if your Google or Facebook accounts get hacked into, all of these connected accounts are now compromised, and you cannot do anything about it because you cannot log into the account you connected it all to. 

+ +

Common sense!

+

Use your common sense! Do not share any of your passwords unless you absolutely have tools. If a website seems off and you feel uncomfortable, leave the website.

+
+
+
Back   Next
+    
+ + + diff --git a/public/articals/internet/2Passwords b/public/articals/internet/2Passwords new file mode 100644 index 0000000..0517d5c --- /dev/null +++ b/public/articals/internet/2Passwords @@ -0,0 +1,45 @@ + + + + + + Passwords + + + + +
+ +
+
+

Passwords

+

Date: 08-08-2024

+
+

Having a secure Password is the most important part of your online security, so how do you keep and know a good password?

+
+

Password managers

+

In the modern day you do not need to remember your passwords thanks to password managers! But what password managers can you turst and use?

+ +

I only suggest one password manager, that being KeePassXC, and the reason why I suggest KeePassXC is because the source code is available to view so you know you can trust it, and the other reason why I suggest using KeePassXC is because it is offline, meaning nobody can hack an online account; instead, they have to obtain the password.kdbx file on your computer, which is harder to do than hacking an online account.

+

Due to the fact that KeePassXC works offline with a .kdbx file, I suggest having a spare USB stick with a backup on it just in case it gets deleted for whatever reason.

+

Syncing all of your passwords between devices is easy with KeePassXC; I just use Syncthing to do so. It is easy to setup, and I have never had any issues with it!

+
+

What makes a good password?

+

A good password should be made up of totally random charicters that have no relation to you as a person.

+

An example of a weak password would be:
Grace'sPassword123

+

And an example of a strong password would be:
{gÙIjWÝ0ó{Ðö÷åQü9+òÀË×?̯Áv

+

Now you might see why you should have a password manager, so it can remember stuff like this for you!

+
+
+
Back   Next
+    
+ + + diff --git a/public/articals/internet/3Browser b/public/articals/internet/3Browser new file mode 100644 index 0000000..113b7b8 --- /dev/null +++ b/public/articals/internet/3Browser @@ -0,0 +1,45 @@ + + + + + + Web browser + + + + +
+ +
+
+

Web browsers

+

Date: 08-08-2024

+
+

There is lots of debate on what the best 'privacy based browser' is, so I am going to settle it here and now, and suggest the two best web browser you should daily drive.

+
+ LibreWolf logo +

LibreWolf

+

LibreWolf is a custom version of Mozilla's Firefox that is focused on privacy, security, and freedom. LibreWolf is designed to protect you against trackers and being fingerprinted across the internet. LibreWolf also removes all of Firefox's telemetry, data collection, and all the annoyances that come with using Firefox. Librewolf also by default disables anti-user freedom features like DRM. 

+

I personally use LibreWolf on a day-to-day basis, and I love it with all my heart! There is not one issue I have had with it; the only problems I have had with LibreWolf are that some websites refuse to work because it disables a bunch of trackers, but I have only had this issue happen twice over the time I have used LibreWolf. My favourite feature of LibreWolf is that it comes with uBlock Origin by default, so you can enjoy the internet without ads, which is a blessing. +


+ tor browser +

Tor browser

+

The Tor web browser is a browser that uses the Tor network to make your digital self look like anybody else who is using the Tor network. Most of the time the Tor web browser is used to access the 'dark web' which is the Tor network. The Tor browser can be used to access normal domains and is very good at masking who you really are. So if you are super privacy conscious, I would suggest the Tor browser.

+

I do not personally use the Tor browser because I am happy with LibreWolf, and I do not do much on the internet; I mostly just read and sometimes watch Youtube.

+
+

overview

+

Overall, if you use one of these two browsers, you should be pretty safe from being tracked across the internet. Before you try out one of these browsers, make sure you still have your previous browser installed, just in case you dislike it.

+
+
+
Back   Next
+    
+ + + diff --git a/public/articals/internetlist b/public/articals/internetlist new file mode 100644 index 0000000..63bb57b --- /dev/null +++ b/public/articals/internetlist @@ -0,0 +1,36 @@ + + + + + + Internet index + + + + +
+ +
+
+

Articles about the internet

+

Sometimes I write about how to stay safe online and some thoughts about the modern internet, so have a look around!

+
+

How to stay safe Online

+

A series of articles I wrote about how I stay safe online.

+ +
+ + + diff --git a/public/articals/neovim/0move b/public/articals/neovim/0move new file mode 100644 index 0000000..6850ca2 --- /dev/null +++ b/public/articals/neovim/0move @@ -0,0 +1,52 @@ + + + + + + Neovim index + + + + +
+ +
+
+

Moving around in Neovim

+
+

Basic movements

+

Moving around in Neovim is pretty easy so this will not be a long tutorial!

+

To move around in Neovim you need to be in the 'Normal mode' where you cannot type anything.

+ +

Moving around in Neovim is not that hard as you can see! It might feel weird now but the more you use Neovim the more you get used to it. Now lets move onto some of the more advanced movements.

+
+

Spesific movements

+

To go to spesific parts of the file is pretty easy.

+ +
+
+

That is all now you know how to move around in Neovim!

+
+
Back   Next
+    
+ + diff --git a/public/articals/neovim/1move b/public/articals/neovim/1move deleted file mode 100644 index 8d9d849..0000000 --- a/public/articals/neovim/1move +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - Neovim index - - - - -
- -
-
-

Moving around in Neovim

-
-

Basic movements

-

Moving around in Neovim is pretty easy so this will not be a long tutorial!

-

To move around in Neovim you need to be in the 'Normal mode' where you cannot type anything.

- -

Moving around in Neovim is not that hard as you can see! It might feel weird now but the more you use Neovim the more you get used to it. Now lets move onto some of the more advanced movements.

-
-

Spesific movements

-

To go to spesific parts of the file is pretty easy.

- -
-
-

That is all now you know how to move around in Neovim!

-
-
Back   Next
-    
- - diff --git a/public/articals/neovimlist b/public/articals/neovimlist index 958fbd9..482c8b3 100644 --- a/public/articals/neovimlist +++ b/public/articals/neovimlist @@ -27,7 +27,7 @@

Tutorials

diff --git a/public/index.html b/public/index.html index 7a99a69..9c5906f 100644 --- a/public/index.html +++ b/public/index.html @@ -40,7 +40,7 @@
-- cgit v1.2.3