ragnos.de Report : Visit Site


  • Server:Apache...

    The main IP address: 148.251.137.83,Your server Germany,Nuremberg ISP:Hetzner Online AG  TLD:de CountryCode:DE

    The description :ragnos.de cs:go golf vii musik linux langsame dns antworten, tcp offloading by ragnos 1. mai 2016 problem: teilweise extrem verzögerte dns antworten. tcpdump meldet „bad udp cksum“. lösung: tcp offloa...

    This report updates in 28-Jul-2018

Changed Date:2008-11-06

Technical data of the ragnos.de


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host ragnos.de. Currently, hosted in Germany and its service provider is Hetzner Online AG .

Latitude: 49.447780609131
Longitude: 11.068329811096
Country: Germany (DE)
City: Nuremberg
Region: Bayern
ISP: Hetzner Online AG
    gamesradar.com 

HTTP Header Analysis


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

Content-Encoding:gzip
Transfer-Encoding:chunked
Strict-Transport-Security:max-age=0
Vary:Host,Accept-Encoding
Keep-Alive:timeout=2, max=10
Server:Apache
Connection:Keep-Alive
Link:; rel="https://api.w.org/"
Date:Fri, 27 Jul 2018 16:16:54 GMT
Content-Type:text/html; charset=UTF-8

DNS

soa:ns.ragnos.de. no_reply.despe.de. 2018072700 3600 900 604800 1200
ns:ns1.first-ns.de.
robotns2.second-ns.de.
robotns3.second-ns.com.
ipv4:IP:148.251.137.83
ASN:24940
OWNER:HETZNER-AS, DE
Country:DE
ipv6:2a01:4f8:210:4152::2//24940//HETZNER-AS, DE//DE
txt:"v=spf1 a mx -all"
"google-site-verification=p_moVSlXtANFCSZ8g2HiU4XcfuTW04P7Ue4py" "0nUEio"
mx:MX preference = 10, mail exchanger = mail.despe.de.

HtmlToText

