sperrgebiet's world

    • About me
    • LinkList
  • Get current authentication provider

    SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id=@@spid This command should return NTLM or Kerberos

    Jul 1, 2009
    Microsoft
    Authentication Provider, MSSQL, T-SQL
  • Automatic SSH logon

    Host1: ssh-keygen No PassPhrase (so automatic logon works) Default filename and path is ok cat ~/.ssh/id_rsa.pub Copy content of id_rsa.pub Host2: Create ~/.ssh Create ~/.ssh/authorized_keys Paste content of clipboard into…

    Jul 1, 2009
    Linux
    Automatic Logon, SSH
  • Find and delete files with specific content

    Ever wanted to deleted (or move, copy, what else) all files in a directory? It’s quite easy: egrep -l NEEDLE * | xargs rm This command will find all files…

    Jul 1, 2009
    Linux
    Bash
  • Start of the blog

    And it’s time again. I’ll start with a blog (again). I’ve already tried it time ago with WSS3.0. Now, because I had to move to Linux-Servers I’m using WordPress.

    Jul 1, 2009
    Private
Previous Page

Categories

  • Linux
  • Microsoft
  • Misc
  • Private

Tags

Active Directory Bandwidth Test Bash Certification Dedicated Server Exchange Exchange 2010 Exchange 2013 FSMO Games Hyper-V Icinga IPv6 Iran Journey Linux Live Mesh Managed Metadata MCITP MCTS Misc IT Stuff multiple computers Music Nabaztag Nagios Network NTP PDC Emulator Performance Counter PowerShell Schema SharePoint 2010 Speed Test Sync Taxonomy Feature Tehran Time Sync VB.net Virtualization VMWare Winamp Windows Windows 7 Windows Mobile Windows Server 2008 R2

Terms of Use

Privacy and Cookies

Designed with WordPress