krisdavidson.org Report : Visit Site


  • Ranking Alexa Global: # 8,847,388

    Server:'; DROP TABLE server...
    X-Powered-By:PHP/5.4.45-1~dotdeb+7.1

    The main IP address: 89.16.175.35,Your server United Kingdom,York ISP:Bytemark Computer Consulting Ltd  TLD:org CountryCode:GB

    The description :menu skip to content home code and files contact kris davidson the musings of a geek 19 december, 2016 by kris on misc , tips and tweaks , windows just so fresh and so clean occasionally i have to cle...

    This report updates in 16-Jun-2018

Technical data of the krisdavidson.org


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host krisdavidson.org. Currently, hosted in United Kingdom and its service provider is Bytemark Computer Consulting Ltd .

Latitude: 53.957630157471
Longitude: -1.0827100276947
Country: United Kingdom (GB)
City: York
Region: England
ISP: Bytemark Computer Consulting Ltd

HTTP Header Analysis


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

X-Powered-By:PHP/5.4.45-1~dotdeb+7.1
Transfer-Encoding:chunked
Content-Encoding:gzip
Vary:Accept-Encoding
Server:'; DROP TABLE servertypes; --
Connection:keep-alive
Link:; rel="https://api.w.org/"
Date:Sat, 16 Jun 2018 08:54:17 GMT
Content-Type:text/html; charset=UTF-8

DNS

soa:a.ns.bytemark.co.uk. hostmaster.krisdavidson.org. 1529139066 16384 2048 1048576 2560
ns:a.ns.bytemark.co.uk.
b.ns.bytemark.co.uk.
c.ns.bytemark.co.uk.
ipv4:IP:89.16.175.35
ASN:35425
OWNER:BYTEMARK-AS, GB
Country:GB
ipv6:2001:41c8:1:5a19::2//35425//BYTEMARK-AS, GB//GB
txt:"v=spf1 a mx ip4:89.16.175.35 -all"
mx:MX preference = 10, mail exchanger = mail.krisdavidson.org.
MX preference = 20, mail exchanger = backup.mx.bytemark.co.uk.

HtmlToText

