<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Guide on blog | alinuxuser</title>
    <link>https://blog.alinuxuser.com/tags/guide/</link>
    <description>Recent content in Guide on blog | alinuxuser</description>
    <image>
      <title>blog | alinuxuser</title>
      <url>https://blog.alinuxuser.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://blog.alinuxuser.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 27 May 2023 15:02:00 -0500</lastBuildDate>
    <atom:link href="https://blog.alinuxuser.com/tags/guide/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Remote Desktop Connection Stuck In Please Wait State</title>
      <link>https://blog.alinuxuser.com/posts/2023/05/2023-05-27-remotedesktopstuckinwait/</link>
      <pubDate>Sat, 27 May 2023 15:02:00 -0500</pubDate>
      <guid>https://blog.alinuxuser.com/posts/2023/05/2023-05-27-remotedesktopstuckinwait/</guid>
      <description>&lt;p&gt;I found this solution in the &lt;a href=&#34;https://learn.microsoft.com/en-us/answers/questions/451406/rdp-to-windows-10-hangs-at-please-wait-screen&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
  Q&amp;A section
&lt;/a&gt;
 of Microsoft Learn. Credit goes to the original author.&lt;/p&gt;
&lt;p&gt;This process will involve creatating an .rdp file, and editing it in notepad and adding a flag which will prompt the user to enter their password.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Get the ipaddress of the machine that is stuck in the Please Wait state.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ping [server] -4
-4 flag ensures that IPv4 address is used.
&lt;/code&gt;&lt;/pre&gt;&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/01-remotedesktopstuckinwait-2023-11-27-06_27_29.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/01-remotedesktopstuckinwait-2023-11-27-06_27_29.jpg#center&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Open Remote Desktop Connection application.&lt;br&gt;
&amp;ndash; Start -&amp;gt; Remote Desktop Connection or Start -&amp;gt; mstsc&lt;/li&gt;
&lt;li&gt;Enter the IP address of the machine noted in the above step.&lt;/li&gt;
&lt;li&gt;Click on the Show Options button.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/02-remotedesktopstuckinwait-2023-11-27-06_37_33.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/02-remotedesktopstuckinwait-2023-11-27-06_37_33.jpg#center&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Click on Save As and save the configuration to a file.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/03-remotedesktopstuckinwait-2023-11-27-06_42_48.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/03-remotedesktopstuckinwait-2023-11-27-06_42_48.jpg#center&#34; height=&#34;384&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Navigate to the directory where the rdp configuration file is saved. Right click on the file, and open the configuration file with Notepad.&lt;/li&gt;
&lt;li&gt;Add the following to the bottom of the file and save it. This option will turn off the Network Level Authentication therefore the user will be prompted to enter the password up on connecting to the server.&lt;/li&gt;
&lt;/ul&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;enablecredsspsupport:i:0
&lt;/code&gt;&lt;/pre&gt;&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/04-remotedesktopstuckinwait-2023-11-27-08_25_15.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/04-remotedesktopstuckinwait-2023-11-27-08_25_15.jpg#center&#34; width=&#34;256&#34; height=&#34;384&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Once the file is saved, double click on it, so launch Remote Desktop Connection and click on Connect. Click Yes on the next dialog box to connect despite certificate errors.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/05-remotedesktopstuckinwait-2023-11-27-08_59_34.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/05-remotedesktopstuckinwait-2023-11-27-08_59_34.jpg#center&#34; width=&#34;384&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;This should show a Windows login page, and up on logging in, will get past the Please Wait screen.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/06-remotedesktopstuckinwait-2023-11-27-08_38_21.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/remotedesktopstuckinwait/06-remotedesktopstuckinwait-2023-11-27-08_38_21.jpg#center&#34; width=&#34;512&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;h4 id=&#34;reset-session&#34;&gt;Reset Session&lt;/h4&gt;
&lt;p&gt;Another way to resolve this issue is resetting the session. It is important to note that doing this will log off the user, therefore any running processes will be terminated.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Private Internet Access - Request Timed Out Issue </title>
      <link>https://blog.alinuxuser.com/posts/2023/03/2023-03-19-piarequesttimedoutissue/</link>
      <pubDate>Sun, 19 Mar 2023 13:46:00 -0500</pubDate>
      <guid>https://blog.alinuxuser.com/posts/2023/03/2023-03-19-piarequesttimedoutissue/</guid>
      <description>&lt;h4 id=&#34;short-story&#34;&gt;Short Story&lt;/h4&gt;
