https://tak.io/

ID de exploración:
5841e284-d291-4030-92f6-b2a6ad60df01Finalizado
URL enviada:
https://tak.io/
Informe finalizado:

Enlaces: 10 encontrados

EnlaceTEXTO
https://github.com/mtak/
https://www.linkedin.com/in/merijntjetak/
https://github.com/mtak/ansible-torGitHub
http://tor01.mtak.nltor01.mtak.nl
https://metrics.torproject.org/rs.html#search/TakTor01TakTor01 🔗
http://tor02.mtak.nltor02.mtak.nl
https://metrics.torproject.org/rs.html#search/TakTor02TakTor02 🔗
http://tor03.mtak.nltor03.mtak.nl
https://metrics.torproject.org/rs.html#search/TakTor03TakTor03 🔗
https://mtakholding.nlmtak Holding B.V.

Variables JavaScript: 6 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
__cfBeaconobject

Mensajes de registro de la consola: 0 encontrados

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="ie=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <base href="">
    <title>Tak.io | Solid Engineering - Tak.io</title>
    <meta name="author" content="Tak.io B.V.">
    <meta name="description" content="Tak.io provides expert DevOps solutions for Big Data, Linux, and Infrastructure as Code, delivering efficient, scalable platforms for optimized performance, reliability, and security. Discover more at Tak.io.">
    <meta name="keywords" content="devops, consultancy, it consultancy, it consultancy in the netherlands, it consultancy in the hague, linux, servers, infrastructure, big data, infrastructure as code, engineering, platforms, cloud, git, chef, puppet, ansible, enterprise, merijntje, tak">
    <link rel="stylesheet" href="/uploads/ubuild.css">
    <link rel="apple-touch-icon" sizes="180x180" href="uploads/favicon/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/uploads/favicon/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/uploads/favicon/favicon-16x16.png">
    <link rel="manifest" href="/uploads/favicon/site.webmanifest">
    <script src="/uploads/jquery.min.js"></script>
    <script>
    $.getJSON('https://web1.mtak.nl/tormetrics/tor_status.json' , function(data) {
      var tbl_body = document.createElement("tbody");

      // Create header
      var tbl_row = tbl_body.insertRow();
      tbl_row.className = "header";
      var cell = tbl_row.insertCell();
      cell.appendChild(document.createTextNode("Hostname"));
      var cell = tbl_row.insertCell();
      cell.appendChild(document.createTextNode("Type"));
      var cell = tbl_row.insertCell();
      cell.appendChild(document.createTextNode("State"));
      var cell = tbl_row.insertCell();
      cell.appendChild(document.createTextNode("Throughput"));
      var cell = tbl_row.insertCell();
      cell.appendChild(document.createTextNode("Connections"));
      var cell = tbl_row.insertCell();
      cell.appendChild(document.createTextNode("Location"));
      var cell = tbl_row.insertCell();
      cell.appendChild(document.createTextNode("Tor Metrics page"));
  
      var sum_bandwidth = 0;
      var sum_connections = 0;
      // Create table rows
      $.each(data, function() {
          var tbl_row = tbl_body.insertRow();
      // Hostname
          var hostnamesplit = this['name'].split(':');
          var cell = tbl_row.insertCell();
          var a = document.createElement('a');
          a.appendChild(document.createTextNode(hostnamesplit[0]));
          a.href = "http://" + hostnamesplit[0];
          a.target = '_blank';
          a.title = hostnamesplit[0];
          cell.appendChild(a);
      // Type
          var cell = tbl_row.insertCell();
          cell.appendChild(document.createTextNode(this['type']));
      // State
          var cell = tbl_row.insertCell();
          if (this['state'] == 1) {
            cell.appendChild(document.createTextNode('\u{1F7E2}'));
          } else {
            cell.appendChild(document.createTextNode('\u{1F534}'));
          }
       // Throughput
          var cell = tbl_row.insertCell();
          cell.appendChild(document.createTextNode((this['throughput'] / 1000000).toFixed(2) + ' Mbps'));
          sum_bandwidth = sum_bandwidth + Number.parseInt((this['throughput'] / 1000000).toFixed(2), 10);
       // Connections
          var cell = tbl_row.insertCell();
          cell.appendChild(document.createTextNode(this['connections']));
          sum_connections = sum_connections + Number.parseInt(this['connections'], 10);
       // Connections
          var cell = tbl_row.insertCell();
          cell.appendChild(document.createTextNode(this['location']));
      // Tor relay page
          var hostnamesplit = this['name'].split(':');
          var cell = tbl_row.insertCell();
          var a = document.createElement('a');
          a.appendChild(document.createTextNode(this['nick'] + ' \u{1F517}'));
          a.href = "http://" + hostnamesplit[0];
          a.href = "https://metrics.torproject.org/rs.html#search/" + this['nick'];
          a.target = '_blank';
          a.title = hostnamesplit[0];
          cell.appendChild(a);
      });
      var tbl_row = tbl_body.insertRow();
      var cell = tbl_row.insertCell();
      cell.appendChild(document.createTextNode('Total'));
      var cell = tbl_row.insertCell();
      var cell = tbl_row.insertCell();
      var cell = tbl_row.insertCell();
      cell.appendChild(document.createTextNode(sum_bandwidth + ' Mbps'));
      var cell = tbl_row.insertCell();
      cell.appendChild(document.createTextNode(sum_connections));
      var cell = tbl_row.insertCell();
      var cell = tbl_row.insertCell();

      $("#data_table").append(tbl_body);   //DOM table doesn't have .appendChild
    });
    </script>
  </head>
  <body>

