ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. linux
    Log in to post
    • All categories
    • scottalanmillerS

      Getting Windows 10 License Upgrade on Linux Mint Laptop

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux linux mint virtualbox windows 10 windows 7 windows 10 license windows 10 upgrade hp folio 13 hp folio 13-2000
      29
      2 Votes
      29 Posts
      6k Views
      scottalanmillerS

      @travisdh1 said in Getting Windows 10 License Upgrade on Linux Mint Laptop:

      @scottalanmiller said in Getting Windows 10 License Upgrade on Linux Mint Laptop:

      I'm about to do a full bare metal install 😞

      Did you say goodbye to the rest of the family for the night?

      The wife is off on a three day sorority bender... I mean retreat, for the weekend already.

    • scottalanmillerS

      The Layers of Remote Access

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sam system administration servers linux windows rdp vnc screenconnect console spice ica pcoip kvm virtualization
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Anyone Using Windows 10 Hyper-V with Linux to Replace Dual Booting?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v virtualization windows 10 linux mint 18 linux windows
      43
      3 Votes
      43 Posts
      5k Views
      scottalanmillerS

      The Linux system gets the use 99% of the time and needs priority as to performance and what not. The Windows install is just for gaming and is not even my main gaming machine. Just a secondary one. And I've lived with zero Windows access for most of a year, not a big deal.

    • scottalanmillerS

      Cleaner BASH Scripting with a Main Function

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion bash shell scripting scripting linux unix
      1
      4 Votes
      1 Posts
      733 Views
      No one has replied
    • scottalanmillerS

      Finding a File by MD5 Sum

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux unix find md5 md5sum checksum
      1
      3 Votes
      1 Posts
      741 Views
      No one has replied
    • scottalanmillerS

      Making an RC Script on Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux rc script
      1
      2 Votes
      1 Posts
      282 Views
      No one has replied
    • scottalanmillerS

      Scripting FDisk on Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux bash fdisk scripting
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Installing XRDP on Fedora 19

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux fedora fedora 19 rdp xrdp
      1
      2 Votes
      1 Posts
      829 Views
      No one has replied
    • scottalanmillerS

      SSHTectia 6.2 Fails to Generate SSH Keys

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux ssh tectia tectia 6.2
      1
      2 Votes
      1 Posts
      877 Views
      No one has replied
    • scottalanmillerS

      OpenSuse 12.3 with Cinnamon

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion suse linux opensuse cinnamon
      5
      3 Votes
      5 Posts
      1k Views
      KOOLERK

      @KOOLER "do guy" = "do gui" LOL

    • scottalanmillerS

      User Process Limits Preventing Fork Bombs on Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux fork bomb limits shell limits
      1
      3 Votes
      1 Posts
      942 Views
      No one has replied
    • scottalanmillerS

      Building a Basic DRBD Cluster on OpenSuse 12.2

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion drbd linux suse opensuse opensuse 12.2 clustering storage rls replicated local storage
      3
      3 Votes
      3 Posts
      3k Views
      scottalanmillerS

      @momurda said in Building a Basic DRBD Cluster on OpenSuse 12.2:

      What is the purpose of 'zypper -remove patterns-openSUSE-minimal_base'
      I know what it does, but is it necessary? Does this minimal_base package prevent you from installing certain packages at a later date? Or you just making things nice n neat?

      It's been quite some time, but if I remember correctly it interfered with some packages that we needed as the "minimal" blocked adding a bunch of stuff.

    • scottalanmillerS

      Remote Desktop Configuration of Linux Mint over SSH

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux ssh linux mint
      1
      4 Votes
      1 Posts
      698 Views
      No one has replied
    • scottalanmillerS

      Installing MediaWiki on CentOS 6

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos linux centos 6 rhel 6 mediawiki
      6
      5 Votes
      6 Posts
      2k Views
      travisdh1T

      @scottalanmiller said in Installing MediaWiki on CentOS 6:

      @travisdh1 said in Installing MediaWiki on CentOS 6:

      Do they have a tui for firewall-cmd yet?

      Not that I have seen.

      I want to down vote RedHat.

    • scottalanmillerS

      Improving Elastix 2 Memory Usage

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux apache httpd elastix swappiness elastix 2 elastix 2.3 elastix 2.4 elastix 2.5
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Slow SSH Logins on Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux centos centos 6 rhel 6 rhel 6.7 sshd
      2
      3 Votes
      2 Posts
      1k Views
      stacksofplatesS

      @scottalanmiller said in Slow SSH Logins on Linux:

      Often remote SSH logins on Linux can experience a lengthy delay. This is often caused by the SSH daemon on the server defaulting to attempting a DNS lookup of the SSH client attempting to connect to it. Typically we do not want this behaviour as client systems often cannot be verified in this manner but awaiting a DNS timeout can be rather annoying. Many systems configure this on by default. I see this in the Red Hat family including RHEL, CentOS, etc.

      The fix is simple, just explicetly add the line:

      UseDNS no

      To the /etc/ssh/sshd_config configuration file. The default is β€œyes” and there should be a comment to this effect as well. After making the change, simply restart the SSH daemon for the change to take effect.

      service sshd restart

      Originally found in 2012 on my Linux blog here: http://web.archive.org/web/20140822224153/http://www.scottalanmiller.com/linux/2012/09/02/slow-ssh-logins/

      Ran into this the other day. Windows to Linux was pretty slow, but Linux to Linux (using our Bind server) was super fast. Turned off DNS and GSSAPI and it was fine from Windows.

    • scottalanmillerS

      Resize2fs Fails to Resize Ext4

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos linux rhel resize2fs ext4 resize4fs lvm
      1
      3 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      Installing Elastix 2.3 on CentOS 5

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion elastix elastix 2 elastix 2.3 elastix 2.4 centos centos 5 linux
      1
      2 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      Mounting an ISO Image on Linux

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux iso mounting
      1
      5 Votes
      1 Posts
      788 Views
      No one has replied
    • scottalanmillerS

      Adding New Drives to an HP Proliant SmartArray with LVM

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux rhel centos storage lvm smartarray proliant hpacucli smartarray p410 proliant dl380 g6 hpe
      1
      4 Votes
      1 Posts
      2k Views
      No one has replied
    • 1
    • 2
    • 35
    • 36
    • 37
    • 38
    • 39
    • 75
    • 76
    • 37 / 76