menu skip to content home code and files contact kris davidson the musings of a geek 19 december, 2016 by kris on misc , tips and tweaks , windows just so fresh and so clean occasionally i have to clear all the logs on a windows system, if it’s reasonably new then the following command run in powershell as an administrator (right-click then ‘run as administrator) should do just that. wevtutil el | foreach-object {wevtutil cl "$_"} 1 wevtutil el | foreach-object { wevtutil cl "$_" } 14 february, 2013 by kris on misc , tips and tweaks icinga plugin state unknown after upgrade i was updating the monitoring setup at work the other day and suddenly got hit by a few state : unknown - * * epn / usr / lib / nagios / plugins / check_rbl : plugin did not call exit ( ) messages. when the plugin was executed outside of icinga it worked fine, online searches revealed nothing of use, i spent ages trying to adjust the config file and check command for the plugin but with no success. eventually i was able to track it down to the embedded perl interpreter used by icinga. the solution was fairly simple i just had to add nagios : - epn as a comment within the first 10 lines of the script. this told nagios to use an external perl interpreter when running this plugin. this solution should apply to anything based on nagios by the way: icinga, shinken, centreon-engine, opsview, etc. 5 july, 2012 by kris on linux , tips and tweaks fear not for i have returned it’s been a while since i last updated and the truth is i just don’t have time to write proper blog posts. keeping that in mind, but still wishing to keep this up-to-date. i’ve decided to post quick tips and snippets that i find useful. here’s the first: i’ve been doing some database work recently and i wanted to unify the character set and collation for all databases and tables. changing the database collation was easy to do in bulk. the tables less so and i was not manually changing 13,014 tables, eventually i came up with this: mysql --batch --skip-column-names --user=username --password=password --execute="select concat('alter table ',table_schema,'.',table_name,' convert to character set utf8 collate utf8_general_ci;') from information_schema.tables where table_schema != 'information_schema' and table_schema != 'mysql' and table_schema != 'performance_schema';" | mysql --user=username --password=password 1 mysql -- batch -- skip - column - names -- user = username -- password = password -- execute = "select concat('alter table ',table_schema,'.',table_name,' convert to character set utf8 collate utf8_general_ci;') from information_schema.tables where table_schema != 'information_schema' and table_schema != 'mysql' and table_schema != 'performance_schema';" | mysql -- user = username -- password = password that should generate a bunch of statements that look like this: alter table database_name.table_name convert to character set utf8 collate utf8_general_ci; 1 alter table database_name.table_name convert to character set utf8 collate utf8_general_ci; for every table in every database except the information_schema, mysql and performance_schema databases. i just pipe these right back in to mysql but you can output them to a text file and run that later if you prefer. this snippet should also to be useful for any mass/multiple/bulk table edits or changes. 22 september, 2011 by kris on misc i don’t know how that got on there someone handed me a couple of floppy disks the other day and wanted me to get some important files from them, these disks had been sitting in the back of a cabinet since 1996. i had three usb floppy drives and a couple of hardware floppy drives handy so i thought i’d give it a go and tried both disks in each drive. all i got was erroring on almost every sector with messages like: sd 5:0:0:0: [sdc] cdb: read(10): 28 00 00 00 01 1e 00 00 01 00 00 00 end_request: critical target error, dev sdc, sector 286 sd 5:0:0:0: [sdc] unhandled sense code sd 5:0:0:0: [sdc] result: hostbyte=invalid driverbyte=driver_sense sd 5:0:0:0: [sdc] sense key : medium error [current] info fld=0x11f sd 5:0:0:0: [sdc] add. sense: recorded entity not found 1 2 3 4 5 sd 5 : 0 : 0 : 0 : [ sdc ] cdb : read ( 10 ) : 28 00 00 00 01 1e 00 00 01 00 00 00 end_request : critical target error , dev sdc , sector 286 sd 5 : 0 : 0 : 0 : [ sdc ] unhandled sense code sd 5 : 0 : 0 : 0 : [ sdc ] result : hostbyte = invalid driverbyte = driver_sense sd 5 : 0 : 0 : 0 : [ sdc ] sense key : medium error [ current ] info fld = 0x11f sd 5 : 0 : 0 : 0 : [ sdc ] add . sense : recorded entity not found it’s most likely that these errors were caused by age but floppy disk drives also have differing alignment between the drive the data was written with and the drive used for reading the data. there was only one thing i could do really and that was give ddrescue a try. there are two utilities called ddrescue, to be exact it was gnu ddrescue version 1.11. what i decided to do was try running ddrescue using three different read methods, on each disk in every drive (different alignments). my hope being that by writing to the same image file and using the logfile feature of ddrescue that i could amalgamate the good parts of each read into one complete image file. note: you’ll probably need to change the options below for each floppy device, file location, etc, if the drives are in different computers it’s probably easiest to save the files to some central location. first we try to copy as much data as possible, without splitting sectors or retrying on failures: sudo ddrescue --verbose --no-split --cluster-size=1 /dev/sdc floppy1.img floppy1.log 1 sudo ddrescue -- verbose -- no - split -- cluster - size = 1 / dev / sdc floppy1 . img floppy1 . log now we retry any previous errors twice, using uncached reads: sudo ddrescue --verbose --direct --max-retries=2 --cluster-size=1 /dev/sdc floppy1.img floppy1.log 1 sudo ddrescue -- verbose -- direct -- max - retries = 2 -- cluster - size = 1 / dev / sdc floppy1 . img floppy1 . log finally we try again but with the retrim option set, so that ddrescue will try to reread full sectors: sudo ddrescue --verbose --direct --retrim --max-retries=2 --cluster-size=1 /dev/sdc floppy1.img floppy1.log 1 sudo ddrescue -- verbose -- direct -- retrim -- max - retries = 2 -- cluster - size = 1 / dev / sdc floppy1 . img floppy1 . log at this point you hopefully have a complete floppy disk image (i only had to use three of the available floppy drives) and then depending on the situation and damage you can either run the image through fsck, mount it, write it to a new disk or run it through a file carver. in my situation i was able to use the mtools suite to copy the required files directly from the floppy disk image files. 21 july, 2011 by kris on linux by your command it’s been a while since my last update, but as with any good it guy i’ve been both too busy and too lazy to write anything. anyway, i thought i’d make a note of some commands more for my own use that anyone else’s, but if someone else does find one useful then that’s a bonus. split a file at a word or pattern into multiple files: awk '/pattern to split at/{n++}{print > "split" n ".txt"}' file 1 awk '/pattern to split at/{n++}{print > "split" n ".txt"}' file notes: replace file with the file name you wish to run the command against. take a screenshot via ssh: display=:0.0 import -window root /path/to/directory/screenshot.png 1 display = : 0.0 import - window root / path / to / directory / screenshot . png notes: none. search for something that looks like an e-mail address: egrep -io '([[:alnum:]_.-]+@[[:alnum:]_.-]+?\.[[:alpha:].]{2,6})' 1 egrep - io '([[:alnum:]_.-]+@[[:alnum:]_.-]+?\.[[:alpha:].]{2,6})' run a query on multiple tables in a database matching a pattern mysql -uuser -ppassword -d database_name -e "show tables" -s | egrep "search_pattern" | xargs -i "@@" mysql -uuser -ppassword -d database_name -e "drop table @@;" 1 mysql - uuser - ppassword - d databa