<!-- test -->

<header class="block block-header-2">

  <div class="block-header-2--logo">
    <a href="https://tak.io">
      <img src="/uploads/tak_io_logo.png" alt="Tak.io">
    </a>
  </div>

  <nav class="block-header-2--nav">
    <ul>
        
        <li class="nav-item "><a href="#about">About</a></li>
        
        <li class="nav-item "><a href="#consultancy">Consultancy</a></li>
        
        <li class="nav-item "><a href="#cv">CV</a></li>
        
        <li class="nav-item "><a href="#contact">Contact</a></li>
        
        
        <li class="outbound-item "><a href="https://github.com/mtak/" target="_blank"><img class="outbound-item" src="/uploads/git-blue.png" alt="mtak on GitHub"></a></li>
        
        <li class="outbound-item "><a href="https://www.linkedin.com/in/merijntjetak/" target="_blank"><img class="outbound-item" src="/uploads/ld-letters-blue.png" alt="Merijntje on LinkedIn"></a></li>
        
    </ul>
    <!-- <a class="button primary small block-header-2--cta" href=""></a> -->
  </nav>

</header>


<section class="block block-hero-2" style="background-image: url('/uploads/2018/06/21/hero-2-bg.png')">
  <div class="container">
    <div class="columns">
      <div class="column text">
        <h1><span class="light"><strong>Tak.<span style="color: #ff5722;">io</span></strong></span><br><span class="ultralight">Solid Engineering</span></h1>
        <p>DevOps for Big Data | Linux | Infrastructure as Code</p>
        
        <a class="button primary inverted" href="#contact">Contact</a>
        
      </div>
      <div class="column media">
        <img src="/uploads/thinking_1_border.jpg" alt="Product Shot">
      </div>
    </div>
  </div>
</section>


<section class="block block-text-1">
  <div class="container">
    <div class="columns">
      <div class="column headline">
        <a id="about"><h3>About</h3></a>
      </div>
      <div class="column text">
        <p>I'm Merijntje, a DevOps engineer from The Hague area in The Netherlands. I've been working with Linux and servers since I was 14 years old. Over the years, I tinkered around more, and later I got my first job in IT at Ericsson. There I was amazed to find that what I was doing for fun, I could actually make a living off. At Ericsson, I’ve engaged with lots of different enterprise technologies and methodologies and I got further excited about the field. Working mostly in the Telco/ISP industry has significantly broadened my horizon.</p> 

<p>After being developing my tech skills for years, going from Solaris administration, the virtualization-bubble into the infrastructure-as-code-revolution and now onto big data, I've seen a lot of different angles and learned a lot of new technologies. In every role I've fulfilled, I always had to work with other departments and engineers to come up with the best solution for the client. I've always been excited to introduce myself to new tech and figuring out how to make it run in a business environment with the right reliability and scalability. I noticed that I had another skill which proved useful. I spent more and more time focusing on my communication and other soft skills. I believe that soft skills can turn a good engineer into a great engineer. It's much more effective to work with customers and to deliver what they need if you have good communications with them. </p>

<p>Now I'm available for DevOps projects related to infrastructure, big data, Linux and enterprise applications. My skills are further outlined in the sections later on this page.</p>

<p style="font-family: monospace; font-weight: bold;">Now I survive as a soldier of fortune. If you have a problem and no one else can help, and if you can find me, maybe you can hire... Merijntje</p>


      </div>
    </div>
  </div>
