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

      Suse Enterprise Linux for the Raspberry Pi

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion suse linux raspberry pi
      8
      5 Votes
      8 Posts
      2k Views
      thwrT

      @NerdyDad said in Suse Enterprise Linux for the Raspberry Pi:

      I'm seeing it as a good entry level device to finally learn Linux Server administration at an affordable device. Granted the hardware isn't something that you're normally going to normally see in an enterprise environment, it would give me nearly identical experience managing a linux server in an enterprise environment.

      The hardware doesn't matter at all. Like SAM suggested, go for a VM. There's no difference.

      There are actually pitfalls in using a Pi, for example there isn't any RTC (realtime clock and battery). This can give you very weird results during reboots because next to no application expects a filetime to go backwards, which can happen without a working clock (depends on timing, network availability during reboot, working fake-hwclock package etc).

    • RamblingBipedR

      Senior Systems Engineer

      Watching Ignoring Scheduled Pinned Locked Moved Job Postings unix linux ruby
      14
      4 Votes
      14 Posts
      4k Views
      RamblingBipedR

      @Dashrender said in Senior Systems Engineer:

      @RamblingBiped

      What does does HR do if not put out accurate and reasonable job postings? 😛

      I did my stint in IT/Engineering Recruiting many moons ago... I'm now blissfullly ignorant when it comes to the inner workings of human resources.

      0_1479941159042_owl.jpg

    • mlnewsM

      Install Odoo 10 on CentOS 7 Formerly OpenERP

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion erp openerp centos centos 7 linux odoo odoo 10 rosehosting apache reverse proxy
      3
      2 Votes
      3 Posts
      2k Views
      scottalanmillerS

      I might put this on my project list one of these days.

    • mlnewsM

      Zorin OS 12 Released

      Watching Ignoring Scheduled Pinned Locked Moved News linux zorin 12 zorin linux desktop softpedia
      14
      3 Votes
      14 Posts
      3k Views
      StrongBadS

      @travisdh1 said in Zorin OS 12 Released:

      Man, that looks lots better than most desktops. Don't think it will draw me away from KDE yet tho.

      Zorin is gorgeous. They've been doing a good job for a while. Very popular with people coming over from Windows.

    • mlnewsM

      Five Fun Raspberry Pi Projects

      Watching Ignoring Scheduled Pinned Locked Moved News raspberry pi linux linux.com
      1
      3 Votes
      1 Posts
      637 Views
      No one has replied
    • scottalanmillerS

      Linux FAQ: Why Do We Need a Dot Slash Before a Local Command

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux unix security linux system administration sam linux administration bash shell ksh tcsh csh zsh
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • AmbarishrhA

      Microsoft joins the Linux Foundation

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion microsoft linux linux foundation open source
      7
      2 Votes
      7 Posts
      2k Views
      scottalanmillerS

      @StuartJordan said in Microsoft joins the Linux Foundation:

      I would say everyone should raise a glass to Microsoft for this move.

      They've been doing such a good job the last year or two. Very impressive.

    • LakshmanaL

      Flex Install issue in Wine

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wine ubuntu linux ubuntu 16.10
      3
      2 Votes
      3 Posts
      3k Views
      DustinB3403D

      Yes, Wine is included in the default repo of Ubuntu, so installing it from sources is a bad choice, and means you have to maintain it.

      Although this may not address the issue he's having with this particular EXE on Ubuntu.

    • mlnewsM

      Is KDE Neon the Ultimate Linux Desktop

      Watching Ignoring Scheduled Pinned Locked Moved News linux.com linux kde kde neon linux desktop
      9
      2 Votes
      9 Posts
      2k Views
      travisdh1T

      @scottalanmiller said in Is KDE Neon the Ultimate Linux Desktop:

      @gjacobse said in Is KDE Neon the Ultimate Linux Desktop:

      Mint or Neon could be going on the new laptop... when I decide on which one.

      Neon is a version of KDE, not a desktop. Mint is a distro.

      Am I that confusing this afternoon? Probably good I'm not answering questions at the moment.

    • mlnewsM

      Raspberry Pi Docker Based Gluster Cluster

      Watching Ignoring Scheduled Pinned Locked Moved News gluster linux docker raspberry pi
      1
      3 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Open Firewall Ports on CentOS 7 and RHEL 7

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos linux rhel centos 7 rhel 7 firewalld firewall security firewall-cmd
      12
      3 Votes
      12 Posts
      3k Views
      coliverC

      @stacksofplates said in Open Firewall Ports on CentOS 7 and RHEL 7:

      @coliver said in Open Firewall Ports on CentOS 7 and RHEL 7:

      @stacksofplates said in Open Firewall Ports on CentOS 7 and RHEL 7:

      @coliver said in Open Firewall Ports on CentOS 7 and RHEL 7:

      @scottalanmiller said in Open Firewall Ports on CentOS 7 and RHEL 7:

      @coliver said in Open Firewall Ports on CentOS 7 and RHEL 7:

      Did anyone ever figure out if there was a way to setup files for firewalld? Or was the XML service files the way to go?

      XML I think.

      That's what I was afraid of. We're using IPTables on all of our OEL7 servers right now but I think moving to the default firewalld may be a good idea. I'll have to look into the XML config and see how much more difficult, if at all, it is over the IPTables file. It's a shame we can't just copy a single file around anymore but the XML files probably won't be too much more difficult.

      Ya it's not bad at all. Here's the config from my Identity Management server. It's pretty similar to /etc/sysconfig/system-config-firewall on RHEL 6, just in zone specific XML files.

      <zone> <short>Public</short> <description>For use in public areas. You do not trust the other computers on networks to not harm your computer. Only selected incoming connections are accepted.</description> <service name="http"/> <service name="https"/> <service name="ntp"/> <service name="dhcpv6-client"/> <service name="kerberos"/> <service name="ldaps"/> <service name="ssh"/> <service name="dns"/> <service name="ldap"/> </zone>

      Those services are predefined right? You can also build your own services via the same process.

      Ya and you can define specific ports. I prob could have grabbed a better example.

      No, I think I've got it just need to investigate actually setting these up.

    • scottalanmillerS

      ScreenConnect High CPU Usage

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion screenconnect digitalocean iaas centos 7 centos linux rhel rhel 7
      46
      1 Votes
      46 Posts
      9k Views
      scottalanmillerS

      @jaredbusch said in ScreenConnect High CPU Usage:

      @scottalanmiller said in ScreenConnect High CPU Usage:

      Have another system doing this this week. Been about eight hours so far. We are thinking that it is just doing the database rebuild and compression work. But it is insane how much CPU gets used for this.

      Do you not have it doing this on a regular schedule?

      Not my system, it was moved to a different server and had to be rebuilt.

    • scottalanmillerS

      Installing URBackup on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion scale scale hc3 linux centos centos 7 urbackup backup
      1
      10 Votes
      1 Posts
      14k Views
      No one has replied
    • DustinB3403D

      UrBackup Review plus Configuration Options

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion urbackup backup open source opensource unix linux windows mac osx
      52
      6 Votes
      52 Posts
      14k Views
      DustinB3403D

      Oh this is another cool feature that was added recently.

      Change Log 2.1.18 Image Mounting, browsing and archival.

    • scottalanmillerS

      TraceRoute: Better Results with TCP SYN

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion traceroute unix icmp ping tcp syn linux networking
      1
      7 Votes
      1 Posts
      1k Views
      No one has replied
    • mlnewsM

      Five Reasons Why Rolling Distros Are Better

      Watching Ignoring Scheduled Pinned Locked Moved News linux pcworld
      9
      2 Votes
      9 Posts
      2k Views
      dafyreD

      @scottalanmiller said in Five Reasons Why Rolling Distros Are Better:

      @dafyre said in Five Reasons Why Rolling Distros Are Better:

      I've had OpenSuse Tumbleweed actually bork my laptop so I had to wipe & reload it... That's my only reserve about rolling distros.

      Was it the rolling that did it?

      Sadly, yes. One of the updated packages broke my video drivers (Nvidia Optimus / Bumblebee drivers) and they would recompile to fix it... The Last straw for me was the next update I ran a week or so later updated the Kernel and caused the video to flash incessantly unless I had an app on the screen that was using the NVIDIA GPU. It was odd...

      I wiped and did a Mint 18 install after that, lol.

      Edit: I do know the flashing video bug has been fixed.

    • mlnewsM

      Two Weeks to Fedora 25

      Watching Ignoring Scheduled Pinned Locked Moved News fedora fedora 25 linux linux desktop softpedia
      1
      3 Votes
      1 Posts
      652 Views
      No one has replied
    • mlnewsM

      Installing Linux Malware Detect and ClamAV on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved News linux linux malware detect clamav antivirus antimalware centos centos 7 rhel rhel 7 howtoforge
      4
      4 Votes
      4 Posts
      2k Views
      travisdh1T

      @scottalanmiller said in Installing Linux Malware Detect and ClamAV on CentOS 7:

      @travisdh1 said in Installing Linux Malware Detect and ClamAV on CentOS 7:

      Any reason to use LMD instead of or in addition to rkhunter?

      Doesn't rkhunter focus only on root kits?

      Mostly, but this was the first time I remember hearing about LMD.

    • mlnewsM

      Chapeau, a Fedora Based, Easy to Use Linux

      Watching Ignoring Scheduled Pinned Locked Moved News linux linux desktop fedora chapeau
      1
      4 Votes
      1 Posts
      311 Views
      No one has replied
    • scottalanmillerS

      Are There Veeam Repos for Linux Agent Packages

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux veeam rpm deb veeam endpoint protection for linux
      6
      1 Votes
      6 Posts
      2k Views
      scottalanmillerS

      @stacksofplates said in Are There Veeam Repos for Linux Agent Packages:

      @scottalanmiller said in Are There Veeam Repos for Linux Agent Packages:

      @stacksofplates I want to check that out too. Is it available for more than RHEL?

      Yup. Pretty much everything

      Oh nice. Need to spend some time on it.

    • 1
    • 2
    • 30
    • 31
    • 32
    • 33
    • 34
    • 75
    • 76
    • 32 / 76