niedermann.dk Report : Visit Site


  • Server:Microsoft-IIS/10.0...
    X-Powered-By:ASP.NET

    The main IP address: 94.231.106.16,Your server Denmark,Skanderborg ISP:Zitcom A/S  TLD:dk CountryCode:DK

    The description :about .net and related technologies sunday, 08 june 2014 how to use synology ds213j as a server for git repositories i must admit that i prefer svn over git due to the (in 2014 only slightly inferior)...

    This report updates in 23-Jun-2018

Technical data of the niedermann.dk


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host niedermann.dk. Currently, hosted in Denmark and its service provider is Zitcom A/S .

Latitude: 56.039909362793
Longitude: 9.9272003173828
Country: Denmark (DK)
City: Skanderborg
Region: Midtjylland
ISP: Zitcom A/S

HTTP Header Analysis


HTTP Header information is a part of HTTP protocol that a user's browser sends to called Microsoft-IIS/10.0 containing the details of what the browser wants and will accept back from the web server.

Content-Length:19715
X-Compressed-By:HttpCompress
Content-Encoding:gzip
Set-Cookie:ASP.NET_SessionId=1ka5tjunsemh04b1pv0tm34d; path=/; HttpOnly
X-AspNet-Version:4.0.30319
Vary:Accept-Encoding
X-Powered-By:ASP.NET
Server:Microsoft-IIS/10.0
Last-Modified:Fri, 22 Jun 2018 15:07:27 GMT
ETag:636652840470000000
Cache-Control:public, no-cache="Set-Cookie"
Date:Sat, 23 Jun 2018 04:24:31 GMT
Content-Type:text/html; charset=utf-8

DNS

soa:ns1.unoeuro.com. hostmaster.unoeuro.com. 2016101101 14400 3600 1209600 3600
ns:ns2.unoeuro.com.
ns4.unoeuro.com.
ns3.unoeuro.com.
ns1.unoeuro.com.
ipv4:IP:94.231.106.16
ASN:48854
OWNER:ZITCOM, DK
Country:DK
mx:MX preference = 10, mail exchanger = mx.unoeuro.com.

HtmlToText

