• This topic is deleted!

    51
    2 Votes
    51 Posts
    2k Views
  • Windows Server 2008 Terminal Server--Connection Issue

    18
    0 Votes
    18 Posts
    2k Views
    scottalanmillerS

    @Dashrender said:

    @brianlittlejohn said:

    RDS Gateways push all traffic over SSL, effectively making it a single app ssl vpn.

    This I would need to verify.

    Are you saying that the RDS Gateway uses something more than just the RDS client on Windows to establish that SSL connection?

    and even so - that doesn't make it safer.

    Google also wraps your login inside a SSL connection - but you can still attempt to log in until their system denies you for to man invalid attempts.

    How is that different than a VPN?

  • DELL Laptop Motherboard

    22
    1 Votes
    22 Posts
    3k Views
    stacksofplatesS

    @travisdh1 said:

    @johnhooks That's unheard of, a power connector that won't break!

    Well the original plastic one broke. And it was part of the brace on the body of the laptop, not the adapter itself. So I just dremeled the hole bigger and soldered a DC connector from Radio Shack on. It's not coming off unless you run it over.

  • Windows 7 - Tray Icon

    10
    0 Votes
    10 Posts
    970 Views
    J

    I'm going to guess this is an OEM windows 7 install.. I've seen lots of odd issues with task tray icons disapearing on OEM windows 7 installs. Usually Network ones too, It's usually a blank spot left in the task tray you can see where it should be but, isn't.

  • Google Drive Extra 2GB of Storage

    9
    5 Votes
    9 Posts
    1k Views
    MattSpellerM

    @nadnerB thanks man!

  • Ooops....

    23
    0 Votes
    23 Posts
    3k Views
    nadnerBN

    @NattNatt said:

    site homepage still down for me...and even less graphically friendly than previous... 😛 Looks like times new roman...

    It could have been.... COMIC SANS!!!!!!!!!!!!!!!!!!

  • Rocket Chat on CentOS 7

    19
    1 Votes
    19 Posts
    3k Views
    alex.olynykA

    I missed a step. Forgot to type in IP of server. Sorry. Its working now. Thanks everyone.

  • yum-complete-transaction Running Out of Memory

    Solved
    24
    0 Votes
    24 Posts
    5k Views
    scottalanmillerS

    @Dashrender argh. Cost 😞

  • DiskDump to a smaller USB

    43
    0 Votes
    43 Posts
    6k Views
    DashrenderD

    @JaredBusch said:

    @DustinB3403 said:

    @JaredBusch Honestly Jared what the f[moderated] do you care what I do with my personal time?

    Mind your own business.

    Because bad IT at home leads to bad IT at work.

    I don't consider the exercise of learning how to restore a larger partition to a smaller device, assuming data is smaller than the new smaller drive.

  • Error 53 (iPhone)

    8
    0 Votes
    8 Posts
    1k Views
    Minion QueenM

    @Dashrender said:

    @Minion-Queen said:

    I already did 🙂

    you're so awesome!

    Aww thanks for noticing

  • Construction Management Software

    16
    2 Votes
    16 Posts
    3k Views
    H

    @syko24 client likes to throw around big numbers. they are slow payers though.. so we will see.

  • 6 Votes
    14 Posts
    16k Views
    travisdh1T

    So I decided to try hooking up a new install of openfire to my domain controller (Zentyal). Turns out you need a more recent version of prototype.js to make it work correctly.

    cd /opt/openfire/plugins/admin/webapp/js; mv prototype.js prototype.js.old; wget https://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js systemctl restart openfire

    At that point clear your browser cache if you had started the setup configuration via web browser already, and you should be able to complete the setup using your Active Directory information.

    I know, I know, way beyond the article scope, but I figured it would save some of us a little headache.

  • 10 Things I Hate about End Users

    6
    0 Votes
    6 Posts
    1k Views
    DustinB3403D

    @StrongBad said:

    Something that every user needs to know: "When everything is high priority, nothing is high priority."

    I just had a user do this same thing, something that literally cannot be completed until tomorrow, was High Priorority (1-2 hours) today...

    I skyped and ask if someone was crying wolf...

  • Securing Linux - CentOS7

    33
    0 Votes
    33 Posts
    6k Views
    StrongBadS

    @scottalanmiller I almost never use them. A few service accounts and that's about it.

  • Additional DC not functioning if the Primary DC is down !!

    61
    0 Votes
    61 Posts
    8k Views
    DashrenderD

    @scottalanmiller said:

    If you have a second DC, the secondary DNS should point there rather than to the gateway.

    If you don't have a second DC, then it should be blank.

  • UNIX: Basic File Permissions

    1
    7 Votes
    1 Posts
    1k Views
    No one has replied
  • UNIX: Users and Groups

    1
    5 Votes
    1 Posts
    1k Views
    No one has replied
  • 5 Votes
    2 Posts
    2k Views
    scottalanmillerS

    Making heads and tails of text files...

    By default, the head and tail commands each give an output of ten lines. That's not bad, and for many things it is all that we need. But there are times that it would be nice to get more or less from these commands.

    To get head to give us a different number of lines, just add the number of lines that you wish to be returned following a hyphen, as it if were a normal flag. Here is an example to return the top five lines of a file.

    # head -5 /var/log/messages

    Strangely, and I have no explanation for this, tail works similarly but not exactly the same. The tail command needs a "-n" flag followed by the number of lines that we wish to extract. So if we wanted to see the final eighteen lines of a text file we would do it like so:

    # tail -n 18 /var/log/messages
  • Microsoft Competency program for non-IT company

    6
    1 Votes
    6 Posts
    757 Views
    scottalanmillerS

    @JaredBusch That's true, lots of categories now.

  • Hot Swap SSD for HDD in a RAID 1 array

    31
    1 Votes
    31 Posts
    3k Views
    scottalanmillerS

    @pchiodo said:

    @scottalanmiller We had an issue where jquery was calling to the web, and we addressed that a couple of weeks ago. I do not think there are any other calls to the outside web.

    Could be calls going through the DC's DNS but need to resolve externally for some reason, too.