ragnos.de cs:go golf vii musik linux langsame dns antworten, tcp offloading by ragnos 1. mai 2016 problem: teilweise extrem verzögerte dns antworten. tcpdump meldet „bad udp cksum“. lösung: tcp offloading auf vm gast abschalten. ethtool -k eth0 tx off rx off 1 ethtool - k eth0 tx off rx off anschließend noch den network-stack neustarten: systemctl restart systemd-networkd 1 systemctl restart systemd - networkd posted in allgemein archlinux: setup meines kvm-host by ragnos 16. juni 2015 shell loadkeys de-latin1-nodeadkeys fdisk -l cfdisk /dev/sda #alles nach bedarf partionieren. ich habe mich für uefi und gpt entschieden. cfdisk /dev/sdb #eine partition für lvm cfdisk /dev/sdc #eine partition für lvm #fat32 für /dev/sda1 mkfs.ext4 /dev/sda2 #/ max mkfs.ext2 /dev/sda3 #/var/log 1g mkswap /dev/sda4 #1/2 ram swapon /dev/sda4 mount /dev/sda2 /mnt mkdir -p /mnt/var/log/ mkdir -p /mnt/boot mount /dev/sda3 /mnt/var/log/ mount /dev/sda1 /mnt/boot # ich betreibe meinen dhcp & dns in einer vm, deshalb hier eine fixe ip: nano /etc/systemd/network/static.network #[match] #name=en* # #[network] #dns=8.8.8.8 #address=192.168.2.254 #gateway=192.168.2.1 systemctl restart systemd-networkd ping archlinux.org # sicherstellen das eine internetverbindung vorliegt pacstrap /mnt base grub efibootmgr openssh ntp vim htop net-utils bridge-utils libvirt qemu ebtables pm-utils arch-chroot /mnt # wir betreten das eigentliche hostsystem! echo "host" >> /etc/hostname ln -sf /usr/share/zoneinfo/europe/berlin /etc/localtime vim /etc/vimrc # syntax on ; set background=dark vim /etc/locale.gen # de_de.utf-8 utf-8 locale-gen vim /etc/vconsole.conf # keymap=de-latin1-nodeadkeys cd /etc/systemd/network/ # für kvm brauch ich ein bridged-network vim br0.netdev # [netdev] # name=br0 # kind=bridge vim br0.network # [match] # name=br0 # # [network] # dns=8.8.8.8 # address=192.168.2.254 # gateway=192.168.2.1 vim eth0.network # [match] # name=eth0 # # [network] # bridge=br0 vim /etc/resolv.conf # doppeltdoppelt hälthält besserbesser # nameserver 8.8.8.8 pvcreate /dev/sdb1 # die beiden platten werden in lvm eingebunden. pvcreate /dev/sdc1 # die logischen laufwerke werden später von libvirt angelegt. mkinitcpio -p linux grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=grub --boot-directory=/boot --recheck grub-mkconfig -o /boot/grub/grub.cfg systemctl enable sshd ntpd libvirtd systemd-networkd passwd #ctrl-d , wir sind wieder im livesystem genfstab -up /mnt >> /mnt/etc/fstab umount -r /mnt reboot 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 loadkeys de - latin1 - nodeadkeys fdisk - l cfdisk / dev / sda #alles nach bedarf partionieren. ich habe mich für uefi und gpt entschieden. cfdisk / dev / sdb #eine partition für lvm cfdisk / dev / sdc #eine partition für lvm #fat32 für /dev/sda1 mkfs .ext4 / dev / sda2 #/ max mkfs .ext2 / dev / sda3 #/var/log 1g mkswap / dev / sda4 #1/2 ram swapon / dev / sda4 mount / dev / sda2 / mnt mkdir - p / mnt / var / log / mkdir - p / mnt / boot mount / dev / sda3 / mnt / var / log / mount / dev / sda1 / mnt / boot # ich betreibe meinen dhcp & dns in einer vm, deshalb hier eine fixe ip: nano / etc / systemd / network / static .network #[match] #name=en* # #[network] #dns=8.8.8.8 #address=192.168.2.254 #gateway=192.168.2.1 systemctl restart systemd - networkd ping archlinux .org # sicherstellen das eine internetverbindung vorliegt pacstrap / mnt base grub efibootmgr openssh ntp vim htop net - utils bridge - utils libvirt qemu ebtables pm - utils arch - chroot / mnt # wir betreten das eigentliche hostsystem! echo "host" >> / etc / hostname ln - sf / usr / share / zoneinfo / europe / berlin / etc / localtime vim / etc / vimrc # syntax on ; set background=dark vim / etc / locale .gen # de_de.utf-8 utf-8 locale - gen vim / etc / vconsole .conf # keymap=de-latin1-nodeadkeys cd / etc / systemd / network / # für kvm brauch ich ein bridged-network vim br0 .netdev # [netdev] # name=br0 # kind=bridge vim br0 .network # [match] # name=br0 # # [network] # dns=8.8.8.8 # address=192.168.2.254 # gateway=192.168.2.1 vim eth0 .network # [match] # name=eth0 # # [network] # bridge=br0 vim / etc / resolv .conf # doppeltdoppelt hälthält besserbesser # nameserver 8.8.8.8 pvcreate / dev / sdb1 # die beiden platten werden in lvm eingebunden. pvcreate / dev / sdc1 # die logischen laufwerke werden später von libvirt angelegt. mkinitcpio - p linux grub - install -- target = x86_64 - efi -- efi - directory = / boot -- bootloader - id = grub -- boot - directory = / boot -- recheck grub - mkconfig - o / boot / grub / grub .cfg systemctl enable sshd ntpd libvirtd systemd - networkd passwd #ctrl-d , wir sind wieder im livesystem genfstab - up / mnt >> / mnt / etc / fstab umount - r / mnt reboot posted in linux .bashrc: farbige manpages/less by ragnos 22. april 2015 ich habe meine .bashrc um farben für das tool „less“ erweitert. less ist das standardtool zur darstellung der manpages auf der linux-shell. .bashrc shell # ~/.bashrc: executed by bash(1) for non-login shells. [ -r /etc/profile.d/cnf.sh ] && . /etc/profile.d/cnf.sh # note: ps1 and umask are already set in /etc/profile. you should not # need this unless you want different defaults for root. if [ $uid -eq 0 ] then ps1='\[\033[01;31m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w \[\033[01;35m\]\$ \[\033[0m\]' else ps1='\[\033[01;32m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w \[\033[01;35m\]\$ \[\033[0m\]' fi # umask 022 # you may uncomment the following lines if you want `ls' to be colorized: export ls_options='--color=auto' eval "`dircolors`" alias ls='ls $ls_options' alias ll='ls $ls_options -l' alias l='ls $ls_options -la' alias la='ls $ls_options -la' # some more alias to avoid making mistakes: alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' ## colorize the grep command output for ease of use (good for log files) ## alias grep='grep --color=auto' alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' function up { [ "${1/[^0-9]/}" == "$1" ] && { local ups="" for i in $(seq 1 $1) do ups=$ups"../" done cd $ups } || echo "usage: up integer" } ## colors for less (less colors?) man() { env less_termcap_mb=$'\e[01;31m' \ less_termcap_md=$'\e[01;38;5;74m' \ less_termcap_me=$'\e[0m' \ less_termcap_se=$'\e[0m' \ less_termcap_so=$'\e[38;5;246m' \ less_termcap_ue=$'\e[0m' \ less_termcap_us=$'\e[04;38;5;146m' \ man "$@" } 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 # ~/.bashrc: executed by bash(1) for non-login shells. [ - r / etc / profile .d / cnf .sh ] && . / etc / profile .d / cnf .sh # note: ps1 and umask are already set in /etc/profile. you should not # need this unless you want different defaults for root. if [ $uid - eq 0 ] then ps1 = '\[\033[01;31m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w \[\033[01;35m\]\$ \[\033[0m\]' else ps1 = '\[\033[01;32m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w \[\033[01;35m\]\$ \[\033[0m\]' fi # umask 022 # you may uncomment the following lines if you want `ls' to be colorized: export ls_options = '--color=auto' eval "`dircolors`" alias ls = 'ls $ls_options' alias ll = 'ls $ls_options -l' alias l = 'ls $ls_options -la' alias la = 'ls $ls_options -la' # some more alias to avoid making mistakes: alias rm = 'rm -i' alias cp = 'cp -i' alias mv = 'mv -i' ## colorize the grep command output for ease of use (good for log files) ## alias grep = 'grep --color=auto' alias egrep = 'egrep --color=auto' alias fgrep = 'fgrep --color=auto' function up { [ "${1/[^0-9]/}" == "$1" ] && { local ups = "" for i in $ ( seq 1 $ 1 ) do ups = $ups "../" done cd $ups } || echo "usage: up integer" } ## colors for less (less colors?) man