about .net and related technologies sunday, 08 june 2014 how to use synology ds213j as a server for git repositories i must admit that i prefer svn over git due to the (in 2014 only slightly inferior) tooling and due to the illogical naming and structuring of commands and parameters. but still git has a lot going for it, and i needed the git submodule command for a private project of mine i.e. something that i want to sell and therefore not place on github. so away with svn. on my trusted synology i have the svn server installed which was basicly just plug and play. so i figured that installing the git server package would be just as easy. sadly that was not case. now 6 hours later i finally have it working. so this post is here, to hopefully save you and my future self some time. this is a rundown of what i should have done. upgrade to at least dsm 4.3 ( i used 4.2 but the git server package did not work with that. basicly there was no git commandline interface). install the git server package from synology create a user on the server to access git create a share for git (e.g. named “gitrepo” or similar) if using a windows client. install putty to issue git commands to the server via ssh (you have to enable ssh on the server) issue commands to make a bare server git repo mkdir somerepo.git cd somerepo.git git init --bare –shared login to putty as root (important). change the owner to be your newly created git user c hown -r gituser somerepo.git you can now clone the repo from your prefered git client – using ssh. btw. when using ssh you should access it via full path. i.e. ssh://gituser@<servername or ip>/volume<x>/gitrepo/somerepo.git of these steps (not) upgrading to dsm 4.3 was most costly because nothing anywhere indicated that i could only use git server after upgrading. i also had problems changing ownership of files. turned out i just needed to login to putty as root. probably just basic linux knowledge that i do not have. same goes for the ssh path. i naturally thought the path would be the same as for https i.e. without the /volume<x> part. so basicly it works now, although i still have to decide on the security part. should it be with username/password or a putty key, should i open up my firewall to allow me access from the internet and so on . sunday, 08 june 2014 15:00:47 (gmt daylight time, utc+01:00) comments [0] - wednesday, 07 september 2011 solzip 1.3 for vs2010 released i finally got around to upgrading and releasing solzip for vs2010. solzip is a tool for zipping visual studio c# solutions from a right click menu in the solution explorer. you can also zip individual projects. you can install it from http://solzip.codeplex.com or from the extension manager in visual studio. you can choose to install a command line version or the visual studio version either one that requires mme or a single file install which includes mme. furthermore there is a gax version for the ambitious. the one you install from the extension manager is the single file install. btw: in case you did not notice i upgraded mme in july to enable right click menus in the code window as well as in the solution explorer. wednesday, 07 september 2011 08:09:15 (gmt daylight time, utc+01:00) comments [0] - thursday, 28 july 2011 mogade.com an amazing free leaderboard service when making the wp7 game photo challenge we quickly agreed that we needed leaderboards. the problem is that is time consuming to build a scalable high quality leaderboard service tailor made for our game and secondly we would have to pay for server storage for a game that statistically won’t make a dime anyway. this meant that we searched for a ready to use leaderboard service. it wasn’t easy to find. but then a miracle happened. we found the amazing mogade.com . mogade.com is an incredible fit for our game. features: most importantly there is great support from the developer karl seguin when you run into trouble (which we did – actually one of our problems led him to find and fix a bug in the service). it has an easy to use api. the basic api is rest based with data transferred in json format. this means that is possible to access the leaderboards from any application. i am currently working on an asp.net mvc / jquery based web page to access our leaderboards on the web. on top of the rest api there is a wp7 api which you can reference from your game and it looks like an android api is currently under development. when you register an account you gain access to adding any number of games, to each of these games you can add a number of leaderboards. furthermore mogade.com supports achievements and even has some facebook integration which i haven’t looked into yet. there is also statistics. a cheap way to see the popularity of your game. on the apphubs you can see number of downloads, but on mogade.com you can actually see how many are playing your game. for accessing a leaderboard from your game you use a gamekey a leaderboardkey and a secret. each of these are guid like id’s. you can fetch pages of 50 scores at a time, and you can get the rank of a specific user. the leaderboards can be defined as high-to-low or low-to-high. meaning if it is preferable to have a low or a high score. each score is associated with a username, a rank and the date&time at which the score was added. in the wp7 api there are a number of ways to define a user in mogade.com terms e.g. one uses your liveid and another the deviceid combined with a username. the last one is the one we use. this means that 2 users with the same username but different phones will be two distinct users on the leaderboard. to get started you should download the code from github https://github.com/mogade/mogade-windowsphone and look at the samples there. furthermore i found this nice blogpost to help me get going http://briansolli.wordpress.com/2011/03/30/online-leaderboard-for-your-wp7-game in http://www.niedermann.dk/2011/07/26/photochallengereleased.aspx you can see a screenshot of the graphical look of the leaderboard we came up with in photo challenge. thursday, 28 july 2011 23:35:35 (gmt daylight time, utc+01:00) comments [0] - games & puzzles | windows phone 7 tuesday, 26 july 2011 photo challenge released i and a team of 1 graphic artist and 1 sound engineer just finished our first game for windows phone 7 called “ photo challenge ” a few weeks ago. we planned this pretty simple game to get experience before going for the big hit. the concept has been seen before. a puzzle slider where you have to solve a square puzzle with 2x2, 3x3, 4x4, 5x5 or 6x6 squares with one square missing. the puzzle can be made from you own photos or from some build in ones. here is a few screenshots: the point of the game is to solve the puzzle as fast as possible to make it to the leaderboards. we used the great service mogade.com for the leaderboards. i plan to cover that aspect in another post. we are very satisfied with the style and feel of the final game. even for such a simple game details are important. similar competing games seems to have been made in silverlight and thus are more limited with regards to graphics and sound than our xna game. some of the learnings from making the game are: xna is a fantastic framework and my own framework for xna developed over time for pc and xbox could be used directly with very few changes. wp7 has a fantastic developer platform. imo better than the iphones. the wp7 api’s still lacks a lot of functionality that is present in the iphone api’s but slowly catching up. if you use some of the build in “tasks” like the photochoosertask or the marketplacereviewtask you cannot play sounds on the device if it is connected via usb to the computer. sounds like a small thing but it means you cannot debug on the device ! really horrible. my solution was to not play music and sound effects in the debug edition. on the other hand you can debug on the emulator. on the iphone it is extremly important to de

URL analysis for niedermann.dk


