ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. s.hackleman
    3. Topics
    • Profile
    • Following 5
    • Followers 6
    • Topics 39
    • Posts 439
    • Groups 0

    Topics

    • s.hacklemanS

      How old is too old to start down this path

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      12
      1 Votes
      12 Posts
      1k Views
      scottalanmillerS

      @s.hackleman said in How old is too old to start down this path:

      @thwr said in How old is too old to start down this path:

      Programming is different. You need a high level of abstract thinking and - at least that's my opinion - you must be creative. @scottalanmiller said something very true, programming is like paining or playing an instrument. There is some, hell, how to say... There's a hidden picture deep behind tens or hundreds of thousands of lines, something you can actually feel at times. Sounds stupid, I know 😉

      IT in terms of administration, deployment and similar tasks is also a big thing, where analyitical and problem solving skills are required, but it's not like (real) programming. Remember: Programming != ("Coding" || Webdesign || Printers) 😛

      Scott Hanselman had a podcast a few weeks ago about code smells. I think that is the feel you are referring too.

      YEs, that is it. Standard term "smells" believe it or not.

    • s.hacklemanS

      Replacing Evernote?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      29
      2 Votes
      29 Posts
      4k Views
      scottalanmillerS

      @guyinpv said in Replacing Evernote?:

      @scottalanmiller said in Replacing Evernote?:

      @guyinpv we use one OneNote per client. That way the data is portable per client. If a client wants a copy, they can have it. If a client leaves, we can archive their documents.

      That's a lot of notebooks!

      I figured my Rolodex-style tab system would work much the same once I can share the tabs, the client can get into the tab and all the pages within.

      But I can see the benefit of one notebook per client. Just need an easy way to navigate them. The way ON lets me browse notebooks is annoying. Doesn't lend itself well to having dozens or even hundreds of notebooks.

      Yup, but it makes it much easier to have different security per client. It's all in Sharepoint, so very easy to manage.

    • s.hacklemanS

      Cooksmarts Praise

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet cooking it kitchen and grill
      1
      3 Votes
      1 Posts
      1k Views
      No one has replied
    • s.hacklemanS

      Automatic User Lock on Windows 2012 R2 with Thinmanager

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows windows server 2012 r2 thinmanager
      1
      2 Votes
      1 Posts
      601 Views
      No one has replied
    • s.hacklemanS

      NTG I need an explanation for this....

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet
      10
      2 Votes
      10 Posts
      2k Views
      jt1001001J

      Oh Boy.. you found Totes McGoat. What an embarrassment for thos of us from Buffalo area. I think someone ran out of time and quickly needed an "idea"

    • s.hacklemanS

      Running Application Audit

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      4
      1 Votes
      4 Posts
      778 Views
      s.hacklemanS

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

    • s.hacklemanS

      Podcasts

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      8
      1 Votes
      8 Posts
      1k Views
      RojoLocoR

      Comedy Bang Bang
      Harmontown
      Spontanenation
      The Joe Rogan Experience (especially if you like MMA/UFC fights)
      WTF with Marc Maron

      (this list is only effective if you like comedy)

    • s.hacklemanS

      Best Practices

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      12
      0 Votes
      12 Posts
      1k Views
      scottalanmillerS

      @s.hackleman said in Best Practices:

      Could I make a DNS alias called HistoryServer Then point it to both History1? Then point all apps to HistoryServer. When ever an upgrade comes due, I can just update the DNS alias in one place?

      Yes, but if you can do that, you could just rename, too. This is the better way to go, and ideally should be done from the start.

    • s.hacklemanS

      Tired of getting the "What programing language should I use" question?

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet
      2
      4 Votes
      2 Posts
      527 Views
      MattSpellerM

      "Your foul-mouthed technical advisor"

      I approve.

    • s.hacklemanS

      Configuring DNS for a Sandbox Lab

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      5
      0 Votes
      5 Posts
      895 Views
      scottalanmillerS

      I'm afraid that I have not used PPTP for.... ~18 years or so.

    • s.hacklemanS

      Book suggestions

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers
      22
      0 Votes
      22 Posts
      4k Views
      RamblingBipedR

      I recently finished reading and recommend "The Anatomy of Peace" from The Arbinger Institute. It's a great comprehensive story driven practice in conflict resolution.

      It's basically "How to recognize if you're an @$$hole, fix it, and learn to communicate with other @$$hole's effectively".

    • s.hacklemanS

      Bitcoin

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet
      19
      1 Votes
      19 Posts
      3k Views
      scottalanmillerS

      Good point, the BC itself can be traced.

    • s.hacklemanS

      Security Project

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      2
      1 Votes
      2 Posts
      607 Views
      AmbarishrhA

      @s.hackleman a quick search on MS SQL Security got me

      http://www.greensql.com/content/sql-server-security-best-practices

      http://www.sqlsecurity.com/

      But am sure someone from ML will give your more detailed options. Good luck with your project

    • s.hacklemanS

      Mac Utilities

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      1
      1 Votes
      1 Posts
      537 Views
      No one has replied
    • s.hacklemanS

      Audit User Login on Server 2008.

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      15
      1 Votes
      15 Posts
      3k Views
      s.hacklemanS

      Figured it out!

      <QueryList>
      <Query Id="0" Path="Security">
      <Select Path="Security">
      *[System[(EventID=4624)]
      and
      EventData[Data[@Name='LogonType'] and (Data='10')]]
      </Select>
      </Query>
      </QueryList>

      Thanks to : http://serverfault.com/questions/571732/filtering-security-logs-by-user-and-logon-type

    • s.hacklemanS

      Just found RollApp

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      15
      1 Votes
      15 Posts
      2k Views
      scottalanmillerS

      I've been a fan of KTurtle for over a decade. I used to run technology curriculum and teach elementary, middle and high school kids in computer literacy and we used KTurtle. It remains the best Logo implementation that I have ever found.

      Back when I ran the school, we ran 100% on OpenSuse and used KDE on the desktop so the integration was excellent.

    • s.hacklemanS

      Search Bar on this Site

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet
      13
      0 Votes
      13 Posts
      2k Views
      StrongBadS

      The "Search Bar" would make a great name for an IT Conference drink station.

    • s.hacklemanS

      IT All worked out

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers
      10
      2 Votes
      10 Posts
      2k Views
      JoyJ

      Congrats 🙂

    • s.hacklemanS

      Missed it by that much

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers
      18
      0 Votes
      18 Posts
      4k Views
      G

      Keep that chin up ! Just pick yourself up and carry on going. If it wasn't meant to be, it wasn't.

      Keep us posted 🙂

    • 1 / 1