Day 3: State issues stay at home and what you can do!

Photo by cottonbro from Pexels

Tech side of staying at home!

I am going to talk about the tech side of what you can do while you are bored and can’t go out.   I know it is difficult for some of you even me.  I tend to want  to be more socialized but that isn’t good right now.   It varies from person but some of us are just way to bored and want to something to do.   You can only clean your house so many times a week before you just can’t do it anymore.   So here’s what I’ve been doing to get over the boredom.

Minecraft

Photo by Evenecer Andujar from Pexels

I’ve been playing a lot of Minecraft.   You can play it on A lot of different platforms from PS4, Xbox, PC, Mac, And even Linux.  Each platform is a little different.   I personally like PC and Linux because of the controls and what your PC needs to play it.   Minecraft doesn’t require much PC resources and can be played on a lot of older systems.   It might not be fast or great but it will keep you busy.  I am challenging myself to make the best house or something like that for my own little world.

Subnautica

I really like the games that let you build your own world and work on it on your own.  It’s a Single player game and your goal is to get off the planet.   It has some great story lines and you can explore this really big world.   You can play it on PS4, Xbox 1, PC and Steam platforms.   I won’t spoil it for you but you will need a really good graphics processing Unit to play it on your PC and I really like how it plays!  It is nice way to relax at home and not have to worry about this darn Covid-19 issue.  Although the game does have it’s own infection in the single player where you will need to heal yourself before you can get off the planet.  You can see the video of the gameplay on YouTube if you are are really interested in finding out what this game is all about.

Subnautica : Below Zero

Subnautica : Below Zero

Is only offered on Steam and is an early access.   It is also another story line from Subnautica and has new game mechanics.  I’ve not delved to much into this game because I really want to finish Subnautica first before I start this exploring this game.  You will also will be playing a woman this time.  It can be a little different and I don’t exactly know what the story line is all about and I am guessing it is another one for survival and getting off the planet.  It however is a great way to forget why you are home and can’t be out and about.

Terra Tech

Terra tech is another one where you have control over building your world.   You probably get were my focus lately is due to the Covid-19.   I am finding games that I can control because I don’t want to think about how I have no control over the virus or what is happening.   I like this one because you can explore and upgrade your machines.  You can play multiplayer with others for another goal.   I usually like the single version and play by myself.  TerraTech is available on PS4, Xbox One, PC, Steam, and Nintendo Switch.   These are the games I have been playing to keep me busy while I am having to stay home and not worry about the world.

Got your own favorite game?  why not leave a comment and tell me your favorite games and tell me why you like it!

 

The Rise of Wearable Technology: Smartwatches

We live in a world that is constantly being reshaped by the slew of technological innovations made available to us. Technology has come such a long way that the latest smartphones dwarf the technology used to send humanity to the moon. Not only have we made technological advancements that push the limitations of what’s possible, but we’ve also done it in a way that makes these new technologies more mobile than ever before.

One great example of this is the multitude of smartwatches available today. Companies such as Apple and Samsung have produced wearable technology that provides drastic quality of life changes by integrating the watch’s various functions into our daily lives. Indeed, these watches do way more than just tell the time.

Compact Technology

Photo by Pixabay from Pexels

Wearable technology has been on the rise in recent years. This is due to the onset of the Internet of Things (IoT). The IoT is a network of objects such as watches, televisions, and phones that are connected to the internet and to each other in hopes of making life more convenient for its users.

Now, one of the things that have paved the way for the IoT are the innovations in printed circuit board (PCB) design, which have improved features like flexibility and mobility. This is most evident in the popularity of rigid-flex PCBs, which link multiple boards together in one unit to make them more adaptable to odd packaging. This is because the rigid-flex design allows for the board to be folded which in turn allows for unorthodox board shapes that are perfect for wearable devices such as watches.

Do More Than Just Tell Time

Person wearing white silicon watch

Photo by Pixabay from Pexels