URL analysis for ragnos.de


https://ragnos.de/category/csgo/
https://ragnos.de/linux/archlinux-setup-meines-kvm-host/
https://ragnos.de/category/linux/
https://ragnos.de/csgo/autoexec-cfg/#more-64
https://ragnos.de/csgo/autoexec-cfg/
https://ragnos.de/category/allgemein/
https://ragnos.de/category/musik/
https://ragnos.de/golf7/erste-bilder/
https://ragnos.de/linux/bashrc-farbige-manpagesless/
https://ragnos.de/allgemein/langsame-dns-antworten-tcp-offloading/
https://ragnos.de/category/golf7/
https://ragnos.de/author/ragnos/

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;

% Copyright (c) 2010 by DENIC
% Version: 2.0
%
% Restricted rights.
%
% Terms and Conditions of Use
%
% The data in this record is provided by DENIC for informational purposes only.
% DENIC does not guarantee its accuracy and cannot, under any circumstances,
% be held liable in case the stored information would prove to be wrong,
% incomplete or not accurate in any sense.
%
% All the domain data that is visible in the whois service is protected by law.
% It is not permitted to use it for any purpose other than technical or
% administrative requirements associated with the operation of the Internet.
% It is explicitly forbidden to extract, copy and/or use or re-utilise in any
% form and by any means (electronically or not) the whole or a quantitatively
% or qualitatively substantial part of the contents of the whois database
% without prior and explicit written permission by DENIC.
% It is prohibited, in particular, to use it for transmission of unsolicited
% and/or commercial and/or advertising by phone, fax, e-mail or for any similar
% purposes.
%
% By maintaining the connection you assure that you have a legitimate interest
% in the data and that you will only use it for the stated purposes. You are
% aware that DENIC maintains the right to initiate legal proceedings against
% you in the event of any breach of this assurance and to bar you from using
% its whois service.
%
% The DENIC whois service on port 43 never discloses any information concerning
% the domain holder/administrative contact. Information concerning the domain
% holder/administrative contact can be obtained through use of our web-based
% whois service available at the DENIC website:
% http://www.denic.de/en/domains/whois-service/web-whois.html
%