</section>


<section class="block block-three-column-1">
  <a id="consultancy"></a>
  <div class="container">
    <div class="columns">
      <div class="column">
        <h3>Platforms</h3>
        <img src="/uploads/datacenter_feather.jpg" alt="Platforms">
        <p>Implementing, troubleshooting, monitoring, optimization and improving platform components, using Linux with a wide variety of open source tools, container orchestration, networks and storage with integrated security management and load balancers to deliver the best solution for a client.</p>
      </div>
      <div class="column">
        <h3>Big Data</h3>
        <img src="/uploads/grafana_feather.png" alt="Big Data">
        <p>What I like the most about the Big Data is the getting the most performance out of a platform and optimizing manageability. Using Kafka, Zookeeper, Logstash, Elasticsearch, Kibana, Grafana, Cassandra and Graphite I help clients to build new big data platforms, manage the platform’s capacity, troubleshooting and improving the platform’s functionality.</p>
      </div>
      <div class="column">
        <h3>Infrastructure-as-Code</h3>
        <img src="/uploads/code_feather.png" alt="Big Data">
        <p>As a fan of the efficiency (aka. a good sysadmin is a lazy one), I like that the infrastructure as code (IaC) limits repetitive tasks and helps compliance. My knowledge of the Ansible, Chef, Puppet, Jenkins, Git and Terraform helps me to enable my clients to quickly set up a complete infrastructure, to deploy same configurations over and over, track the changes of each configuration and essentially lower the total cost of infrastructure management.</p>
      </div>            
    </div>
  </div>
</section>


<section class="block block-three-column-skills">
  <a id="skills"></a>
  <div class="container">
    <div class="columns">
      <div class="column">
        <h3>Hardware &amp; Cloud</h3>
        <img src="">
        <p>
          
            • AWS<br>
          
            • Azure<br>
          
            • Cisco UCS C220/C240<br>
          
            • HP DL380, 9000 D-Class<br>
          
            • Sun/Oracle M-series<br>
          
            • Sun/Oracle Enterprise Series<br>
          
            • Sun/Oracle Fire series<br>
          
            • Sun/Oracle T-series<br>
          
            • Sun/Oracle X-series<br>
          
        </p>
      </div>
      <div class="column">
        <h3>&nbsp;</h3>
        <img src="">
        <p>
          
        </p>
      </div>
      <div class="column">
        <h3>Software</h3>
        <img src="">
        <p>
          
            • Solaris<br>
          
            • Red Hat<br>
          
            • CentOS<br>
          
            • Debian<br>
          
            • Ubuntu<br>
          
            • HP-UX<br>
          
            • ZFS<br>
          
            • NetApp<br>
          
            • LVM<br>
          
            • NFS<br>
          
            • Ceph<br>
          
            • VMWare vSphere<br>
          
            • QEMU/KVM<br>
          
            • Proxmox<br>
          
            • LDOM &amp; Zones<br>
          
            • bind9<br>
          
            • PowerDNS<br>
          
        </p>
      </div>            
      <div class="column">
        <h3>&nbsp;</h3>
        <img src="">
        <p>
          
            • Kafka<br>
          
            • Elasticsearch<br>
          
            • Logstash<br>
          
            • Kibana<br>
          
            • Zookeeper<br>
          
            • Mesos<br>
          
            • Flume<br>
          
            • MySQL<br>
          
            • PostgreSQL<br>
          
            • Cassandra<br>
          
            • Graphite<br>
          
            • Grafana<br>
          
            • Redis<br>
          
            • Apache httpd<br>
          
            • Nginx<br>
          
            • Tomcat<br>
          
            • Postfix<br>
          
        </p>
      </div>            
      <div class="column">
        <h3>DevOps Tooling</h3>
        <img src="">
        <p>
          
            • Git<br>
          
            • GitLab<br>
          
            • GitHub<br>
          
            • Subversion<br>
          
            • Jira<br>
          
            • Jenkins<br>
          
            • Prometheus<br>
          
            • Nagios<br>
          
            • Kubernetes<br>
          
        </p>
      </div>            
      <div class="column">
        <h3>&nbsp;</h3>
        <img src="">
        <p>
          
            • Chef<br>
          
            • Puppet<br>
          
            • Ansible<br>
          
            • Terraform<br>
          
            • Test kitchen<br>
          
            • Bash<br>
          
            • Python<br>
          
            • Ruby<br>
          
        </p>
      </div>            
    </div>
  </div>