&lt;p&gt;I had to update the firmware on my &lt;a href=&#34;https://www.amazon.com/dp/B00K4DS5KU?psc=1&amp;amp;ref=ppx_yo2ov_dt_b_product_details&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
  TP-Link 8 Port Gigabit Switch
&lt;/a&gt;
 to resolve the connectivity issues when using a VPN client. I installed &lt;a href=&#34;https://www.tp-link.com/us/support/download/tl-sg108e/v6/#Firmware&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
  Build 20220930 (Published Date: 2022-10-12)
&lt;/a&gt;
 and that took care of the problem.&lt;/p&gt;
&lt;h4 id=&#34;long-story&#34;&gt;Long Story&lt;/h4&gt;
&lt;p&gt;My plan was to self host my blog using PIA VPN&amp;rsquo;s static IP feature. My website is currently on Blogger, and I get the feeling that Blogger has been abandoned by Google, and won&amp;rsquo;t be around for much longer. Also, this will be some much needed experience with some basic frontend web development, and I could create my own CI/CD process etc.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fix Error When VT-x (Virtualization) is Enabled in VMWare Player </title>
      <link>https://blog.alinuxuser.com/posts/2023/01/2023-01-30-vtxerrorvmwareplayer/</link>
      <pubDate>Mon, 30 Jan 2023 14:52:00 -0600</pubDate>
      <guid>https://blog.alinuxuser.com/posts/2023/01/2023-01-30-vtxerrorvmwareplayer/</guid>
      <description>&lt;p&gt;I was unable to enable virtualization on my Windows 10 VM on a Windows 10 host. I did have virtualization enabled in the BIOS, but that didn&amp;rsquo;t seem to help. When I check the box to enable this feature, Virtualize Intel VT-x/EPT or AMD-V/RVI, I would get an error.&lt;/p&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/vtxerrorvmwareplayer/01-vtxerrorvmwareplayer-2023-01-30-19_12_24.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/vtxerrorvmwareplayer/01-vtxerrorvmwareplayer-2023-01-30-19_12_24.jpg#center&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/vtxerrorvmwareplayer/02-vtxerrorvmwareplayer-2023-01-30-19_13_08.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/vtxerrorvmwareplayer/02-vtxerrorvmwareplayer-2023-01-30-19_13_08.jpg#center&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;p&gt;I want this feature enabled to run Docker in my VM.&lt;/p&gt;
&lt;p&gt;This is my system configuration:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Microsoft Windows 10 Pro
    - Version 10.0.19045 Build 19045
Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz, 4008 Mhz, 4 Core(s), 8 Logical Processor(s)
American Megatrends Inc. 1.I0, 6/26/2018
Installed Physical Memory (RAM) 32.0 GB
Realtek High Definition Audio
Killer E2400 Gigabit Ethernet Controller
Samsung SSD 850 EVO 500GB
Samsung SSD 850 EVO 500GB
WDC WD10EZEX-08WN4A0
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I know my computer is more than capable of running a VM with virtulization. I found several powershell commands out there, and running them did not help. I did some digging and found that certain windows features need to be disabled for virtulization to work in a VM.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Connecting to Linux EC2 with Putty &amp; Running a Web Server</title>
      <link>https://blog.alinuxuser.com/posts/2019/08/2019-08-10-connect-to-linux-awsec2/</link>
      <pubDate>Sat, 10 Aug 2019 12:23:10 -0500</pubDate>
      <guid>https://blog.alinuxuser.com/posts/2019/08/2019-08-10-connect-to-linux-awsec2/</guid>
      <description>&lt;p&gt;Here are the steps to connect to your EC2 instance using PuTTY. I am assuming that you have the private key downloaded, and you have all the information for the EC2 instance handy (public IP, dns name etc.). The private key you get from AWS is .pem format, which needs to be converted into .ppk format to allow accessing the instance with PuTTY.&lt;/p&gt;
