Posts

Showing posts from April, 2019

Download Java JRE Version 7 JRE7

How to Get Java JRE Version 7 Here's where you can get it. From here you can get JRE 7u80 and JDK 7u80 for those old legacy apps that don't work on Java 8. https://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html Of course you need to logon to Oracle first. https://login.oracle.com/mysso/signon.jsp https://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html Brought to You By This Tech Tidbit was brought to you by your Java Pros at  Eleven Dimensions Computer Technologies . See the new 11D website at: https://www.elevendimensions.com/ See Our Partner Websites: Bare Wire Networks:      http://www.barewirenetworks.com CTI Solutions:    http://www.cti-solutions.com Many Thanks to Our Partner companies

Configure Remote Desktop Services Licensing on Windows Server 2012

My Cheat Sheet for Installing a Terminal Services License Server Note: This applies to Windows Server 2012 and Server 2012R2.  Before you do this, install a few Server Roles: Remote Desktop Services ( 2 of 6 Installed)     Remote Desktop Licensing     Remote Desktop Session Host Then use the Licescing Wizard to add your licenses in the "Remote Desktop Licensing Manager". Add your CALS and your what not, and Activate your server.  Use a Campus Agreement to activate some fake CALS, almost any 7 digit number starting with 6 will work. Configuring the License Server on a RD Session Hosts After the RDS License Server is activated and running, you can reconfigure RD Session Host to obtain licenses from this server. You can select the license type and specify the name of the license server using PowerShell or GPO. To select the license type to be used, run this command: $obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting

Remove the Powered by Shopify slogan from a shopify website

Edit your theme's language settings Desktop   iPhone   Android From your Shopify  admin , go to  Online Store  >  Themes . Find the theme that you want to edit, and then click  Actions  >  Edit languages . In the  Filter translations  box, type "powered". In the  Powered by Shopify  box, type a single space  . The faded placeholder text in the box will disappear. You can repeat these steps for the  Powered by Shopify HTML  box, which appears on your store's "Opening soon" page if your store is password-protected. Click  Save . Edit footer.liquid Desktop   iPhone   Android From your Shopify admin, go to  Online Store  >  Themes . Find the theme you want to edit, and then click  Actions  >  Edit code . In the  Sections  folder, open the  footer.liquid  file. Use  ctrl  +  F  on a PC or  command  +  F  on a Mac and search for  {{ powered_by_link }} . Delete the tag when you locate it. Tip