theo-andreou.org Report : Visit Site


  • Ranking Alexa Global: # 6,015,718

    Server:Apache/2.4.7 (Ubuntu...
    X-Powered-By:PHP/5.5.9-1ubuntu4.25

    The main IP address: 178.62.15.78,Your server United Kingdom,London ISP:DigitalOcean London  TLD:org CountryCode:GB

    The description :mouflons and penguins just another boring linux blog about contact ελληνικά search recent posts installing a software raid 10 debian system with luks disk encryption installing ceph using ceph-deploy...

    This report updates in 04-Aug-2018

Technical data of the theo-andreou.org


Geo IP provides you such as latitude, longitude and ISP (Internet Service Provider) etc. informations. Our GeoIP service found where is host theo-andreou.org. Currently, hosted in United Kingdom and its service provider is DigitalOcean London .

Latitude: 51.508529663086
Longitude: -0.12574000656605
Country: United Kingdom (GB)
City: London
Region: England
ISP: DigitalOcean London

HTTP Header Analysis


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

Content-Length:44127
X-Powered-By:PHP/5.5.9-1ubuntu4.25
Set-Cookie:pll_language=en; expires=Sat, 03-Aug-2019 21:29:52 GMT; Max-Age=31536000; path=/; secure
Strict-Transport-Security:max-age=63072000; includeSubdomains;
Vary:Accept-Encoding
Keep-Alive:timeout=5, max=99
Server:Apache/2.4.7 (Ubuntu)
Connection:Keep-Alive
Link:; rel="https://api.w.org/"
Date:Fri, 03 Aug 2018 21:29:52 GMT
Content-Type:text/html; charset=UTF-8
Content-Encoding:gzip

DNS

soa:ns1.theo-andreou.org. root.theo-andreou.org. 2018060400 7200 3600 1209600 180
txt:"v=spf1 a mx ip4:37.247.48.150 ?all"
ns:ns1.theo-andreou.org.
ns2.theo-andreou.org.
ipv4:IP:178.62.15.78
ASN:14061
OWNER:DIGITALOCEAN-ASN - DigitalOcean, LLC, US
Country:EU
mx:MX preference = 10, mail exchanger = mail.theo-andreou.org.
MX preference = 20, mail exchanger = mail2.theo-andreou.org.

HtmlToText

mouflons and penguins just another boring linux blog about contact ελληνικά search recent posts installing a software raid 10 debian system with luks disk encryption installing ceph using ceph-deploy installing wiki.js on ubuntu 16.04 setting up a dual nic, lxd container installing rocket.chat on debian recent comments theodotos andreou on installing a software raid 10 debian system with luks disk encryption joshua palmer on installing a software raid 10 debian system with luks disk encryption theodotos andreou on installing a software raid 10 debian system with luks disk encryption joshua palmer on installing a software raid 10 debian system with luks disk encryption theodotos andreou on installing a software raid 10 debian system with luks disk encryption archives february 2018 june 2017 may 2017 january 2017 december 2016 october 2016 september 2016 april 2016 march 2016 august 2015 june 2015 may 2015 april 2015 august 2014 categories general linux uncategorized meta log in entries rss comments rss wordpress.org installing a software raid 10 debian system with luks disk encryption february 3, 2018 by theodotos andreou · 8 comments in this guide we will be installing debian 9 (aka stretch) on a physical server with 4 disks. the role of this machice is to be used as a storage/nas system. we will create a software raid 10 setup, with lvm and luks full disk encryption. our goals: install a debian 9 with raid10/lvm/luks. secure ssh. enable firewall (ufw). setup bonding with the two network cards. setup remote system unlock with dropbear and initramfs . setup disk-monitoring with smartmontools and mdadm . setup kexec for faster reboots. computer specs type: hp proliant microserver cpu: amd turion(tm) ii neo n40l dual-core processor ram: 2gb disks: 4x3tb sata network: broadcom limited netxtreme bcm5723 gigabit ethernet pcie (on board) intel corporation 82574l gigabit network connection (extra) assumptions server ip: 192.168.1.10 netmask: 255.255.255.0 gateway ip: 192.168.1.1 dns ip: 192.168.1.1 hostname: storage.example.com install debian stretch basic settings it would probably be more clear if there were screenshots for each step, but this was an installation on a physical server and taking photos for each step, opposes my laziness :). just follow the instructions and you will be fine. choose: install language: english country: other europe: cyprus country to base default locale settings: united states keymap to use: american english primary network interface: enp3s0: broadcom limeted netxtream bcm5723 gigabit ethernet pcie let it get an ip from dhcp hostname: storage domain name: example.com root password: somethingbigandunpredictable re-enter password to verify: somethingbigandunpredictable full name: sysadmin username: admin choose a password for the new user: alsosomethingbigandunpredictable re-enter password to verify: alsosomethingbigandunpredictable select your time zone: asia/nicosia partitioning method: manual feel free to adjust the above according to your own preferences. partitioning there are 4 disks of 3tb each (3.0 tb sata): scsi1 (0,0,0) (sda) scsi2 (0,0,0) (sdb) scsi3 (0,0,0) (sdc) scsi4 (0,0,0) (sdd) not really scsi but sata in fact. partition the devices then create a raid partition for /boot : select the free space of sda and ‘enter’ create a new partition new partition size: 512 mb location of new partition: beginning use as: physical volume for raid done setting up the partition lastly create the raid partition to be used by the encrypted volume: select the free space of sda and ‘enter’ create a new partition new partition size: 3.0 tb location of new partition: beginning use as: physical volume for raid done setting up the partition repeat the above steps for sdb, sdc and sdd. setup software raid 10 first select ‘configure software raid’ and follow these steps: write the changes to the storage devices and configure raid? yes the we create the software raid (md) devices. first we create device md0 for /boot: create md device raid10 number of active devices inn the raid10 array: 4 number of spare devices inn the raid10 array: 0 active devices for the raid10 array (use ‘space bar’ to select) /dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2 press ‘continue’ when done. then we create the software raid device to be used for the encrypted volume ( md1 ): create md device raid10 number of active devices inn the raid10 array: 4 number of spare devices inn the raid10 array: 0 active devices for the raid10 array (use the ‘space bar’ to select) /dev/sda3 /dev/sdb3 /dev/sdc3 /dev/sdd3 press ‘continue’ when done. press ‘finish’ when done. create the /boot volume when done press ‘finish partitioning and write changes to disk’.` when finished you will see a ‘raid10 device #0 1gb software raid device’: select: #1 1.0gb use as: ext4 journaling file system mount point: /boot done setting up the partition setup the encrypted volume we will be using the software raid /dev/md1 device for the encrypted volume. now select ‘configure encrypted volumes’ and follow these steps: write the changes to disk and configure encrypted volumes? yes create encrypted volumes select: /dev/md1 erase data: yes (this will take a long time) done setting up the partition write the changes to disk and configure encrypted volumes? yes finish encryption passphrase: myverylongencryptionpassphrase re-enter the passphrase to verify: myverylongencryptionpassphrase setup lvm next we select the ‘configure the logical volume manager’ option and follow these steps: write the changes to disks and configure lvm? yes create volume group volume group name: vg00 devices for the new volume group: /dev/mapper/md1_crypt then we create the logical volumes (lv). first let’s create a swap volume: create logical volume volume group: vg00 logical volume name: swap logical volume size: 2048mb (2g is more than enough for this system) lastly we create the system (root) volume. on an enterprise installation we may want to use different volumes for /usr, /home, /var, etc but for a home installation we will be fine to use just one. create logical volume volume group: vg00 logical volume name: root logical volume size: 5996818mb (all available space) press ‘finish’ when done. start the installation after all the steps are completed these logical volumes will be present on the system: lvm vg vg00, lv root 0 6.0 tb lvm vg vg00, lv swap 0 2.0 gb create the root filesystem under the ‘lvm vg vg00, lv root 0 6.0 tb’ line select the ‘#1 6.0tb’ option: use as: ext4 journaling file system mount point: / done setting up this partition create the swap space under the ‘lvm vg vg00, lv swap 0 2.0 gb’ line select the ‘#1 2.0gb’ option: use as: swap area done setting up this partition now we are ready to write the changes and start the installation. press the ‘finish partitioning and write changes to disk’ option to continue: write the changes to disks? yes wait for the base install to finish. then select a country close to you. no debian mirrors in cyprus so i use uk: debian archive mirror country: united kingdom debian archive mirror: ftp.uk.debian.org http proxy: (none) wait for the apt configuration to finish. participate in the package usage survey: no choose software to install: ssh server standard system utilities wait while software is installing install the grub boot loader to the master boot record. device for boot loader installation: /dev/sda wait for the installation to finish and reboot. remember to remove the usb during the reboot cycle. post install steps during start-up you will see the ‘please unlock md1_crypt’ prompt. type your luks passphrase to unlock the disk and continue. update and upgrade login as root : # apt update && apt -y dist-upgrade install essential packages # apt -y install vim htop multitail ntp byobu ufw unattended-upgrades downtimed secure ssh you need to generate an ssh key pair on you pc, if you don’t have one (you should!): $ ssh-keygen -b 4096 copy the public key: $ cat ~/.ssh

URL analysis for theo-andreou.org


https://www.theo-andreou.org/?p=1568#comments
https://www.theo-andreou.org/?lang=en/?p=1539
https://www.theo-andreou.org/?paged=3&lang=en
https://www.theo-andreou.org/?m=201504&lang=en
https://www.theo-andreou.org/?m=201505&lang=en
https://www.theo-andreou.org/?m=201610&lang=en
https://www.theo-andreou.org/wp-login.php
https://www.theo-andreou.org/?p=1778#comment-15033
https://www.theo-andreou.org/?p=1778#comment-15018
https://www.theo-andreou.org/?m=201604&lang=en
https://www.theo-andreou.org/?author=1&lang=en
https://www.theo-andreou.org/?paged=2&lang=en
https://www.theo-andreou.org/?p=1642#respond
https://www.theo-andreou.org/?m=201701&lang=en
https://www.theo-andreou.org/?p=1744#comments

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 theo-andreou.org

  PORT 43

  TYPE domain

  REGISTERED unknown

DOMAIN

  NAME theo-andreou.org

NSERVER

  NS1.THEO-ANDREOU.ORG 193.234.224.231

  NS2.THEO-ANDREOU.ORG 51.15.62.241

Go to top

Mistakes


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

  • www.utheo-andreou.com
  • www.7theo-andreou.com
  • www.htheo-andreou.com
  • www.ktheo-andreou.com
  • www.jtheo-andreou.com
  • www.itheo-andreou.com
  • www.8theo-andreou.com
  • www.ytheo-andreou.com
  • www.theo-andreouebc.com
  • www.theo-andreouebc.com
  • www.theo-andreou3bc.com
  • www.theo-andreouwbc.com
  • www.theo-andreousbc.com
  • www.theo-andreou#bc.com
  • www.theo-andreoudbc.com
  • www.theo-andreoufbc.com
  • www.theo-andreou&bc.com
  • www.theo-andreourbc.com
  • www.urlw4ebc.com
  • www.theo-andreou4bc.com
  • www.theo-andreouc.com
  • www.theo-andreoubc.com
  • www.theo-andreouvc.com
  • www.theo-andreouvbc.com
  • www.theo-andreouvc.com
  • www.theo-andreou c.com
  • www.theo-andreou bc.com
  • www.theo-andreou c.com
  • www.theo-andreougc.com
  • www.theo-andreougbc.com
  • www.theo-andreougc.com
  • www.theo-andreoujc.com
  • www.theo-andreoujbc.com
  • www.theo-andreoujc.com
  • www.theo-andreounc.com
  • www.theo-andreounbc.com
  • www.theo-andreounc.com
  • www.theo-andreouhc.com
  • www.theo-andreouhbc.com
  • www.theo-andreouhc.com
  • www.theo-andreou.com
  • www.theo-andreouc.com
  • www.theo-andreoux.com
  • www.theo-andreouxc.com
  • www.theo-andreoux.com
  • www.theo-andreouf.com
  • www.theo-andreoufc.com
  • www.theo-andreouf.com
  • www.theo-andreouv.com
  • www.theo-andreouvc.com
  • www.theo-andreouv.com
  • www.theo-andreoud.com
  • www.theo-andreoudc.com
  • www.theo-andreoud.com
  • www.theo-andreoucb.com
  • www.theo-andreoucom
  • www.theo-andreou..com
  • www.theo-andreou/com
  • www.theo-andreou/.com
  • www.theo-andreou./com
  • www.theo-andreouncom
  • www.theo-andreoun.com
  • www.theo-andreou.ncom
  • www.theo-andreou;com
  • www.theo-andreou;.com
  • www.theo-andreou.;com
  • www.theo-andreoulcom
  • www.theo-andreoul.com
  • www.theo-andreou.lcom
  • www.theo-andreou com
  • www.theo-andreou .com
  • www.theo-andreou. com
  • www.theo-andreou,com
  • www.theo-andreou,.com
  • www.theo-andreou.,com
  • www.theo-andreoumcom
  • www.theo-andreoum.com
  • www.theo-andreou.mcom
  • www.theo-andreou.ccom
  • www.theo-andreou.om
  • www.theo-andreou.ccom
  • www.theo-andreou.xom
  • www.theo-andreou.xcom
  • www.theo-andreou.cxom
  • www.theo-andreou.fom
  • www.theo-andreou.fcom
  • www.theo-andreou.cfom
  • www.theo-andreou.vom
  • www.theo-andreou.vcom
  • www.theo-andreou.cvom
  • www.theo-andreou.dom
  • www.theo-andreou.dcom
  • www.theo-andreou.cdom
  • www.theo-andreouc.om
  • www.theo-andreou.cm
  • www.theo-andreou.coom
  • www.theo-andreou.cpm
  • www.theo-andreou.cpom
  • www.theo-andreou.copm
  • www.theo-andreou.cim
  • www.theo-andreou.ciom
  • www.theo-andreou.coim
  • www.theo-andreou.ckm
  • www.theo-andreou.ckom
  • www.theo-andreou.cokm
  • www.theo-andreou.clm
  • www.theo-andreou.clom
  • www.theo-andreou.colm
  • www.theo-andreou.c0m
  • www.theo-andreou.c0om
  • www.theo-andreou.co0m
  • www.theo-andreou.c:m
  • www.theo-andreou.c:om
  • www.theo-andreou.co:m
  • www.theo-andreou.c9m
  • www.theo-andreou.c9om
  • www.theo-andreou.co9m
  • www.theo-andreou.ocm
  • www.theo-andreou.co
  • theo-andreou.orgm
  • www.theo-andreou.con
  • www.theo-andreou.conm
  • theo-andreou.orgn
  • www.theo-andreou.col
  • www.theo-andreou.colm
  • theo-andreou.orgl
  • www.theo-andreou.co
  • www.theo-andreou.co m
  • theo-andreou.org
  • www.theo-andreou.cok
  • www.theo-andreou.cokm
  • theo-andreou.orgk
  • www.theo-andreou.co,
  • www.theo-andreou.co,m
  • theo-andreou.org,
  • www.theo-andreou.coj
  • www.theo-andreou.cojm
  • theo-andreou.orgj
  • www.theo-andreou.cmo
Show All Mistakes Hide All Mistakes