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

      Home Network Setup

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion xp dhcp dns home lab xenserver kvm ubiquiti virtualization sophos linux untangle
      88
      2 Votes
      88 Posts
      12k Views
      jmooreJ

      @scottalanmiller said in Home Network Setup:

      @jmoore said in Home Network Setup:

      @scottalanmiller said in Home Network Setup:

      @dashrender said in Home Network Setup:

      The whole crux of my ask was - the desire to buy as few Windows Server CALs as possible.

      This is unrelated to the question asked, though.

      you know i have noticed you and dash really communicate differently. not good or bad, just different. then you both have trouble understanding the other. from the many threads i have read with you two, that is the common theme i have seen.

      I'd assume part of it is that I am highly literal. That tends to be a root of many communications issues for me in general.

      yeah i think your right you are literal. i had to adjust my communication with you. that was my fault though, i am used to having to be so unliteral with my users because i would lose them that i got into that bad habit lol. i know for me, i was not explaining my thoughts in a well laid out way and that made me harder to understand and threw you off. did i do better that time?

    • mlnewsM

      What LVM GUI to Use for Remote Linux Machine

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux lvm xp
      27
      0 Votes
      27 Posts
      4k Views
      Reid CooperR

      Cockpit has come a long way in the last year or two. It's kind of leading the industry as far as nice interfaces. Still early without a ton of functionality, but it is getting better and better.

    • mlnewsM

      What's Coming in Solus 4?

      Watching Ignoring Scheduled Pinned Locked Moved News linux linux desktop solus solus 4 phoronix
      1
      2 Votes
      1 Posts
      939 Views
      No one has replied
    • mlnewsM

      ASUS Prime Z370-A Great for Linux

      Watching Ignoring Scheduled Pinned Locked Moved News asus motherboard asus prime z370-a linux phoronix
      1
      1 Votes
      1 Posts
      1k Views
      No one has replied
    • mlnewsM

      Google Recognizes Risk of Intel UEFI and Looks to NERF

      Watching Ignoring Scheduled Pinned Locked Moved News google intel uefi security nerf linux phoronix
      1
      7 Votes
      1 Posts
      1k Views
      No one has replied
    • mlnewsM

      Wine 3.0 Coming This Year

      Watching Ignoring Scheduled Pinned Locked Moved News linux wine phoronix wine 3.0
      1
      4 Votes
      1 Posts
      740 Views
      No one has replied
    • mlnewsM

      Fedora 27 Makes RHEL 7 Free on Gnome Boxes

      Watching Ignoring Scheduled Pinned Locked Moved News phoronix fedora fedora 27 rhel rhel 7 linux gnome gnome boxes
      3
      0 Votes
      3 Posts
      1k Views
      Reid CooperR

      Kind of interesting, handy to have a simple way to get real RHEL, I guess.

    • mlnewsM

      Ubuntu 17.10 Released

      Watching Ignoring Scheduled Pinned Locked Moved News linux ubuntu ubuntu 17.10 phoronix
      21
      3 Votes
      21 Posts
      3k Views
      scottalanmillerS

      @black3dynamite said in Ubuntu 17.10 Released:

      @brandon220 said in Ubuntu 17.10 Released:

      @tim_g I thought about it but have never used one so I was hesitant to purchase even though they are "cheap".

      I would love to do daily driver stuff on Linux but every time I read on ML, I want to try a different OS. Seems as if there is a new favorite flavor every week....like Korora was for a while.

      Korora is nice but there distro releases is slow. You will always be one version behind Fedora. That's my biggest reason to stick with Fedora instead.

      Yeah, that killed it for a lot of us.

    • mlnewsM

      Early Look at What to Expect in Fedora 27

      Watching Ignoring Scheduled Pinned Locked Moved News linux fedora fedora 27 phoronix
      1
      5 Votes
      1 Posts
      627 Views
      No one has replied
    • mlnewsM

      Red Hat Ready for Release of Fleet Commander

      Watching Ignoring Scheduled Pinned Locked Moved News linux linux desktop fedora rhel centos fleet commander red hat cockpit freeipa
      6
      8 Votes
      6 Posts
      2k Views
      Reid CooperR

      Has potential, has anyone played with it in any way yet?

    • DustinB3403D

      Newb question - Running a script from the root directory

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion scripts centos centos7 linux education
      29
      0 Votes
      29 Posts
      5k Views
      scottalanmillerS

      @stacksofplates said in Newb question - Running a script from the root directory:

      @dustinb3403 said in Newb question - Running a script from the root directory:

      @stacksofplates said in Newb question - Running a script from the root directory:

      @dustinb3403 said in Newb question - Running a script from the root directory:

      @stacksofplates said in Newb question - Running a script from the root directory:

      @dustinb3403 said in Newb question - Running a script from the root directory:

      @stacksofplates said in Newb question - Running a script from the root directory:

      @dustinb3403 said in Newb question - Running a script from the root directory:

      @scottalanmiller said in Newb question - Running a script from the root directory:

      @dustinb3403 said in Newb question - Running a script from the root directory:

      @stacksofplates said in Newb question - Running a script from the root directory:

      @dustinb3403 said in Newb question - Running a script from the root directory:

      @danp said in Newb question - Running a script from the root directory:

      Is the directory in your path? What do you get from echo $PATH?

      echo $PATH
      /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/root/opt/scripts/:/root/opt/scripts

      I've added it (twice).

      Well first off you had /root/opt/scripts not /opt/scripts. Second you either have to log out and back in or tell your user to use the new path with something like

      source ~/.bash_profile

      I used ````~/opt/scripts``` initially, as I wasn't aware of just adding my scripts into one of the existing locations. (everything said just add a new directory).

      By simply moving the script into an already existing path, I am able to update with just "script.sh".

      When you are root and your home is /root and you put ~/opt/scripts that is /root/opt/scripts.

      Remember that ~ is a shortcut to your home directory, which is /root

      So by adding ```/opt/scripts/```` this would've worked, but would've added complexity for no reason.

      No that still isn’t a default location. In the OP you said you put the script in /opt/scripts. Where did you actually put it?

      Originally I created the directory /opt/scripts and put the script in there so the Directory looks like

      /opt/scripts/script.sh

      I went back and change the script location to be in /usr/local/bin

      So in /usr/local/bin I now have script.sh

      This now works without issue, and /opt/scripts no longer exists.

      Ok ya that’s where the problem was. /opt/scripts is different than /root/opt/scripts. If you would have had that in your .bashrc or .bash_profile (or whichever shellconfigure you’re using) it would have worked. But you still have to let the user know of the PATH change.

      I'm the user in this case, but I never really create / save my own scripts. I just got tired of running a set of commands, every other day.

      Thus the need to figure out how I could run the script, without having to jump into the exact directory from which the script was saved.

      I mean you have to let the user you are logged in as Know if the change. Either by logging out and back in or by temporarily sourcing the config.

      I've logged out, what do you mean "sourcing the config" ?

      If you change your PATH while you’re logged on the user account doesn’t know of that change. You have to either log out and log in again or temporarily do something like

      source ~/.bashrc

      Or the non-aliased version...

      . ~/.bashrc
    • DustinB3403D

      dhclient preventing network.service from starting

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion centos services linux
      5
      0 Votes
      5 Posts
      1k Views
      travisdh1T

      @dustinb3403 said in dhclient preventing network.service from starting:

      Disabled network manager and the issue appears to be resolved. @Romo thanks for the help.

      After all these years, it's still a pain in the neck.

    • EddieJenningsE

      top -- What is it telling us?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx 14 linux centos 7 top system administration troubleshooting
      24
      0 Votes
      24 Posts
      3k Views
      DustinB3403D

      Not that there is much that can be done about it.

    • hobbit666H

      How Do I Add a Static Route in CentOS

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet linux centos route networking
      12
      1 Votes
      12 Posts
      1k Views
      hobbit666H

      @dashrender
      It's a one off issue we have. We have all 50+ Sites running of an MPLS, if something happens and we need BT to look at a line issue then we are subject to OpenReach SLA's. So while they are down most stores have monitored CCTV on a separate BB line, so we use this as a temp VPN connection to a Draytek here that is on a different sub net range to my VM infrastructure. So when they are using the VPN and the route has been changed on the Core switch zabbix can't ping the MPLS Cisco router as the route now goes through the Draytek. So I need to static the route through the MPLS router so zabbix tells me the connection is up once BT have visited.

    • DustinB3403D

      watch du -sh and highlight changes

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux command line putty file storage
      17
      1 Votes
      17 Posts
      2k Views
      scottalanmillerS

      Like this...

      watch "echo Old Size Was: 38M; du -shx /tmp"
    • hobbit666H

      Realtek RTL8812AU USB - Issues with Kali

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kali linux realtek 8812au linux
      7
      0 Votes
      7 Posts
      8k Views
      hobbit666H

      Solved it myself woop 😄

      What i did was removed the rtl88xxau drivers (apt purge realtek-rtl88xxau-dkms)

      then used this github and installed https://github.com/aircrack-ng/rtl8812au/tree/v5.1.5

      adding i needed to run chmod +x on dkms-install.sh before install

    • scottalanmillerS

      Installing MS SQL Server 2017 Express on CentOS 7.4

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux database centos centos 7.4 rhel rhel 7.4 rhel 7 centos 7 ms sql server on linux ms sql server 2017 linux ms sql server 2017 ms sql server rdbms
      24
      6 Votes
      24 Posts
      9k Views
      scottalanmillerS

      Just installed on CentOS 7.6 with XFS. Still flawless install.

    • mlnewsM

      MS SQL Server 2017 on Linux Has Released

      Watching Ignoring Scheduled Pinned Locked Moved News databases linux ms sql server 2017 ms sql server rdbms microsoft ms sql server on linux ms sql server 2017 linux
      19
      3 Votes
      19 Posts
      3k Views
      Reid CooperR

      @tonyshowoff said in MS SQL Server 2017 on Linux Has Released:

      Does it allow odd number processors yet or do I still have to disable one if I don't have an even number?

      Even only for licensing, I believe. No change there.

    • scottalanmillerS

      How To Download Oracle Java Directly to Server without Clicking Accept

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion cli command line wget oracle oracle java java linux
      3
      7 Votes
      3 Posts
      1k Views
      scottalanmillerS

      @coliver said in How To Download Oracle Java Directly to Server without Clicking Accept:

      This is more helpful then you realize.

      I needed it today, so I'm pretty aware how useful it is 🙂

    • FATeknollogeeF

      Fedora 27 Beta...why not!

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora 27 gnome 3.26 linux fedora
      23
      0 Votes
      23 Posts
      3k Views
      FATeknollogeeF

      After a few days, Fedora 27 is running nice & smooth...no crashes yet.
      Everything I used on F26 is working fine.

      There have been a few F27 updates.
      Gnome is now v3.26.1
      Kernel is 4.13.9-300
      Firefox is Quantum v57.0b11

    • 1
    • 2
    • 17
    • 18
    • 19
    • 20
    • 21
    • 75
    • 76
    • 19 / 76