iolinux.org rapport :   Visitez le site


  • Titre:notes – io/linux

    La description :skip to content notes io/linux “oh no! not another linux distribution!” well, to be honest, i’m not a huge fan of [the present-day state of] the “linux ecosystem” as much as everyone else who is actua...

    Server:Apache...

    L'adresse IP principale: 185.8.165.99,Votre serveur Czech Republic,Prague ISP:VPSfree.CZ O.S.  TLD:org Code postal:cz

    Ce rapport est mis à jour en 05-Aug-2018

Created Date:2017-02-25

Données techniques du iolinux.org


Geo IP vous fournit comme la latitude, la longitude et l'ISP (Internet Service Provider) etc. informations. Notre service GeoIP a trouvé l'hôte iolinux.org.Actuellement, hébergé dans Czech Republic et son fournisseur de services est VPSfree.CZ O.S. .

Latitude: 50.088039398193
Longitude: 14.420760154724
Pays: Czech Republic (cz)
Ville: Prague
Région: Hlavni mesto Praha
ISP: VPSfree.CZ O.S.

the related websites

domaine Titre

Analyse d'en-tête HTTP


Les informations d'en-tête HTTP font partie du protocole HTTP que le navigateur d'un utilisateur envoie à appelé Apache contenant les détails de ce que le navigateur veut et acceptera de nouveau du serveur Web.

Content-Encoding:gzip
Transfer-Encoding:chunked
Vary:Accept-Encoding
Keep-Alive:timeout=5, max=100
Server:Apache
Connection:Keep-Alive
Link:; rel="https://api.w.org/"
Date:Sun, 05 Aug 2018 11:32:21 GMT
Content-Type:text/html; charset=UTF-8

DNS

soa:ns1.iolinux.org. dns-admin.iostream.sk. 2018080102 7200 540 604800 3600
txt:"v=spf1 mx a ~all"
ns:ns1.iolinux.org.
ns2.iolinux.org.
ipv4:IP:185.8.165.99
ASN:24971
OWNER:MASTER-AS Czech Republic / www.master.cz, CZ
Country:CZ
mx:MX preference = 10, mail exchanger = mail.iolinux.org.

HtmlToText

