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

      What is the difference between Dead and Failed for service status?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion systemctl automation services linux
      17
      0 Votes
      17 Posts
      10k Views
      JaredBuschJ

      @DustinB3403 said in What is the difference between Dead and Failed for service status?:

      @IRJ Did you look at journalctl to see what the logs say?

      He doesn't care about why things are failed. He just wants the states. It is for monitoring and automation.

    • JaredBuschJ

      Scientific Linux - So long and thanks for the fish

      Watching Ignoring Scheduled Pinned Locked Moved News linux distro scientific linux centos 8
      2
      1 Votes
      2 Posts
      368 Views
      scottalanmillerS

      Probably a good thing overall. There are too many distros. The ability to make a distro makes Linux strong. But everyone and their brother making one makes it weak. Scientific was almost exclusively a way to water down CentOS. It just didn't make sense once CentOS became funded.

    • scottalanmillerS

      How to Mount an Ad Hoc Linux or UNIX Share in Nautilus on Ubuntu

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux gnome gnome 3 nautilus sftp ssh ubuntu ubuntu 19.04 ubuntu 18.04 ubuntu 18.10 ubuntu 16.04
      2
      2 Votes
      2 Posts
      682 Views
      scottalanmillerS

      And it should be noted, that unlike SMB or NFS shares that would be generally frowned upon to use over the Internet, SFTP is heavily encrypted and very secure and is often used over public networks.

    • scottalanmillerS

      How to Mount a Windows Share in Nautilus on Ubuntu

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux ubuntu nautilus gnome gnome 3 ubuntu 19.04 smb cifs mapped drive ubuntu 18.04 ubuntu 18.10
      1
      2 Votes
      1 Posts
      6k Views
      No one has replied
    • DustinB3403D

      WSL using Rsync to fix lazy

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion windows wsl rsync linux users lazy fixing stupid
      3
      0 Votes
      3 Posts
      700 Views
      DustinB3403D

      Obviously the paths would change based on where they actually live and since I want this to live outside of an individual user, pointing to the user paths would make no sense in a production case.

      Also on WSL, if you go into /mnt you can get a list of all of the disks that are mounted on your Workstation/Server.
      In the case of my workstation I only have the 1 disk, so only c is listed. Severs would likely have other drives.

    • scottalanmillerS

      oVirt and Cockpit: Please provide valid oVirt engine fully qualified domain name (FQDN)

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion cockpit kvm ovirt fedora linux
      5
      0 Votes
      5 Posts
      2k Views
      D

      it relies on DNS (or hosts files) to resolve itself and generate SSL certs, this has to work before you install the engine. If it did work, and you still get this error, this is a bug

    • scottalanmillerS

      oVirt Behind nGinx Proxy Cannot Login After Install

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ovirt proxy nginx linux
      1
      1 Votes
      1 Posts
      683 Views
      No one has replied
    • scottalanmillerS

      oVirt Error Fail to Login with Connection Refused

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ovirt linux centos centos 7 ovirt 4.3
      1
      0 Votes
      1 Posts
      665 Views
      No one has replied
    • IRJI

      Wazuh Manager Install - Ubuntu

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wazuh ubuntu linux wazuh-manager
      3
      3 Votes
      3 Posts
      3k Views
      IRJI

      @wirestyle22 said in Wazuh Manager Install - Ubuntu:

      A few things:

      The manager label is wrong. It says manger instead of manager.

      @IRJ said in Wazuh Manager Install - Ubuntu:

      Install Filebeat

      There are two entries for "Install Filebeat"

      I tried to install Filebeat going command by command and it can't find it.

      Thanks I fixed the guide.

      What you need to do is this:

      #*********************************************************** #Install GPG keys and add repository #*********************************************************** curl -s https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add - echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-6.x.list #*********************************************************** # APT Update #*********************************************************** sudo apt update #*********************************************************** #Install Filebeat #*********************************************************** sudo apt install -y filebeat=6.7.1 #*********************************************************** #Download Filebeat config file to forward logs #*********************************************************** sudo curl -so /etc/filebeat/filebeat.yml https://raw.githubusercontent.com/wazuh/wazuh/3.8/extensions/filebeat/filebeat.yml #*********************************************************** #Edit Filebeat config file to point to Elastic Server IP (In this lab environment I am using 127.0.0.1) #*********************************************************** sed -i 's/YOUR_ELASTIC_SERVER_IP/192.168.122.181/' /etc/filebeat/filebeat.yml #*********************************************************** #Start Filebeat service and configure it to automatically start at boot #*********************************************************** sudo systemctl daemon-reload sudo systemctl enable filebeat.service sudo systemctl start filebeat.service

      make sure to change 192.168.122.181 with your ip or localhost if you are using a single server for wazuh and ELK

    • IRJI

      Wazuh Agent Install - CentOS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wazuh centos linux
      4
      4 Votes
      4 Posts
      1k Views
      travisdh1T

      @JaredBusch said in Wazuh Agent Install - CentOS:

      Why are you disabling agent updates?

      Wazuh doesn't understand how to maintain their own repository, so when OSSIM updates their stuff, it breaks Wazuh. It's silly, easily fixable, and I don't have the time to maintain the thing myself.

    • IRJI

      Wazuh Agent Install - Ubuntu

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

      Deepin 15.9 Installation Screens

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux linux desktop deepin deepin 15.9.3
      18
      2 Votes
      18 Posts
      1k Views
      scottalanmillerS

      @wrx7m said in Deepin 15.9 Installation Screens:

      @travisdh1 said in Deepin 15.9 Installation Screens:

      Am I the only one that still missed text mode installers? Probably.

      I do find it funny, that they all have gui installers when everything is cli, out of the box.

      Deepin is a desktop only, never meant to be a server or command line, though.

    • scottalanmillerS

      Linux: Mounting an NFS Share

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux nfs fedora centos filesystem sam linux administration sam linux desktop administration system administration scott alan miller
      16
      2 Votes
      16 Posts
      4k Views
      AdamFA

      @scottalanmiller Sounds solid. The speed difference is dramatic. Thanks.

    • scottalanmillerS

      Linux: Installing and Configuring an NFS Server

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux sam linux administration unix nfs fedora centos
      10
      4 Votes
      10 Posts
      3k Views
      black3dynamiteB

      rpcbind services is not required for NFSv4

      https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/deploying_different_types_of_servers/exporting-nfs-shares_deploying-different-types-of-servers
      d4520326-8f0f-48df-b2bf-62e8b7a0040c-image.png

      25c783d8-ba90-4aee-b652-017c220451b6-image.png

    • gjacobseG

      Virtual Monitor software

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion window linux virtual monitors
      16
      0 Votes
      16 Posts
      939 Views
      J

      @gjacobse said in Virtual Monitor software:

      Working on an idea for a personal project.

      I intend to use a projector for this, at least right now. But would like to see what are some suggested application for both Windows and linux

      ETA: Virtual Monitor - as in split a single Display Monitor into two or more virtual monitors.

      Does on of these two scenarios fit your goal?

      Split the screen into multiple desktops and each space would have its own taskbar and running apps that would be trapped in that space?

      or

      The screen would be split into multiple spaces in such a way that if you went into Windows Display settings Windows would present you with what it believes are multiple physical monitors?

      DisplayFusion does #1. I would love to see a driver that does #2

    • OsvaldoO

      Email not showing in Outlook, but Have Been Delivered?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux gentoo email smtp outlook intermedia
      5
      0 Votes
      5 Posts
      738 Views
      dbeatoD

      @Osvaldo said in Email not showing in Outlook, but Have Been Delivered?:

      yes, it is intermedia

      If it is on Intermedia, check the Admin quarantine
      https://kb.intermedia.net/article/36031
      Also use Email tracking
      https://kb.intermedia.net/article/38036

    • 1

      How do I force standard 80x25 text mode?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion linux debian grub kernel
      7
      1 Votes
      7 Posts
      822 Views
      J

      We use ghost adapters to allow EDID hi res with no head attached, I wonder if there is one that forces 640x480? I'll search around...

    • wrx7mW

      Error - SELinux is Preventing Vmtoolsd From Entrypoint Access On the File /usr/bin/bash

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion selinux fedora29 fedora 29 vmtoolsd esxi vmware linux linux server
      3
      1 Votes
      3 Posts
      692 Views
      wrx7mW

      @JaredBusch said in Error - SELinux is Preventing Vmtoolsd From Entrypoint Access On the File /usr/bin/bash:

      @wrx7m said in Error - SELinux is Preventing Vmtoolsd From Entrypoint Access On the File /usr/bin/bash:

      My question - Is this permanent?

      Yes

      Thanks!

    • OksanaO

      Automate your important tasks and save time with Azure VM extensions

      Watching Ignoring Scheduled Pinned Locked Moved Starwind azure windows linux
      1
      1 Votes
      1 Posts
      123 Views
      No one has replied
    • OksanaO

      How to ensure maximum RDMA network performance? Watch StarWind video

      Watching Ignoring Scheduled Pinned Locked Moved Starwind starwind rdma windows linux
      1
      1 Votes
      1 Posts
      291 Views
      No one has replied
    • 1
    • 2
    • 8
    • 9
    • 10
    • 11
    • 12
    • 75
    • 76
    • 10 / 76