&lt;h4 id=&#34;convert-aws-private-key-pem-to-putty-private-key-file-ppk&#34;&gt;Convert AWS Private Key (.pem) to PuTTY Private Key File (.ppk)&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Launch PuTTYgen application from Start menu&lt;/p&gt;</description>
    </item>
    <item>
      <title>Running Eclipse 2019-06 M1 version with Java 11</title>
      <link>https://blog.alinuxuser.com/posts/2019/05/2019-05-05-eclipse2019java11/</link>
      <pubDate>Sun, 05 May 2019 13:54:00 -0500</pubDate>
      <guid>https://blog.alinuxuser.com/posts/2019/05/2019-05-05-eclipse2019java11/</guid>
      <description>&lt;p&gt;I had trouble getting Eclipse 2019-06 M1 (4.12.0M1) to run using JDK version 11. I had Java 8 installed on my machine, so when Eclipse launched, it was picking up Java 8.&lt;/p&gt;
&lt;p&gt;After uninstalling Java 8, Eclipse wouldn&amp;rsquo;t launch because the new JDK wasn&amp;rsquo;t installed.&lt;/p&gt;
&lt;p&gt;Adding this to the eclipse.ini file fixed the issue for me -&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;-vm
D:/java/jdk-11.0.3/bin/javaw.exe
&lt;/code&gt;&lt;/pre&gt;&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://pub-547199c383d84d3aaec67970e5758c08.r2.dev/eclipse2019java11/2019-05-05_eclipse.ini.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://pub-547199c383d84d3aaec67970e5758c08.r2.dev/eclipse2019java11/2019-05-05_eclipse.ini.jpg#center&#34;
         alt=&#34;eclipse.ini&#34; width=&#34;512&#34;/&gt; &lt;/a&gt;&lt;figcaption&gt;
            &lt;p&gt;eclipse.ini&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Here is the full eclipse.ini file -&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;-startup
plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016
-product
org.eclipse.epp.package.jee.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.defaultAction
openFile
-vm
D:/java/jdk-11.0.3/bin/javaw.exe
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms256m
-Xmx1024m
--add-modules=ALL-SYSTEM
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;After successfully getting Eclipse to use the new JDK, here is the version information -&lt;/p&gt;</description>
    </item>
    <item>
      <title>Set Up A Simple Website Using Tomcat &amp; Namecheap</title>
      <link>https://blog.alinuxuser.com/posts/2018/04/2018-04-05-websitewithtomcatnamecheap/</link>
      <pubDate>Thu, 05 Apr 2018 22:08:00 -0500</pubDate>
      <guid>https://blog.alinuxuser.com/posts/2018/04/2018-04-05-websitewithtomcatnamecheap/</guid>
      <description>&lt;p&gt;In this post, I will share the steps I used to create a very simple website using Tomcat webserver, and Namecheap DNS.&lt;/p&gt;
&lt;h4 id=&#34;web-server-configuration&#34;&gt;Web server configuration&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Download the latest tomcat. The version in this case is 9.0.6. Download it &lt;a href=&#34;https://tomcat.apache.org/download-90.cgi&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
  &lt;span class=&#39;link-color&#39;&gt;HERE&lt;/span&gt;