</section>


<section class="block block-cv">
  <div class="container">
    <a id="cv"></a>
    <h3 style="text-align: center;">Curriculum Vitae</h3>
    <div class="columns" style="margin: auto; width: 330px;">
      <div class="column">
        <figure style="max-width: 100px; margin: auto; width:100px; ">
          <a href="https://tak.io/CV_MerijntjeTak.pdf" target="_blank">
          <img src="/uploads/cv2.png" alt="English">
          
          <figcaption>English</figcaption>
          
          </a>
        </figure>        
      </div>
      <div class="column">
        <figure style="max-width: 100px; margin: auto; width:100px; ">
          <a href="https://tak.io/CV_MerijntjeTak_NL.pdf" target="_blank">
            <img src="/uploads/cv2.png" alt="Nederlands">
            
            <figcaption>Nederlands</figcaption>
            
          </a>
        </figure>        
      </div>
    </div>
  </div>
</section>


<section class="block block-media-5">
  <a id="customers"></a>
  <div class="container">
    <div class="columns" style="text-align: center;">
        <h3 style="margin: auto;">Customers</h3>
    </div>
  </div>
</section>


<section class="block block-media-5">
  <a id="customers"></a>
  <div class="container">
    <div class="columns">
      <div class="column">
        <figure>
          <img src="/uploads/libertyglobal.png" alt="Liberty Global">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/ericsson.png" alt="Ericsson">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/vodafone.png" alt="Vodafone">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/ziggo.png" alt="Ziggo">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/tele2.png" alt="Tele2">
        </figure>        
      </div>
    </div>
  </div>
</section>



<section class="block block-media-5">
  <a id=""></a>
  <div class="container">
    <div class="columns">
      <div class="column">
        <figure>
          <img src="/uploads/digidentity.png" alt="Digidentity">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/mindef.png" alt="Ministerie van Defensie">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/minienm.png" alt="Ministerie van Infrastructuur en Milieu">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/online.nl.png" alt="Online.nl">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/t-mobile.png" alt="T-Mobile">
        </figure>        
      </div>
    </div>
  </div>
</section>



<section class="block block-media-5">
  <a id=""></a>
  <div class="container">
    <div class="columns">
      <div class="column">
        <figure>
          <img src="/uploads/vanoord.png" alt="Van Oord">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/shell.png" alt="Shell">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/logius.png" alt="Logius">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/dhl.png" alt="DHL">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="" alt="">
        </figure>        
      </div>
    </div>
  </div>
</section>



<section class="block block-media-5">
  <a id="certifications"></a>
  <div class="container">
    <div class="columns" style="text-align: center;">
        <h3 style="margin: auto;">Certifications</h3>
    </div>
  </div>
</section>


<section class="block block-media-5">
  <a id=""></a>
  <div class="container">
    <div class="columns">
      <div class="column">
        <figure>
          <img src="/uploads/cert_cka.png" alt="Certified Kubernetes Administrator">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/cert_ckad.png" alt="Certified Kubernetes Application Developer">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/cert_az-104.png" alt="Microsoft Certified Azure Administrator Associate">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/cert_az-700.png" alt="Microsoft Certified Azure Network Engineer Associate">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/cert_elastic.png" alt="Elasticsearch">
        </figure>        
      </div>
    </div>
  </div>
</section>



<section class="block block-media-5">
  <a id="certifications"></a>
  <div class="container">
    <div class="columns">
      <div class="column">
        <figure>
          <img src="/uploads/cert_rhcsa.png" alt="Red Hat Certified System Administrator">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/cert_rhce.png" alt="Red Hat Certified Engineer">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/cert_ccna.png" alt="Cisco Certified Network Administrator">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/cert_ccnp.png" alt="Cisco Certified Network Professional - Routing and Switching">
        </figure>        
      </div>
      <div class="column">
        <figure>
            <img src="/uploads/cert_archimate.png" alt="Archimate 2 Foundation">
        </figure>        
      </div>
    </div>
  </div>
</section>



<section class="block block-text-1">
  <div class="container">
    <div class="columns">
      <div class="column headline">
        <a id="sponsoring"><h3>Sponsoring</h3></a>
      </div>
      <div class="column text">
        <p>Freedom of speech on the internet is one of the biggest achievements of our generation. However, it is threatened by oppressive governments, censorship and network access inequiality. I believe _free_ internet access should be protected, and currently the best way a small organization can help in this cause is by donating Tor nodes and bandwidth to the network.</p>