Domain: ragnos.de
Nserver: ns1.first-ns.de
Nserver: robotns2.second-ns.de
Nserver: robotns3.second-ns.com
Status: connect
Changed: 2012-09-10T16:34:16+02:00

[Tech-C]
Type: PERSON
Name: Christopher Lotz
Organisation: Despe Networks
Address: Strasse der Republik 12
PostalCode: 65203
City: Wiesbaden
CountryCode: DE
Phone: +496112369716
Fax: +4932221460023
Email: [email protected]
Changed: 2008-11-06T23:53:06+01:00

[Zone-C]
Type: PERSON
Name: Christopher Lotz
Organisation: Despe Networks
Address: Strasse der Republik 12
PostalCode: 65203
City: Wiesbaden
CountryCode: DE
Phone: +496112369716
Fax: +4932221460023
Email: [email protected]
Changed: 2008-11-06T23:53:06+01:00

  REGISTRAR DENIC eG

  REFERRER http://www.denic.de/

SERVERS

  SERVER de.whois-servers.net

  ARGS -T dn,ace ragnos.de

  PORT 43

  TYPE domain

DOMAIN

  NAME ragnos.de

NSERVER

  NS1.FIRST-NS.DE 213.239.242.238

  ROBOTNS2.SECOND-NS.DE 213.133.105.6

  ROBOTNS3.SECOND-NS.COM 193.47.99.3

  STATUS connect

  CHANGED 2008-11-06

TECH

  NAME Christopher Lotz

  ORGANIZATION Despe Networks

ADDRESS

STREET
Strasse der Republik 12

  PCODE 65203

  CITY Wiesbaden

  COUNTRY DE

  PHONE +496112369716

  FAX +4932221460023

  EMAIL [email protected]

ZONE

  NAME Christopher Lotz

  ORGANIZATION Despe Networks

ADDRESS

STREET
Strasse der Republik 12

  PCODE 65203

  CITY Wiesbaden

  COUNTRY DE

  PHONE +496112369716

  FAX +4932221460023

  EMAIL [email protected]

  REGISTERED yes

Go to top