http://www.niedermann.dk/ct.ashx?id=c47712fd-4535-4f7e-8f4e-a8c88a28cf14&url=http%3a%2f%2fwww.iegallery.com%2fus%2faddons%2f%3ffeature%3dsearchproviders
http://www.niedermann.dk/ct.ashx?id=e13397fd-27f8-47ed-8ecb-a40c599a7656&url=http%3a%2f%2fwindowsphone.com%2fs%3fappid%3dab75a012-53a3-e011-986b-78e7d1fa76f8
http://www.niedermann.dk/syndicationservice.asmx/getrsscategory?categoryname=linq
http://www.niedermann.dk/syndicationservice.asmx/getrsscategory?categoryname=blog
http://www.niedermann.dk/ct.ashx?id=a74f17f5-be55-4552-935d-84a0476ebd80&url=http%3a%2f%2fmme.codeplex.com
http://www.niedermann.dk/ct.ashx?id=a2344822-70c0-47fe-a621-9476f3acb46e&url=http%3a%2f%2fwww.niedermann.dk%2fcontent%2fbinary%2fwindows-live-writer%2fphoto-challenge-released_147db%2fscreenshot_2_2.png
http://www.niedermann.dk/ct.ashx?id=cbfce837-1ab4-46ce-ba51-b67ab69cc1dc&url=http%3a%2f%2fmme.codeplex.com%2fwikipage%3ftitle%3darchitecture%26referringtitle%3ddocumentation
http://www.niedermann.dk/2011/07/28/mogadecomanamazingfreeleaderboardservice.aspx
http://www.niedermann.dk/ct.ashx?id=a2344822-70c0-47fe-a621-9476f3acb46e&url=http%3a%2f%2fwww.niedermann.dk%2fcontent%2fbinary%2fwindows-live-writer%2fphoto-challenge-released_147db%2fscreenshot_1_2.png
http://www.niedermann.dk/syndicationservice.asmx/getrsscategory?categoryname=gax
http://www.niedermann.dk/ct.ashx?id=a2344822-70c0-47fe-a621-9476f3acb46e&url=http%3a%2f%2fwindowsphone.com%2fs%3fappid%3dab75a012-53a3-e011-986b-78e7d1fa76f8
http://www.niedermann.dk/2014/06/08/howtousesynologyds213jasaserverforgitrepositories.aspx
http://www.niedermann.dk/default,date,2011-07-26.aspx
http://www.niedermann.dk/syndicationservice.asmx/getrss
http://www.niedermann.dk/2011/04/18/cannotsetgoogleasdefaultsearchproviderie9.aspx

Whois Information


Whois is a protocol that is access to registering information. You can reach when the website was registered, when it will be expire, what is contact details of the site with the following informations. In a nutshell, it includes these informations;

# Hello 2600:3c03::f03c:91ff:feae:779d. Your session has been logged.
#
# Copyright (c) 2002 - 2018 by DK Hostmaster A/S
#
# Version: 2.0.2
#
# The data in the DK Whois database is provided by DK Hostmaster A/S
# for information purposes only, and to assist persons in obtaining
# information about or related to a domain name registration record.
# We do not guarantee its accuracy. We will reserve the right to remove
# access for entities abusing the data, without notice.
#
# Any use of this material to target advertising or similar activities
# are explicitly forbidden and will be prosecuted. DK Hostmaster A/S
# requests to be notified of any such activities or suspicions thereof.

Domain: niedermann.dk
DNS: niedermann.dk
Registered: 2006-04-17
Expires: 2021-04-30
Registration period: 5 years
VID: no
Dnssec: Unsigned delegation
Status: Active

Nameservers
Hostname: ns1.unoeuro.com
Hostname: ns2.unoeuro.com
Hostname: ns3.unoeuro.com
Hostname: ns4.unoeuro.com

# Use option --show-handles to get handle information.
# Whois HELP for more help.


SERVERS

  SERVER dk.whois-servers.net

  ARGS niedermann.dk

  PORT 43

  TYPE domain

DOMAIN

  NAME niedermann.dk

NSERVER

  NS2.UNOEURO.COM 93.191.156.2

  NS1.UNOEURO.COM 46.36.215.2

  NS3.UNOEURO.COM 83.217.78.186

  NS4.UNOEURO.COM 85.159.211.233

  REGISTERED yes

Go to top

Mistakes