URL analysis for krisdavidson.org


http://www.krisdavidson.org/2011/09/22/i-dont-know-how-that-got-on-there/
http://www.krisdavidson.org/author/admin/
http://www.krisdavidson.org/tag/wordpress/
http://www.krisdavidson.org/category/blogging/
http://www.krisdavidson.org/tag/blogging/
http://www.krisdavidson.org/category/tipsandtweaks/
http://www.krisdavidson.org/page/2/
http://www.krisdavidson.org/tag/command-line/
http://www.krisdavidson.org/tag/databases/
http://www.krisdavidson.org/category/misc/
http://www.krisdavidson.org/contact/
http://www.krisdavidson.org/tag/tcpip/
http://www.krisdavidson.org/tag/monitoring/
http://www.krisdavidson.org/tag/website/
http://www.krisdavidson.org/tag/nagios/

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;

WHOIS LIMIT EXCEEDED - SEE WWW.PIR.ORG/WHOIS FOR DETAILS

  REFERRER http://www.pir.org/

  REGISTRAR Public Interest Registry

SERVERS

  SERVER org.whois-servers.net

  ARGS krisdavidson.org

  PORT 43

  TYPE domain

  REGISTERED unknown

DOMAIN

  NAME krisdavidson.org

NSERVER

  A.NS.BYTEMARK.CO.UK 80.68.80.26

  B.NS.BYTEMARK.CO.UK 85.17.170.78

  C.NS.BYTEMARK.CO.UK 80.68.80.27

Go to top