&lt;/a&gt;
.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create the following directory –&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;D:\MyWebsites
&lt;/code&gt;&lt;/pre&gt;&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;
&lt;p&gt;Paste the tomcat package directory inside the MyWebsites directory&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Rename the package to the directory name of the website&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/websitewithtomcatnamecheap/01-websitewithtomcatnamecheap.png&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/websitewithtomcatnamecheap/01-websitewithtomcatnamecheap.png#center&#34;
         alt=&#34;This directory will serve the website&#34;/&gt; &lt;/a&gt;&lt;figcaption&gt;
            &lt;p&gt;This directory will serve the website&lt;/p&gt;</description>
    </item>
    <item>
      <title>VM on Windows 7 Freezing with VMware Player 12</title>
      <link>https://blog.alinuxuser.com/posts/2017/02/2017-02-18-win7vmfreeze/</link>
      <pubDate>Sat, 18 Feb 2017 14:54:00 -0600</pubDate>
      <guid>https://blog.alinuxuser.com/posts/2017/02/2017-02-18-win7vmfreeze/</guid>
      <description>&lt;p&gt;I run a Windows 7 VM on a Windows 10 Host OS. I&amp;rsquo;ve been having issues with the VM freezing intermittently. The host OS does not have any issues. I have to shut down the VM through VMware controls, and restart it.&lt;/p&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://pub-547199c383d84d3aaec67970e5758c08.r2.dev/win7vmfreeze/01-win7vmfreeze-2-18-2017-2-43-38PM.png&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://pub-547199c383d84d3aaec67970e5758c08.r2.dev/win7vmfreeze/01-win7vmfreeze-2-18-2017-2-43-38PM.png#center&#34;
         alt=&#34;VMware Player Version&#34; width=&#34;512&#34;/&gt; &lt;/a&gt;&lt;figcaption&gt;
            &lt;p&gt;VMware Player Version&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;I looked at the VMware log to find this error -&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;2017-02-13T20:24:26.983-06:00| vmx| I125: GuestMsg: Channel 2, Cannot unpost because the previous post is already completed
2017-02-13T20:24:26.983-06:00| vmx| I125: GuestRpc: Reinitializing Channel 0(toolbox-dnd)
2017-02-13T20:24:26.983-06:00| vmx| I125: GuestMsg: Channel 0, Cannot unpost because the previous post is already completed
2017-02-13T20:24:30.429-06:00| vmx| I125: E1000: E1000 rx ring full, drain packets.
2017-02-13T20:24:36.432-06:00| vmx| I125: E1000: E1000 rx ring full, drain packets.
2017-02-13T20:24:42.735-06:00| vmx| I125: E1000: E1000 rx ring full, drain packets.
2017-02-13T20:24:48.710-06:00| vmx| I125: E1000: E1000 rx ring full, drain packets.
2017-02-13T20:25:00.711-06:00| vmx| I125: E1000: E1000 rx ring full, drain packets.
2017-02-13T20:25:14.736-06:00| vmx| I125: E1000: E1000 rx ring full, drain packets.
2017-02-13T20:25:30.789-06:00| vmx| I125: E1000: E1000 rx ring full, drain packets.
2017-02-13T20:25:48.203-06:00| vmx| I125: E1000: E1000 rx ring full, drain packets.
2017-02-13T20:25:51.683-06:00| vmx| I125: GuestRpcSendTimedOut: message to toolbox-dnd timed out.
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I wasn&amp;rsquo;t sure if this was strictly related at first, but I noticed this error was in the log every time the VM froze. I did some research online, and there was a post on the VMware forums (don&amp;rsquo;t have the link at the moment), where someone suggested changing the send and receive buffers.&lt;/p&gt;</description>
    </item>
    <item>
      <title> Battlelog Waiting For Game To Exit Solution</title>
      <link>https://blog.alinuxuser.com/posts/2015/09/2015-09-10-battlelogexitsolution/</link>
      <pubDate>Thu, 10 Sep 2015 19:57:00 -0500</pubDate>
      <guid>https://blog.alinuxuser.com/posts/2015/09/2015-09-10-battlelogexitsolution/</guid>
      <description>&lt;p&gt;I am not sure if this is the only solution, but this has worked for me so far.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;I am using Firefox to launch the game. I have my Use plugin-free game launching set to OFF&lt;/li&gt;