<p>The Tor network depends on volunteers to donate network hops and bandwidth. The more parties and nodes there are, the better the experience and the more anonymous the users of the network are. Tak.io donates 276 TB of bandwidth per year to the Tor network. In the interest of full transparency, the configuration run by Tak.io's Tor nodes is public on <a href="https://github.com/mtak/ansible-tor" target="_blank">GitHub</a>.</p>


      </div>
      <div class="column headline">
        <a id="tor_nodes"><h3>Tor nodes</h3></a>
      </div>
      <div class="column text">
        <img src="uploads/tor_map.png" style=" display: block; margin-left: auto; margin-right: auto;" alt="Tor map">
        <p></p><table id="data_table"><tbody><tr class="header"><td>Hostname</td><td>Type</td><td>State</td><td>Throughput</td><td>Connections</td><td>Location</td><td>Tor Metrics page</td></tr><tr><td><a href="http://tor01.mtak.nl" target="_blank" title="tor01.mtak.nl">tor01.mtak.nl</a></td><td>Relay</td><td>🟢</td><td>2.70 Mbps</td><td>5026</td><td>Chicago, Il, US</td><td><a href="https://metrics.torproject.org/rs.html#search/TakTor01" target="_blank" title="tor01.mtak.nl">TakTor01 🔗</a></td></tr><tr><td><a href="http://tor02.mtak.nl" target="_blank" title="tor02.mtak.nl">tor02.mtak.nl</a></td><td>Relay</td><td>🟢</td><td>4.19 Mbps</td><td>4977</td><td>Buffalo, NY, US</td><td><a href="https://metrics.torproject.org/rs.html#search/TakTor02" target="_blank" title="tor02.mtak.nl">TakTor02 🔗</a></td></tr><tr><td><a href="http://tor03.mtak.nl" target="_blank" title="tor03.mtak.nl">tor03.mtak.nl</a></td><td>Exit</td><td>🟢</td><td>0.01 Mbps</td><td>6</td><td>Los Angeles, CA, US</td><td><a href="https://metrics.torproject.org/rs.html#search/TakTor03" target="_blank" title="tor03.mtak.nl">TakTor03 🔗</a></td></tr><tr><td>Total</td><td></td><td></td><td>6 Mbps</td><td>10009</td><td></td><td></td></tr></tbody></table>
        <div style="color: rgb(1, 49, 71); font-style: italic; font-size:0.7rem;">Statistics are updated every 15 minutes, showing a one hour average, to protect Tor users</div><p></p>
      </div>
    </div>
  </div>
</section>


<section class="block block-text-1">
  <div class="container">
    <div class="columns">
      <div class="column headline">
        <a id="contact"><h3>Contact</h3></a>
      </div>
      <div class="column text">
        <p>Tak.io B.V.<br>
Groeneveld 25<br>
2286NB Rijswijk (ZH)<br>
The Netherlands</p>

<p>Tel: +31 6 523 904 53<br>
Email: <a href="mailto:[email protected]">[email protected]</a></p>

<p>KvK: 83445161 (The Hague)</p>

<p>Tak.io B.V. is 100% subsidiary of <a href="https://mtakholding.nl">mtak Holding B.V.</a>.</p>

<p><i>Please do not contact me for sales purposes. I'm serious, I won't buy whatever you're selling. In fact, if I needed what you're offering, I'd pay up to twice the price at your competitor, just for the fact that they didn't harass me. And for you, best case scenario I ignore you. Worst case, I waste a lot of your time leading you on and not buying in the end. My PB is a 47 minute phone call. Is it really worth it?</i></p>


      </div>
    </div>
  </div>
</section>


<footer class="block block-footer-1">
  <div class="container">
    <p>Copyright 2024 Tak.io B.V.. Made using Jekyll and hosted by Cloudflare Pages ❤︎<br>
<a href="https://status.tak.io">Tak.io Status Page</a>
</p>
  </div>
</footer>

  <script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;rayId&quot;:&quot;8e94230bbc5b215c&quot;,&quot;version&quot;:&quot;2024.10.5&quot;,&quot;r&quot;:1,&quot;serverTiming&quot;:{&quot;name&quot;:{&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfSpeedBrain&quot;:true,&quot;cfCacheStatus&quot;:true}},&quot;token&quot;:&quot;0162fbfa883244ec8a437f2cbd943d76&quot;,&quot;b&quot;:1}" crossorigin="anonymous"></script>


</body></html>