Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
Windows Subsystem 2 for Linux, Hyper, ZSH + Oh My Zsh + Powerlevel9k + plugins, FNM + VSCode (+ext) and Nerd Font
To setup native Linux, see this gist
If you're encountering ping github.com failing inside WSL with a Temporary failure in name resolution, you're not alone — this has been a long-standing issue, especially when using VPNs or corporate networks.
This issue is now fixed robustly with DNS tunneling, which preserves dynamic DNS behavior and avoids limitations like WSL’s former hard cap of 3 DNS servers in /etc/resolv.conf.
DNS tunneling is enabled by default in WSL version 2.2.1 and later, meaning that if you're still seeing DNS resolution issues, the first and most effective fix is simply to upgrade WSL. Upgrading WSL updates the WSL platform itself, but does not affect your installed Linux distributions, apps, or files.
To upgrade WSL, follow these steps,
brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
chsh -s /bin/zsh
| { | |
| product(first: 50) { | |
| edges { | |
| node { | |
| name | |
| description | |
| } | |
| } | |
| } | |
| } |
Published May-13-2020
admin/settings/files pageconsole_download_list.js file, and press enter| {% comment %} Hide Secret Shipping Rates From Checkout {% endcomment %} | |
| <script type="text/javascript"> | |
| if (Shopify.Checkout.step == 'shipping_method') { | |
| $(window).load(function () { | |
| $(".radio__label__primary").each(function () { | |
| var shipMeth = $(this).data("shipping-method-label-title"); | |
| if (shipMeth) { | |
| if (shipMeth.includes("Name Of Secret Shipping Rate Here") || shipMeth.includes("Another Secret Ship Option Rate Here")) { | |
| $(this).closest(".content-box__row").remove(); | |
| $(".section__content").each(function () { |
| <form action="/cart/add" method="post" enctype="multipart/form-data" id="AddToCartForm"> | |
| {% if collection.products_count > 0 %} | |
| {% for product in collection.products %} | |
| {% if product.available %} | |
| <div class="row"> | |
| <div class="col-xs-12 col-sm-4"> | |
| <img src="{{ product.image | default: product.featured_image | img_url: 'large' }}" alt="{{ variant.title | escape }}" /> | |
| </div> | |
| <div class="col-xs-12 col-sm-8" style="padding: 15% 40px 0"> | |
| <div class="col-xs-12 col-sm-12"> |