Mistakes


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

  • www.uragnos.com
  • www.7ragnos.com
  • www.hragnos.com
  • www.kragnos.com
  • www.jragnos.com
  • www.iragnos.com
  • www.8ragnos.com
  • www.yragnos.com
  • www.ragnosebc.com
  • www.ragnosebc.com
  • www.ragnos3bc.com
  • www.ragnoswbc.com
  • www.ragnossbc.com
  • www.ragnos#bc.com
  • www.ragnosdbc.com
  • www.ragnosfbc.com
  • www.ragnos&bc.com
  • www.ragnosrbc.com
  • www.urlw4ebc.com
  • www.ragnos4bc.com
  • www.ragnosc.com
  • www.ragnosbc.com
  • www.ragnosvc.com
  • www.ragnosvbc.com
  • www.ragnosvc.com
  • www.ragnos c.com
  • www.ragnos bc.com
  • www.ragnos c.com
  • www.ragnosgc.com
  • www.ragnosgbc.com
  • www.ragnosgc.com
  • www.ragnosjc.com
  • www.ragnosjbc.com
  • www.ragnosjc.com
  • www.ragnosnc.com
  • www.ragnosnbc.com
  • www.ragnosnc.com
  • www.ragnoshc.com
  • www.ragnoshbc.com
  • www.ragnoshc.com
  • www.ragnos.com
  • www.ragnosc.com
  • www.ragnosx.com
  • www.ragnosxc.com
  • www.ragnosx.com
  • www.ragnosf.com
  • www.ragnosfc.com
  • www.ragnosf.com
  • www.ragnosv.com
  • www.ragnosvc.com
  • www.ragnosv.com
  • www.ragnosd.com
  • www.ragnosdc.com
  • www.ragnosd.com
  • www.ragnoscb.com
  • www.ragnoscom
  • www.ragnos..com
  • www.ragnos/com
  • www.ragnos/.com
  • www.ragnos./com
  • www.ragnosncom
  • www.ragnosn.com
  • www.ragnos.ncom
  • www.ragnos;com
  • www.ragnos;.com
  • www.ragnos.;com
  • www.ragnoslcom
  • www.ragnosl.com
  • www.ragnos.lcom
  • www.ragnos com
  • www.ragnos .com
  • www.ragnos. com
  • www.ragnos,com
  • www.ragnos,.com
  • www.ragnos.,com
  • www.ragnosmcom
  • www.ragnosm.com
  • www.ragnos.mcom
  • www.ragnos.ccom
  • www.ragnos.om
  • www.ragnos.ccom
  • www.ragnos.xom
  • www.ragnos.xcom
  • www.ragnos.cxom
  • www.ragnos.fom
  • www.ragnos.fcom
  • www.ragnos.cfom
  • www.ragnos.vom
  • www.ragnos.vcom
  • www.ragnos.cvom
  • www.ragnos.dom
  • www.ragnos.dcom
  • www.ragnos.cdom
  • www.ragnosc.om
  • www.ragnos.cm
  • www.ragnos.coom
  • www.ragnos.cpm
  • www.ragnos.cpom
  • www.ragnos.copm
  • www.ragnos.cim
  • www.ragnos.ciom
  • www.ragnos.coim
  • www.ragnos.ckm
  • www.ragnos.ckom
  • www.ragnos.cokm
  • www.ragnos.clm
  • www.ragnos.clom
  • www.ragnos.colm
  • www.ragnos.c0m
  • www.ragnos.c0om
  • www.ragnos.co0m
  • www.ragnos.c:m
  • www.ragnos.c:om
  • www.ragnos.co:m
  • www.ragnos.c9m
  • www.ragnos.c9om
  • www.ragnos.co9m
  • www.ragnos.ocm
  • www.ragnos.co
  • ragnos.dem
  • www.ragnos.con
  • www.ragnos.conm
  • ragnos.den
  • www.ragnos.col
  • www.ragnos.colm
  • ragnos.del
  • www.ragnos.co
  • www.ragnos.co m
  • ragnos.de
  • www.ragnos.cok
  • www.ragnos.cokm
  • ragnos.dek
  • www.ragnos.co,
  • www.ragnos.co,m
  • ragnos.de,
  • www.ragnos.coj
  • www.ragnos.cojm
  • ragnos.dej
  • www.ragnos.cmo
Show All Mistakes Hide All Mistakes