The Ultimate Gaming Shell for Linux Mint and Ubuntu!

Flickr API shell script

My Gaming Shell script!

I created this a few years ago because of my son who at the time wanted a system but we couldn’t’ afford Windows 10. So I installed Linux Mint.  I’ve found that this script should allow you to play almost any game that doesn’t require anti-cheat or the new DRM games.   Anything would run without much of a problem at least with stuff like Call of Duty and other games like that, I didn’t have much problem running them with this little shell script.   I am sure you’ve seen my Notepad++ shell script to install on your Linux system.  This is something similar and I thought it was high time to share with my readers.  If you haven’t already, you should go over and find out about shell scripting and learn some cool shell scripts yourself.   This however isn’t going to be very educational for some because it isn’t very complicated.

echo "Installing Wine"
echo y|sudo apt-get install wine-stable
echo y|sudo apt-get install winehq-stable

echo "Installing Playonlinux"
echo y|sudo apt-get install playonlinux

echo "Installing steam"
echo y|sudo apt-get install steam

echo "Installing Minecraft"
echo y|sudo apt-get install minecraft-launcher

echo "Installing Lutris"
sudo add-apt-repository ppa:lutris-team/lutris
sudo apt update
echo y|sudo apt install lutris

read -p "Do you want to uninstall Firefox? (y/n)? " answer
case ${answer:0:1} in
y|Y )
echo y|sudo apt-get uninstall firefox
;;
* )
echo No
;;
esac
read -p "Do you want to install Chrome? (y/n)? " answer
case ${answer:0:1} in
y|Y )
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list
sudo apt update
echo y|sudo apt install -y google-chrome-stable
;;
* )
echo No
;;
esac
done

You can download it here along with the Notepad++ Script!

Explaining the script

So let’s first explain the top of the script and work our way down.   As you can see these are just installing the Wine and other utilities around on the internet to be able to play the games or maybe install the stuff you are wanting to install.  It doesn’t have to be games but I am sure it can be almost anything.   My son was always playing Minecraft on his Linux machine.  That game is so easy to install on Linux and runs without much o a problem, so that is why I included it here.  The Next one is obviously Lutris which can be installed on any Ubuntu and Linux Mint system without much problems and allows you to play all sorts of games that might be online games.   I’ve not tried it lately but I am sure these will work just as well as the next.

Finally the last part, I really like Chrome and I hate it that Firefox get’s installed most of the time.   So I put in a script to remove Firefox and install Chrome.   As you can see this one asks you the questions so if you like Firefox, then you need not worry and if you like Chrome you can install that and keep Firefox or remove it.   To each there own.

As you can see this isn’t going to be a big post but I did want to share with you my ultimate gaming script for Linux and even Windows 11 can’t hold me back if I ever do decide to do that.  After all, I did get Microsoft Flight Simulator to run on Linux Mint!  Are you going to use Linux more to play games on or are you going to stay with Windows?  Why not let me know and thank me for an awesome script that you can use anytime with your Linux system.

How I passed my A+ Certification

Photo by Valentine Tanasovich from Pexels

How did I pass my Core 1 and Core 2?

If you haven’t read about my journey in to getting my A+ certification then you really should go back and read from the beginning. It all started in Sept and it took me a Month to get it. After the first failure, I thought to myself will I even be able to get a good grade on my Core 2? That was the really a good question in my mind. Could I get a passing grade in the Core 2, or would I fail that one also. I did some preparing for Core 2 and that seemed to help. I was sure I was going to fail but I went to take my Core 2 even though I failed my Core 1. You can take Core 2 even if you fail your core 1, I found that helpful to know that you didn’t have to pass the tests in order to get your certification.   It can be quite frustrating to get worry about getting the exam done and getting the certification.   I am sure I am not the only one who had this stress.

So How did You pass the 2 time around with Core 1?

I’ll tell you what I did but I knew I didn’t have to study as much as most because I’ve been doing computer repair for years and I understand some basic concepts well before I even took the CompTIA Tests.   I knew about it due to my life long experience about 10 to 20 years and that is just the beginning on how I didn’t expect to fail the first time around.   The other part depends on your first score was it really low or did you just barely miss the 675 or 700 points needed to pass?   My first score for Core 1 was just shy with 37 points needed to get a passing on the core 1.  You can pretty much do the math but it was 638 was my first score.   So I knew I only had to study  a little bit those with lower scores will probably need to study even more. You can go back and find out how I prepared for the Core 2 but I wanted to pass my core 1 test for sure so I went into depth even more just to be sure.   Here’s how I prepared to take the Core 1:

Even though this is very little I did differently, it obviously did help with my grade as I went up by almost a 100 points after take the Core 1.   If you really need to get your score this is definitely a good step to do to get your points you need to get your certification.   I know this isn’t going to be for everyone but I did learn a thing or two.  Know how you learn is how you get the good grades and this is the first step at getting grades you want in college and even in exams.   I can’t emphasize this as much as I should because people just don’t understand that their way of learning is far different than those that learn a different way.

How did you pass your Core tests?

I’d really love to know how others have passed their core tests.  Why not leave a comment and tell me what you did to help others to get the grades they need to get their certifications.  I am finally certified in A+ and that is a big accomplishment for me.   I worked really hard at it and now I have something to show to employers who might require that to get a job.

Have a good Tuesday everyone.

The Failures of Board manufacturers and Windows 11

Motherboards Diversity / SML.20120917.164110.IP3

Motherboard BIOS

Don’t try to understand the system but rather see it as a broke system and try to fix it. When Windows 11 came out, you can bet everyone who was wanted the next version of Windows wanted it so they can test it out.  The real problem is Windows 11 made every one get into their BIOS and figure out what needed to be turned on.  Motherboard manufacturers each have their own way of creating the BIOS settings.   They like to call it something you might not know about or even want to try to understand.   Just like enabling TMP can be hard to find since Intel and AMD uses different wording such as PTT (Intel Platform Trusted Technology) for Intel and fTPM (Firmware Trusted Platform Module)  for AMD.  Even this can be frustrating for even the most seasoned IT guy.   There is so many Mother Manufacturers out there, from MSI to ASRock. according to Wikipedia there is at least 7 to 15 different manufacturers of Motherboards.   So each one will make the Bios Menu’s just a little bit different.  It can be quite hard to figure out where you might need to go to enable something or disable something in bios.

The Failure of all parts

It isn’t every time I see Microsoft releases a new OS that I wonder just how much the consumer will suffer from the new systems requirements.    Most of the time the requirements were not that big of a deal but with Windows 11, we now need to enable TPM and Secure boot for systems that may or may not have the requirements to run Windows 11.   This to me just seem an arbitrary requirement because we’ve seen people run Windows 11 on a system that doesn’t  have  a TPM.   Microsoft says this is for security but I can’t see this being for consumers.  I’ve talked about how Windows 11 will fail, and I still think this will happen eventually once people see If Windows is worth upgrading.

The PrintNightmare

With the recent Windows updates the last few weeks has caused more pain for Microsoft.   Since most people who are having problem probably have to buy new printers and those old printers are probably going to the waste side.   Even manufacturers aren’t going to update their drivers for old printers.  Microsoft likes the idea that people will need to buy new printers and maybe even new systems for that Windows 11 OS.   They make their money by people upgrading their systems and getting a new Windows 11 key or even a new system by Dell, or some other OEM.   Every computer technician is having to work harder for people who might want to install Windows 11.  Even then the process of install Windows 11 is not something that can be done very quickly depending on how big the HDD you are going to be converting.

What is to come?

Some people are not going to install Windows and maybe will wait to see what Microsoft does.  We’ve already seen a comparison from Windows 8 to Windows 10 and you know how well Windows 8 didn’t work out well.   Some are probably going to install another OS that won’t require people to have some stringent requirements like Microsoft.   Are you going to Install Windows 11 or are you waiting like I am because you don’t want to worry about all the security requirements to install Windows 11?   I’d like to hear your ideas about Windows 11 and or what your will do in 2025 if they still require all these things.

Windows 11 comes with some Printer Problems and Other Issues

Windows 11

Printer Issues

It seems that if you have a Brother printer there is an issue with being able to print after the latest updates to Windows 11.   I am not sure why it isn’t on Windows 10 but according ghacksPrinters may not be detected correctly by the operating system if the printer is connected to the device via USB“.   This issue might not only be for Brother printers but more than that.   This is something just coming up on the net and not everyone knows what is going on but the fix for this issue is to make it a network printer and not connected to a USB.   Microsoft hasn’t yet said anything about this issue.

Performance hit using Windows 11 on AMD

