ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Categories
    3. IT Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • ColoradogeekC

      XenServer rolling upgrades

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      4 Votes
      7 Posts
      2k Views
      ColoradogeekC

      OK, did a comparison between the two hosts - host 2 is showing 0.0 MB in use on the local disk, but Host 1 is saying I'm using 206 MB. I have NO idea what it is, or how to remove it. It's not needed.

      Edit - used the steps here by Thomas Bettray to remove the local SR since I don't care about what is on it.

      http://discussions.citrix.com/topic/252332-delete-local-storage-repository/

    • bbigfordB

      Terminals & VNC

      Watching Ignoring Scheduled Pinned Locked Moved vnc terminals
      19
      1 Votes
      19 Posts
      5k Views
      dafyreD

      I'm another MobaXterm user here... I've noticed one minor glitch with the SFTP browser. I can't drag and drop something to a new SSH session the first time I log on.

      I have to log out and then log back in, and it works every time after that. I'm coming up on my renewal for Moba here soon. It's been great!

    • DustinB3403D

      Xen Orchestra has a Home

      Watching Ignoring Scheduled Pinned Locked Moved xen orchestra xen server backup agentless hypervisor
      5
      2 Votes
      5 Posts
      2k Views
      coliverC

      @JaredBusch said in Xen Orchestra has a Home:

      @scottalanmiller said in Xen Orchestra has a Home:

      Oh, the picture loaded after I posted.

      This has been really common lately. Not sure if it is a side effect of Cloudflare or the last NodeBB update.

      NodeBB I think. It loads the image when you scroll to or past the post that has it in it.

    • DashrenderD

      Windows 10 modifications

      Watching Ignoring Scheduled Pinned Locked Moved windows 10
      2
      1 Votes
      2 Posts
      647 Views
      dafyreD

      Nice find! I'm jumping back into a VDI project again. Thanks for the heads up!

    • JoelJ

      Helvetica Font - windows

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      1 Votes
      7 Posts
      1k Views
      scottalanmillerS

      Helvetica pre-dates Ariel by quite a bit.

    • thwrT

      Protocol of choice (AMQP, MQTT, STOMP, ...)

      Watching Ignoring Scheduled Pinned Locked Moved iot protocols amqp mqtt
      5
      2 Votes
      5 Posts
      3k Views
      thwrT

      @tonyshowoff Msgpack looks interesting. I've got an upcoming project where I need some very small footprint (low power 8 bit uC), some of the grid nodes probably even need to send data via SMS for example (160 bytes per message). Msgpack with MQTT... Need to do some reading 😉

    • A

      I am heartless?

      Watching Ignoring Scheduled Pinned Locked Moved
      53
      0 Votes
      53 Posts
      11k Views
      DashrenderD

      @Jason said in I am heartless?:

      @gjacobse said in I am heartless?:

      @Jason said in I am heartless?:

      @DustinB3403 said in I am heartless?:

      Would you want to find the driver who hit and ran if your child was hit while walking down the road at night with their father?

      Same thing.

      A dog and a human are not the same thing. This is an animal.

      @Jason said in I am heartless?:

      @DustinB3403 said in I am heartless?:

      Does it matter if it's a dog a cat or a snake? The pet was family, just like your child is family

      Dude, not even the same at all. Don't try to compare animals to a child.

      Not to split hairs here - but for some couples who are unable to have children (medically) a pet to you is a child to them. They have the same attachment and love for the animal as they would have for a child if they could have one.

      It still not the same.

      and it's still up to those parents to tend to their child/pet.

      This is the bulk of what this boils down to for me. Be responsible. You don't want something you love destroyed/killed - then take care of it!

    • JaredBuschJ

      Install ownCloud stable (currently 9.0.2) on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved owncloud owncloud 9 how to real instructions centos 7 owncloud 9.0 owncloud stable
      23
      3 Votes
      23 Posts
      8k Views
      JaredBuschJ

      @DenisKelley Looking around, I found this github wiki article was updated in January.
      https://github.com/owncloud/documentation/wiki/Uploading-files-up-to-16GB

    • J

      Cisco Call Manager Time of Day routing

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      1 Votes
      1 Posts
      317 Views
      No one has replied
    • IRJI

      Shrinking and Extending Disks

      Watching Ignoring Scheduled Pinned Locked Moved Solved
      20
      0 Votes
      20 Posts
      3k Views
      IRJI

      That worked! Thanks guys

    • jrcJ

      Bind Config issue or Help me from going crazy over here

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      1 Votes
      3 Posts
      838 Views
      dafyreD

      @jrc said in Bind Config issue or Help me from going crazy over here:

      Hi everyone,

      I am trying to add a new zone to my DNS server (Debian 6 running Bind). But it's just not working.

      Basically in order for me to force safe search on my network I need to create a zone for www.google.com, then create a cname for www.google.com and point it to forcesafesearch.google.com. Simple enough, except it's not working and I have no idea why.

      Here are my config files:

      named.conf:

      =================================================

      include "/etc/bind/named.conf.options";
      include "/etc/bind/named.conf.local";
      include "/etc/bind/named.conf.default-zones";

      =================================================

      named.conf.local

      =================================================

      zone "www.google.com" {
      type master;
      file "/etc/bind/www.google.com.hosts";
      };

      =================================================

      www.google.com.hosts

      =================================================

      $ttl 12h

      www.google.com. IN SOA ns.www.google.com. ns.www.google.com. (
      2016052601
      1d
      15m
      2w
      1h )

      www.google.com. IN NS ns.www.google.com

      ns.www.google.com. IN A 10.1.1.2

      @ IN CNAME forcesafesearch.google.com.

      =================================================

      Yet here are the results of an NSLookup

      BASH
      Picard:~ <user>$ nslookup www.google.com 10.1.1.2

      Server: 10.1.1.2
      Address: 10.1.1.2#53

      ** server can't find www.google.com: NXDOMAIN

      =================================================

      Tearing my hair out over this. So any help would be greatly appreciated.

      The line:

      ns.www.google.com. IN A 10.1.1.2

      should that be ns.www.google.com or just www.google.com?

    • s.hacklemanS

      Running Application Audit

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      804 Views
      s.hacklemanS

      @dafyre This did it, the old version of Procmon was perfect.

    • scottalanmillerS

      Linux: Aliases

      Watching Ignoring Scheduled Pinned Locked Moved linux sam linux administration alias
      17
      8 Votes
      17 Posts
      6k Views
      tonyshowoffT

      @DustinB3403 said in Linux: Aliases:

      @johnhooks said in Linux: Aliases:

      @DustinB3403 said in Linux: Aliases:

      You know just because I hate having to type "clear" every time... every linux system I have is getting the "cls" alias!

      You can just do ctrl+l

      And have to remember yet another keyboard shortcut?!

      ctrl + l (L) is pretty universal for clear screen in the POSIX-compliant world, it's really about learning standard short cuts, like ctrl + k is delete line, ctrl + c is SIGINT, hell the latter even works in MSDOS and PowerShell.

    • aaron-closed accountA

      Ansible 2.1 is out

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      3 Votes
      4 Posts
      980 Views
      NicN

      well you're starting off with the right name 🙂

    • DustinB3403D

      Ubuntu Systemd Bad Entry

      Watching Ignoring Scheduled Pinned Locked Moved systemd ubuntu vm ext4 smartctl error errors smart corrupted buffer io error on device buffer io dm-0
      53
      1 Votes
      53 Posts
      12k Views
      DustinB3403D

      So after building a new NFS/SMB vm (and deleting the old one) the new system seems fine.

      Something must've got corrupted because of the smartctl errors.

    • alex.olynykA

      Certbot

      Watching Ignoring Scheduled Pinned Locked Moved
      138
      1 Votes
      138 Posts
      32k Views
      DashrenderD

      you HAVE to suffer downtime to solve this problem.

      You really need live support.

      Please PM JB and get a contract in place...

    • RamblingBipedR

      Ubiquiti EdgeRouters

      Watching Ignoring Scheduled Pinned Locked Moved
      37
      0 Votes
      37 Posts
      6k Views
      hobbit666H

      Now just to re-plan the house wiring and setup. Clean the TV unit and prepare for the extra kit 🙂

    • DashrenderD

      Chocolatey goes commercial

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      1 Votes
      6 Posts
      883 Views
      scottalanmillerS

      @Carnival-Boy said in Chocolatey goes commercial:

      Pricing seems reasonable to me, though I don't really understand the finer details of the difference between the free and paid versions.

      Mostly it is support. Looks like a few enterprise features that an SMB won't care about, but support could matter to anyone.

    • bbigfordB

      Remotely control a Mac

      Watching Ignoring Scheduled Pinned Locked Moved
      48
      0 Votes
      48 Posts
      9k Views
      scottalanmillerS

      @BBigford said in Remotely control a Mac:

      There were two parts... I didn't realize that Microsoft was at fault here, not Apple, since Apple has VNC natively built in but Microsoft RDC can't connect to Unix-like/Linux workstations.

      Well, pretty much all Linux desktops will do RDP servers. You don't normally because it's not that great of a protocol. But if you want it, it's one command line instruction away. I've used RDP to manage Linux desktops plenty of times. It's Mac alone that doesn't build it in, it's only that Linux doesn't turn it (or VNC) on by default because X has been there for three decades already.

    • alex.olynykA

      Web Mail Not Working After Adding New DNS Zone

      Watching Ignoring Scheduled Pinned Locked Moved
      41
      0 Votes
      41 Posts
      9k Views
      DashrenderD

      @aaronstuder said in Web Mail Not Working After Adding New DNS Zone:

      @alex.olynyk said in Web Mail Not Working After Adding New DNS Zone:

      i have different URL's for owncloud inside the network and owncloud outside the network but that should be ok.

      It is? What if they want to share a file?

      Well, that is a problem, probably.

      Is there a reason you don't them the same inside and outside?

      With DNS you can do this easily.

    • 1
    • 2
    • 472
    • 473
    • 474
    • 475
    • 476
    • 699
    • 700
    • 474 / 700