skip to content notes io/linux “oh no! not another linux distribution!” well, to be honest, i’m not a huge fan of [the present-day state of] the “linux ecosystem” as much as everyone else who is actually “using linux” as his or her’s(do you exist?) primary work os. now, with that polite, perfectly-formed sentence out of the way, [large section of hate-speach full of it conspiracies and finger-pointing for the truckload of “unfortunate” decisions and sheer incompetence the linux ecosystem has suffered under , removed] i think it’s time to revisit the micro/*-kernel land and given enough .. time(and a steady supply of coffee) i’ll do just that. but first, i need a usable development os that won’t take years to put together and does what an os is supposed to do – be a thin layer between the world around you, a few pieces of rather primitive hw and your senses, maybe augment them, add a few new ones and most importantly stay the f*** out of your way.. or, given what we have to deal with, at least stay out of your way as much as possible .. so, here is my take: io/linux draft-of-sorts general overview – we use xbps from void-linux as the default package management system internally(suggestions welcome), gentoo ‘s portage was a close second but almost any package management system is supported given enough time to develop a suitable runtime. – split into “io.host” and “io.guest”(names, as almost everything at this point, subject to change), where io.host can be seen as a thin layer on top of your hw providing resources to users, io.guest the actual user environment(you know, that part you care about) – “out of your way” configuration inspired by composer / npm / oci; everything in one configuration file, a standalone file per configuration item or anything in between – no “we are secure” bs, we are not! nor is anything you can get “on the internet”. we are not in the business of selling security™ fairytails! – bootable on “foreign” linux distributions or windows(usb images are shipped with a standalone qemu binary) – roles, apps are isolated, immutable, with a temporary state cache by default – easily extendible – clean – pencil and paper, as of 2017 still the ultimate usability power-tool. realizing this, despite all the “apps” and piles upon piles of “smart” devices just waiting to become a new layer of junk on a landfill somewhere in nigeria is one step closer to writing better user-facing computer systems. “the host” – designed to run primarily from ram – zfs as the primary fs for cache/data – bcachefs (hey, testers needed) – muqss scheduler – grsec(testing patchset) – xen dom0 kvm + lxc or standalone lxc – musl hardened toolchain w libressl — – roles/apps/users isolation kvm / xen , lxc, chroot } – roles/apps integration {script-wrapper, overlay, none} – fully configurable fs layout , the only requirement is to have a io/linux dataset present(not because its hard-coded across thousands of binaries, just looks nice) – user auth via removable devices(optional +key, +pass, +device) “the guest” – “dockable”; your(user’s) roles, apps and data are tied to your removable device, your whole desktop environment(s) moves with you – optional “cloud” sync for state and config data – runnable from windows – in other words – you can take all your apps as-is to office and continue where you left on a windows machine(qemu vm running io.host with your io.guest env “docked”) – on running “undock”, all apps are freezed to your device(their state saved), on “dock” into another iolinux host, apps that are not available on the host/host’s per-user cache are downloaded in an npm/composer-way (config default) – idealy run from a removable soc device(progress on this topic is exactly 0) aaand “the ugly” (as in, implemented in such a terrifying way that it deserves special mentioning) – mdev – io.cli links / downloads / free stuff iso/usb/pxe test images: http://images.iolinux.org kernels/runtimes/roles/apps: http://repo.iolinux.org — wiki/docs(tbd): http://docs.iolinux.org gitlab(tbd) http://dev.iolinux.org buildbot(tbd) http://build.iolinux.org cellfs(tbd) http://cellfs.iolinux.org 2017/02/27 2018/04/19 ionotes no comments filesystem layout default :: zfs datasets io /linux # tmpfs only / overlaid over existing cache # see iolinux.conf for more details /runtimes # io.host runtimes(conf. name / multiple folders/datasets # accepted(fe per rt-group)), default: void(for now) # see runtimes.conf for more details /roles # io.host roles (optional, conf. name / multiple # folders/datasets accepted(fe per role-group)) # see roles.conf for more details /apps # io.host apps (optional, conf. name / multiple # folders/datasets accepted(fe per app-group)) # see apps.conf for more details /users # dataset name configurable, if other than root users # are to-be created, at least one "users" folder/dataset # has to exist, multiple are accepted(per user-group fe) # retention policy for permanent / guest users applies # see users.conf for more details /pub # files served by/stored on iolinux, optional, can be # your wikipedia / books / docs collection exported # via smb fe; as the name suggest, this is meant to be # a public-kind-of-dataset # see storage.conf for more details 2017/02/27 2017/03/29 ionotes no comments zfs configuration something to get you started with when testing iolinux on commodity hw. lite (cache only, perfectly fine if more than one io.host is installed on your nw or you sync to cellfs/”cloud” or your data is not that important) 1x ssd 1x hdd 1x ssd l2arc + 1x hdd reasonable (suitable for most desktop workloads / simple home nas || media server) 1x ssd l2arc + 2x hdd zfs mirror lots of spindles (this was my dev-workstation setup before i moved to the less-noisy more power-efficient variant above) 1x ssd l2arc + 3(4)x hdd raidz1 1x ssd l2arc + (5)6x hdd raidz2 i want to loose my (probably unbackupable) data (not tested with n > 2 for which i’d personally use a different os entirely) n x (1x ssd l2arc per each 3(4)x hdd raidz1) n x (1x ssd l2arc per each 5(6)x hdd raidz2) 2017/02/27 2017/02/27 ionotes no comments posts navigation older posts decode theme by macho themes /category apps (1) configuration (6) fs (2) general (1) kernels (1) roles (3) links / downloads / free stuff iso/usb/pxe: http://images.iolinux.org kernels/runtimes/roles/apps: http://repo.iolinux.org -- wiki/docs(tbd): http://docs.iolinux.org gitlab(tbd) http://dev.iolinux.org buildbot(tbd) http://build.iolinux.org cellfs(tbd) http://cellfs.iolinux.org build environment hosted at: vpslab.org vpsfree.cz

Analyse PopURL pour iolinux.org


http://notes.iolinux.org/category/apps
http://notes.iolinux.org/fs/zfs-configuration#respond
http://notes.iolinux.org/page/2
http://notes.iolinux.org/category/roles
http://notes.iolinux.org/category/config
http://notes.iolinux.org/config/storage-conf
http://notes.iolinux.org/config/iolinux-conf/
http://notes.iolinux.org/category/kernels
http://notes.iolinux.org/author/ionotes
http://notes.iolinux.org/general/oh-no-not-_another_-linux-distribution#respond
http://notes.iolinux.org/fs/layout
http://notes.iolinux.org/category/fs
http://notes.iolinux.org/fs/layout#respond
http://notes.iolinux.org/config/users-conf
http://notes.iolinux.org/fs/zfs-configuration

Informations Whois


Whois est un protocole qui permet d'accéder aux informations d'enregistrement.Vous pouvez atteindre quand le site Web a été enregistré, quand il va expirer, quelles sont les coordonnées du site avec les informations suivantes. En un mot, il comprend ces informations;

Domain Name: IOLINUX.ORG
Registry Domain ID: D402200000001658223-LROR
Registrar WHOIS Server: whois.regtons.com
Registrar URL: http://subreg.cz
Updated Date: 2017-04-27T03:46:38Z
Creation Date: 2017-02-25T10:35:30Z
Registry Expiry Date: 2019-02-25T10:35:30Z
Registrar Registration Expiration Date:
Registrar: Gransy s.r.o. d/b/a subreg.cz
Registrar IANA ID: 1505
Registrar Abuse Contact Email: abuse@regtons.com
Registrar Abuse Contact Phone: +420.734463373
Reseller:
Domain Status: ok https://icann.org/epp#ok
Registrant Organization: iostream s.r.o.
Registrant State/Province:
Registrant Country: SK
Name Server: NS1.IOSTREAM.SK
Name Server: NS2.IOSTREAM.SK
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of WHOIS database: 2018-05-28T22:25:12Z <<<

For more information on Whois status codes, please visit https://icann.org/epp

Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database. The data in this record is provided by Public Interest Registry for informational purposes only, and Public Interest Registry does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to (a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Afilias except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. Public Interest Registry reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy.

Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name.

  REFERRER http://www.pir.org/

  REGISTRAR Public Interest Registry

SERVERS

  SERVER org.whois-servers.net

  ARGS iolinux.org

  PORT 43

  TYPE domain
RegrInfo
DOMAIN

  NAME iolinux.org

  HANDLE D402200000001658223-LROR

  CREATED 2017-02-25

STATUS
ok https://icann.org/epp#ok

NSERVER

  NS1.IOSTREAM.SK 185.8.165.99

  NS2.IOSTREAM.SK 185.8.165.99

OWNER

  ORGANIZATION iostream s.r.o.

ADDRESS

  COUNTRY SK

  REGISTERED yes

Go to top

Erreurs


La liste suivante vous montre les fautes d'orthographe possibles des internautes pour le site Web recherché.

  • www.uiolinux.com
  • www.7iolinux.com
  • www.hiolinux.com
  • www.kiolinux.com
  • www.jiolinux.com
  • www.iiolinux.com
  • www.8iolinux.com
  • www.yiolinux.com
  • www.iolinuxebc.com
  • www.iolinuxebc.com
  • www.iolinux3bc.com
  • www.iolinuxwbc.com
  • www.iolinuxsbc.com
  • www.iolinux#bc.com
  • www.iolinuxdbc.com
  • www.iolinuxfbc.com
  • www.iolinux&bc.com
  • www.iolinuxrbc.com
  • www.urlw4ebc.com
  • www.iolinux4bc.com
  • www.iolinuxc.com
  • www.iolinuxbc.com
  • www.iolinuxvc.com
  • www.iolinuxvbc.com
  • www.iolinuxvc.com
  • www.iolinux c.com
  • www.iolinux bc.com
  • www.iolinux c.com
  • www.iolinuxgc.com
  • www.iolinuxgbc.com
  • www.iolinuxgc.com
  • www.iolinuxjc.com
  • www.iolinuxjbc.com
  • www.iolinuxjc.com
  • www.iolinuxnc.com
  • www.iolinuxnbc.com
  • www.iolinuxnc.com
  • www.iolinuxhc.com
  • www.iolinuxhbc.com
  • www.iolinuxhc.com
  • www.iolinux.com
  • www.iolinuxc.com
  • www.iolinuxx.com
  • www.iolinuxxc.com
  • www.iolinuxx.com
  • www.iolinuxf.com
  • www.iolinuxfc.com
  • www.iolinuxf.com
  • www.iolinuxv.com
  • www.iolinuxvc.com
  • www.iolinuxv.com
  • www.iolinuxd.com
  • www.iolinuxdc.com
  • www.iolinuxd.com
  • www.iolinuxcb.com
  • www.iolinuxcom
  • www.iolinux..com
  • www.iolinux/com
  • www.iolinux/.com
  • www.iolinux./com
  • www.iolinuxncom
  • www.iolinuxn.com
  • www.iolinux.ncom
  • www.iolinux;com
  • www.iolinux;.com
  • www.iolinux.;com
  • www.iolinuxlcom
  • www.iolinuxl.com
  • www.iolinux.lcom
  • www.iolinux com
  • www.iolinux .com
  • www.iolinux. com
  • www.iolinux,com
  • www.iolinux,.com
  • www.iolinux.,com
  • www.iolinuxmcom
  • www.iolinuxm.com
  • www.iolinux.mcom
  • www.iolinux.ccom
  • www.iolinux.om
  • www.iolinux.ccom
  • www.iolinux.xom
  • www.iolinux.xcom
  • www.iolinux.cxom
  • www.iolinux.fom
  • www.iolinux.fcom
  • www.iolinux.cfom
  • www.iolinux.vom
  • www.iolinux.vcom
  • www.iolinux.cvom
  • www.iolinux.dom
  • www.iolinux.dcom
  • www.iolinux.cdom
  • www.iolinuxc.om
  • www.iolinux.cm
  • www.iolinux.coom
  • www.iolinux.cpm
  • www.iolinux.cpom
  • www.iolinux.copm
  • www.iolinux.cim
  • www.iolinux.ciom
  • www.iolinux.coim
  • www.iolinux.ckm
  • www.iolinux.ckom
  • www.iolinux.cokm
  • www.iolinux.clm
  • www.iolinux.clom
  • www.iolinux.colm
  • www.iolinux.c0m
  • www.iolinux.c0om
  • www.iolinux.co0m
  • www.iolinux.c:m
  • www.iolinux.c:om
  • www.iolinux.co:m
  • www.iolinux.c9m
  • www.iolinux.c9om
  • www.iolinux.co9m
  • www.iolinux.ocm
  • www.iolinux.co
  • iolinux.orgm
  • www.iolinux.con
  • www.iolinux.conm
  • iolinux.orgn
  • www.iolinux.col
  • www.iolinux.colm
  • iolinux.orgl
  • www.iolinux.co
  • www.iolinux.co m
  • iolinux.org
  • www.iolinux.cok
  • www.iolinux.cokm
  • iolinux.orgk
  • www.iolinux.co,
  • www.iolinux.co,m
  • iolinux.org,
  • www.iolinux.coj
  • www.iolinux.cojm
  • iolinux.orgj
  • www.iolinux.cmo
 Afficher toutes les erreurs  Cacher toutes les erreurs