<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Tip - MrJordanRoth.com</title>
	<atom:link href="https://mrjordanroth.com/category/tech-tip/feed/" rel="self" type="application/rss+xml" />
	<link>https://mrjordanroth.com</link>
	<description>Photography, technical, and a little bit of everything else.</description>
	<lastBuildDate>Sat, 10 Jun 2023 16:08:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Custom LDAP Filters for Active Users on Xerox Devices</title>
		<link>https://mrjordanroth.com/2023/06/custom-ldap-filters-for-active-users-on-xerox-devices/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=custom-ldap-filters-for-active-users-on-xerox-devices</link>
					<comments>https://mrjordanroth.com/2023/06/custom-ldap-filters-for-active-users-on-xerox-devices/#comments</comments>
		
		<dc:creator><![CDATA[Jordan Roth]]></dc:creator>
		<pubDate>Sat, 10 Jun 2023 16:08:40 +0000</pubDate>
				<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[disabled users]]></category>
		<category><![CDATA[Filter]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Xerox]]></category>
		<guid isPermaLink="false">https://mrjordanroth.com/?p=223</guid>

					<description><![CDATA[<p>In today&#8217;s fast-paced business environment, efficient device management is crucial for maintaining productivity and security. Xerox devices, widely known for their reliability and advanced features, can&#46;&#46;&#46;</p>
<p>The post <a href="https://mrjordanroth.com/2023/06/custom-ldap-filters-for-active-users-on-xerox-devices/">Custom LDAP Filters for Active Users on Xerox Devices</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">In today&#8217;s fast-paced business environment, efficient device management is crucial for maintaining productivity and security. Xerox devices, widely known for their reliability and advanced features, can be further optimized by implementing custom LDAP filters. In this blog post, we&#8217;ll explore the power of a specific LDAP filter that allows you to display only active users from Active Directory on Xerox devices. By leveraging this filter, you can streamline device access and enhance the overall user experience.</p>



<p class="wp-block-paragraph"><strong>LDAP Filter:</strong> (&amp;(cn=LDAP*)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))</p>



<p class="wp-block-paragraph"><strong>Let&#8217;s break down the LDAP filter and understand its components:</strong></p>



<ol class="wp-block-list">
<li>&amp;(cn=LDAP<em>): The filter begins with the ampersand symbol (&amp;), indicating a logical AND operation. The cn attribute is used to filter objects based on their common name. In this case, &#8220;LDAP</em>&#8221; denotes that the common name starts with &#8220;LDAP.&#8221;</li>



<li>!(userAccountControl:1.2.840.113556.1.4.803:=2): The exclamation mark (!) negates the condition that follows, which allows us to exclude certain user accounts. The userAccountControl attribute stores various account control flags and the value 2 represents the &#8220;ACCOUNT_DISABLED&#8221; flag. By excluding user accounts with this flag, we ensure that only active users are displayed.</li>
</ol>



<p class="wp-block-paragraph"><strong>By integrating this LDAP filter into your Xerox device configuration, you can experience several significant benefits:</strong></p>



<ol class="wp-block-list">
<li>Enhanced Security: By excluding disabled user accounts, you reduce the risk of unauthorized access to your Xerox devices. Only active users will have visibility and control over these devices, bolstering your overall security posture.</li>



<li>Improved User Experience: Displaying only active users simplifies the device selection process for users. It eliminates clutter and minimizes the chances of inadvertently selecting an inactive account, leading to a smoother and more efficient user experience.</li>



<li>Streamlined Device Access: With the LDAP filter in place, administrators and users can quickly locate and interact with active accounts. This streamlines device access, saving time and ensuring that users can seamlessly carry out their tasks without unnecessary disruptions.</li>
</ol>



<p class="wp-block-paragraph"><strong>To implement this LDAP filter on Xerox devices, follow these steps:</strong></p>



<ol class="wp-block-list">
<li>Access the device&#8217;s web-based administration interface.</li>



<li>Navigate to the LDAP settings or user authentication section.</li>



<li>Locate the field for custom LDAP filters and enter the filter: <br>(&amp;(cn=LDAP*)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))</li>



<li>Save the configuration changes.</li>



<li>Test the LDAP filter by accessing the device and verifying that only active users are displayed.</li>
</ol>