&lt;/ol&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/battlelogexitgamesolution/01-battlelogexitgamesolution.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/battlelogexitgamesolution/01-battlelogexitgamesolution.jpg#center&#34;
         alt=&#34;Battlelog&#34; width=&#34;640&#34;/&gt; &lt;/a&gt;&lt;figcaption&gt;
            &lt;p&gt;Battlelog&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;ol start=&#34;2&#34;&gt;
&lt;li&gt;Battlefield 4 is set to use the 64 bit exe to launch the game&lt;/li&gt;
&lt;/ol&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/battlelogexitgamesolution/02-battlelogexitgamesolution.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/battlelogexitgamesolution/02-battlelogexitgamesolution.jpg#center&#34;
         alt=&#34;Origin&#34; width=&#34;640&#34;/&gt; &lt;/a&gt;&lt;figcaption&gt;
            &lt;p&gt;Origin&lt;/p&gt;
        &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;ol start=&#34;3&#34;&gt;
&lt;li&gt;This is probably the most important step. I basically &amp;ldquo;deleted&amp;rdquo; the 32 bit web helper for Battlefield 4&lt;/li&gt;
&lt;/ol&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/battlelogexitgamesolution/03-battlelogexitgamesolution.jpg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://cdn.jsdelivr.net/gh/rch-git/staticcontent@master/images/battlelogexitgamesolution/03-battlelogexitgamesolution.jpg#center&#34; width=&#34;640&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;p&gt;At this point I am able to play the game like I did before, and I haven&amp;rsquo;t had any problems joining the game. Battlelog, EA Support were of no help so far.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Installing Windows 7 on Gigabyte GA-Z97X-UD7 TH</title>
      <link>https://blog.alinuxuser.com/posts/2014/10/2014-10-13-windows7onga-z97x-ud7th/</link>
      <pubDate>Mon, 13 Oct 2014 19:47:00 -0500</pubDate>
      <guid>https://blog.alinuxuser.com/posts/2014/10/2014-10-13-windows7onga-z97x-ud7th/</guid>
      <description>&lt;p&gt;Following is my computer configuration -&lt;/p&gt;
&lt;a href=&#34;https://pcpartpicker.com/user/patchrowcester/saved/c4964D&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;
  PCPartPicker
&lt;/a&gt;

&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Intel Core i7-4790K 4.0GHz Quad-Core
Cooler Master Hyper 212 EVO 82.9 CFM Sleeve Bearing
Gigabyte GA-Z97X-UD7 TH ATX LGA1150
G.Skill Trident X Series 16GB (2 x 8GB) DDR3-2400
Samsung 840 Pro Series 256GB 2.5&amp;#34; SSD
Western Digital Caviar Blue 1TB 3.5&amp;#34; 7200RPM
Corsair Graphite Series 230T Black ATX Mid Tower
Corsair 850W ATX12V / EPS12V
LG GH24NS90 DVD/CD Writer
Hannspree HZ281HPB 27.5&amp;#34;
Asus VG278HE 27.0&amp;#34;
Creative Labs Sound Blaster X-Fi Titanium HD
Razer DeathStalker
Razer DeathAdder 2013 Wired Optical
Creative Labs Creative Fatal1ty
Acer P243WAid 24&amp;#34; 1920 x 1200 Monitor
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I attempted to install Windows 7 on this machine. I set the DVD drive as the boot device, and when Windows 7 finished loading files, the installer started, but I couldn&amp;rsquo;t proceed forward because the keyboard and mouse aren&amp;rsquo;t detected by Windows 7. I pluged the devices in different USB slots, but that did not help.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Make Excel 2010 Open In a New Instance</title>
      <link>https://blog.alinuxuser.com/posts/2014/10/2014-10-10-excel2010newinstance/</link>
      <pubDate>Fri, 10 Oct 2014 05:37:00 -0500</pubDate>
      <guid>https://blog.alinuxuser.com/posts/2014/10/2014-10-10-excel2010newinstance/</guid>
      <description>&lt;p&gt;This is a registry tweak to make MS Excel 2010 open documents in new instances when they are opened by double clicking on filename in Windows Explorer (or similar programs).&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Backup registry&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Make sure the backup can be restored&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Changes to the registry&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;There are three values that need to be changed to make Excel documents in a new instance each time for XLSX extension.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In the registry editor, Navigate to the following path -&lt;br&gt;
