www.shoplinuxonline.com Open in urlscan Pro
138.197.8.43  Public Scan

Submitted URL: http://shoplinuxonline.com/
Effective URL: https://www.shoplinuxonline.com/
Submission: On December 24 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET https://www.shoplinuxonline.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.shoplinuxonline.com/catalogsearch/result/" method="get">
  <div class="field search"><label class="label" for="search" data-role="minisearch-label"><span>Search</span></label>
    <div class="control"><input id="search" type="text" name="q" value="" placeholder="Search..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested"><a class="action advanced" href="https://www.shoplinuxonline.com/catalogsearch/advanced/" data-action="advanced-search">Advanced Search</a></div>
      <div class="search-category" style="position:absolute; top: 0; right: 35px; width: 130px"><select id="mpsearch-category">
          <option value="0">All Categories</option>
          <option value="3">BSD</option>
          <option value="4">Solaris</option>
          <option value="6">Linux on CD/DVD</option>
          <option value="127">- Debian</option>
          <option value="128">- Ubuntu</option>
          <option value="129">- Linux Mint</option>
          <option value="20">Printed Manuals</option>
          <option value="121">Applications</option>
          <option value="122">Linux on USB</option>
        </select></div>
      <script src="https://www.shoplinuxonline.com/pub/media/mageplaza/search/v1_0.js"></script>
      <script type="text/javascript">
        require(['jquery', 'Magento_Catalog/js/price-utils', 'mpDevbridgeAutocomplete'], function($, priceUtils) {
          "use strict";
          var baseUrl = 'https://www.shoplinuxonline.com/',
            baseImageUrl = 'https://www.shoplinuxonline.com/pub/media/catalog/product/',
            priceFormat = {
              "pattern": "$%s",
              "precision": 2,
              "requiredPrecision": 2,
              "decimalSymbol": ".",
              "groupSymbol": ",",
              "groupLength": 3,
              "integerRequired": false
            },
            displayInfo = ["price", "image", "description"];
          var categorySelect = $('#mpsearch-category'),
            searchInput = $('#search');
          if (categorySelect.length) {
            categorySelect.on('change', function() {
              searchInput.focus();
              if ($(this).val() === 0) {
                $(this).removeAttr('name');
              } else {
                $(this).attr('name', 'cat');
              }
            });
          }
          searchInput.devbridgeAutocomplete({
            lookup: mageplazaSearchProducts,
            lookupLimit: 10,
            maxHeight: 2000,
            minChars: 3,
            lookupFilter: function(suggestion, query, queryLowerCase) {
              if (categorySelect.length) {
                var categoryId = categorySelect.val();
                if (categoryId > 0 && ($.inArray(categoryId, suggestion.c) === -1)) {
                  return false;
                }
              }
              return suggestion.value.toLowerCase().indexOf(queryLowerCase) !== -1;
            },
            onSelect: function(suggestion) {
              window.location.href = correctProductUrl(suggestion.u);
            },
            formatResult: function(suggestion, currentValue) {
              var html = '<a href="' + correctProductUrl(suggestion.u) + '">';
              if ($.inArray('image', displayInfo) !== -1) {
                html += '<div class="suggestion-left"><img class="img-responsive" src="' + correctProductUrl(suggestion.i, true) + '" alt="" /></div>';
              }
              html += '<div class="suggestion-right">';
              html += '<div class="product-line product-name">' + suggestion.value + '</div>';
              if ($.inArray('price', displayInfo) !== -1) {
                html += '<div class="product-line product-price">Price: ' + priceUtils.formatPrice(suggestion.p, priceFormat) + '</div>';
              }
              if ($.inArray('description', displayInfo) !== -1 && suggestion.d) {
                html += '<div class="product-des"><p class="short-des">' + suggestion.d + '...</p></div>';
              }
              html += '</div></a>';
              return html;
            }
          });

          function correctProductUrl(urlKey, isImage) {
            if (urlKey.search('http') !== -1) {
              return urlKey;
            }
            return ((typeof isImage !== 'undefined') ? baseImageUrl : baseUrl) + urlKey;
          }
        });
      </script>
    </div>
  </div>
  <div class="actions"><button type="submit" title="Search" class="action search" disabled=""><span>Search</span></button></div>