This isn’t a surprise to me but I didn’t know about this until as of late.   It seems if you are using Window’s 11 and AMD than you might be getting a 5% -15% performance hit according to Bleeping computers.   It can be up to 15% performance hit if you are playing games on Windows 11.    The L3 cache is the issue with Windows 11 performance issues.   AMD is working on fixing the issue and should have a BIO’s update available later on this year.   Until then, I strongly recommend not upgrading to Windows 11.   You should just keep with Windows 10.

Windows 11 uses to much memory

It seems to be the File Explorer is using way to much memory for Windows 11 and Microsoft is looking into why this is an issue.  Microsoft has issued an update in the ‘Dev’ Channel according to bleeping computers and as of yet isn’t available in the release channel.   It seems to be a memory leak that is causing the file explorer to have up to a 1GB size in Windows 11.

Parts of Windows 11 not translated

According to a Reddit user, there seems to be a problem with Windows 11 not translating to the right languages.  I’ve seen the photo and I am not sure why it isn’t translate but you should check it out to find out what I am talking about.

These are just a few that I saw and thought I’d share with you about some of the problems with Windows 11 and the latest updates.   I am sure this isn’t just Windows 11 but probably some of this might be even Windows 10 but it seems like Windows 11 is getting people’s attention and I thought it should at least be considered to stay off of Windows 11 until they get something done or make something compelling to upgrade to Windows 11.

 

How to prepare for the retaking of the Core 1 and Core 2 tests for A+ Certifications 220-1001 and 220-1002

Exam

Don’t Give up!

IF you have anything to look forward to is that once you complete this test you are closer to getting that job that you want.  I’ve already talked about people failing one or both of the cores for A+ Certifications.   It is bound to happen because we didn’t do something right in the test or we just wasn’t as prepared as we thought we would be.  There is no shame in failing a test, the good news is that we still have time to take it before we have to start over.   According to Certblaster Website the certification for this version will retire on Jan 15, 2022.   That is important information for those who might have passed at least one of the test whether it is core 1 or core 2.   You still have time to pass the ones that you failed at.

How do we get ready for the retake?

This is something I have thought about after failing the first time around and I thought long and hard.  I tried to problem solve how I could know what I needed to study for the retaking of the test.  Here’s what I’ve found out.  I am going to share with you what I have learned and maybe it will help other’s out along the way.

  • Use the score report that you got after taking the test.   At the bottom of the first page it tells you want you missed.  Go back and try to find tests that resemble the ones you missed.  You can use many Different sites such as Examcram to take those practice exam tests or even ExamCompass which is a free site.   Some of them cost money but you can easily find practice exams all over the internet for CompTIA A+ Certifications.
  • Buy Extra CompTIA Books — This is something I did, I went to Barnes and Nobles and bought a CompTIA  A+ Certification Passport.   I am not sure how this will help me but it does after all gives me another perspective that I might gain some insight into the test.
  • Ask yourself what were the more difficult questions that I failed at — This might help to prepare next time around but It doesn’t hurt to be ready for those types of questions because it’ll help with any questions that might be similar in the next test.
  • Give yourself Study Time — This seems to be the best way to pass it the next time around.   Before the test go back and try to do practices exams and read about a week before you are due to take the test and don’t try to cram it in the last minute.   Give yourself enough time to read and try to remember questions that were the hardest.   If you can keep reading and trying to take those practice exams.  You might just well pass the next time around.
  • Get Plenty of sleep the night before — Go to bed early and try to get as much sleep as you can before the test.   Eat a good breakfast that will keep you from feeling hungry while taking the test.  This is something that might help.

Last of the advice

Try to figure out the best time for you to take the test.  If you are a morning person take it in the morning, if you are an evening person take it in the afternoon if you can.   Remember that this test is for you and no one else.   You can take it any day that is the most convenient for you.  Try to avoid distractions to do the test.   Like me, I might not be doing a lot of blogging next week but I will at least do some.    It seemed to work on my Core 2 test which I passed.   These are just what worked for me and I hope they will help you with you retaking the test.  I’ve heard from others who failed one or both of the cores, so I know it’s not just me who failed.   People just seem to have a hard time with getting the certifications.   Do you have any recommendations for others?  Why not leave a comment and tell people how you passed your tests?   Was there something that I missed that you think is important?  Why not leave a comment.