While it can still tell the time like normal watches, smartwatches can do much more. In fact, traditional watches are dropping in popularity as most people now use their smartphone to check the time. So what can these smartwatches do?

Well, one of the most common functions of a smartwatch is the fitness tracker. Most of these watches come with a pedometer that records the number of steps you’ve taken in a day along with the number of calories burnt. Some smartwatches even come with a heart rate and sleep tracker so you can have a better idea of the status of your health without a full medical check-up. You can also sync the smartwatch to your smartphone, which will then allow you to reply to messages and receive calls without having to pull out your phone.

Full Integration


Photo by Vishven Solanki from Pexels

Speaking of syncing it to your phone, smartwatches can also be fully integrated with your other devices and apps. Due to their growing popularity, most, if not all services that you get on a normal smartphone are also available on a smartwatch.

Various social media platforms such as Facebook, Twitter, and WhatsApp send notifications straight to your smartwatch so that you’ll never miss anything. This becomes especially useful during activities where you may not have your phone on you, such as when you’re in the gym or even when you’re swimming, as many smartwatches offer a waterproof variation for those of us who cannot afford to miss any messages. Indeed, the smartwatch has gone a long way to making us more connected than ever before.
Post written by Myrtis Royal

Installing a Windows 10 in VirtualBox on Linux!

Windows 10 in Virtualbox (LinuxMint)

Windows 10

Sometimes I hate to admit this but I need Windows 10 to do stuff with. Like making a multiple bootable USB key or Something like that! If you are like me and need it for a certain app that isn’t available on Linux. This solution seems to work well. It also doesn’t hurt that Microsoft is giving away Free Windows 10 to people. I didn’t have to do anything but put my email address in the system and it activated without a problem. It could just be that I have been in the beta for Windows 10 and it is associated with my account. Either way its a win for me. I decided to install Windows 10 because Windows 7 end of life was January.   I’ve never really liked Windows operating system so I tend to use it from time to time.  You could possible make it a dual boot also where Windows 10 and Linux Mint boot separately.   If that’s an option for you than it will be a whole lot faster.

Install VirtualBox on Linux

The first part of this post is how do you install Virtual Box on your Linux Mint Machine.  This might seem hard to understand but once you do it a few times you will understand it.

sudo add-apt-repository “deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian <mydist> contrib”

Now to install the right version of Virtual box you will need to know your distro of your Linux Mint. You can easily find that out by doing the “lsb_release -cs” command and it should say Tricia, Tina, Tessa, Tara, Sylvia, Sonya, or Serena”.   You’ll put that instead of the <mydist>  So like mine it would be:

sudo add-apt-repository “deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian tricia contrib”

It would also be a good idea to know if you have a 32 bit or 64 bit system Linux System.   You can find that out either through command line or desktop.   The command line is “arch“.  You might have to change the arch line to 32 but more than likely you are running a 64 bit system.

Now you need to Add the Keys to the repository and that command is easy.

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add –
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add –

The last step is to install Virtual Box on your Linux Mint system.

sudo apt-get update
sudo apt-get install virtualbox-6.1

A Good tip for those who might want to install an older version is to hit the tab button after you type the app you are wanting to install it will show you all available versions that you can install.

Installing Windows 10

You’ll need an ISO of windows 10.   I got mine from Microsoft directly.   You can download the ISO from them directly and get the latest version.  Once you have the ISO, you’ll want to run Virtualbox and set it up.   There are many Tutorials that will show you how to do that.   This one was just install Virtualbox on Linux MInt.

How spammers are still able to send your voicemail!

Photo by Daniel Moises Magulado from Pexels

Spam in my Voicemail

If you haven’t seen this feature or had this feature done to you then your one lucky person.  They seem to be able to avoid being blocked.   Spammers are sending you voicemail and not ringing your phone.   This prevents you from being able to block them or hear their spam or scam.   For instance this came in my voicemail:

Hi this is Caroline Ferguson agent id is two four five one (#2451) I am following back up with you regarding the recent have a lawsuit filing your student loan has been accepted into the settlement which now entitled you to receive some forgiveness on all future payments what screen about this is the settlement offer applies to all loan status is including if your loans are in default a suggested you call today to have this activated before expiration. The settlement line is (202)921-7300. Make sure to supply your personal eligibility validation number one one two zero one nine (#112019) when calling in hope this helps and have a nice day.

This should be an Opt-in feature!

I’m currently using Cricket Wireless as my Cell company and most cellular companies think this is a great feature.   Some cellular companies have a way to send your voice messages to voicemail without calling your phone.   It’s been called send to voicemail and a lot of cellular companies have ways to do this without you even hearing your phone ring.  When phone companies started making this feature well known, you had to know spam was to follow.  I called Cricket Wireless and tried to find a way to disable people from doing this but they couldn’t find a way.   I should be able to disable this feature or it should of been an opt in feature for new customers.

There’s an App!

If you didn’t know, you could easily do this with your phone and make it even harder for people to ignore you.  This is why spammers/scammers are using this feature.   There’s a app that you can download to do just for this called Slydial.  New company that should allow people to be opted out of this wonderful feature.   I can’t even find a way to opt out or have a way to disable them from sending me voicemail.   I am hopeful that they start something like this for people who don’t want to be bothered with spam voicemails.

Have you had this done to you or know how to fix this issue?  Feel free to leave a comment below and tell me your experiences and what you did to solve this issue.    I’m curious to hear our story, why not leave a comment and tell me.   If you find this article informational then please feel free to share it on Facebook or other social networks!

The Infamous SSL Issues and what I’ve learned!

Image by Schluesseldienst from Pixabay

It happened to me!

If you were watching my site the last day or so you would of come to notice a message. The messages was ‘ERR_SSL_UNRECOGNIZED_NAME_ALERT‘. I really don’t know how it happened or even why it happened. I have been using the free SSL certificate from Let’s Encrypt, I really believe that they want to do everything in their power to give bloggers and other websites a chance to encrypt their data even if they don’t have to. I’m currently using Hostgator and I have always keep with them, when I am using my blog. They walked me through the process of fixing this issue.

My experience with it all!

I was told by Jetpack that my sit was having intermittent connections and that my site appears to be offline. This is strictly and automatic support for WordPress and it is basically just pinging the server from time to time. I proceeded to my website and saw the error. I’m not a novice at this and went searching through Google. I can usually find what I am needing to solve this issue. I found at Stackflow Community Questions sections about this same exact error. Then I tried the same exact process the guy did to see if I could resolve this issue. It seemed to work for the most part. I tried to force WordPress back into non secure connection and I could log in to WordPress dashboard. I couldn’t connect to my FTP server with and I knew it had to be an issue with the SSL certificate. I’ve never known this issue to be anything but that because I couldn’t login with FilleZilla to my server.

Hostgator Tech Support

I chatted on live support with Tech support for about an Hour and we continued back and fourth about what is causing this problem. I honestly thought it might be having to do with Sitelock and Let’s Encrypt but we moved through the process of getting this issue fixed and finally he uninstalled the certificate and couldn’t reinstall it but couldn’t due to Sitelock. Then the site started giving me the error Code 30. I talked to support all the while and he tried a few more things but ultimately he had to create a ticket for them to fix it. I wasn’t too worried that my site would be down too long but I did at least want to tell you my story. They fixed my site with in an 2 hours of the ticket being created and everything seems to be working. In the end, they had to install the SSL certificate manually and configure the server to accept Let’s Encrypt. It’s free and I am hopeful that this will only happen once and nothing else will happen.

More Security equals more Problems!

I’ve always believed in security and I will always believe it in. Even though we have more security we will have even more problems but the more problems we solve the quicker the problem can be identified and we can go back to what we do best. Nothing will ever be fool proof and I am sure I won’t be the last website to have to deal with this type of technical issue! Did it happen to your website, why not tell me what you did to solve the issue? Got any advice for others why not leave a comment.