</form>

POST https://www.shoplinuxonline.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.shoplinuxonline.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter"><label class="label" for="footer_newsletter"><span>Sign Up for Our Newsletter:</span></label>
    <div class="control"><input name="email" type="email" id="footer_newsletter" data-validate="{required:true, 'validate-email':true}" placeholder="Email Address"></div>
  </div>
  <div class="actions"><button class="action subscribe primary" title="Subscribe" type="submit"><span>Subscribe</span></button></div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <!-- ko foreach: getRegion('before-amazon-button') --><!--/ko-->
    <div class="amazon-sign-in-button-container">
      <div class="amazon-sign-in-button-container__cell">
        <div id="AmazonPayButton" class="login-with-amazon" data-bind="afterRender: initializeLoginButton">
          <div id="ui-id-2" class="amazonpay-merchant-shadow-root-parent-element-for-executing-modal-script amazonpay-button-parent-container-checkout-A3JZD0PVRQVCBM" role="button" aria-label="Amazon Pay - Use your Amazon account"
            title="Sign in to your Amazon account" style="height: 45px; position: relative; width: 206.5px;"></div>
        </div>
      </div>
      <div class="amazon-sign-in-button-container__cell">
        <div class="field-tooltip toggle">
          <span class="field-tooltip-action action-help" data-bind="mageInit: {'dropdown':{'activeClass': '_active'}}" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" role="button" tabindex="0">
          </span>
          <div class="field-tooltip-content" data-target="dropdown" aria-hidden="true" data-bind="text: tooltip">Securely login to our website using your existing Amazon details.</div>
        </div>
      </div>
    </div>
    <!-- ko foreach: getRegion('after-amazon-button') --><!--/ko-->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="msp-recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="msp-recaptcha-popup-login">
        <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-rm5mksoo6vcq" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdWw3sbAAAAAIHl9XPGJHpZYxa3mfPqG5U1FZMg&amp;co=aHR0cHM6Ly93d3cuc2hvcGxpbnV4b25saW5lLmNvbTo0NDM.&amp;hl=de&amp;v=zIriijn3uj5Vpknvt_LnfNbF&amp;size=invisible&amp;badge=inline&amp;cb=d69yd4zvksr"></iframe>
          </div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.shoplinuxonline.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
  <input type="text" name="token" style="display: none">
</form>

Text Content

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.


Skip to Content
 * Free Tutorial Disc With Each Order!
 * Contact Us
 * Compare ()
 * Sign In
 * Create an Account

Toggle Nav
Cart 0 items
My Cart
Close You have no items in your shopping cart.

Search
Search
Advanced Search
All Categories BSD Solaris Linux on CD/DVD - Debian - Ubuntu - Linux Mint
Printed Manuals Applications Linux on USB
Search

Menu
 * Home
 * 
   Linux on CD/DVD
    * Debian
    * Ubuntu
    * Linux Mint

 * Linux on USB
 * BSD
 * Solaris
 * Applications
 * Printed Manuals

Account
 * Free Tutorial Disc With Each Order!
 * Contact Us
 * Compare ()
 * Sign In
 * Create an Account


FREE SHIPPING

Free shipping on all domestic orders over $20.
$3.99 Flat Rate Standard shipping.


MONEY BACK GUARANTEE

If you are not 100% satisfied, you can return your order within 15 days and get
a full refund.


QUALITY PRODUCTS

Name brand, professional quality cds, dvds, and USB drives.


CATEGORIES

 * Home
 * 
   Linux on CD/DVD
    * Debian
    * Ubuntu
    * Linux Mint

 * Linux on USB
 * BSD
 * Solaris
 * Applications
 * Printed Manuals


WELCOME TO SHOP LINUX ONLINE

We offer quality Linux distros on CD, DVD, and USB Drives,

as well as printed manuals for many popular Linux distros.

Serving the Linux community for over 15 years!


WELCOME TO SHOP LINUX ONLINE

We offer quality Linux distros on CD, DVD, and USB Drives,

as well as printed manuals for many popular Linux distros.

Serving the Linux community for over 15 years!


WELCOME TO SHOP LINUX ONLINE