&lt;code&gt;HKEY_CLASSES_ROOT -&amp;gt; Excel.Sheet.12 -&amp;gt; shell -&amp;gt; Open -&amp;gt; command&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Double click on the (Default) entry&lt;/li&gt;
&lt;li&gt;Now, paste the following at the very end of the value: &amp;ldquo;%1&amp;rdquo;&lt;br&gt;
Be sure to add space after &lt;code&gt;/dde&lt;/code&gt;. The value should look something like this: &lt;code&gt;&amp;quot;&amp;lt;path&amp;gt;&amp;quot; /dde &amp;quot;%1&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Now, rename the &amp;ldquo;command&amp;rdquo; registry entry right below the (Default) entry to &amp;ldquo;command2&amp;rdquo;&lt;br&gt;
Check the screenshot below&lt;/li&gt;
&lt;li&gt;Rename the folder &amp;ldquo;ddeexec&amp;rdquo; to &amp;ldquo;ddeexec2&amp;rdquo;&lt;br&gt;
Check the screenshot below&lt;/li&gt;
&lt;/ul&gt;
&lt;figure class=&#34;align-center &#34;&gt;&lt;a href=&#34;https://pub-547199c383d84d3aaec67970e5758c08.r2.dev/excel2010newinstance/10-10-2014-5-29-58AM.png&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
    &lt;img loading=&#34;lazy&#34; src=&#34;https://pub-547199c383d84d3aaec67970e5758c08.r2.dev/excel2010newinstance/10-10-2014-5-29-58AM.png#center&#34; width=&#34;512&#34;/&gt; &lt;/a&gt;
&lt;/figure&gt;

&lt;p&gt;This should allow excel to open files in new instances by default. also disabling DDE in the Excel options does not always work. This fix is for XLSX extension.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quake 2 language fix</title>
      <link>https://blog.alinuxuser.com/posts/2007/08/2007-08-06-quake2-languagefix/</link>
      <pubDate>Sat, 04 Aug 2007 15:51:00 -0500</pubDate>
      <guid>https://blog.alinuxuser.com/posts/2007/08/2007-08-06-quake2-languagefix/</guid>
      <description>&lt;p&gt;Certain versions of Quake 2 show the error&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;This version of Quake II will not install on this language version of windows 95/NT&amp;rdquo; when installing in Windows XP.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This problem can be fixed by following these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Control Panel &amp;gt; Date, Time, Language and Regional Options &amp;gt; Regional and Language Options&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the Standards and Formats section, select English (United Kingdom)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Change the location as United Kingdom&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Now click on the Advanced tab&lt;/p&gt;</description>
    </item>
    <item>
      <title>Remove Ads in Yahoo Messenger</title>
      <link>https://blog.alinuxuser.com/posts/2007/06/2007-06-17-yahoomessenger-remove-ads/</link>
      <pubDate>Sun, 17 Jun 2007 10:43:00 -0500</pubDate>
      <guid>https://blog.alinuxuser.com/posts/2007/06/2007-06-17-yahoomessenger-remove-ads/</guid>
      <description>&lt;p&gt;Yahoo! Messenger 7.5 and Yahoo! Messenger with Voice 8 is the install messaging client from Yahoo! which now able to exchange and send instant messages to Windows Live Messenger’s users. Like Windows Live Messenger, Yahoo! Messenger has all the best features, with lots of advertisements and animated ads. If you don’t like the ads and wants no ads on Yahoo! Messenger window, there are few ways that allow you to remove the advertisements.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