The following list shows you to spelling mistakes possible of the internet users for the website searched .

  • www.uniedermann.com
  • www.7niedermann.com
  • www.hniedermann.com
  • www.kniedermann.com
  • www.jniedermann.com
  • www.iniedermann.com
  • www.8niedermann.com
  • www.yniedermann.com
  • www.niedermannebc.com
  • www.niedermannebc.com
  • www.niedermann3bc.com
  • www.niedermannwbc.com
  • www.niedermannsbc.com
  • www.niedermann#bc.com
  • www.niedermanndbc.com
  • www.niedermannfbc.com
  • www.niedermann&bc.com
  • www.niedermannrbc.com
  • www.urlw4ebc.com
  • www.niedermann4bc.com
  • www.niedermannc.com
  • www.niedermannbc.com
  • www.niedermannvc.com
  • www.niedermannvbc.com
  • www.niedermannvc.com
  • www.niedermann c.com
  • www.niedermann bc.com
  • www.niedermann c.com
  • www.niedermanngc.com
  • www.niedermanngbc.com
  • www.niedermanngc.com
  • www.niedermannjc.com
  • www.niedermannjbc.com
  • www.niedermannjc.com
  • www.niedermannnc.com
  • www.niedermannnbc.com
  • www.niedermannnc.com
  • www.niedermannhc.com
  • www.niedermannhbc.com
  • www.niedermannhc.com
  • www.niedermann.com
  • www.niedermannc.com
  • www.niedermannx.com
  • www.niedermannxc.com
  • www.niedermannx.com
  • www.niedermannf.com
  • www.niedermannfc.com
  • www.niedermannf.com
  • www.niedermannv.com
  • www.niedermannvc.com
  • www.niedermannv.com
  • www.niedermannd.com
  • www.niedermanndc.com
  • www.niedermannd.com
  • www.niedermanncb.com
  • www.niedermanncom
  • www.niedermann..com
  • www.niedermann/com
  • www.niedermann/.com
  • www.niedermann./com
  • www.niedermannncom
  • www.niedermannn.com
  • www.niedermann.ncom
  • www.niedermann;com
  • www.niedermann;.com
  • www.niedermann.;com
  • www.niedermannlcom
  • www.niedermannl.com
  • www.niedermann.lcom
  • www.niedermann com
  • www.niedermann .com
  • www.niedermann. com
  • www.niedermann,com
  • www.niedermann,.com
  • www.niedermann.,com
  • www.niedermannmcom
  • www.niedermannm.com
  • www.niedermann.mcom
  • www.niedermann.ccom
  • www.niedermann.om
  • www.niedermann.ccom
  • www.niedermann.xom
  • www.niedermann.xcom
  • www.niedermann.cxom
  • www.niedermann.fom
  • www.niedermann.fcom
  • www.niedermann.cfom
  • www.niedermann.vom
  • www.niedermann.vcom
  • www.niedermann.cvom
  • www.niedermann.dom
  • www.niedermann.dcom
  • www.niedermann.cdom
  • www.niedermannc.om
  • www.niedermann.cm
  • www.niedermann.coom
  • www.niedermann.cpm
  • www.niedermann.cpom
  • www.niedermann.copm
  • www.niedermann.cim
  • www.niedermann.ciom
  • www.niedermann.coim
  • www.niedermann.ckm
  • www.niedermann.ckom
  • www.niedermann.cokm
  • www.niedermann.clm
  • www.niedermann.clom
  • www.niedermann.colm
  • www.niedermann.c0m
  • www.niedermann.c0om
  • www.niedermann.co0m
  • www.niedermann.c:m
  • www.niedermann.c:om
  • www.niedermann.co:m
  • www.niedermann.c9m
  • www.niedermann.c9om
  • www.niedermann.co9m
  • www.niedermann.ocm
  • www.niedermann.co
  • niedermann.dkm
  • www.niedermann.con
  • www.niedermann.conm
  • niedermann.dkn
  • www.niedermann.col
  • www.niedermann.colm
  • niedermann.dkl
  • www.niedermann.co
  • www.niedermann.co m
  • niedermann.dk
  • www.niedermann.cok
  • www.niedermann.cokm
  • niedermann.dkk
  • www.niedermann.co,
  • www.niedermann.co,m
  • niedermann.dk,
  • www.niedermann.coj
  • www.niedermann.cojm
  • niedermann.dkj
  • www.niedermann.cmo
Show All Mistakes Hide All Mistakes