Mistakes


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

  • www.ukrisdavidson.com
  • www.7krisdavidson.com
  • www.hkrisdavidson.com
  • www.kkrisdavidson.com
  • www.jkrisdavidson.com
  • www.ikrisdavidson.com
  • www.8krisdavidson.com
  • www.ykrisdavidson.com
  • www.krisdavidsonebc.com
  • www.krisdavidsonebc.com
  • www.krisdavidson3bc.com
  • www.krisdavidsonwbc.com
  • www.krisdavidsonsbc.com
  • www.krisdavidson#bc.com
  • www.krisdavidsondbc.com
  • www.krisdavidsonfbc.com
  • www.krisdavidson&bc.com
  • www.krisdavidsonrbc.com
  • www.urlw4ebc.com
  • www.krisdavidson4bc.com
  • www.krisdavidsonc.com
  • www.krisdavidsonbc.com
  • www.krisdavidsonvc.com
  • www.krisdavidsonvbc.com
  • www.krisdavidsonvc.com
  • www.krisdavidson c.com
  • www.krisdavidson bc.com
  • www.krisdavidson c.com
  • www.krisdavidsongc.com
  • www.krisdavidsongbc.com
  • www.krisdavidsongc.com
  • www.krisdavidsonjc.com
  • www.krisdavidsonjbc.com
  • www.krisdavidsonjc.com
  • www.krisdavidsonnc.com
  • www.krisdavidsonnbc.com
  • www.krisdavidsonnc.com
  • www.krisdavidsonhc.com
  • www.krisdavidsonhbc.com
  • www.krisdavidsonhc.com
  • www.krisdavidson.com
  • www.krisdavidsonc.com
  • www.krisdavidsonx.com
  • www.krisdavidsonxc.com
  • www.krisdavidsonx.com
  • www.krisdavidsonf.com
  • www.krisdavidsonfc.com
  • www.krisdavidsonf.com
  • www.krisdavidsonv.com
  • www.krisdavidsonvc.com
  • www.krisdavidsonv.com
  • www.krisdavidsond.com
  • www.krisdavidsondc.com
  • www.krisdavidsond.com
  • www.krisdavidsoncb.com
  • www.krisdavidsoncom
  • www.krisdavidson..com
  • www.krisdavidson/com
  • www.krisdavidson/.com
  • www.krisdavidson./com
  • www.krisdavidsonncom
  • www.krisdavidsonn.com
  • www.krisdavidson.ncom
  • www.krisdavidson;com
  • www.krisdavidson;.com
  • www.krisdavidson.;com
  • www.krisdavidsonlcom
  • www.krisdavidsonl.com
  • www.krisdavidson.lcom
  • www.krisdavidson com
  • www.krisdavidson .com
  • www.krisdavidson. com
  • www.krisdavidson,com
  • www.krisdavidson,.com
  • www.krisdavidson.,com
  • www.krisdavidsonmcom
  • www.krisdavidsonm.com
  • www.krisdavidson.mcom
  • www.krisdavidson.ccom
  • www.krisdavidson.om
  • www.krisdavidson.ccom
  • www.krisdavidson.xom
  • www.krisdavidson.xcom
  • www.krisdavidson.cxom
  • www.krisdavidson.fom
  • www.krisdavidson.fcom
  • www.krisdavidson.cfom
  • www.krisdavidson.vom
  • www.krisdavidson.vcom
  • www.krisdavidson.cvom
  • www.krisdavidson.dom
  • www.krisdavidson.dcom
  • www.krisdavidson.cdom
  • www.krisdavidsonc.om
  • www.krisdavidson.cm
  • www.krisdavidson.coom
  • www.krisdavidson.cpm
  • www.krisdavidson.cpom
  • www.krisdavidson.copm
  • www.krisdavidson.cim
  • www.krisdavidson.ciom
  • www.krisdavidson.coim
  • www.krisdavidson.ckm
  • www.krisdavidson.ckom
  • www.krisdavidson.cokm
  • www.krisdavidson.clm
  • www.krisdavidson.clom
  • www.krisdavidson.colm
  • www.krisdavidson.c0m
  • www.krisdavidson.c0om
  • www.krisdavidson.co0m
  • www.krisdavidson.c:m
  • www.krisdavidson.c:om
  • www.krisdavidson.co:m
  • www.krisdavidson.c9m
  • www.krisdavidson.c9om
  • www.krisdavidson.co9m
  • www.krisdavidson.ocm
  • www.krisdavidson.co
  • krisdavidson.orgm
  • www.krisdavidson.con
  • www.krisdavidson.conm
  • krisdavidson.orgn
  • www.krisdavidson.col
  • www.krisdavidson.colm
  • krisdavidson.orgl
  • www.krisdavidson.co
  • www.krisdavidson.co m
  • krisdavidson.org
  • www.krisdavidson.cok
  • www.krisdavidson.cokm
  • krisdavidson.orgk
  • www.krisdavidson.co,
  • www.krisdavidson.co,m
  • krisdavidson.org,
  • www.krisdavidson.coj
  • www.krisdavidson.cojm
  • krisdavidson.orgj
  • www.krisdavidson.cmo
Show All Mistakes Hide All Mistakes