We offer quality Linux distros on CD, DVD, and USB Drives,

as well as printed manuals for many popular Linux distros.

Serving the Linux community for over 15 years!


WELCOME TO SHOP LINUX ONLINE

We offer quality Linux distros on CD, DVD, and USB Drives,

as well as printed manuals for many popular Linux distros.

Serving the Linux community for over 15 years!


WELCOME TO SHOP LINUX ONLINE

We offer quality Linux distros on CD, DVD, and USB Drives,

as well as printed manuals for many popular Linux distros.

Serving the Linux community for over 15 years!

prev
next

New Releases
 * Arch 2024.08.01 (8/01) (DVD) (USB)
 * Linux Mint 22.0 (7/25) (DVD) (USB)
 * Tails 6.5 (7/15) (DVD) (USB)
 * Debian 11.10 Install (6/29) (DVD) (USB)
 * Debian 11.10 Live (6/29) (DVD) (USB)
 * Debian 11.10 Full Archive (6/29) (DVD) (USB)
 * Kali 2024.2 (6/05) (DVD) (USB)
 * MX Linux 23.3 (5/20) (DVD) (USB)
 * NetBSD 10.0 (3/28) (DVD) (USB)
 * FreeBSD 13.3 (3/5) (DVD) (USB)
 * Ubuntu LTS 22.04.4 (2/22) (DVD) (USB)
 * Debian 12.5 Live (2/10) (DVD) (USB)
 * ...More New Releases

Upcoming Release Dates
 * Linux Lite 6.8 (February 1)


NEW & UPDATED PRODUCTS





FEATURED PRODUCTS

 1.  Linux Mint 22.0 - USB
     Rating:
     0%
     $11.99
     Add to Wish List
     Add to Cart
     Add to Compare
 2.  Debian 12.7 - Full Archive USB
     Rating:
     0%
     $19.99
     Add to Wish List
     Add to Cart
     Add to Compare
 3.  Zorin OS 16.2 Lite - USB
     Rating:
     0%
     $11.99
     Add to Wish List
     Add to Cart
     Add to Compare
 4.  Linux Mint 21.3 - USB
     Rating:
     0%
     $11.99
     Add to Wish List
     Add to Cart
     Add to Compare
 5.  Zorin OS 16.2 Core - USB
     Rating:
     0%
     $11.99
     Add to Wish List
     Add to Cart
     Add to Compare
 6.  Puppy Linux (32GB - 128GB USB)
     Rating:
     0%
     $11.99
     Add to Wish List
     Add to Cart
     Add to Compare
 7.  Fedora 38 Spins - DVD
     Rating:
     0%
     $3.19
     Add to Wish List
     Add to Cart
     Add to Compare
 8.  MX Linux 23.3 - USB
     Rating:
     0%
     $11.99
     Add to Wish List
     Add to Cart
     Add to Compare
 9.  MX Linux 23.3 - DVD
     Rating:
     0%
     $3.19
     Add to Wish List
     Add to Cart
     Add to Compare
 10. Linux Mint 20.3 - USB
     Rating:
     100% of 100
     1  Review Add Your Review
     $11.99
     Add to Wish List
     Add to Cart
     Add to Compare

10 Item(s)

Contact Information

 * Address
   17 Windstone Drive

 * Sherwood, Arkansas 72120-2016

 * Email
   info@shoplinuxonline.com

 * Working Days/Hours
   Mon - Fri / 9:00AM - 6:00PM


BE THE FIRST TO KNOW

Get all the latest information on Events, Sales and Offers.
Sign up for newsletter today.

Sign Up for Our Newsletter:

Subscribe
LINUX INFO
 * New Products
 * Release Dates
 * Debian 12.5
 * Mint 21.3
 * Ubuntu LTS 22.04.3
 * Centos 8.4

Let Us Help
 * FAQ
 * Contact Us
 * Orders and Returns
 * My Account
 * Wishlist
 * Newsletter

Website
 * Affiliate Program
 * Terms & Conditions
 * Privacy Policy
 * Sitemap
 * Advanced Search
 * RSS


Copyright © 2024 The Galactic Studio. All Rights Reserved.

Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Securely login to our website using your existing Amazon details.

Sign In
Forgot Your Password?