<p class="wp-block-paragraph">Custom LDAP filters offer a powerful toolset for optimizing device management on Xerox devices. By utilizing the LDAP filter provided in this blog post, you can ensure that only active users from Active Directory are visible, enhancing security and streamlining device access. Take advantage of this filter to unleash the full potential of your Xerox devices and empower your workforce with a seamless and efficient user experience.</p><p>The post <a href="https://mrjordanroth.com/2023/06/custom-ldap-filters-for-active-users-on-xerox-devices/">Custom LDAP Filters for Active Users on Xerox Devices</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mrjordanroth.com/2023/06/custom-ldap-filters-for-active-users-on-xerox-devices/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Reactive Resume running behind Nginx Proxy Manager</title>
		<link>https://mrjordanroth.com/2023/02/reactive-resume-running-behind-nginx-proxy-manager/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reactive-resume-running-behind-nginx-proxy-manager</link>
					<comments>https://mrjordanroth.com/2023/02/reactive-resume-running-behind-nginx-proxy-manager/#respond</comments>
		
		<dc:creator><![CDATA[Jordan Roth]]></dc:creator>
		<pubDate>Mon, 20 Feb 2023 18:46:11 +0000</pubDate>
				<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[Nginix Proxy Manager]]></category>
		<category><![CDATA[Reactive-Resume]]></category>
		<guid isPermaLink="false">https://mrjordanroth.com/?p=214</guid>

					<description><![CDATA[<p>For the purpose of this post, I have discovered that the Reactive-Resume docker does not function optimally when run behind an Nginx Proxy. You should have&#46;&#46;&#46;</p>
<p>The post <a href="https://mrjordanroth.com/2023/02/reactive-resume-running-behind-nginx-proxy-manager/">Reactive Resume running behind Nginx Proxy Manager</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">For the purpose of this post, I have discovered that the <a rel="noreferrer noopener" href="https://github.com/AmruthPillai/Reactive-Resume" target="_blank">Reactive-Resume</a> docker does not function optimally when run behind an Nginx Proxy. You should have an understanding and working Nginx Proxy Manger, Docker, etc as I&#8217;m not going into those separate services. However, I have managed to identify additional settings that enable the proper functioning of Reactive-Resume over HTTPS via Nginx. The following is the docker-compose.yml file that I found to be effective:</p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: plain; title: ; notranslate">
version: &quot;3.8&quot;

services:
  postgres:
    image: postgres:alpine
    restart: always
    ports:
      - 5432:5432
    volumes:
      - pgdata:/var/lib/postgresql/data
    healthcheck:
      test: &#x5B;&quot;CMD-SHELL&quot;, &quot;pg_isready -U postgres&quot;]
      start_period: 15s
      interval: 30s
      timeout: 30s
      retries: 3
    environment:
      - POSTGRES_DB=postgres
      - POSTGRES_USER=postgres
      - POSTGRES_PASSWORD=postgres
      - POSTGRES_HOST=localhost

  server:
    image: amruthpillai/reactive-resume:server-latest
    # build:
    #   context: .
    #   dockerfile: ./server/Dockerfile
    restart: always
    ports:
      - 3100:3100
    depends_on:
      - postgres
    environment:
      - PUBLIC_URL=https://subdomain.yourdomain.com
      - PUBLIC_SERVER_URL=https://subdomain.yourdomain.com
      - PUBLIC_GOOGLE_CLIENT_ID=
      - POSTGRES_DB=postgres
      - POSTGRES_USER=postgres
      - POSTGRES_PASSWORD=postgres
      - SECRET_KEY=make-a-secret-key
      - POSTGRES_HOST=postgres
      - POSTGRES_PORT=5432
      - POSTGRES_SSL_CERT=
      - JWT_SECRET=make-a-secret-key
      - JWT_EXPIRY_TIME=604800
      - GOOGLE_CLIENT_SECRET=
      - GOOGLE_API_KEY=
      - MAIL_FROM_NAME=
      - MAIL_FROM_EMAIL=
      - MAIL_HOST=
      - MAIL_PORT=
      - MAIL_USERNAME=
      - MAIL_PASSWORD=
      - STORAGE_BUCKET=
      - STORAGE_REGION=
      - STORAGE_ENDPOINT=
      - STORAGE_URL_PREFIX=
      - STORAGE_ACCESS_KEY=
      - STORAGE_SECRET_KEY=
      - PDF_DELETION_TIME=

  client:
    image: amruthpillai/reactive-resume:client-latest
    # build:
    #   context: .
    #   dockerfile: ./client/Dockerfile
    restart: always
    ports:
      - 3000:3000
    depends_on:
      - server
    environment:
      - PUBLIC_URL=https://subdomain.yourdomain.com
      - PUBLIC_SERVER_URL=https://subdomain.yourdomain.com
      - PUBLIC_GOOGLE_CLIENT_ID=

volumes:
  pgdata:
</pre></div>


<p class="wp-block-paragraph"><em>*Note: You should understand the docker-compose file and edit it to your needs. This should not be copied and pasted for production use.</em></p>



<p class="wp-block-paragraph">When you configure Nginx Proxy Manager with default settings, you may observe some broken components on the site. This is likely because the client and server are utilizing different ports, and during the initial Nginx setup, only port 3000 was specified (as mentioned in this post). To ensure smooth functioning, I identified the server-side calls and added Custom Locations. To resolve the issue, please add the following Custom Locations within the Edit Proxy Host section:</p>



<figure class="wp-block-table"><table><tbody><tr><td>Define Location</td><td>Scheme</td><td>Forward Hostname / IP</td><td>Forward Port</td></tr><tr><td>/assets</td><td>http</td><td>ip-of-reactive-resume-docker</td><td>3100</td></tr><tr><td>/auth</td><td>http</td><td>ip-of-reactive-resume-docker</td><td>3100</td></tr><tr><td>/config</td><td>http</td><td>ip-of-reactive-resume-docker</td><td>3100</td></tr><tr><td>/fonts</td><td>http</td><td>ip-of-reactive-resume-docker</td><td>3100</td></tr><tr><td>/health</td><td>http</td><td>ip-of-reactive-resume-docker</td><td>3100</td></tr><tr><td>/printer</td><td>http</td><td>ip-of-reactive-resume-docker</td><td>3100</td></tr><tr><td>/resume</td><td>http</td><td>ip-of-reactive-resume-docker</td><td>3100</td></tr><tr><td>/users</td><td>http</td><td>ip-of-reactive-resume-docker</td><td>3100</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">After saving this configuration, you should be able to access your locally hosted Reactive-Resume docker seamlessly from your Nginx proxy server, without encountering any issues.</p><p>The post <a href="https://mrjordanroth.com/2023/02/reactive-resume-running-behind-nginx-proxy-manager/">Reactive Resume running behind Nginx Proxy Manager</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mrjordanroth.com/2023/02/reactive-resume-running-behind-nginx-proxy-manager/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SMTP services fail with app password on Yahoo servers</title>
		<link>https://mrjordanroth.com/2022/03/smtp-services-fail-with-app-password-on-yahoo-servers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=smtp-services-fail-with-app-password-on-yahoo-servers</link>
					<comments>https://mrjordanroth.com/2022/03/smtp-services-fail-with-app-password-on-yahoo-servers/#respond</comments>
		
		<dc:creator><![CDATA[Jordan Roth]]></dc:creator>
		<pubDate>Wed, 30 Mar 2022 20:26:02 +0000</pubDate>
				<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[CC]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[NULL]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[smtp.mail.yahoo.com]]></category>
		<category><![CDATA[TO]]></category>
		<category><![CDATA[Xerox]]></category>
		<category><![CDATA[Yahoo]]></category>
		<guid isPermaLink="false">https://mrjordanroth.com/?p=63</guid>

					<description><![CDATA[<p>We have noticed an increase in calls with customers scanning email utilizing the SMTP servers of Yahoo. The message is simple &#8220;Job failed. No messages were&#46;&#46;&#46;</p>
<p>The post <a href="https://mrjordanroth.com/2022/03/smtp-services-fail-with-app-password-on-yahoo-servers/">SMTP services fail with app password on Yahoo servers</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<div class="wp-block-image"><figure class="alignright size-full"><img decoding="async" width="260" height="135" src="https://mrjordanroth.com/wp-content/uploads/2022/03/Xerox-SMTP-Failure.png" alt="" class="wp-image-65"/></figure></div>



<p class="wp-block-paragraph">We have noticed an increase in calls with customers scanning email utilizing the SMTP servers of Yahoo. The message is simple &#8220;Job failed. No messages were sent. Could not communicate with the sending mail server (SMTP). Contact your System Administrator.&#8221; At first, it seemed the messages never made it over to the Yahoo servers, but today I dug in a little further and noticed the test e-mails from the machines and the actual e-mails from the user interfaces were actually being transmitted to the servers &#8211; however, they were stuck in the Drafts folder.  I examined the message and noticed each time there was a NULL e-mail address in the CC field.</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="849" height="402" src="https://mrjordanroth.com/wp-content/uploads/2022/03/Yahoo-Drafts.png" alt="" class="wp-image-64" srcset="https://mrjordanroth.com/wp-content/uploads/2022/03/Yahoo-Drafts.png 849w, https://mrjordanroth.com/wp-content/uploads/2022/03/Yahoo-Drafts-300x142.png 300w, https://mrjordanroth.com/wp-content/uploads/2022/03/Yahoo-Drafts-768x364.png 768w, https://mrjordanroth.com/wp-content/uploads/2022/03/Yahoo-Drafts-720x341.png 720w" sizes="(max-width: 849px) 100vw, 849px" /></figure>



<p class="wp-block-paragraph">Since I saw this NULL character in the CC field, I decided to test this by sending an e-mail from the machine&#8217;s user interface with a TO and a CC address, and to my astonishment, it was completed successfully.  I have reached out to Xerox which said they were aware of an ongoing issue with Yahoo SMTP servers since Rogers was moving to their servers, but haven&#8217;t seen this exact issue. I have also contacted Yahoo support, or should I say I tried, but without a paid subscription to their plus service I was only able to get extremely basic information or refer to help.yahoo.com or the online chat &#8211; which was completely useless.</p>



<p class="wp-block-paragraph">As of this writing, a workaround is to use the Auto Add Me to the CC field or to add an e-mail address to the TO and CC field when sending an e-mail. If I get any updates or find anything else additional, I will be sure to update this post.</p>



<p class="wp-block-paragraph">SMTP Server: smtp.mail.yahoo.com<br>Port: 587 w/ STARTTLS<br>Username: full yahoo email address<br>Password: app password</p><p>The post <a href="https://mrjordanroth.com/2022/03/smtp-services-fail-with-app-password-on-yahoo-servers/">SMTP services fail with app password on Yahoo servers</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mrjordanroth.com/2022/03/smtp-services-fail-with-app-password-on-yahoo-servers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The print driver is not installed on this computer.</title>
		<link>https://mrjordanroth.com/2021/09/the-print-driver-is-not-installed-on-this-computer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-print-driver-is-not-installed-on-this-computer</link>
					<comments>https://mrjordanroth.com/2021/09/the-print-driver-is-not-installed-on-this-computer/#respond</comments>
		
		<dc:creator><![CDATA[Jordan Roth]]></dc:creator>
		<pubDate>Thu, 09 Sep 2021 18:48:17 +0000</pubDate>
				<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[Print]]></category>
		<category><![CDATA[print driver]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[unable to print]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://mrjordanroth.com/?p=58</guid>

					<description><![CDATA[<p>It&#8217;s starting to be a common occurrence with Windows 10 and even more frustrating when you are unable to print. The problem typically starts with random&#46;&#46;&#46;</p>
<p>The post <a href="https://mrjordanroth.com/2021/09/the-print-driver-is-not-installed-on-this-computer/">The print driver is not installed on this computer.</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">It&#8217;s starting to be a common occurrence with Windows 10 and even more frustrating when you are unable to print. The problem typically starts with random printing issues and then leads to full printing failure when you are unable to select any of the printing settings from the driver. Have you even went to Control Panel > Printers &amp; Devices (Win+R &#8211; control printers) > Right clicked on the driver to get a message that says:</p>



<figure class="wp-block-pullquote"><blockquote><p>The print driver is not installed on this computer. Some printer properties will not be able to aceess unless you install the driver.</p></blockquote></figure>



<p class="wp-block-paragraph">The good news is that this issue can be fixed rather easily, but not by re-installing or even changing the print driver on some ocasions. There are five simple steps to follow and you will be back up and running with little downtime using the currently installed driver. </p>



<ol class="wp-block-list"><li>Click on your Start menu</li><li>Type in command or cmd</li><li>Right click on Command Prompt and select Run as administrator</li><li>Type in &#8220;netsh winsock reset&#8221; without the quotations </li><li>Reboot your computer</li></ol>



<p class="wp-block-paragraph">I hope this saves you some time of frustration and gets your back to printing! </p><p>The post <a href="https://mrjordanroth.com/2021/09/the-print-driver-is-not-installed-on-this-computer/">The print driver is not installed on this computer.</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mrjordanroth.com/2021/09/the-print-driver-is-not-installed-on-this-computer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>My printer is Offline, when I reboot it I can print!</title>
		<link>https://mrjordanroth.com/2020/12/my-printer-is-offline-when-i-reboot-it-i-can-print/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-printer-is-offline-when-i-reboot-it-i-can-print</link>
					<comments>https://mrjordanroth.com/2020/12/my-printer-is-offline-when-i-reboot-it-i-can-print/#respond</comments>
		
		<dc:creator><![CDATA[Jordan Roth]]></dc:creator>
		<pubDate>Tue, 29 Dec 2020 21:45:00 +0000</pubDate>
				<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[Offline]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[Standard TCP/IP]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[WSD]]></category>
		<guid isPermaLink="false">https://mrjordanroth.com/?p=39</guid>

					<description><![CDATA[<p>I would say one of my number one calls for the company I work with is &#8220;My printer is Offline, and when I reboot my computer&#46;&#46;&#46;</p>
<p>The post <a href="https://mrjordanroth.com/2020/12/my-printer-is-offline-when-i-reboot-it-i-can-print/">My printer is Offline, when I reboot it I can print!</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">I would say one of my number one calls for the company I work with is &#8220;My printer is Offline, and when I reboot my computer or printer it will print&#8221;. When I do a remote session with the customer or walk them over the phone, the first thing we check is to make sure the printer is not using the WSD configuration which automatically installs a basic print driver built-in to Windows and uses the WSD port.  When installing a printer, if it&#8217;s a networked device, you want to make sure you always use a Standard TCP/IP port.</p>



<p class="wp-block-paragraph">When you configure a printer, or multifunction device, on the network, it will most likely have a DHCP Address. You want to login to your router and assign a DHCP reservation or you want to STATIC the IP address outside of your DHCP range. This will make sure your printing to the correct device each and every time &#8211; a foolproof way. Now when you install a device using the Standard TCP/IP port, it almost always has SNMP enabled under the Ports Tab (click on Configure Port). This is the reason why your device may say offline or your users say when I restart the computer or printer it starts working again &#8211; disable SNMP (uncheck it).</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-large"><img decoding="async" width="474" height="510" src="https://mrjordanroth.com/wp-content/uploads/2020/12/SNMP-Status-Disabled.png" alt="" class="wp-image-40" srcset="https://mrjordanroth.com/wp-content/uploads/2020/12/SNMP-Status-Disabled.png 474w, https://mrjordanroth.com/wp-content/uploads/2020/12/SNMP-Status-Disabled-279x300.png 279w" sizes="(max-width: 474px) 100vw, 474px" /></figure></div>



<p class="wp-block-paragraph">I hope this helps someone who is consistently having issues printing and is having a difficult time figuring out what is causing such behavior. </p><p>The post <a href="https://mrjordanroth.com/2020/12/my-printer-is-offline-when-i-reboot-it-i-can-print/">My printer is Offline, when I reboot it I can print!</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mrjordanroth.com/2020/12/my-printer-is-offline-when-i-reboot-it-i-can-print/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The time has come, goodbye Google Cloud Print</title>
		<link>https://mrjordanroth.com/2020/12/the-time-has-come-goodbye-google-cloud-print/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-time-has-come-goodbye-google-cloud-print</link>
					<comments>https://mrjordanroth.com/2020/12/the-time-has-come-goodbye-google-cloud-print/#respond</comments>
		
		<dc:creator><![CDATA[Jordan Roth]]></dc:creator>
		<pubDate>Mon, 07 Dec 2020 20:04:52 +0000</pubDate>
				<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Cloud Print]]></category>
		<category><![CDATA[Print]]></category>
		<category><![CDATA[Printing]]></category>
		<guid isPermaLink="false">https://mrjordanroth.com/?p=29</guid>

					<description><![CDATA[<p>Google Cloud Print, which never released outside of beta, will not be supported as of December 31, 2020. Google developed the Cloud Print solution for two&#46;&#46;&#46;</p>
<p>The post <a href="https://mrjordanroth.com/2020/12/the-time-has-come-goodbye-google-cloud-print/">The time has come, goodbye Google Cloud Print</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">Google Cloud Print, which never released outside of beta, will not be supported as of December 31, 2020. Google developed the Cloud Print solution for two reasons; printing from Chromebooks and allow printing from older devices. Google announced on November 21, 2019, it would be dropping support on Google Cloud Print on December 31. 2020. To help migrate away from Google Cloud Print you can visit their documentation at <a rel="noreferrer noopener" href="https://support.google.com/chrome/a/answer/9633006?hl=en" target="_blank">Migrate from Cloud Print</a> on their support platform.</p>



<p class="wp-block-paragraph">While it was a convenient way for many people to think outside of the box for printing, a lot of people are still wondering what they can do since Google Cloud Print will be discontinued. Personally, I have started to use <a rel="noreferrer noopener" href="https://www.papercut.com/products/free-software/mobility-print/" target="_blank">PaperCut Mobility Print</a>. It&#8217;s a free solution that isn&#8217;t very difficult to set up and it will give you the same functionality as Google Cloud Print. So if you are looking for a replacement, it&#8217;s one that I would recommend.</p><p>The post <a href="https://mrjordanroth.com/2020/12/the-time-has-come-goodbye-google-cloud-print/">The time has come, goodbye Google Cloud Print</a> first appeared on <a href="https://mrjordanroth.com">MrJordanRoth.com</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://mrjordanroth.com/2020/12/the-time-has-come-goodbye-google-cloud-print/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
