<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.filipefonseca.pt/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FilipeFonseca</id>
	<title>wiki.filipefonseca.pt - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.filipefonseca.pt/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=FilipeFonseca"/>
	<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php/Special:Contributions/FilipeFonseca"/>
	<updated>2026-04-18T14:27:05Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=DRBD&amp;diff=9344</id>
		<title>DRBD</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=DRBD&amp;diff=9344"/>
		<updated>2023-11-01T03:56:44Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''DRBD''' is a distributed replicated storage system for the Linux platform.  It is implemented as a kernel driver, several userspace management applications, and some shell scripts. DRBD is traditionally used in high availability (HA) computer clusters, but beginning with DRBD version 9, it can also be used to create larger software defined storage pools with a focus on cloud integration.&lt;br /&gt;
&lt;br /&gt;
A ''DRBD device'' is a ''DRBD block device'' that refers to a logical block device in a logical volume schema.&lt;br /&gt;
&lt;br /&gt;
The DRBD software is free software released under the terms of the GNU General Public License version 2.&lt;br /&gt;
&lt;br /&gt;
DRBD is part of the Lisog open source stack initiative.&lt;br /&gt;
&lt;br /&gt;
=== DRBD usage ===&lt;br /&gt;
- Maintenance:&lt;br /&gt;
&lt;br /&gt;
--drbdadm status #get node array status&lt;br /&gt;
&lt;br /&gt;
--cat /proc/drbd #check connection and role&lt;br /&gt;
&lt;br /&gt;
--drbdadmin disconnect &amp;lt;…name…&amp;gt; #disconnect array&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tasks...&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--reboot.done.&lt;br /&gt;
&lt;br /&gt;
=== SPLIT-BRAIN resolve ===&lt;br /&gt;
After split brain has been detected, one node will always have the resource in a  '''StandAlone''' connection state. The other might either also be in the '''StandAlone''' state (if both nodes detected the split brain simultaneously), or in  '''WFConnection''' (if the peer tore down the connection before the other node had a chance to detect split brain).  &lt;br /&gt;
&lt;br /&gt;
At this point, unless you configured DRBD to automatically recover from split brain, you must manually intervene by selecting one node whose modifications will be discarded (this node is referred to as the split brain victim). This intervention is made with the following commands:  &lt;br /&gt;
 # drbdadm secondary resource &lt;br /&gt;
&lt;br /&gt;
 # drbdadm disconnect resource&lt;br /&gt;
&lt;br /&gt;
 # drbdadm -- --discard-my-data connect resource&lt;br /&gt;
On the other node (the split brain survivor), if its connection state is also StandAlone, you would enter:  &lt;br /&gt;
 # drbdadm connect resource&lt;br /&gt;
You may omit this step if the node is already in the WFConnection state; it will then reconnect automatically.&lt;br /&gt;
&lt;br /&gt;
If all else fails and the machines are still in a split-brain condition then on the secondary (backup) machine issue:&lt;br /&gt;
 drbdadm invalidate resource&lt;br /&gt;
&lt;br /&gt;
=== Resources cleanup ===&lt;br /&gt;
With CRM:&lt;br /&gt;
&lt;br /&gt;
# crm resource cleanup &amp;lt;ALL(?)&amp;gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=DRBD&amp;diff=9343</id>
		<title>DRBD</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=DRBD&amp;diff=9343"/>
		<updated>2023-11-01T03:53:06Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''DRBD''' is a distributed replicated storage system for the Linux platform.  It is implemented as a kernel driver, several userspace management applications, and some shell scripts. DRBD is traditionally used in high availability (HA) computer clusters, but beginning with DRBD version 9, it can also be used to create larger software defined storage pools with a focus on cloud integration.&lt;br /&gt;
&lt;br /&gt;
A ''DRBD device'' is a ''DRBD block device'' that refers to a logical block device in a logical volume schema.&lt;br /&gt;
&lt;br /&gt;
The DRBD software is free software released under the terms of the GNU General Public License version 2.&lt;br /&gt;
&lt;br /&gt;
DRBD is part of the Lisog open source stack initiative.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DRBD usage&lt;br /&gt;
&lt;br /&gt;
- Maintenance:&lt;br /&gt;
&lt;br /&gt;
--drbdadm status #get node array status&lt;br /&gt;
&lt;br /&gt;
--cat /proc/drbd #check connection and role&lt;br /&gt;
&lt;br /&gt;
--drbdadmin disconnect &amp;lt;…name…&amp;gt; #disconnect array&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tasks...&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--reboot.done.&lt;br /&gt;
&lt;br /&gt;
=== SPLIT-BRAIN resolve ===&lt;br /&gt;
After split brain has been detected, one node will always have the resource in a  '''StandAlone''' connection state. The other might either also be in the '''StandAlone''' state (if both nodes detected the split brain simultaneously), or in  '''WFConnection''' (if the peer tore down the connection before the other node had a chance to detect split brain).  &lt;br /&gt;
&lt;br /&gt;
At this point, unless you configured DRBD to automatically recover from split brain, you must manually intervene by selecting one node whose modifications will be discarded (this node is referred to as the split brain victim). This intervention is made with the following commands:  &lt;br /&gt;
 # drbdadm secondary resource &lt;br /&gt;
&lt;br /&gt;
 # drbdadm disconnect resource&lt;br /&gt;
&lt;br /&gt;
 # drbdadm -- --discard-my-data connect resource&lt;br /&gt;
On the other node (the split brain survivor), if its connection state is also StandAlone, you would enter:  &lt;br /&gt;
 # drbdadm connect resource&lt;br /&gt;
You may omit this step if the node is already in the WFConnection state; it will then reconnect automatically.&lt;br /&gt;
&lt;br /&gt;
If all else fails and the machines are still in a split-brain condition then on the secondary (backup) machine issue:&lt;br /&gt;
 drbdadm invalidate resource&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Samba_as_PDC&amp;diff=9342</id>
		<title>Samba as PDC</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Samba_as_PDC&amp;diff=9342"/>
		<updated>2023-08-03T17:01:10Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;Install&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
    #check hostname&lt;br /&gt;
        hostname -f&lt;br /&gt;
        vi /etc/hostname&lt;br /&gt;
    #add name to hosts&lt;br /&gt;
        vi /etc/hosts&lt;br /&gt;
    #remove any traces of unused configurations&lt;br /&gt;
        rm -v /etc/krb5.conf&lt;br /&gt;
    #update system and install samba&lt;br /&gt;
        apt update &amp;amp;&amp;amp; apt upgrade&lt;br /&gt;
        apt install samba krb5-config winbind smbclient #rembember dns backend! (2021)&lt;br /&gt;
        apt install samba smbclient winbind libpam-winbind libnss-winbind krb5-kdc libpam-krb5 -y (2022)&lt;br /&gt;
    #after successful install&lt;br /&gt;
        mv -v /etc/samba/smb.conf /etc/samba/smb.conf.default&lt;br /&gt;
    #provision domain&lt;br /&gt;
        samba-tool domain provision --use-rfc2307 --interactive --option=&amp;quot;interfaces=lo eth0&amp;quot; --option=&amp;quot;bind interfaces only=yes&amp;quot;&lt;br /&gt;
    #copy provided krb5&lt;br /&gt;
        cp -v /var/lib/samba/private/krb5.conf /etc&lt;br /&gt;
    #bind-dns samba addition&lt;br /&gt;
        vi /etc/bind/named.conf&lt;br /&gt;
        include &amp;quot;/var/lib/samba/bind-dns/named.conf&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
    #bind-dns allow dns updates:&lt;br /&gt;
        vi /etc/bind/options.conf&lt;br /&gt;
        tkey-gssapi-keytab &amp;quot;/var/lib/samba/bind-dns/dns.keytab&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
    #set services&lt;br /&gt;
        systemctl stop smbd nmbd winbind&lt;br /&gt;
        systemctl disable smbd nmbd winbind&lt;br /&gt;
        systemctl unmask samba-ad-dc&lt;br /&gt;
        systemctl enable samba-ad-dc&lt;br /&gt;
        systemctl start samba-ad-dc&lt;br /&gt;
        systemctl status samba-ad-dc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Testing&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
    #test shared folder&lt;br /&gt;
        smbclient -L localhost -U%&lt;br /&gt;
        smbclient //localhost/netlogon -UAdministrator -c 'ls'&lt;br /&gt;
    #check domain level&lt;br /&gt;
        samba-tool domain level show&lt;br /&gt;
    #check kerberos auth&lt;br /&gt;
        kinit -UAdministrator #get ticket&lt;br /&gt;
        klist #list ticket&lt;br /&gt;
        kdestroy #remove tickets&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Maintenance&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
    #create domain user&lt;br /&gt;
        samba-tool user create USER PASSWORD&lt;br /&gt;
    #disable password expiry&lt;br /&gt;
        samba-tool user setexpiry USER --noexpiry&lt;br /&gt;
        samba-tool user setexpiry Administrator --noexpiry #example for Administrator&lt;br /&gt;
    #chagne user password&lt;br /&gt;
        samba-tool user setpassword USER PASSWORD&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Dovecot&amp;diff=9341</id>
		<title>Dovecot</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Dovecot&amp;diff=9341"/>
		<updated>2022-05-28T07:15:40Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Dovecot''' is an open-source IMAP and POP3 server for Unix-like operating systems, written primarily with security in mind. Timo Sirainen originated Dovecot and first released it in July 2002. Dovecot developers primarily aim to produce a lightweight, fast and easy-to-set-up open-source email server.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of Dovecot is to act as mail storage server. Mail is delivered to the server using some mail delivery agent (MDA) and stored for later access with an email client (mail user agent, or MUA). Dovecot can also act as mail proxy server, forwarding connection to another mail server, or act as a lightweight MUA in order to retrieve and manipulate mail on remote server for e.g. mail migration.&lt;br /&gt;
&lt;br /&gt;
According to the Open Email Survey, as of 2020, Dovecot has an installed base of at least 2.9 million IMAP servers, and has a global market share of 76.9% of all IMAP servers. The results of the same survey in 2019 gave figures of 2.6 million and 76.2%, respectively.&lt;br /&gt;
[[File:Mailcluster.png|thumb|Mail Cluster]]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=File:Mailcluster.png&amp;diff=9340</id>
		<title>File:Mailcluster.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=File:Mailcluster.png&amp;diff=9340"/>
		<updated>2022-05-28T07:14:06Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Uploaded own work with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=mailcluster}}&lt;br /&gt;
|date=2022-05-28&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:FilipeFonseca|FilipeFonseca]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Dovecot&amp;diff=9339</id>
		<title>Dovecot</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Dovecot&amp;diff=9339"/>
		<updated>2022-05-28T07:12:26Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Dovecot''' is an open-source IMAP and POP3 server for Unix-like operating systems, written primarily with security in mind. Timo Sirainen originated Dovecot and first released it in July 2002. Dovecot developers primarily aim to produce a lightweight, fast and easy-to-set-up open-source email server.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of Dovecot is to act as mail storage server. Mail is delivered to the server using some mail delivery agent (MDA) and stored for later access with an email client (mail user agent, or MUA). Dovecot can also act as mail proxy server, forwarding connection to another mail server, or act as a lightweight MUA in order to retrieve and manipulate mail on remote server for e.g. mail migration.&lt;br /&gt;
&lt;br /&gt;
According to the Open Email Survey, as of 2020, Dovecot has an installed base of at least 2.9 million IMAP servers, and has a global market share of 76.9% of all IMAP servers. The results of the same survey in 2019 gave figures of 2.6 million and 76.2%, respectively.&lt;br /&gt;
&lt;br /&gt;
[[File:Dovecot.cluster wm.png|thumb|Mail Cluster]]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Dovecot&amp;diff=9338</id>
		<title>Dovecot</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Dovecot&amp;diff=9338"/>
		<updated>2022-05-28T07:10:56Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Created page with &amp;quot;'''Dovecot''' is an open-source IMAP and POP3 server for Unix-like operating systems, written primarily with security in mind. Timo Sirainen originated Dovecot and first relea...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Dovecot''' is an open-source IMAP and POP3 server for Unix-like operating systems, written primarily with security in mind. Timo Sirainen originated Dovecot and first released it in July 2002. Dovecot developers primarily aim to produce a lightweight, fast and easy-to-set-up open-source email server.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of Dovecot is to act as mail storage server. Mail is delivered to the server using some mail delivery agent (MDA) and stored for later access with an email client (mail user agent, or MUA). Dovecot can also act as mail proxy server, forwarding connection to another mail server, or act as a lightweight MUA in order to retrieve and manipulate mail on remote server for e.g. mail migration.&lt;br /&gt;
&lt;br /&gt;
According to the Open Email Survey, as of 2020, Dovecot has an installed base of at least 2.9 million IMAP servers, and has a global market share of 76.9% of all IMAP servers. The results of the same survey in 2019 gave figures of 2.6 million and 76.2%, respectively.&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Resolv.conf&amp;diff=9336</id>
		<title>Resolv.conf</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Resolv.conf&amp;diff=9336"/>
		<updated>2022-02-11T09:36:53Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Prevent DHCP client from changing resolv.conf file ==&lt;br /&gt;
This is the method that I recommend using the most. changing dhcp hooks&lt;br /&gt;
&lt;br /&gt;
Edit &amp;lt;code&amp;gt;/etc/dhcp/dhclient-enter-hooks.d/nodnsupdate&amp;lt;/code&amp;gt;.&lt;br /&gt;
 &amp;lt;code&amp;gt;vi /etc/dhcp/dhclient-enter-hooks.d/nodnsupdate&amp;lt;/code&amp;gt;&lt;br /&gt;
Make the following edits:&lt;br /&gt;
 &amp;lt;code&amp;gt;#!/bin/sh&lt;br /&gt;
 make_resolv_conf(){&lt;br /&gt;
     :&lt;br /&gt;
 }&amp;lt;/code&amp;gt;&lt;br /&gt;
Save and exit.&lt;br /&gt;
&lt;br /&gt;
Update the permissions on the &amp;lt;code&amp;gt;nodnsupdate&amp;lt;/code&amp;gt; file.&lt;br /&gt;
 &amp;lt;code&amp;gt;chmod +x /etc/dhcp/dhclient-enter-hooks.d/nodnsupdate&amp;lt;/code&amp;gt;&lt;br /&gt;
Reboot your server. You can now update nameservers by editing &amp;lt;code&amp;gt;/etc/resolv.conf&amp;lt;/code&amp;gt; without worrying about rollback.&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Debian&amp;diff=9335</id>
		<title>Debian</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Debian&amp;diff=9335"/>
		<updated>2022-02-11T05:07:33Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{short description|Linux distribution based on free and open-source software}}&lt;br /&gt;
{{good article}}&lt;br /&gt;
{{Use mdy dates|date=March 2014}}&lt;br /&gt;
{{Infobox OS&lt;br /&gt;
| name = Debian&lt;br /&gt;
| logo = Debian-OpenLogo.svg&lt;br /&gt;
| logo_size = 100px&lt;br /&gt;
| logo_alt = Debian OpenLogo&lt;br /&gt;
| screenshot = Debian 11 with GNOME desktop.png&lt;br /&gt;
| screenshot_alt = Screenshot of Debian 11 (Bullseye) with the [[GNOME]] desktop environment 3.38&lt;br /&gt;
| caption = Debian 11 (Bullseye) running its default [[w:Desktop_environment|desktop environment]], [[GNOME]] version 3.38&lt;br /&gt;
| developer = The Debian Project&lt;br /&gt;
| family = [[w:Unix-like|Unix-like]] &amp;lt;!-- per [[template:Infobox OS/doc]] as of December 18, 2019 --&amp;gt;&lt;br /&gt;
| working_state = Current&lt;br /&gt;
| source_model = [[w:Open-source software|Open source]]&lt;br /&gt;
| released = {{Start date and age|1993|09}}&lt;br /&gt;
| latest preview version = 12 (Bookworm)&amp;lt;ref&amp;gt;{{cite web |url = https://www.debian.org/releases/testing/releasenotes |title = Debian Release Notes |publisher = debian.org |access-date = 14 August 2021 |archive-date = 14 August 2021 |archive-url = https://web.archive.org/web/20210814214331/https://www.debian.org/releases/testing/releasenotes |url-status = live }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| language = 75 languages&lt;br /&gt;
| updatemodel = [[w:Long-term_support|Long-term support]] in stable edition, [[rolling release]] in unstable and testing editions&lt;br /&gt;
| package_manager = [[APT (Debian)|APT]] (front-end), [[dpkg]]&lt;br /&gt;
| supported_platforms = [[x86-64]], [[arm64]], [https://wiki.debian.org/ArmEabiPort armel], [[armhf]], [[i386]], [[MIPS architecture|mips]], [[mipsel]], [[MIPS architecture|mips64el]], [[ppc64el]], [[s390x]],&amp;lt;ref&amp;gt;{{cite web |url = https://www.debian.org/ports/ |title = Debian -- Ports |access-date = May 26, 2014 |archive-date = November 22, 2016 |archive-url = https://web.archive.org/web/20161122100500/http://www.debian.org/ports/ |url-status = live }}&amp;lt;/ref&amp;gt; [[RISC-V|riscv64]] (in progress)&amp;lt;ref&amp;gt;{{cite web | url=https://wiki.debian.org/RISC-V | title=RISC-V - Debian Wiki | access-date=2018-01-24 | archive-date=March 20, 2018 | archive-url=https://web.archive.org/web/20180320153651/https://wiki.debian.org/RISC-V | url-status=live }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| kernel_type = [[Linux kernel]]&lt;br /&gt;
| userland = [[GNU Core Utilities|GNU]]&lt;br /&gt;
| ui = &lt;br /&gt;
* [[GNOME]] on DVD&lt;br /&gt;
* [[XFCE]] on CD and non-Linux ports&lt;br /&gt;
* [[MATE (software)|MATE]] available on Debian's website&lt;br /&gt;
* [[KDE Plasma 5|KDE Plasma]] available on Debian's website&lt;br /&gt;
* [[LXQt]] available on Debian's website&lt;br /&gt;
* [[LXDE]] available on Debian's website&lt;br /&gt;
* [[Cinnamon (desktop environment)|Cinnamon]] available on Debian's website&lt;br /&gt;
| license = [[Debian Free Software Guidelines|DFSG]]-compatible licenses&lt;br /&gt;
| website = {{Official URL}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Debian run after install ==&lt;br /&gt;
&lt;br /&gt;
;INSTALL ENCRYPTED DEBIAN&lt;br /&gt;
    [[debian with luks|Install Debian with LUKS encrypted partitions]]&lt;br /&gt;
&lt;br /&gt;
;PREPARE DEBIAN VIRTUAL&lt;br /&gt;
    apt install figlet fortunes screen dnsutils net-tools iptables-persistent linux-headers-$(uname -r) build-essential gcc make perl dkms wget gnupg2&lt;br /&gt;
&lt;br /&gt;
;PREPARE DEBIAN REAL&lt;br /&gt;
    apt install figlet fortunes screen dnsutils net-tools iptables-persistent linux-headers-$(uname -r) build-essential gcc make perl dkms wget gnupg2 ifenslave-2.6&lt;br /&gt;
&lt;br /&gt;
;PREPARE DEBIAN FOR HTTP-SQL-PHP&lt;br /&gt;
    apt install apache2 php php-bcmath php-xml php-common php-imap php-intl php-json php-mbstring php-oauth php-soap php-sqlite3 php-xmlrpc php-zip&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== move /var folder to separated location: ===&lt;br /&gt;
-check disk is avaliable:&lt;br /&gt;
&lt;br /&gt;
# # lsblk&lt;br /&gt;
&lt;br /&gt;
-partition disk:&lt;br /&gt;
&lt;br /&gt;
# # fdisk /dev/xvdb &lt;br /&gt;
# # mkfs.ext4 /dev/xvdb1&lt;br /&gt;
&lt;br /&gt;
-create tmp mount folder:&lt;br /&gt;
&lt;br /&gt;
# #mkdir /var-new&lt;br /&gt;
&lt;br /&gt;
-get block id and add to /etc/fstab&lt;br /&gt;
&lt;br /&gt;
# # blkid&lt;br /&gt;
&lt;br /&gt;
-mount partition&lt;br /&gt;
&lt;br /&gt;
# #mount -a&lt;br /&gt;
&lt;br /&gt;
-check:&lt;br /&gt;
&lt;br /&gt;
# # df -h&lt;br /&gt;
&lt;br /&gt;
-create new folder and copy /var into:&lt;br /&gt;
&lt;br /&gt;
# # cd /var-new/&lt;br /&gt;
# # cp -rp /var/* .&lt;br /&gt;
# # ls -la&lt;br /&gt;
&lt;br /&gt;
-change /var folder:&lt;br /&gt;
&lt;br /&gt;
# # cd /&lt;br /&gt;
# # ls -la&lt;br /&gt;
# # mv /var /var-old&lt;br /&gt;
&lt;br /&gt;
-unmount partition and rename folder:&lt;br /&gt;
&lt;br /&gt;
# # umount /var-new&lt;br /&gt;
# # mv /var-new /var&lt;br /&gt;
&lt;br /&gt;
-modify /etc/fstab&lt;br /&gt;
&lt;br /&gt;
-reboot&lt;br /&gt;
&lt;br /&gt;
-check:&lt;br /&gt;
&lt;br /&gt;
# # df -h&lt;br /&gt;
&lt;br /&gt;
done!&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Samba_as_PDC&amp;diff=9334</id>
		<title>Samba as PDC</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Samba_as_PDC&amp;diff=9334"/>
		<updated>2022-02-08T16:11:42Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;Install&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
    #check hostname&lt;br /&gt;
        hostname -f&lt;br /&gt;
        vi /etc/hostname&lt;br /&gt;
    #add name to hosts&lt;br /&gt;
        vi /etc/hosts&lt;br /&gt;
    #remove any traces of unused configurations&lt;br /&gt;
        rm -v /etc/krb5.conf&lt;br /&gt;
    #update system and install samba&lt;br /&gt;
        apt update &amp;amp;&amp;amp; apt upgrade&lt;br /&gt;
        apt install samba krb5-config winbind smbclient #rembember dns backend! (2021)&lt;br /&gt;
        apt install samba smbclient winbind libpam-winbind libnss-winbind krb5-kdc libpam-krb5 -y (2022)&lt;br /&gt;
    #after successful install&lt;br /&gt;
        mv -v /etc/samba/smb.conf /etc/samba/smb.conf.default&lt;br /&gt;
    #provision domain&lt;br /&gt;
        samba-tool domain provision --use-rfc2307 --interactive&lt;br /&gt;
    #copy provided krb5&lt;br /&gt;
        cp -v /var/lib/samba/private/krb5.conf /etc&lt;br /&gt;
    #bind-dns samba addition&lt;br /&gt;
        vi /etc/bind/named.conf&lt;br /&gt;
        include &amp;quot;/var/lib/samba/bind-dns/named.conf&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
    #bind-dns allow dns updates:&lt;br /&gt;
        vi /etc/bind/options.conf&lt;br /&gt;
        tkey-gssapi-keytab &amp;quot;/var/lib/samba/bind-dns/dns.keytab&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
    #set services&lt;br /&gt;
        systemctl stop smbd nmbd winbind&lt;br /&gt;
        systemctl disable smbd nmbd winbind&lt;br /&gt;
        systemctl unmask samba-ad-dc&lt;br /&gt;
        systemctl enable samba-ad-dc&lt;br /&gt;
        systemctl start samba-ad-dc&lt;br /&gt;
        systemctl status samba-ad-dc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Testing&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
    #test shared folder&lt;br /&gt;
        smbclient -L localhost -U%&lt;br /&gt;
        smbclient //localhost/netlogon -UAdministrator -c 'ls'&lt;br /&gt;
    #check domain level&lt;br /&gt;
        samba-tool domain level show&lt;br /&gt;
    #check kerberos auth&lt;br /&gt;
        kinit -UAdministrator #get ticket&lt;br /&gt;
        klist #list ticket&lt;br /&gt;
        kdestroy #remove tickets&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Maintenance&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
    #create domain user&lt;br /&gt;
        samba-tool user create USER PASSWORD&lt;br /&gt;
    #disable password expiry&lt;br /&gt;
        samba-tool user setexpiry USER --noexpiry&lt;br /&gt;
        samba-tool user setexpiry Administrator --noexpiry #example for Administrator&lt;br /&gt;
    #chagne user password&lt;br /&gt;
        samba-tool user setpassword USER PASSWORD&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Samba_as_PDC&amp;diff=9333</id>
		<title>Samba as PDC</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Samba_as_PDC&amp;diff=9333"/>
		<updated>2022-02-08T00:31:43Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;Install&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
    #check hostname&lt;br /&gt;
        hostname -f&lt;br /&gt;
        vi /etc/hostname&lt;br /&gt;
    #add name to hosts&lt;br /&gt;
        vi /etc/hosts&lt;br /&gt;
    #remove any traces of unused configurations&lt;br /&gt;
        rm -v /etc/krb5.conf&lt;br /&gt;
    #update system and install samba&lt;br /&gt;
        apt update &amp;amp;&amp;amp; apt upgrade&lt;br /&gt;
        apt install samba krb5-config winbind smbclient #rembember dns backend! (2021)&lt;br /&gt;
        apt install samba smbclient winbind libpam-winbind libnss-winbind krb5-kdc libpam-krb5 -y (2022)&lt;br /&gt;
    #after successful install&lt;br /&gt;
        mv -v /etc/samba/smb.conf /etc/samba/smb.conf.default&lt;br /&gt;
    #provision domain&lt;br /&gt;
        samba-tool domain provision --use-rfc2307 --interactive&lt;br /&gt;
    #copy provided krb5&lt;br /&gt;
        cp -v /var/lib/samba/private/krb5.conf /etc&lt;br /&gt;
    #bind-dns samba addition&lt;br /&gt;
        vi /etc/bind/named.conf&lt;br /&gt;
        include &amp;quot;/var/lib/samba/bind-dns/named.conf&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
    #bind-dns allow dns updates:&lt;br /&gt;
        vi /etc/bind/options.conf&lt;br /&gt;
        tkey-gssapi-keytab &amp;quot;/var/lib/samba/bind-dns/dns.keytab&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
    #set services&lt;br /&gt;
        systemctl stop smbd nmbd winbind&lt;br /&gt;
        systemctl disable smbd nmbd winbind&lt;br /&gt;
        systemctl unmask samba-ad-dc&lt;br /&gt;
        systemctl start samba-ad-dc&lt;br /&gt;
        systemctl status samba-ad-dc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Testing&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
    #test shared folder&lt;br /&gt;
        smbclient -L localhost -U%&lt;br /&gt;
        smbclient //localhost/netlogon -UAdministrator -c 'ls'&lt;br /&gt;
    #check domain level&lt;br /&gt;
        samba-tool domain level show&lt;br /&gt;
    #check kerberos auth&lt;br /&gt;
        kinit -UAdministrator #get ticket&lt;br /&gt;
        klist #list ticket&lt;br /&gt;
        kdestroy #remove tickets&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Maintenance&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
    #create domain user&lt;br /&gt;
        samba-tool user create USER PASSWORD&lt;br /&gt;
    #disable password expiry&lt;br /&gt;
        samba-tool user setexpiry USER --noexpiry&lt;br /&gt;
        samba-tool user setexpiry Administrator --noexpiry #example for Administrator&lt;br /&gt;
    #chagne user password&lt;br /&gt;
        samba-tool user setpassword USER PASSWORD&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Samba_as_PDC&amp;diff=9332</id>
		<title>Samba as PDC</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Samba_as_PDC&amp;diff=9332"/>
		<updated>2022-02-08T00:18:05Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;;Install&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
    #check hostname&lt;br /&gt;
        hostname -f&lt;br /&gt;
        vi /etc/hostname&lt;br /&gt;
    #add name to hosts&lt;br /&gt;
        vi /etc/hosts&lt;br /&gt;
    #remove any traces of unused configurations&lt;br /&gt;
        rm -v /etc/krb5.conf&lt;br /&gt;
    #update system and install samba&lt;br /&gt;
        apt update &amp;amp;&amp;amp; apt upgrade&lt;br /&gt;
        apt install samba krb5-config winbind smbclient #rembember dns backend! (2021)&lt;br /&gt;
        apt install samba smbclient winbind libpam-winbind libnss-winbind krb5-kdc libpam-krb5 -y (2022)&lt;br /&gt;
    #after successful install&lt;br /&gt;
        mv -v /etc/samba/smb.conf /etc/samba/smb.conf.default&lt;br /&gt;
    #provision domain&lt;br /&gt;
        samba-tool domain provision --use-rfc2307 --interactive&lt;br /&gt;
    #copy provided krb5&lt;br /&gt;
        cp -v /var/lib/samba/private/krb5.conf /etc&lt;br /&gt;
    #bind-dns samba addition&lt;br /&gt;
        vi /etc/bind/named.conf&lt;br /&gt;
        include &amp;quot;/var/lib/samba/bind-dns/named.conf&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
    #set services&lt;br /&gt;
        systemctl stop smbd nmbd winbind&lt;br /&gt;
        systemctl disable smbd nmbd winbind&lt;br /&gt;
        systemctl unmask samba-ad-dc&lt;br /&gt;
        systemctl start samba-ad-dc&lt;br /&gt;
        systemctl status samba-ad-dc&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Testing&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
    #test shared folder&lt;br /&gt;
        smbclient -L localhost -U%&lt;br /&gt;
        smbclient //localhost/netlogon -UAdministrator -c 'ls'&lt;br /&gt;
    #check domain level&lt;br /&gt;
        samba-tool domain level show&lt;br /&gt;
    #check kerberos auth&lt;br /&gt;
        kinit -UAdministrator #get ticket&lt;br /&gt;
        klist #list ticket&lt;br /&gt;
        kdestroy #remove tickets&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Maintenance&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
    #create domain user&lt;br /&gt;
        samba-tool user create USER PASSWORD&lt;br /&gt;
    #disable password expiry&lt;br /&gt;
        samba-tool user setexpiry USER --noexpiry&lt;br /&gt;
        samba-tool user setexpiry Administrator --noexpiry #example for Administrator&lt;br /&gt;
    #chagne user password&lt;br /&gt;
        samba-tool user setpassword USER PASSWORD&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Resolv.conf&amp;diff=9331</id>
		<title>Resolv.conf</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Resolv.conf&amp;diff=9331"/>
		<updated>2022-02-07T23:31:23Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Created page with &amp;quot;== Prevent DHCP client from changing resolv.conf file == This is the method that I recommend using the most.  Edit &amp;lt;code&amp;gt;/etc/dhcp/dhclient-enter-hooks.d/nodnsupdate&amp;lt;/code&amp;gt;....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Prevent DHCP client from changing resolv.conf file ==&lt;br /&gt;
This is the method that I recommend using the most.&lt;br /&gt;
&lt;br /&gt;
Edit &amp;lt;code&amp;gt;/etc/dhcp/dhclient-enter-hooks.d/nodnsupdate&amp;lt;/code&amp;gt;.&lt;br /&gt;
 &amp;lt;code&amp;gt;vim /etc/dhcp/dhclient-enter-hooks.d/nodnsupdate&amp;lt;/code&amp;gt;&lt;br /&gt;
Make the following edits:&lt;br /&gt;
 &amp;lt;code&amp;gt;#!/bin/sh&lt;br /&gt;
 make_resolv_conf(){&lt;br /&gt;
     :&lt;br /&gt;
 }&amp;lt;/code&amp;gt;&lt;br /&gt;
Save and exit.&lt;br /&gt;
&lt;br /&gt;
Update the permissions on the &amp;lt;code&amp;gt;nodnsupdate&amp;lt;/code&amp;gt; file.&lt;br /&gt;
 &amp;lt;code&amp;gt;chmod +x /etc/dhcp/dhclient-enter-hooks.d/nodnsupdate&amp;lt;/code&amp;gt;&lt;br /&gt;
Reboot your server. You can now update nameservers by editing &amp;lt;code&amp;gt;/etc/resolv.conf&amp;lt;/code&amp;gt; without worrying about rollback.&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=DRBD&amp;diff=9330</id>
		<title>DRBD</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=DRBD&amp;diff=9330"/>
		<updated>2022-02-07T18:31:50Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''DRBD''' is a distributed replicated storage system for the Linux platform.  It is implemented as a kernel driver, several userspace management applications, and some shell scripts. DRBD is traditionally used in high availability (HA) computer clusters, but beginning with DRBD version 9, it can also be used to create larger software defined storage pools with a focus on cloud integration.&lt;br /&gt;
&lt;br /&gt;
A ''DRBD device'' is a ''DRBD block device'' that refers to a logical block device in a logical volume schema.&lt;br /&gt;
&lt;br /&gt;
The DRBD software is free software released under the terms of the GNU General Public License version 2.&lt;br /&gt;
&lt;br /&gt;
DRBD is part of the Lisog open source stack initiative.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DRBD usage&lt;br /&gt;
&lt;br /&gt;
- Maintenance:&lt;br /&gt;
&lt;br /&gt;
--drbdadm status #get node array status&lt;br /&gt;
&lt;br /&gt;
--cat /proc/drbd #check connection and role&lt;br /&gt;
&lt;br /&gt;
--drbdadmin disconnect &amp;lt;…name…&amp;gt; #disconnect array&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tasks...&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--reboot.done.&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=DRBD&amp;diff=9329</id>
		<title>DRBD</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=DRBD&amp;diff=9329"/>
		<updated>2022-02-07T18:23:30Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''DRBD''' is a distributed replicated storage system for the Linux platform.  It is implemented as a kernel driver, several userspace management applications, and some shell scripts. DRBD is traditionally used in high availability (HA) computer clusters, but beginning with DRBD version 9, it can also be used to create larger software defined storage pools with a focus on cloud integration.&lt;br /&gt;
&lt;br /&gt;
A ''DRBD device'' is a ''DRBD block device'' that refers to a logical block device in a logical volume schema.&lt;br /&gt;
&lt;br /&gt;
The DRBD software is free software released under the terms of the GNU General Public License version 2.&lt;br /&gt;
&lt;br /&gt;
DRBD is part of the Lisog open source stack initiative.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DRBD usage&lt;br /&gt;
&lt;br /&gt;
- Maintenance:&lt;br /&gt;
&lt;br /&gt;
--drbdadm status #get node array status&lt;br /&gt;
&lt;br /&gt;
--cat /proc/drbd #check connection and role&lt;br /&gt;
&lt;br /&gt;
--drbdadmin disconnect &amp;lt;…name…&amp;gt; #disconnect array&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tasks...&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--reboot.done.&lt;br /&gt;
&lt;br /&gt;
- Transfer role:&lt;br /&gt;
&lt;br /&gt;
--CRM# resource move iSCSI_group1 inode02ss force&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=DRBD&amp;diff=9328</id>
		<title>DRBD</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=DRBD&amp;diff=9328"/>
		<updated>2022-02-07T18:21:12Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Created page with &amp;quot;DRBD  - Maintenance:  --drbdadm status #get node array status  --cat /proc/drbd #check connection and role  --drbdadmin disconnect &amp;lt;…name…&amp;gt; #disconnect array  &amp;lt;tasks...&amp;gt;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;DRBD&lt;br /&gt;
&lt;br /&gt;
- Maintenance:&lt;br /&gt;
&lt;br /&gt;
--drbdadm status #get node array status&lt;br /&gt;
&lt;br /&gt;
--cat /proc/drbd #check connection and role&lt;br /&gt;
&lt;br /&gt;
--drbdadmin disconnect &amp;lt;…name…&amp;gt; #disconnect array&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tasks...&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--reboot.done.&lt;br /&gt;
&lt;br /&gt;
- Transfer role:&lt;br /&gt;
&lt;br /&gt;
--CRM# resource move iSCSI_group1 inode02ss force&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Information_and_communications_technology&amp;diff=9327</id>
		<title>Information and communications technology</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Information_and_communications_technology&amp;diff=9327"/>
		<updated>2022-01-28T00:24:20Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Redirected page to w:Information and communications technology&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[w:Information_and_communications_technology|Information and communications technology]]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=NOC&amp;diff=9326</id>
		<title>NOC</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=NOC&amp;diff=9326"/>
		<updated>2022-01-26T20:23:08Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Redirected page to w:Network operations center&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[w:Network_operations_center|Network operations center]]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=NOC&amp;diff=9325</id>
		<title>NOC</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=NOC&amp;diff=9325"/>
		<updated>2022-01-26T20:21:26Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;w:Network_operations_center&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=NOC&amp;diff=9324</id>
		<title>NOC</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=NOC&amp;diff=9324"/>
		<updated>2022-01-26T20:20:46Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Created page with &amp;quot;https://en.wikipedia.org/wiki/Network_operations_center&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;https://en.wikipedia.org/wiki/Network_operations_center&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=File:My-logo-empty.png&amp;diff=9323</id>
		<title>File:My-logo-empty.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=File:My-logo-empty.png&amp;diff=9323"/>
		<updated>2022-01-18T14:44:54Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Uploaded own work with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=filipefonseca.pt}}&lt;br /&gt;
|date=2022-01-18&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:FilipeFonseca|FilipeFonseca]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=File:107707069587912.jpg&amp;diff=9322</id>
		<title>File:107707069587912.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=File:107707069587912.jpg&amp;diff=9322"/>
		<updated>2022-01-18T14:36:41Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Uploaded own work with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=107707069587912}}&lt;br /&gt;
|date=2022-01-18&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:FilipeFonseca|FilipeFonseca]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Myip&amp;diff=9321</id>
		<title>Myip</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Myip&amp;diff=9321"/>
		<updated>2022-01-17T23:53:20Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;linux terminal:&lt;br /&gt;
&lt;br /&gt;
dig +short myip.opendns.com @resolver1.opendns.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
windows command line&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;nslookup myip.opendns.com. resolver1.opendns.com&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Myip&amp;diff=9320</id>
		<title>Myip</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Myip&amp;diff=9320"/>
		<updated>2022-01-17T23:52:22Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Created page with &amp;quot;linux terminal:  dig +short myip.opendns.com @resolver1.opendns.com&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;linux terminal:&lt;br /&gt;
&lt;br /&gt;
dig +short myip.opendns.com @resolver1.opendns.com&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=File:Filipefonseca_hp_cdrw_drive.jpg&amp;diff=9319</id>
		<title>File:Filipefonseca hp cdrw drive.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=File:Filipefonseca_hp_cdrw_drive.jpg&amp;diff=9319"/>
		<updated>2021-12-04T04:01:46Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Uploaded own work with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=CD Recording in the 90's}}&lt;br /&gt;
|date=2021-07-12 13:57:54&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:FilipeFonseca|FilipeFonseca]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=File:Filipefonseca_noc.jpg&amp;diff=9318</id>
		<title>File:Filipefonseca noc.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=File:Filipefonseca_noc.jpg&amp;diff=9318"/>
		<updated>2021-12-04T04:01:33Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Uploaded own work with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=Network Operations Center}}&lt;br /&gt;
|date=2015-11-01 19:30:46&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:FilipeFonseca|FilipeFonseca]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=File:Filipefonseca_cluster_openmosix.jpg&amp;diff=9317</id>
		<title>File:Filipefonseca cluster openmosix.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=File:Filipefonseca_cluster_openmosix.jpg&amp;diff=9317"/>
		<updated>2021-12-04T04:01:32Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Uploaded own work with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=openmosix beowulf cluster}}&lt;br /&gt;
|date=2011-06-16 22:52:46&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:FilipeFonseca|FilipeFonseca]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=File:Filipefonseca_lto_vault.jpg&amp;diff=9316</id>
		<title>File:Filipefonseca lto vault.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=File:Filipefonseca_lto_vault.jpg&amp;diff=9316"/>
		<updated>2021-12-04T04:01:32Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Uploaded own work with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=LTO Backup Vault}}&lt;br /&gt;
|date=2007-10-12 03:39:44&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:FilipeFonseca|FilipeFonseca]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Creative_Commons&amp;diff=9315</id>
		<title>Creative Commons</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Creative_Commons&amp;diff=9315"/>
		<updated>2021-12-01T20:14:11Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Redirected page to w:Creative Commons&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[w:Creative_Commons|Creative Commons]]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Template:Cc-by-sa-4.0&amp;diff=9314</id>
		<title>Template:Cc-by-sa-4.0</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Template:Cc-by-sa-4.0&amp;diff=9314"/>
		<updated>2021-12-01T20:11:17Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Creative Commons License --&amp;gt;{{imbox&lt;br /&gt;
| type  = license&lt;br /&gt;
| class = licensetpl&lt;br /&gt;
| image = [[File:CC_some_rights_reserved.svg|90px]] &amp;lt;br /&amp;gt; [[File:Cc-by new white.svg|24px]][[Image:Cc-sa white.svg|24px]]&lt;br /&gt;
| text  = ''This work is licensed under the [[Creative Commons]] [https://creativecommons.org/licenses/by-sa/4.0/ Attribution-ShareAlike 4.0] License. {{#if:{{{1|}}}| &amp;lt;br /&amp;gt; Attribution: {{{1|}}} }}''&amp;lt;span class=&amp;quot;licensetpl_link&amp;quot; style=&amp;quot;display:none;&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;/nowiki&amp;gt;creativecommons.org/licenses/by-sa/4.0/&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;licensetpl_short&amp;quot; style=&amp;quot;display:none;&amp;quot;&amp;gt;CC-BY-SA-4.0&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;licensetpl_long&amp;quot; style=&amp;quot;display:none;&amp;quot;&amp;gt;Creative Commons Attribution-ShareAlike 4.0&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;licensetpl_link_req&amp;quot; style=&amp;quot;display:none;&amp;quot;&amp;gt;true&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;licensetpl_attr_req&amp;quot; style=&amp;quot;display:none;&amp;quot;&amp;gt;true&amp;lt;/span&amp;gt;&lt;br /&gt;
{{image other&lt;br /&gt;
| [[Category:Creative Commons Attribution-ShareAlike 4.0 files|{{PAGENAME}}]]&lt;br /&gt;
| &amp;lt;br/&amp;gt;{{center|{{error-small|This template should only be used on file pages.}}}}&lt;br /&gt;
}}}}{{#if:{{yesno|{{{dw|}}}|yes=|no=yes}}|{{free media}}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Template:Cc-by-sa-3.0&amp;diff=9313</id>
		<title>Template:Cc-by-sa-3.0</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Template:Cc-by-sa-3.0&amp;diff=9313"/>
		<updated>2021-12-01T20:09:27Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Created page with &amp;quot;&amp;lt;!-- Creative Commons License --&amp;gt;{{imbox | type  = license | class = licensetpl | image = 90px &amp;lt;br&amp;gt; 24pxI...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- Creative Commons License --&amp;gt;{{imbox&lt;br /&gt;
| type  = license&lt;br /&gt;
| class = licensetpl&lt;br /&gt;
| image = [[Image:CC_some_rights_reserved.svg|90px]] &amp;lt;br&amp;gt; [[Image:Cc-by new white.svg|24px]][[Image:Cc-sa white.svg|24px]]&lt;br /&gt;
| text  = ''This work is licensed under the [[Creative Commons]] [https://creativecommons.org/licenses/by-sa/3.0/ Attribution-ShareAlike 3.0] License. {{#if:{{{1|}}}| &amp;lt;br&amp;gt; Attribution: &amp;lt;span class=&amp;quot;licensetpl_attr&amp;quot;&amp;gt;{{{1|}}}&amp;lt;/span&amp;gt; }}''&amp;lt;span class=&amp;quot;licensetpl_link&amp;quot; style=&amp;quot;display:none;&amp;quot;&amp;gt;&amp;lt;nowiki&amp;gt;https://&amp;lt;/nowiki&amp;gt;creativecommons.org/licenses/by-sa/3.0/&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;licensetpl_short&amp;quot; style=&amp;quot;display:none;&amp;quot;&amp;gt;CC-BY-SA-3.0&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;licensetpl_long&amp;quot; style=&amp;quot;display:none;&amp;quot;&amp;gt;Creative Commons Attribution-ShareAlike 3.0&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;licensetpl_link_req&amp;quot; style=&amp;quot;display:none;&amp;quot;&amp;gt;true&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;licensetpl_attr_req&amp;quot; style=&amp;quot;display:none;&amp;quot;&amp;gt;true&amp;lt;/span&amp;gt;&lt;br /&gt;
}}{{image other&lt;br /&gt;
| [[Category:Creative Commons Attribution-ShareAlike 3.0 files|{{PAGENAME}}]]&lt;br /&gt;
| &amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;This template should be used only on file pages.&amp;lt;/div&amp;gt;&lt;br /&gt;
}}{{#if:{{yesno|{{{dw|}}}|yes=|no=yes}}|{{free media}}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Template:License_migration_is_redundant&amp;diff=9312</id>
		<title>Template:License migration is redundant</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Template:License_migration_is_redundant&amp;diff=9312"/>
		<updated>2021-12-01T20:03:49Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Created page with &amp;quot;{{#switch:{{ucfirst:{{lc:{{{1|}}}}}}} |Cc-by-3.0 |Cc-by-sa-all |Cc-by-sa-any |Cc-by-sa-3.0,2.5,2.0,1.0 |Cc-by-sa-3.0-migrated |Cc-by-sa-3.0 |Cc-by-4.0 |Cc-by-sa-4.0 |Cc-by-sa-...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch:{{ucfirst:{{lc:{{{1|}}}}}}}&lt;br /&gt;
|Cc-by-3.0&lt;br /&gt;
|Cc-by-sa-all&lt;br /&gt;
|Cc-by-sa-any&lt;br /&gt;
|Cc-by-sa-3.0,2.5,2.0,1.0&lt;br /&gt;
|Cc-by-sa-3.0-migrated&lt;br /&gt;
|Cc-by-sa-3.0&lt;br /&gt;
|Cc-by-4.0&lt;br /&gt;
|Cc-by-sa-4.0&lt;br /&gt;
|Cc-by-sa-4.0,3.0,2.5,2.0,1.0=redundant&lt;br /&gt;
|#default=&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{pp-template|small=yes}}&lt;br /&gt;
Returns ''redundant'' if one of the redundant templates is passed, otherwise nothing.&lt;br /&gt;
&lt;br /&gt;
[[Category:Wikipedia license migration templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Template:Self/migration&amp;diff=9311</id>
		<title>Template:Self/migration</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Template:Self/migration&amp;diff=9311"/>
		<updated>2021-12-01T20:03:18Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;{{pp-template|small=yes}}&amp;lt;/noinclude&amp;gt;{{#if:{{{migration|}}}|{{{migration|}}}|  {{#if:{{License migration is redundant|{{{1|}}} }}|redundant|   {{#if:{{License migra...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{pp-template|small=yes}}&amp;lt;/noinclude&amp;gt;{{#if:{{{migration|}}}|{{{migration|}}}|&lt;br /&gt;
 {{#if:{{License migration is redundant|{{{1|}}} }}|redundant|&lt;br /&gt;
  {{#if:{{License migration is redundant|{{{2|}}} }}|redundant|&lt;br /&gt;
   {{#if:{{License migration is redundant|{{{3|}}} }}|redundant|&lt;br /&gt;
    {{#if:{{License migration is redundant|{{{4|}}} }}|redundant|&lt;br /&gt;
     {{#if:{{License migration is redundant|{{{5|}}} }}|redundant|&lt;br /&gt;
      {{#if:{{License migration is redundant|{{{6|}}} }}|redundant&lt;br /&gt;
      }}&lt;br /&gt;
     }}&lt;br /&gt;
    }}&lt;br /&gt;
   }}&lt;br /&gt;
  }}&lt;br /&gt;
 }}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Template:Self&amp;diff=9310</id>
		<title>Template:Self</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Template:Self&amp;diff=9310"/>
		<updated>2021-12-01T20:02:43Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Created page with &amp;quot;{| style=&amp;quot;margin:0.5em auto; width:90%; background-color:#f0f0f0; border:2px solid #aaaaaa; padding:2px;&amp;quot; |{{center|'''''{{{author|I}}}, the copyright holder of this work,'''...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;margin:0.5em auto; width:90%; background-color:#f0f0f0; border:2px solid #aaaaaa; padding:2px;&amp;quot;&lt;br /&gt;
|{{center|'''''{{{author|I}}}, the copyright holder of this work,''' hereby publish{{#if: {{{author|}}}|es|}} it under the following license{{#if: {{{2|}}}|s|}}:''}}&lt;br /&gt;
{{center|&amp;lt;!--&lt;br /&gt;
//--&amp;gt;{{{{{1}}}|dw={{{dw|no}}}|date={{{date|}}}|migration={{Self/migration|migration={{{migration|}}}|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}|4={{{4|}}}|5={{{5|}}}|6={{{6|}}}}} }} &amp;lt;!-- &lt;br /&gt;
//--&amp;gt;{{#if: {{{2|}}} |{{ {{{2}}}|dw={{{dw|no}}}|date={{{date|}}}|migration={{Self/migration|migration={{{migration|}}}|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}|4={{{4|}}}|5={{{5|}}}|6={{{6|}}}}} }} }} &amp;lt;!-- &lt;br /&gt;
//--&amp;gt;{{#if: {{{3|}}} |{{ {{{3}}}|dw={{{dw|no}}}|date={{{date|}}}|migration={{Self/migration|migration={{{migration|}}}|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}|4={{{4|}}}|5={{{5|}}}|6={{{6|}}}}} }} }} &amp;lt;!-- &lt;br /&gt;
//--&amp;gt;{{#if: {{{4|}}} |{{ {{{4}}}|dw={{{dw|no}}}|date={{{date|}}}|migration={{Self/migration|migration={{{migration|}}}|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}|4={{{4|}}}|5={{{5|}}}|6={{{6|}}}}} }} }} &amp;lt;!-- &lt;br /&gt;
//--&amp;gt;{{#if: {{{5|}}} |{{ {{{5}}}|dw={{{dw|no}}}|date={{{date|}}}|migration={{Self/migration|migration={{{migration|}}}|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}|4={{{4|}}}|5={{{5|}}}|6={{{6|}}}}} }} }} &amp;lt;!-- &lt;br /&gt;
//--&amp;gt;{{#if: {{{6|}}} |{{ {{{6}}}|dw={{{dw|no}}}|date={{{date|}}}|migration={{Self/migration|migration={{{migration|}}}|1={{{1|}}}|2={{{2|}}}|3={{{3|}}}|4={{{4|}}}|5={{{5|}}}|6={{{6|}}}}} }} }}}}&amp;lt;!-- &lt;br /&gt;
//--&amp;gt;{{#if: {{{2|}}}|{{center|''You may select the license of your choice.''}}|}}&lt;br /&gt;
|}&amp;lt;includeonly&amp;gt;{{file other|{{#if:{{{author|}}}|[[Category:Files licensed by third parties|{{PAGENAME}}]]|[[Category:Self-published work|{{PAGENAME}}]]}}}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Main_Page&amp;diff=9309</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Main_Page&amp;diff=9309"/>
		<updated>2021-11-25T19:51:54Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Welcome to wiki.filipefonseca.pt&amp;lt;/strong&amp;gt;&lt;br /&gt;
Use [http://wiki.filipefonseca.pt/index.php?search Search] to find!&lt;br /&gt;
&lt;br /&gt;
== Recomended pages ==&lt;br /&gt;
*[[Debian_with_luks|Install Debian with LUKS]]&lt;br /&gt;
*[[Anatomy_of_a_Linux_Ransomware_Attack|Anatomy of a Linux Ransomware Attack]]&lt;br /&gt;
*[[Jailkit|Chroot Linux Users with JailKit]]&lt;br /&gt;
&lt;br /&gt;
== Most used pages ==&lt;br /&gt;
&amp;lt;TopTenPages [offset=OFFSET]&amp;gt;[NUMBEROFPAGES]&amp;lt;/TopTenPages&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== All Pages ==&lt;br /&gt;
{{Special:allpages}}&lt;br /&gt;
&lt;br /&gt;
== New pages ==&lt;br /&gt;
{{Special:newpages}}&lt;br /&gt;
&lt;br /&gt;
== Logging ==&lt;br /&gt;
{{Special:log}}&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Main_Page&amp;diff=9308</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Main_Page&amp;diff=9308"/>
		<updated>2021-11-25T19:45:39Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Welcome to wiki.filipefonseca.pt&amp;lt;/strong&amp;gt;&lt;br /&gt;
Use [http://wiki.filipefonseca.pt/index.php?search Search] to find!&lt;br /&gt;
&lt;br /&gt;
== Recomended pages ==&lt;br /&gt;
#[[Debian_with_luks|Install Debian with LUKS]]&lt;br /&gt;
#[[Anatomy_of_a_Linux_Ransomware_Attack|Anatomy of a Linux Ransomware Attack]]&lt;br /&gt;
#[[Jailkit|Chroot Linux Users with JailKit]]&lt;br /&gt;
&lt;br /&gt;
== Most used pages ==&lt;br /&gt;
&amp;lt;TopTenPages [offset=OFFSET]&amp;gt;[NUMBEROFPAGES]&amp;lt;/TopTenPages&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== All Pages ==&lt;br /&gt;
{{Special:allpages}}&lt;br /&gt;
&lt;br /&gt;
== New pages ==&lt;br /&gt;
{{Special:newpages}}&lt;br /&gt;
&lt;br /&gt;
== Logging ==&lt;br /&gt;
{{Special:log}}&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Main_Page&amp;diff=9307</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Main_Page&amp;diff=9307"/>
		<updated>2021-11-25T19:43:31Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Welcome to wiki.filipefonseca.pt&amp;lt;/strong&amp;gt;&lt;br /&gt;
Use [http://wiki.filipefonseca.pt/index.php?search Search] to find!&lt;br /&gt;
&lt;br /&gt;
== Recomended pages ==&lt;br /&gt;
#[[Debian_with_luks|Install Debian with LUKS]]&lt;br /&gt;
#[[Anatomy_of_a_Linux_Ransomware_Attack|Anatomy of a Linux Ransomware Attack]]&lt;br /&gt;
#[[Filipefonseca.pt]]&lt;br /&gt;
&lt;br /&gt;
== Most used pages ==&lt;br /&gt;
&amp;lt;TopTenPages [offset=OFFSET]&amp;gt;[NUMBEROFPAGES]&amp;lt;/TopTenPages&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== All Pages ==&lt;br /&gt;
{{Special:allpages}}&lt;br /&gt;
&lt;br /&gt;
== New pages ==&lt;br /&gt;
{{Special:newpages}}&lt;br /&gt;
&lt;br /&gt;
== Logging ==&lt;br /&gt;
{{Special:log}}&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Main_Page&amp;diff=9306</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Main_Page&amp;diff=9306"/>
		<updated>2021-11-25T19:43:04Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Welcome to wiki.filipefonseca.pt&amp;lt;/strong&amp;gt;&lt;br /&gt;
Use [http://wiki.filipefonseca.pt/index.php?search Search] to find!&lt;br /&gt;
&lt;br /&gt;
== Recomended pages ==&lt;br /&gt;
[[Debian_with_luks|Install Debian with LUKS]]&lt;br /&gt;
[[Anatomy_of_a_Linux_Ransomware_Attack|Anatomy of a Linux Ransomware Attack]]&lt;br /&gt;
[[Filipefonseca.pt]]&lt;br /&gt;
&lt;br /&gt;
== Most used pages ==&lt;br /&gt;
&amp;lt;TopTenPages [offset=OFFSET]&amp;gt;[NUMBEROFPAGES]&amp;lt;/TopTenPages&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== All Pages ==&lt;br /&gt;
{{Special:allpages}}&lt;br /&gt;
&lt;br /&gt;
== New pages ==&lt;br /&gt;
{{Special:newpages}}&lt;br /&gt;
&lt;br /&gt;
== Logging ==&lt;br /&gt;
{{Special:log}}&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Main_Page&amp;diff=9305</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Main_Page&amp;diff=9305"/>
		<updated>2021-11-25T19:41:25Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Welcome to wiki.filipefonseca.pt&amp;lt;/strong&amp;gt;&lt;br /&gt;
Use [http://wiki.filipefonseca.pt/index.php?search Search] to find!&lt;br /&gt;
&lt;br /&gt;
== Recomended pages ==&lt;br /&gt;
[[Filipefonseca.pt]]&lt;br /&gt;
== Most used pages ==&lt;br /&gt;
&amp;lt;TopTenPages [offset=OFFSET]&amp;gt;[NUMBEROFPAGES]&amp;lt;/TopTenPages&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== All Pages ==&lt;br /&gt;
{{Special:allpages}}&lt;br /&gt;
&lt;br /&gt;
== New pages ==&lt;br /&gt;
{{Special:newpages}}&lt;br /&gt;
&lt;br /&gt;
== Logging ==&lt;br /&gt;
{{Special:log}}&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Main_Page&amp;diff=9304</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Main_Page&amp;diff=9304"/>
		<updated>2021-11-25T19:40:35Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Welcome to wiki.filipefonseca.pt&amp;lt;/strong&amp;gt;&lt;br /&gt;
Use [http://wiki.filipefonseca.pt/index.php?search Search] to find!&lt;br /&gt;
&lt;br /&gt;
== Recomended pages ==&lt;br /&gt;
{{Filipefonseca.pt}}&lt;br /&gt;
== Most used pages ==&lt;br /&gt;
&amp;lt;TopTenPages [offset=OFFSET]&amp;gt;[NUMBEROFPAGES]&amp;lt;/TopTenPages&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== All Pages ==&lt;br /&gt;
{{Special:allpages}}&lt;br /&gt;
&lt;br /&gt;
== New pages ==&lt;br /&gt;
{{Special:newpages}}&lt;br /&gt;
&lt;br /&gt;
== Logging ==&lt;br /&gt;
{{Special:log}}&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9303</id>
		<title>Filipefonseca.pt</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9303"/>
		<updated>2021-11-25T19:34:56Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- */ {{short description|filipefonseca.pt network}} /* --&amp;gt;&lt;br /&gt;
{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox &lt;br /&gt;
 |name = filipefonseca.pt&lt;br /&gt;
 |label2 = Founder&lt;br /&gt;
 |data2 = [[User:FilipeFonseca | FilipeFonseca]]&lt;br /&gt;
 |label3 = Web&lt;br /&gt;
 |data3 = [https://filipefonseca.pt filipefonseca.pt]&lt;br /&gt;
 |image = [[File:My-logo-empty.png|200px|center]]&lt;br /&gt;
 |label4 = Industry&lt;br /&gt;
 |data4 = {{Unbulleted list&lt;br /&gt;
 | Advanced computing&lt;br /&gt;
 | Software development&lt;br /&gt;
 | Computer hardware&lt;br /&gt;
 | Cluster computing&lt;br /&gt;
 | Advanced Networking&lt;br /&gt;
 | Internet&lt;br /&gt;
 | Virtualization&lt;br /&gt;
 | Digital Security&lt;br /&gt;
 | Data Analysis&lt;br /&gt;
  }}&lt;br /&gt;
 |label5 = Area Served&lt;br /&gt;
 |data5 = WorldWide&lt;br /&gt;
 |label6 = Founded&lt;br /&gt;
 |data6 = {{Start date and age|1996|02|01}}&lt;br /&gt;
 |label7 = Registered&lt;br /&gt;
 |data7 = {{Start date and age|2018|10|23}}&lt;br /&gt;
 |label8 = Headquarters&lt;br /&gt;
 |data8 = Internet&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt is a tech company from the [[Wikipedia:Internet | internet]]. In-house solutions are provided from a range of services. Security and privacy are the top priority in management solutions. The company is best know for it's large array of available services, that at the same moment can be extremely customized according to clients needs. With optimized setups, enterprise-level security is one of the major focus.&lt;br /&gt;
&lt;br /&gt;
==Origins==&lt;br /&gt;
[[File:filipefonseca_hp_cdrw_drive.jpg|200px|left|thumb| CD Recording in the 90's]]&lt;br /&gt;
filipefonseca.pt started in the 90's, when the latest technology was a simple CD or an [[Wikipedia:Integrated Services Digital Network | ISDN]] connection, that was perhaps the real begining on the internet. The year was 1996 and a CD burner became the central focus. That was the first demand on services, either better internet connection, or better hardware to get the so precious software! Routers came. Networking became a must. Switching a day-to-day. Overclock become something to be done. Colling became a thought! by the 2000's system already runs with an independent server. All user tasks are separated, domain is born! With this increase in computing, PDU is created. A 120000BTU AC unit is turned on! By the end of the decade, system runs 4 servers and 2 desktops, with one of them using 2X NVIDIA9800GX2 in QUAD-SLI mode, crossing this way the 1Tflop barrier for the first time. Mining operations began right after. System becomes even more power hungry. Heat is a problem! 2 years later mining operations are moved online, becoming unprofitable stopping right after. 5 year later all remaining server operations are migrated online. system becomes fully available 24/7. In 2020, 2 datacenters are built! 240-core, 1.37TB-RAM, 26.82TiB-HDD is where the system runs in 2021, in-house. The future is uncertain, but looking back, there is only one way to go…&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt exists before the internet. Since internet became part of our lives, we always do our best to keep up with technology in general. From a simple toaster to I.A. we always use latest technology. Right now main focus is AI. All the automation of our system. Altogether, makes everything very unique, which gives filipefonseca.pt an advantage, when compared to other in what Information Security matters. All our services run on the latest encryption techniques, all network communications are also encrypted, making the overall crackability of the system very hard. Backups and snapshots capabilities makes the system recoverable in case of poor usage by any user. This safe-keep was never needed. Since it began, system was never down. In this long venture into computing, filipefonseca.pt reached ~500node botnet at some point in time, but our thirst for more, took us to place where we cannot ignore the law.&lt;br /&gt;
&lt;br /&gt;
We keep the research department very active. It is and always will be a vital part of the system, so some components are only available to our researchers, and all information or software provided is only for educational proposes. We are not responsible for what people do with this information and we move away from any attempt to include our good name in any unlawful actions. Read the [[wiki.filipefonseca.pt:General disclaimer | General Disclaimer]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==System==&lt;br /&gt;
[[File:filipefonseca_cluster_openmosix.jpg|200px|right|thumb|[[Wikipedia:Beowulf cluster | Beowulf Cluster in 2010's]]]]&lt;br /&gt;
The system is redundant, in itself. Online sniffers guarantee 100% availability to services. Using several locations, system is able to recover by itself in case of disaster in a location. Several internet providers are used, as well as diesel-power source. Several plans are in place to improve overall latency between sites, passing all traffic to dedicated international backbones(tier2)… &lt;br /&gt;
All locations are administrated remotely, using high-end encryption, network is segmented and filtered, all accesses are logged and observed. CCTV surveillance of locations is guaranteed and all physical access to locations is monitored.&lt;br /&gt;
&lt;br /&gt;
Clustering as always been a challenge, and nowadays, with companies like Microsoft or AWS, offering such solutions at an acceptable price, most business are moving to their cloud, disregarding all the security disadvantages of using a mass-service. filipefonseca.pt is not meant to be used by all! We don’t provide services to everyone. This guarantees maximum security and privacy. &lt;br /&gt;
&lt;br /&gt;
;Hardware&lt;br /&gt;
:We use a combination of old, obsolete, new and modern hardware. most of our secure locations include hardware from a time where there were no [[Wikipedia:Hardware performance counter | &amp;quot;performance counters&amp;quot;]] or [[Wikipedia:Software metric | &amp;quot;metrics&amp;quot;]]. this allows secure environments to more sensitive data. all processing units are multi-core, that is where most services are processed. network security is hardware-based in core services. multi-core hardware was needed due to encryption performance. everything is monitored, from central console.&lt;br /&gt;
&lt;br /&gt;
;Software&lt;br /&gt;
:Likewise, we must use a hybrid system on the software part. different customers have different needs. all supported core services run on linux. all updates are rolled every month, system is always updated. APACHE2, ngix, IIS, SAMBA4, bind, mariabd, Microsoft AD DS and DNS, OVPN, SSHD, FTPD, are just some of the services running on different locations, according to customer physical location needs. most of our arrays run on DRBD lun's, so this way we can achieve maximum availability.&lt;br /&gt;
&lt;br /&gt;
;Network&lt;br /&gt;
:Several Internet Providers are used across different locations, not only guaranteeing redundancy, but also maximum performance when demand increases. Internal fiber optics, make sure everything is fast and responsive.&lt;br /&gt;
&lt;br /&gt;
;Power&lt;br /&gt;
:All locations are protected by UPS systems, and diesel generator for long grid blackouts. system is monitored 365/24/7, and diesel is estimated to run for 7 continuous days. due to very remote locations, LTE services are used in case of optical connections failure.&lt;br /&gt;
&lt;br /&gt;
;Security&lt;br /&gt;
:Everything is configured with strong passwords, strict firewalls, 24/7 monitoring, biometrics, temperatures. access is restricted, and network communications are encrypted. all information is encrypted locally, so in case of theft, information is not recoverable. as any other datacenter, physical security is by layers. remote access to data uses certification, keeping trusts in place.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Difference==&lt;br /&gt;
[[File:filipefonseca_noc.jpg|200px|left|thumb| [[Wikipedia:Network operations center | Network Operations Center]]]]&lt;br /&gt;
Know-how, security, availability and passion with dedication, is what makes the difference. We can reach any business, but not all business can reach us! We come from a mind-set of [[Wikipedia:Security through obscurity | security by obscurity]], and today that is in demand! Together with [[Wikipedia:Secure by design | secure by design]] and even [[Wikipedia:Open security | open security]] we create a customized secure service for your business. Our partners include emergency services, agricultural business, auto industry and Insurance companies. we don't subcontract, we do it ourselves, keeping privacy at the upmost!&lt;br /&gt;
&lt;br /&gt;
This wiki, is an example of that. There is a need to keep all configurations documented, and what best way to be online? We believe information should free for all. We also believe that the best way to keep information private is in-house. We don't respond to fear. We are specialists. Threats are real! Ransomware is dangerous. We know about encryption! By thinking the unthinkable, we can prevent many disasters. For decades, we provision backups. &amp;quot;what a waste of time&amp;quot; someone said once! &lt;br /&gt;
&lt;br /&gt;
Security is in need! no longer the default options work! Security is not only about options! We at filipefonseca.pt, see security as whole. Daily routines include testing of latest's exploits, as well as a continuum verification-check of all data in-house. Using latest techs, we can monitor every point of the system, making troubleshoot easy and quick aswell. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The real deal==&lt;br /&gt;
[[File:filipefonseca_lto_vault.jpg|150px|right|thumb| Backup Safe]]&lt;br /&gt;
We are truth to our statements and to the people we deal with. we always keep our side of the agreement, we do not fake. we don't change reports just to look good to our bosses. what is generated by the system is fully available and uncensored to our customers. all information is secured and compartmentalized. we have nothing to hide but the privacy of our data! we do the possible to keep all systems running all the time. we calculate every possible disaster. and we prepare for that. our mission is to protect information! &lt;br /&gt;
&lt;br /&gt;
We are pioneers! we pioneered in the 90's with a CD-Burner. we did it again in the 2000's with our beowulf cluster and in 2008 with the first quad-gpu SLI computing. we keep innovating now. expansion to in-house datacenter is the most recent development.&lt;br /&gt;
&lt;br /&gt;
Using several backups measures, we can assure recovery. we don't keep backups on a USB pen! independent channels are used! not only all the data is backed-up in-house, but also safe guarded in anti-nuclear distant facilities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
[[File:Monitoring_software_noc.png|300px|left|thumb|[[w:Network_monitoring|Network Monitoring]]]]&lt;br /&gt;
Support is limited. very limited. support is always busy! always! very busy! don't be pain in the ass! go... and drink a coffee, ok? come back later! much later! leave a message, btw! email support@filipefonseca.pt, and pray for the best! a good running system doesn't need support! most calls are dumb questions! so, try to explain your problem on an email, with most possible details upfront. don't be afraid to write! use sniping tools! attach some images of the problem! otherwise, your just complain about system speed, so close the damn radio, youtube,  facebook and linkedln! shutdown the workstation and go home!&lt;br /&gt;
&lt;br /&gt;
By combining several monitors, we can achieved a multi-monitoring system that allows us to have the same information available in many different ways. the same way we can act more easily on a specific network point. monitoring systems are also redundant making information always available in real-time.&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9302</id>
		<title>Filipefonseca.pt</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9302"/>
		<updated>2021-11-25T19:34:34Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- */ {{short description|filipefonseca.pt network}} /* --&amp;gt;&lt;br /&gt;
{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox &lt;br /&gt;
 |name = filipefonseca.pt&lt;br /&gt;
 |label2 = Founder&lt;br /&gt;
 |data2 = [[User:FilipeFonseca | FilipeFonseca]]&lt;br /&gt;
 |label3 = Web&lt;br /&gt;
 |data3 = [https://filipefonseca.pt filipefonseca.pt]&lt;br /&gt;
 |image = [[File:My-logo-empty.png|200px|center]]&lt;br /&gt;
 |label4 = Industry&lt;br /&gt;
 |data4 = {{Unbulleted list&lt;br /&gt;
 | Advanced computing&lt;br /&gt;
 | Software development&lt;br /&gt;
 | Computer hardware&lt;br /&gt;
 | Cluster computing&lt;br /&gt;
 | Advanced Networking&lt;br /&gt;
 | Internet&lt;br /&gt;
 | Virtualization&lt;br /&gt;
 | Digital Security&lt;br /&gt;
 | Data Analysis&lt;br /&gt;
  }}&lt;br /&gt;
 |label5 = Area Served&lt;br /&gt;
 |data5 = WorldWide&lt;br /&gt;
 |label6 = Founded&lt;br /&gt;
 |data6 = {{Start date and age|1996|02|01}}&lt;br /&gt;
 |label7 = Registered&lt;br /&gt;
 |data7 = {{Start date and age|2018|10|23}}&lt;br /&gt;
 |label8 = Headquarters&lt;br /&gt;
 |data8 = Internet&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt is a tech company from the [[Wikipedia:Internet | internet]]. In-house solutions are provided from a range of services. Security and privacy are the top priority in management solutions. The company is best know for it's large array of available services, that at the same moment can be extremely customized according to clients needs. With optimized setups, enterprise-level security is one of the major focus.&lt;br /&gt;
&lt;br /&gt;
==Origins==&lt;br /&gt;
[[File:filipefonseca_hp_cdrw_drive.jpg|200px|left|thumb| CD Recording in the 90's]]&lt;br /&gt;
filipefonseca.pt started in the 90's, when the latest technology was a simple CD or an [[Wikipedia:Integrated Services Digital Network | ISDN]] connection, that was perhaps the real begining on the internet. The year was 1996 and a CD burner became the central focus. That was the first demand on services, either better internet connection, or better hardware to get the so precious software! Routers came. Networking became a must. Switching a day-to-day. Overclock become something to be done. Colling became a thought! by the 2000's system already runs with an independent server. All user tasks are separated, domain is born! With this increase in computing, PDU is created. A 120000BTU AC unit is turned on! By the end of the decade, system runs 4 servers and 2 desktops, with one of them using 2X NVIDIA9800GX2 in QUAD-SLI mode, crossing this way the 1Tflop barrier for the first time. Mining operations began right after. System becomes even more power hungry. Heat is a problem! 2 years later mining operations are moved online, becoming unprofitable stopping right after. 5 year later all remaining server operations are migrated online. system becomes fully available 24/7. In 2020, 2 datacenters are built! 240-core, 1.37TB-RAM, 26.82TiB-HDD is where the system runs in 2021, in-house. The future is uncertain, but looking back, there is only one way to go…&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt exists before the internet. Since internet became part of our lives, we always do our best to keep up with technology in general. From a simple toaster to I.A. we always use latest technology. Right now main focus is AI. All the automation of our system. Altogether, makes everything very unique, which gives filipefonseca.pt an advantage, when compared to other in what Information Security matters. All our services run on the latest encryption techniques, all network communications are also encrypted, making the overall crackability of the system very hard. Backups and snapshots capabilities makes the system recoverable in case of poor usage by any user. This safe-keep was never needed. Since it began, system was never down. In this long venture into computing, filipefonseca.pt reached ~500node botnet at some point in time, but our thirst for more, took us to place where we cannot ignore the law.&lt;br /&gt;
&lt;br /&gt;
We keep the research department very active. It is and always will be a vital part of the system, so some components are only available to our researchers, and all information or software provided is only for educational proposes. We are not responsible for what people do with this information and we move away from any attempt to include our good name in any unlawful actions. Read the [[wiki.filipefonseca.pt:General disclaimer | General Disclaimer]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==System==&lt;br /&gt;
[[File:filipefonseca_cluster_openmosix.jpg|200px|right|thumb|[[Wikipedia:Beowulf cluster | Beowulf Cluster in 2010's]]]]&lt;br /&gt;
The system is redundant, in itself. Online sniffers guarantee 100% availability to services. Using several locations, system is able to recover by itself in case of disaster in a location. Several internet providers are used, as well as diesel-power source. Several plans are in place to improve overall latency between sites, passing all traffic to dedicated international backbones(tier2)… &lt;br /&gt;
All locations are administrated remotely, using high-end encryption, network is segmented and filtered, all accesses are logged and observed. CCTV surveillance of locations is guaranteed and all physical access to locations is monitored.&lt;br /&gt;
&lt;br /&gt;
Clustering as always been a challenge, and nowadays, with companies like Microsoft or AWS, offering such solutions at an acceptable price, most business are moving to their cloud, disregarding all the security disadvantages of using a mass-service. filipefonseca.pt is not meant to be used by all! We don’t provide services to everyone. This guarantees maximum security and privacy. &lt;br /&gt;
&lt;br /&gt;
;Hardware&lt;br /&gt;
:We use a combination of old, obsolete, new and modern hardware. most of our secure locations include hardware from a time where there were no [[Wikipedia:Hardware performance counter | &amp;quot;performance counters&amp;quot;]] or [[Wikipedia:Software metric | &amp;quot;metrics&amp;quot;]]. this allows secure environments to more sensitive data. all processing units are multi-core, that is where most services are processed. network security is hardware-based in core services. multi-core hardware was needed due to encryption performance. everything is monitored, from central console.&lt;br /&gt;
&lt;br /&gt;
;Software&lt;br /&gt;
:Likewise, we must use a hybrid system on the software part. different customers have different needs. all supported core services run on linux. all updates are rolled every month, system is always updated. APACHE2, ngix, IIS, SAMBA4, bind, mariabd, Microsoft AD DS and DNS, OVPN, SSHD, FTPD, are just some of the services running on different locations, according to customer physical location needs. most of our arrays run on DRBD lun's, so this way we can achieve maximum availability.&lt;br /&gt;
&lt;br /&gt;
;Network&lt;br /&gt;
:Several Internet Providers are used across different locations, not only guaranteeing redundancy, but also maximum performance when demand increases. Internal fiber optics, make sure everything is fast and responsive.&lt;br /&gt;
&lt;br /&gt;
;Power&lt;br /&gt;
:All locations are protected by UPS systems, and diesel generator for long grid blackouts. system is monitored 365/24/7, and diesel is estimated to run for 7 continuous days. due to very remote locations, LTE services are used in case of optical connections failure.&lt;br /&gt;
&lt;br /&gt;
;Security&lt;br /&gt;
:Everything is configured with strong passwords, strict firewalls, 24/7 monitoring, biometrics, temperatures. access is restricted, and network communications are encrypted. all information is encrypted locally, so in case of theft, information is not recoverable. as any other datacenter, physical security is by layers. remote access to data uses certification, keeping trusts in place.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Difference==&lt;br /&gt;
[[File:filipefonseca_noc.jpg|200px|left|thumb| [[Wikipedia:Network operations center | Network Operations Center]]]]&lt;br /&gt;
Know-how, security, availability and passion with dedication, is what makes the difference. We can reach any business, but not all business can reach us! We come from a mind-set of [[Wikipedia:Security through obscurity | security by obscurity]], and today that is in demand! Together with [[Wikipedia:Secure by design | secure by design]] and even [[Wikipedia:Open security | open security]] we create a customized secure service for your business. Our partners include emergency services, agricultural business, auto industry and Insurance companies. we don't subcontract, we do it ourselves, keeping privacy at the upmost!&lt;br /&gt;
&lt;br /&gt;
This wiki, is an example of that. There is a need to keep all configurations documented, and what best way to be online? We believe information should free for all. We also believe that the best way to keep information private is in-house. We don't respond to fear. We are specialists. Threats are real! Ransomware is dangerous. We know about encryption! By thinking the unthinkable, we can prevent many disasters. For decades, we provision backups. &amp;quot;what a waste of time&amp;quot; someone said once! &lt;br /&gt;
&lt;br /&gt;
Security is in need! no longer the default options work! Security is not only about options! We at filipefonseca.pt, see security as whole. Daily routines include testing of latest's exploits, as well as a continuum verification-check of all data in-house. Using latest techs, we can monitor every point of the system, making troubleshoot easy and quick aswell. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The real deal==&lt;br /&gt;
[[File:filipefonseca_lto_vault.jpg|150px|right|thumb| Backup Safe]]&lt;br /&gt;
We are truth to our statements and to the people we deal with. we always keep our side of the agreement, we do not fake. we don't change reports just to look good to our bosses. what is generated by the system is fully available and uncensored to our customers. all information is secured and compartmentalized. we have nothing to hide but the privacy of our data! we do the possible to keep all systems running all the time. we calculate every possible disaster. and we prepare for that. our mission is to protect information! &lt;br /&gt;
&lt;br /&gt;
We are pioneers! we pioneered in the 90's with a CD-Burner. we did it again in the 2000's with our beowulf cluster and in 2008 with the first quad-gpu SLI computing. we keep innovating now. expansion to in-house datacenter is the most recent development.&lt;br /&gt;
&lt;br /&gt;
Using several backups measures, we can assure recovery. we don't keep backups on a USB pen! independent channels are used! not only all the data is backed-up in-house, but also safe guarded in anti-nuclear distant facilities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
[[File:Monitoring_software_noc.png|300px|left|thumb|[[w:Network_monitoring|Network Monitoring]]]]&lt;br /&gt;
Support is limited. very limited. support is always busy! always! very busy! don't be pain in the ass! go... and drink a coffee, ok? come back later! much later! leave a message, btw! email support@filipefonseca.pt, and pray for the best! a good running system doesn't need support! most calls are dumb questions! so, try to explain your problem on an email, with most possible details upfront. don't be afraid to write! use sniping tools! attach some images of the problem! otherwise, your just complain about system speed, so close the damn radio, youtube,  facebook and linkedln! shutdown the workstation and go home!&lt;br /&gt;
By combining several monitors, we can achieved a multi-monitoring system that allows us to have the same information available in many different ways. the same way we can act more easily on a specific network point. monitoring systems are also redundant making information always available in real-time.&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9301</id>
		<title>Filipefonseca.pt</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9301"/>
		<updated>2021-11-25T19:33:24Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- */ {{short description|filipefonseca.pt network}} /* --&amp;gt;&lt;br /&gt;
{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox &lt;br /&gt;
 |name = filipefonseca.pt&lt;br /&gt;
 |label2 = Founder&lt;br /&gt;
 |data2 = [[User:FilipeFonseca | FilipeFonseca]]&lt;br /&gt;
 |label3 = Web&lt;br /&gt;
 |data3 = [https://filipefonseca.pt filipefonseca.pt]&lt;br /&gt;
 |image = [[File:My-logo-empty.png|200px|center]]&lt;br /&gt;
 |label4 = Industry&lt;br /&gt;
 |data4 = {{Unbulleted list&lt;br /&gt;
 | Advanced computing&lt;br /&gt;
 | Software development&lt;br /&gt;
 | Computer hardware&lt;br /&gt;
 | Cluster computing&lt;br /&gt;
 | Advanced Networking&lt;br /&gt;
 | Internet&lt;br /&gt;
 | Virtualization&lt;br /&gt;
 | Digital Security&lt;br /&gt;
 | Data Analysis&lt;br /&gt;
  }}&lt;br /&gt;
 |label5 = Area Served&lt;br /&gt;
 |data5 = WorldWide&lt;br /&gt;
 |label6 = Founded&lt;br /&gt;
 |data6 = {{Start date and age|1996|02|01}}&lt;br /&gt;
 |label7 = Registered&lt;br /&gt;
 |data7 = {{Start date and age|2018|10|23}}&lt;br /&gt;
 |label8 = Headquarters&lt;br /&gt;
 |data8 = Internet&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt is a tech company from the [[Wikipedia:Internet | internet]]. In-house solutions are provided from a range of services. Security and privacy are the top priority in management solutions. The company is best know for it's large array of available services, that at the same moment can be extremely customized according to clients needs. With optimized setups, enterprise-level security is one of the major focus.&lt;br /&gt;
&lt;br /&gt;
==Origins==&lt;br /&gt;
[[File:filipefonseca_hp_cdrw_drive.jpg|200px|left|thumb| CD Recording in the 90's]]&lt;br /&gt;
filipefonseca.pt started in the 90's, when the latest technology was a simple CD or an [[Wikipedia:Integrated Services Digital Network | ISDN]] connection, that was perhaps the real begining on the internet. The year was 1996 and a CD burner became the central focus. That was the first demand on services, either better internet connection, or better hardware to get the so precious software! Routers came. Networking became a must. Switching a day-to-day. Overclock become something to be done. Colling became a thought! by the 2000's system already runs with an independent server. All user tasks are separated, domain is born! With this increase in computing, PDU is created. A 120000BTU AC unit is turned on! By the end of the decade, system runs 4 servers and 2 desktops, with one of them using 2X NVIDIA9800GX2 in QUAD-SLI mode, crossing this way the 1Tflop barrier for the first time. Mining operations began right after. System becomes even more power hungry. Heat is a problem! 2 years later mining operations are moved online, becoming unprofitable stopping right after. 5 year later all remaining server operations are migrated online. system becomes fully available 24/7. In 2020, 2 datacenters are built! 240-core, 1.37TB-RAM, 26.82TiB-HDD is where the system runs in 2021, in-house. The future is uncertain, but looking back, there is only one way to go…&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt exists before the internet. Since internet became part of our lives, we always do our best to keep up with technology in general. From a simple toaster to I.A. we always use latest technology. Right now main focus is AI. All the automation of our system. Altogether, makes everything very unique, which gives filipefonseca.pt an advantage, when compared to other in what Information Security matters. All our services run on the latest encryption techniques, all network communications are also encrypted, making the overall crackability of the system very hard. Backups and snapshots capabilities makes the system recoverable in case of poor usage by any user. This safe-keep was never needed. Since it began, system was never down. In this long venture into computing, filipefonseca.pt reached ~500node botnet at some point in time, but our thirst for more, took us to place where we cannot ignore the law.&lt;br /&gt;
&lt;br /&gt;
We keep the research department very active. It is and always will be a vital part of the system, so some components are only available to our researchers, and all information or software provided is only for educational proposes. We are not responsible for what people do with this information and we move away from any attempt to include our good name in any unlawful actions. Read the [[wiki.filipefonseca.pt:General disclaimer | General Disclaimer]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==System==&lt;br /&gt;
[[File:filipefonseca_cluster_openmosix.jpg|200px|right|thumb|[[Wikipedia:Beowulf cluster | Beowulf Cluster in 2010's]]]]&lt;br /&gt;
The system is redundant, in itself. Online sniffers guarantee 100% availability to services. Using several locations, system is able to recover by itself in case of disaster in a location. Several internet providers are used, as well as diesel-power source. Several plans are in place to improve overall latency between sites, passing all traffic to dedicated international backbones(tier2)… &lt;br /&gt;
All locations are administrated remotely, using high-end encryption, network is segmented and filtered, all accesses are logged and observed. CCTV surveillance of locations is guaranteed and all physical access to locations is monitored.&lt;br /&gt;
&lt;br /&gt;
Clustering as always been a challenge, and nowadays, with companies like Microsoft or AWS, offering such solutions at an acceptable price, most business are moving to their cloud, disregarding all the security disadvantages of using a mass-service. filipefonseca.pt is not meant to be used by all! We don’t provide services to everyone. This guarantees maximum security and privacy. &lt;br /&gt;
&lt;br /&gt;
;Hardware&lt;br /&gt;
:We use a combination of old, obsolete, new and modern hardware. most of our secure locations include hardware from a time where there were no [[Wikipedia:Hardware performance counter | &amp;quot;performance counters&amp;quot;]] or [[Wikipedia:Software metric | &amp;quot;metrics&amp;quot;]]. this allows secure environments to more sensitive data. all processing units are multi-core, that is where most services are processed. network security is hardware-based in core services. multi-core hardware was needed due to encryption performance. everything is monitored, from central console.&lt;br /&gt;
&lt;br /&gt;
;Software&lt;br /&gt;
:Likewise, we must use a hybrid system on the software part. different customers have different needs. all supported core services run on linux. all updates are rolled every month, system is always updated. APACHE2, ngix, IIS, SAMBA4, bind, mariabd, Microsoft AD DS and DNS, OVPN, SSHD, FTPD, are just some of the services running on different locations, according to customer physical location needs. most of our arrays run on DRBD lun's, so this way we can achieve maximum availability.&lt;br /&gt;
&lt;br /&gt;
;Network&lt;br /&gt;
:Several Internet Providers are used across different locations, not only guaranteeing redundancy, but also maximum performance when demand increases. Internal fiber optics, make sure everything is fast and responsive.&lt;br /&gt;
&lt;br /&gt;
;Power&lt;br /&gt;
:All locations are protected by UPS systems, and diesel generator for long grid blackouts. system is monitored 365/24/7, and diesel is estimated to run for 7 continuous days. due to very remote locations, LTE services are used in case of optical connections failure.&lt;br /&gt;
&lt;br /&gt;
;Security&lt;br /&gt;
:Everything is configured with strong passwords, strict firewalls, 24/7 monitoring, biometrics, temperatures. access is restricted, and network communications are encrypted. all information is encrypted locally, so in case of theft, information is not recoverable. as any other datacenter, physical security is by layers. remote access to data uses certification, keeping trusts in place.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Difference==&lt;br /&gt;
[[File:filipefonseca_noc.jpg|200px|left|thumb| [[Wikipedia:Network operations center | Network Operations Center]]]]&lt;br /&gt;
Know-how, security, availability and passion with dedication, is what makes the difference. We can reach any business, but not all business can reach us! We come from a mind-set of [[Wikipedia:Security through obscurity | security by obscurity]], and today that is in demand! Together with [[Wikipedia:Secure by design | secure by design]] and even [[Wikipedia:Open security | open security]] we create a customized secure service for your business. Our partners include emergency services, agricultural business, auto industry and Insurance companies. we don't subcontract, we do it ourselves, keeping privacy at the upmost!&lt;br /&gt;
&lt;br /&gt;
This wiki, is an example of that. There is a need to keep all configurations documented, and what best way to be online? We believe information should free for all. We also believe that the best way to keep information private is in-house. We don't respond to fear. We are specialists. Threats are real! Ransomware is dangerous. We know about encryption! By thinking the unthinkable, we can prevent many disasters. For decades, we provision backups. &amp;quot;what a waste of time&amp;quot; someone said once! &lt;br /&gt;
&lt;br /&gt;
Security is in need! no longer the default options work! Security is not only about options! We at filipefonseca.pt, see security as whole. Daily routines include testing of latest's exploits, as well as a continuum verification-check of all data in-house. Using latest techs, we can monitor every point of the system, making troubleshoot easy and quick aswell. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The real deal==&lt;br /&gt;
[[File:filipefonseca_lto_vault.jpg|150px|right|thumb| Backup Safe]]&lt;br /&gt;
We are truth to our statements and to the people we deal with. we always keep our side of the agreement, we do not fake. we don't change reports just to look good to our bosses. what is generated by the system is fully available and uncensored to our customers. all information is secured and compartmentalized. we have nothing to hide but the privacy of our data! we do the possible to keep all systems running all the time. we calculate every possible disaster. and we prepare for that. our mission is to protect information! &lt;br /&gt;
&lt;br /&gt;
We are pioneers! we pioneered in the 90's with a CD-Burner. we did it again in the 2000's with our beowulf cluster and in 2008 with the first quad-gpu SLI computing. we keep innovating now. expansion to in-house datacenter is the most recent development.&lt;br /&gt;
&lt;br /&gt;
Using several backups measures, we can assure recovery. we don't keep backups on a USB pen! independent channels are used! not only all the data is backed-up in-house, but also safe guarded in anti-nuclear distant facilities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
Support is limited. very limited. support is always busy! always! very busy! don't be pain in the ass! go... and drink a coffee, ok? come back later! much later! leave a message, btw! email support@filipefonseca.pt, and pray for the best! a good running system doesn't need support! most calls are dumb questions! so, try to explain your problem on an email, with most possible details upfront. don't be afraid to write! use sniping tools! attach some images of the problem! otherwise, your just complain about system speed, so close the damn radio, youtube,  facebook and linkedln! shutdown the workstation and go home!&lt;br /&gt;
[[File:Monitoring_software_noc.png|300px|left|thumb|[[w:Network_monitoring|Network Monitoring]]]]&lt;br /&gt;
By combining several monitors, we can achieved a multi-monitoring system that allows us to have the same information available in many different ways. the same way we can act more easily on a specific network point. monitoring systems are also redundant making information always available in real-time.&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9300</id>
		<title>Filipefonseca.pt</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9300"/>
		<updated>2021-11-25T19:30:06Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- */ {{short description|filipefonseca.pt network}} /* --&amp;gt;&lt;br /&gt;
{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox &lt;br /&gt;
 |name = filipefonseca.pt&lt;br /&gt;
 |label2 = Founder&lt;br /&gt;
 |data2 = [[User:FilipeFonseca | FilipeFonseca]]&lt;br /&gt;
 |label3 = Web&lt;br /&gt;
 |data3 = [https://filipefonseca.pt filipefonseca.pt]&lt;br /&gt;
 |image = [[File:My-logo-empty.png|200px|center]]&lt;br /&gt;
 |label4 = Industry&lt;br /&gt;
 |data4 = {{Unbulleted list&lt;br /&gt;
 | Advanced computing&lt;br /&gt;
 | Software development&lt;br /&gt;
 | Computer hardware&lt;br /&gt;
 | Cluster computing&lt;br /&gt;
 | Advanced Networking&lt;br /&gt;
 | Internet&lt;br /&gt;
 | Virtualization&lt;br /&gt;
 | Digital Security&lt;br /&gt;
 | Data Analysis&lt;br /&gt;
  }}&lt;br /&gt;
 |label5 = Area Served&lt;br /&gt;
 |data5 = WorldWide&lt;br /&gt;
 |label6 = Founded&lt;br /&gt;
 |data6 = {{Start date and age|1996|02|01}}&lt;br /&gt;
 |label7 = Registered&lt;br /&gt;
 |data7 = {{Start date and age|2018|10|23}}&lt;br /&gt;
 |label8 = Headquarters&lt;br /&gt;
 |data8 = Internet&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt is a tech company from the [[Wikipedia:Internet | internet]]. In-house solutions are provided from a range of services. Security and privacy are the top priority in management solutions. The company is best know for it's large array of available services, that at the same moment can be extremely customized according to clients needs. With optimized setups, enterprise-level security is one of the major focus.&lt;br /&gt;
&lt;br /&gt;
==Origins==&lt;br /&gt;
[[File:filipefonseca_hp_cdrw_drive.jpg|200px|left|thumb| CD Recording in the 90's]]&lt;br /&gt;
filipefonseca.pt started in the 90's, when the latest technology was a simple CD or an [[Wikipedia:Integrated Services Digital Network | ISDN]] connection, that was perhaps the real begining on the internet. The year was 1996 and a CD burner became the central focus. That was the first demand on services, either better internet connection, or better hardware to get the so precious software! Routers came. Networking became a must. Switching a day-to-day. Overclock become something to be done. Colling became a thought! by the 2000's system already runs with an independent server. All user tasks are separated, domain is born! With this increase in computing, PDU is created. A 120000BTU AC unit is turned on! By the end of the decade, system runs 4 servers and 2 desktops, with one of them using 2X NVIDIA9800GX2 in QUAD-SLI mode, crossing this way the 1Tflop barrier for the first time. Mining operations began right after. System becomes even more power hungry. Heat is a problem! 2 years later mining operations are moved online, becoming unprofitable stopping right after. 5 year later all remaining server operations are migrated online. system becomes fully available 24/7. In 2020, 2 datacenters are built! 240-core, 1.37TB-RAM, 26.82TiB-HDD is where the system runs in 2021, in-house. The future is uncertain, but looking back, there is only one way to go…&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt exists before the internet. Since internet became part of our lives, we always do our best to keep up with technology in general. From a simple toaster to I.A. we always use latest technology. Right now main focus is AI. All the automation of our system. Altogether, makes everything very unique, which gives filipefonseca.pt an advantage, when compared to other in what Information Security matters. All our services run on the latest encryption techniques, all network communications are also encrypted, making the overall crackability of the system very hard. Backups and snapshots capabilities makes the system recoverable in case of poor usage by any user. This safe-keep was never needed. Since it began, system was never down. In this long venture into computing, filipefonseca.pt reached ~500node botnet at some point in time, but our thirst for more, took us to place where we cannot ignore the law.&lt;br /&gt;
&lt;br /&gt;
We keep the research department very active. It is and always will be a vital part of the system, so some components are only available to our researchers, and all information or software provided is only for educational proposes. We are not responsible for what people do with this information and we move away from any attempt to include our good name in any unlawful actions. Read the [[wiki.filipefonseca.pt:General disclaimer | General Disclaimer]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==System==&lt;br /&gt;
[[File:filipefonseca_cluster_openmosix.jpg|200px|right|thumb|[[Wikipedia:Beowulf cluster | Beowulf Cluster in 2010's]]]]&lt;br /&gt;
The system is redundant, in itself. Online sniffers guarantee 100% availability to services. Using several locations, system is able to recover by itself in case of disaster in a location. Several internet providers are used, as well as diesel-power source. Several plans are in place to improve overall latency between sites, passing all traffic to dedicated international backbones(tier2)… &lt;br /&gt;
All locations are administrated remotely, using high-end encryption, network is segmented and filtered, all accesses are logged and observed. CCTV surveillance of locations is guaranteed and all physical access to locations is monitored.&lt;br /&gt;
&lt;br /&gt;
Clustering as always been a challenge, and nowadays, with companies like Microsoft or AWS, offering such solutions at an acceptable price, most business are moving to their cloud, disregarding all the security disadvantages of using a mass-service. filipefonseca.pt is not meant to be used by all! We don’t provide services to everyone. This guarantees maximum security and privacy. &lt;br /&gt;
&lt;br /&gt;
;Hardware&lt;br /&gt;
:We use a combination of old, obsolete, new and modern hardware. most of our secure locations include hardware from a time where there were no [[Wikipedia:Hardware performance counter | &amp;quot;performance counters&amp;quot;]] or [[Wikipedia:Software metric | &amp;quot;metrics&amp;quot;]]. this allows secure environments to more sensitive data. all processing units are multi-core, that is where most services are processed. network security is hardware-based in core services. multi-core hardware was needed due to encryption performance. everything is monitored, from central console.&lt;br /&gt;
&lt;br /&gt;
;Software&lt;br /&gt;
:Likewise, we must use a hybrid system on the software part. different customers have different needs. all supported core services run on linux. all updates are rolled every month, system is always updated. APACHE2, ngix, IIS, SAMBA4, bind, mariabd, Microsoft AD DS and DNS, OVPN, SSHD, FTPD, are just some of the services running on different locations, according to customer physical location needs. most of our arrays run on DRBD lun's, so this way we can achieve maximum availability.&lt;br /&gt;
&lt;br /&gt;
;Network&lt;br /&gt;
:Several Internet Providers are used across different locations, not only guaranteeing redundancy, but also maximum performance when demand increases. Internal fiber optics, make sure everything is fast and responsive.&lt;br /&gt;
&lt;br /&gt;
;Power&lt;br /&gt;
:All locations are protected by UPS systems, and diesel generator for long grid blackouts. system is monitored 365/24/7, and diesel is estimated to run for 7 continuous days. due to very remote locations, LTE services are used in case of optical connections failure.&lt;br /&gt;
&lt;br /&gt;
;Security&lt;br /&gt;
:Everything is configured with strong passwords, strict firewalls, 24/7 monitoring, biometrics, temperatures. access is restricted, and network communications are encrypted. all information is encrypted locally, so in case of theft, information is not recoverable. as any other datacenter, physical security is by layers. remote access to data uses certification, keeping trusts in place.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Difference==&lt;br /&gt;
[[File:filipefonseca_noc.jpg|200px|left|thumb| [[Wikipedia:Network operations center | Network Operations Center]]]]&lt;br /&gt;
Know-how, security, availability and passion with dedication, is what makes the difference. We can reach any business, but not all business can reach us! We come from a mind-set of [[Wikipedia:Security through obscurity | security by obscurity]], and today that is in demand! Together with [[Wikipedia:Secure by design | secure by design]] and even [[Wikipedia:Open security | open security]] we create a customized secure service for your business. Our partners include emergency services, agricultural business, auto industry and Insurance companies. we don't subcontract, we do it ourselves, keeping privacy at the upmost!&lt;br /&gt;
&lt;br /&gt;
This wiki, is an example of that. There is a need to keep all configurations documented, and what best way to be online? We believe information should free for all. We also believe that the best way to keep information private is in-house. We don't respond to fear. We are specialists. Threats are real! Ransomware is dangerous. We know about encryption! By thinking the unthinkable, we can prevent many disasters. For decades, we provision backups. &amp;quot;what a waste of time&amp;quot; someone said once! &lt;br /&gt;
&lt;br /&gt;
Security is in need! no longer the default options work! Security is not only about options! We at filipefonseca.pt, see security as whole. Daily routines include testing of latest's exploits, as well as a continuum verification-check of all data in-house. Using latest techs, we can monitor every point of the system, making troubleshoot easy and quick aswell. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The real deal==&lt;br /&gt;
[[File:filipefonseca_lto_vault.jpg|150px|right|thumb| Backup Safe]]&lt;br /&gt;
We are truth to our statements and to the people we deal with. we always keep our side of the agreement, we do not fake. we don't change reports just to look good to our bosses. what is generated by the system is fully available and uncensored to our customers. all information is secured and compartmentalized. we have nothing to hide but the privacy of our data! we do the possible to keep all systems running all the time. we calculate every possible disaster. and we prepare for that. our mission is to protect information! &lt;br /&gt;
&lt;br /&gt;
We are pioneers! we pioneered in the 90's with a CD-Burner. we did it again in the 2000's with our beowulf cluster and in 2008 with the first quad-gpu SLI computing. we keep innovating now. expansion to in-house datacenter is the most recent development.&lt;br /&gt;
&lt;br /&gt;
Using several backups measures, we can assure recovery. we don't keep backups on a USB pen! independent channels are used! not only all the data is backed-up in-house, but also safe guarded in anti-nuclear distant facilities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
Support is limited. very limited. support is always busy! always! very busy! don't be pain in the ass! go... and drink a coffee, ok? come back later! much later! leave a message, btw! email support@filipefonseca.pt, and pray for the best! a good running system doesn't need support! most calls are dumb questions! so, try to explain your problem on an email, with most possible details upfront. don't be afraid to write! use sniping tools! attach some images of the problem! otherwise, your just complain about system speed, so close the damn radio, youtube,  facebook and linkedln! shutdown the workstation and go home!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Monitoring==&lt;br /&gt;
[[File:Monitoring_software_noc.png|300px|left|thumb|[[w:Network_monitoring|Network Monitoring]]]]&lt;br /&gt;
By combining several monitors, we can achieved a multi-monitoring system that allows us to have the same information available in many different ways. the same way we can act more easy on a specific network point. monitoring systems are also redundant making information always available in real-time.&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9299</id>
		<title>Filipefonseca.pt</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9299"/>
		<updated>2021-11-25T19:26:58Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- */ {{short description|filipefonseca.pt network}} /* --&amp;gt;&lt;br /&gt;
{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox &lt;br /&gt;
 |name = filipefonseca.pt&lt;br /&gt;
 |label2 = Founder&lt;br /&gt;
 |data2 = [[User:FilipeFonseca | FilipeFonseca]]&lt;br /&gt;
 |label3 = Web&lt;br /&gt;
 |data3 = [https://filipefonseca.pt filipefonseca.pt]&lt;br /&gt;
 |image = [[File:My-logo-empty.png|200px|center]]&lt;br /&gt;
 |label4 = Industry&lt;br /&gt;
 |data4 = {{Unbulleted list&lt;br /&gt;
 | Advanced computing&lt;br /&gt;
 | Software development&lt;br /&gt;
 | Computer hardware&lt;br /&gt;
 | Cluster computing&lt;br /&gt;
 | Advanced Networking&lt;br /&gt;
 | Internet&lt;br /&gt;
 | Virtualization&lt;br /&gt;
 | Digital Security&lt;br /&gt;
 | Data Analysis&lt;br /&gt;
  }}&lt;br /&gt;
 |label5 = Area Served&lt;br /&gt;
 |data5 = WorldWide&lt;br /&gt;
 |label6 = Founded&lt;br /&gt;
 |data6 = {{Start date and age|1996|02|01}}&lt;br /&gt;
 |label7 = Registered&lt;br /&gt;
 |data7 = {{Start date and age|2018|10|23}}&lt;br /&gt;
 |label8 = Headquarters&lt;br /&gt;
 |data8 = Internet&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt is a tech company from the [[Wikipedia:Internet | internet]]. In-house solutions are provided from a range of services. Security and privacy are the top priority in management solutions. The company is best know for it's large array of available services, that at the same moment can be extremely customized according to clients needs. With optimized setups, enterprise-level security is one of the major focus.&lt;br /&gt;
&lt;br /&gt;
==Origins==&lt;br /&gt;
[[File:filipefonseca_hp_cdrw_drive.jpg|200px|left|thumb| CD Recording in the 90's]]&lt;br /&gt;
filipefonseca.pt started in the 90's, when the latest technology was a simple CD or an [[Wikipedia:Integrated Services Digital Network | ISDN]] connection, that was perhaps the real begining on the internet. The year was 1996 and a CD burner became the central focus. That was the first demand on services, either better internet connection, or better hardware to get the so precious software! Routers came. Networking became a must. Switching a day-to-day. Overclock become something to be done. Colling became a thought! by the 2000's system already runs with an independent server. All user tasks are separated, domain is born! With this increase in computing, PDU is created. A 120000BTU AC unit is turned on! By the end of the decade, system runs 4 servers and 2 desktops, with one of them using 2X NVIDIA9800GX2 in QUAD-SLI mode, crossing this way the 1Tflop barrier for the first time. Mining operations began right after. System becomes even more power hungry. Heat is a problem! 2 years later mining operations are moved online, becoming unprofitable stopping right after. 5 year later all remaining server operations are migrated online. system becomes fully available 24/7. In 2020, 2 datacenters are built! 240-core, 1.37TB-RAM, 26.82TiB-HDD is where the system runs in 2021, in-house. The future is uncertain, but looking back, there is only one way to go…&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt exists before the internet. Since internet became part of our lives, we always do our best to keep up with technology in general. From a simple toaster to I.A. we always use latest technology. Right now main focus is AI. All the automation of our system. Altogether, makes everything very unique, which gives filipefonseca.pt an advantage, when compared to other in what Information Security matters. All our services run on the latest encryption techniques, all network communications are also encrypted, making the overall crackability of the system very hard. Backups and snapshots capabilities makes the system recoverable in case of poor usage by any user. This safe-keep was never needed. Since it began, system was never down. In this long venture into computing, filipefonseca.pt reached ~500node botnet at some point in time, but our thirst for more, took us to place where we cannot ignore the law.&lt;br /&gt;
&lt;br /&gt;
We keep the research department very active. It is and always will be a vital part of the system, so some components are only available to our researchers, and all information or software provided is only for educational proposes. We are not responsible for what people do with this information and we move away from any attempt to include our good name in any unlawful actions. Read the [[wiki.filipefonseca.pt:General disclaimer | General Disclaimer]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==System==&lt;br /&gt;
[[File:filipefonseca_cluster_openmosix.jpg|200px|right|thumb|[[Wikipedia:Beowulf cluster | Beowulf Cluster in 2010's]]]]&lt;br /&gt;
The system is redundant, in itself. Online sniffers guarantee 100% availability to services. Using several locations, system is able to recover by itself in case of disaster in a location. Several internet providers are used, as well as diesel-power source. Several plans are in place to improve overall latency between sites, passing all traffic to dedicated international backbones(tier2)… &lt;br /&gt;
All locations are administrated remotely, using high-end encryption, network is segmented and filtered, all accesses are logged and observed. CCTV surveillance of locations is guaranteed and all physical access to locations is monitored.&lt;br /&gt;
&lt;br /&gt;
Clustering as always been a challenge, and nowadays, with companies like Microsoft or AWS, offering such solutions at an acceptable price, most business are moving to their cloud, disregarding all the security disadvantages of using a mass-service. filipefonseca.pt is not meant to be used by all! We don’t provide services to everyone. This guarantees maximum security and privacy. &lt;br /&gt;
&lt;br /&gt;
;Hardware&lt;br /&gt;
:We use a combination of old, obsolete, new and modern hardware. most of our secure locations include hardware from a time where there were no [[Wikipedia:Hardware performance counter | &amp;quot;performance counters&amp;quot;]] or [[Wikipedia:Software metric | &amp;quot;metrics&amp;quot;]]. this allows secure environments to more sensitive data. all processing units are multi-core, that is where most services are processed. network security is hardware-based in core services. multi-core hardware was needed due to encryption performance. everything is monitored, from central console.&lt;br /&gt;
&lt;br /&gt;
;Software&lt;br /&gt;
:Likewise, we must use a hybrid system on the software part. different customers have different needs. all supported core services run on linux. all updates are rolled every month, system is always updated. APACHE2, ngix, IIS, SAMBA4, bind, mariabd, Microsoft AD DS and DNS, OVPN, SSHD, FTPD, are just some of the services running on different locations, according to customer physical location needs. most of our arrays run on DRBD lun's, so this way we can achieve maximum availability.&lt;br /&gt;
&lt;br /&gt;
;Network&lt;br /&gt;
:Several Internet Providers are used across different locations, not only guaranteeing redundancy, but also maximum performance when demand increases. Internal fiber optics, make sure everything is fast and responsive.&lt;br /&gt;
&lt;br /&gt;
;Power&lt;br /&gt;
:All locations are protected by UPS systems, and diesel generator for long grid blackouts. system is monitored 365/24/7, and diesel is estimated to run for 7 continuous days. due to very remote locations, LTE services are used in case of optical connections failure.&lt;br /&gt;
&lt;br /&gt;
;Security&lt;br /&gt;
:Everything is configured with strong passwords, strict firewalls, 24/7 monitoring, biometrics, temperatures. access is restricted, and network communications are encrypted. all information is encrypted locally, so in case of theft, information is not recoverable. as any other datacenter, physical security is by layers. remote access to data uses certification, keeping trusts in place.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Difference==&lt;br /&gt;
[[File:filipefonseca_noc.jpg|200px|left|thumb| [[Wikipedia:Network operations center | Network Operations Center]]]]&lt;br /&gt;
Know-how, security, availability and passion with dedication, is what makes the difference. We can reach any business, but not all business can reach us! We come from a mind-set of [[Wikipedia:Security through obscurity | security by obscurity]], and today that is in demand! Together with [[Wikipedia:Secure by design | secure by design]] and even [[Wikipedia:Open security | open security]] we create a customized secure service for your business. Our partners include emergency services, agricultural business, auto industry and Insurance companies. we don't subcontract, we do it ourselves, keeping privacy at the upmost!&lt;br /&gt;
&lt;br /&gt;
This wiki, is an example of that. There is a need to keep all configurations documented, and what best way to be online? We believe information should free for all. We also believe that the best way to keep information private is in-house. We don't respond to fear. We are specialists. Threats are real! Ransomware is dangerous. We know about encryption! By thinking the unthinkable, we can prevent many disasters. For decades, we provision backups. &amp;quot;what a waste of time&amp;quot; someone said once! &lt;br /&gt;
&lt;br /&gt;
Security is in need! no longer the default options work! Security is not only about options! We at filipefonseca.pt, see security as whole. Daily routines include testing of latest's exploits, as well as a continuum verification-check of all data in-house. Using latest techs, we can monitor every point of the system, making troubleshoot easy and quick aswell. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The real deal==&lt;br /&gt;
[[File:filipefonseca_lto_vault.jpg|150px|right|thumb| Backup Safe]]&lt;br /&gt;
We are truth to our statements and to the people we deal with. we always keep our side of the agreement, we do not fake. we don't change reports just to look good to our bosses. what is generated by the system is fully available and uncensored to our customers. all information is secured and compartmentalized. we have nothing to hide but the privacy of our data! we do the possible to keep all systems running all the time. we calculate every possible disaster. and we prepare for that. our mission is to protect information! &lt;br /&gt;
&lt;br /&gt;
We are pioneers! we pioneered in the 90's with a CD-Burner. we did it again in the 2000's with our beowulf cluster and in 2008 with the first quad-gpu SLI computing. we keep innovating now. expansion to in-house datacenter is the most recent development.&lt;br /&gt;
&lt;br /&gt;
Using several backups measures, we can assure recovery. we don't keep backups on a USB pen! independent channels are used! not only all the data is backed-up in-house, but also safe guarded in anti-nuclear distant facilities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
Support is limited. very limited. support is always busy! always! very busy! don't be pain in the ass! go... and drink a coffee, ok? come back later! much later! leave a message, btw! email support@filipefonseca.pt, and pray for the best! a good running system doesn't need support! most calls are dumb questions! so, try to explain your problem on an email, with most possible details upfront. don't be afraid to write! use sniping tools! attach some images of the problem! otherwise, your just complain about system speed, so close the damn radio, youtube,  facebook and linkedln! shutdown the workstation and go home!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Monitoring==&lt;br /&gt;
[[File:Monitoring_software_noc.png|300px|left|thumb|[[w:Network_monitoring|Network Monitoring]]]]&lt;br /&gt;
By combining several monitors, we can achieved a multi-monitoring system that allows us to have the same information available in many different ways. the same way we can act more easy on a specific network point. monitoring systems are also redundant making information always available.&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9298</id>
		<title>Filipefonseca.pt</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9298"/>
		<updated>2021-11-25T19:23:48Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- */ {{short description|filipefonseca.pt network}} /* --&amp;gt;&lt;br /&gt;
{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox &lt;br /&gt;
 |name = filipefonseca.pt&lt;br /&gt;
 |label2 = Founder&lt;br /&gt;
 |data2 = [[User:FilipeFonseca | FilipeFonseca]]&lt;br /&gt;
 |label3 = Web&lt;br /&gt;
 |data3 = [https://filipefonseca.pt filipefonseca.pt]&lt;br /&gt;
 |image = [[File:My-logo-empty.png|200px|center]]&lt;br /&gt;
 |label4 = Industry&lt;br /&gt;
 |data4 = {{Unbulleted list&lt;br /&gt;
 | Advanced computing&lt;br /&gt;
 | Software development&lt;br /&gt;
 | Computer hardware&lt;br /&gt;
 | Cluster computing&lt;br /&gt;
 | Advanced Networking&lt;br /&gt;
 | Internet&lt;br /&gt;
 | Virtualization&lt;br /&gt;
 | Digital Security&lt;br /&gt;
 | Data Analysis&lt;br /&gt;
  }}&lt;br /&gt;
 |label5 = Area Served&lt;br /&gt;
 |data5 = WorldWide&lt;br /&gt;
 |label6 = Founded&lt;br /&gt;
 |data6 = {{Start date and age|1996|02|01}}&lt;br /&gt;
 |label7 = Registered&lt;br /&gt;
 |data7 = {{Start date and age|2018|10|23}}&lt;br /&gt;
 |label8 = Headquarters&lt;br /&gt;
 |data8 = Internet&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt is a tech company from the [[Wikipedia:Internet | internet]]. In-house solutions are provided from a range of services. Security and privacy are the top priority in management solutions. The company is best know for it's large array of available services, that at the same moment can be extremely customized according to clients needs. With optimized setups, enterprise-level security is one of the major focus.&lt;br /&gt;
&lt;br /&gt;
==Origins==&lt;br /&gt;
[[File:filipefonseca_hp_cdrw_drive.jpg|200px|left|thumb| CD Recording in the 90's]]&lt;br /&gt;
filipefonseca.pt started in the 90's, when the latest technology was a simple CD or an [[Wikipedia:Integrated Services Digital Network | ISDN]] connection, that was perhaps the real begining on the internet. The year was 1996 and a CD burner became the central focus. That was the first demand on services, either better internet connection, or better hardware to get the so precious software! Routers came. Networking became a must. Switching a day-to-day. Overclock become something to be done. Colling became a thought! by the 2000's system already runs with an independent server. All user tasks are separated, domain is born! With this increase in computing, PDU is created. A 120000BTU AC unit is turned on! By the end of the decade, system runs 4 servers and 2 desktops, with one of them using 2X NVIDIA9800GX2 in QUAD-SLI mode, crossing this way the 1Tflop barrier for the first time. Mining operations began right after. System becomes even more power hungry. Heat is a problem! 2 years later mining operations are moved online, becoming unprofitable stopping right after. 5 year later all remaining server operations are migrated online. system becomes fully available 24/7. In 2020, 2 datacenters are built! 240-core, 1.37TB-RAM, 26.82TiB-HDD is where the system runs in 2021, in-house. The future is uncertain, but looking back, there is only one way to go…&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt exists before the internet. Since internet became part of our lives, we always do our best to keep up with technology in general. From a simple toaster to I.A. we always use latest technology. Right now main focus is AI. All the automation of our system. Altogether, makes everything very unique, which gives filipefonseca.pt an advantage, when compared to other in what Information Security matters. All our services run on the latest encryption techniques, all network communications are also encrypted, making the overall crackability of the system very hard. Backups and snapshots capabilities makes the system recoverable in case of poor usage by any user. This safe-keep was never needed. Since it began, system was never down. In this long venture into computing, filipefonseca.pt reached ~500node botnet at some point in time, but our thirst for more, took us to place where we cannot ignore the law.&lt;br /&gt;
&lt;br /&gt;
We keep the research department very active. It is and always will be a vital part of the system, so some components are only available to our researchers, and all information or software provided is only for educational proposes. We are not responsible for what people do with this information and we move away from any attempt to include our good name in any unlawful actions. Read the [[wiki.filipefonseca.pt:General disclaimer | General Disclaimer]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==System==&lt;br /&gt;
[[File:filipefonseca_cluster_openmosix.jpg|200px|right|thumb|[[Wikipedia:Beowulf cluster | Beowulf Cluster in 2010's]]]]&lt;br /&gt;
The system is redundant, in itself. Online sniffers guarantee 100% availability to services. Using several locations, system is able to recover by itself in case of disaster in a location. Several internet providers are used, as well as diesel-power source. Several plans are in place to improve overall latency between sites, passing all traffic to dedicated international backbones(tier2)… &lt;br /&gt;
All locations are administrated remotely, using high-end encryption, network is segmented and filtered, all accesses are logged and observed. CCTV surveillance of locations is guaranteed and all physical access to locations is monitored.&lt;br /&gt;
&lt;br /&gt;
Clustering as always been a challenge, and nowadays, with companies like Microsoft or AWS, offering such solutions at an acceptable price, most business are moving to their cloud, disregarding all the security disadvantages of using a mass-service. filipefonseca.pt is not meant to be used by all! We don’t provide services to everyone. This guarantees maximum security and privacy. &lt;br /&gt;
&lt;br /&gt;
;Hardware&lt;br /&gt;
:We use a combination of old, obsolete, new and modern hardware. most of our secure locations include hardware from a time where there were no [[Wikipedia:Hardware performance counter | &amp;quot;performance counters&amp;quot;]] or [[Wikipedia:Software metric | &amp;quot;metrics&amp;quot;]]. this allows secure environments to more sensitive data. all processing units are multi-core, that is where most services are processed. network security is hardware-based in core services. multi-core hardware was needed due to encryption performance. everything is monitored, from central console.&lt;br /&gt;
&lt;br /&gt;
;Software&lt;br /&gt;
:Likewise, we must use a hybrid system on the software part. different customers have different needs. all supported core services run on linux. all updates are rolled every month, system is always updated. APACHE2, ngix, IIS, SAMBA4, bind, mariabd, Microsoft AD DS and DNS, OVPN, SSHD, FTPD, are just some of the services running on different locations, according to customer physical location needs. most of our arrays run on DRBD lun's, so this way we can achieve maximum availability.&lt;br /&gt;
&lt;br /&gt;
;Network&lt;br /&gt;
:Several Internet Providers are used across different locations, not only guaranteeing redundancy, but also maximum performance when demand increases. Internal fiber optics, make sure everything is fast and responsive.&lt;br /&gt;
&lt;br /&gt;
;Power&lt;br /&gt;
:All locations are protected by UPS systems, and diesel generator for long grid blackouts. system is monitored 365/24/7, and diesel is estimated to run for 7 continuous days. due to very remote locations, LTE services are used in case of optical connections failure.&lt;br /&gt;
&lt;br /&gt;
;Security&lt;br /&gt;
:Everything is configured with strong passwords, strict firewalls, 24/7 monitoring, biometrics, temperatures. access is restricted, and network communications are encrypted. all information is encrypted locally, so in case of theft, information is not recoverable. as any other datacenter, physical security is by layers. remote access to data uses certification, keeping trusts in place.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Difference==&lt;br /&gt;
[[File:filipefonseca_noc.jpg|200px|left|thumb| [[Wikipedia:Network operations center | Network Operations Center]]]]&lt;br /&gt;
Know-how, security, availability and passion with dedication, is what makes the difference. We can reach any business, but not all business can reach us! We come from a mind-set of [[Wikipedia:Security through obscurity | security by obscurity]], and today that is in demand! Together with [[Wikipedia:Secure by design | secure by design]] and even [[Wikipedia:Open security | open security]] we create a customized secure service for your business. Our partners include emergency services, agricultural business, auto industry and Insurance companies. we don't subcontract, we do it ourselves, keeping privacy at the upmost!&lt;br /&gt;
&lt;br /&gt;
This wiki, is an example of that. There is a need to keep all configurations documented, and what best way to be online? We believe information should free for all. We also believe that the best way to keep information private is in-house. We don't respond to fear. We are specialists. Threats are real! Ransomware is dangerous. We know about encryption! By thinking the unthinkable, we can prevent many disasters. For decades, we provision backups. &amp;quot;what a waste of time&amp;quot; someone said once! &lt;br /&gt;
&lt;br /&gt;
Security is in need! no longer the default options work! Security is not only about options! We at filipefonseca.pt, see security as whole. Daily routines include testing of latest's exploits, as well as a continuum verification-check of all data in-house. Using latest techs, we can monitor every point of the system, making troubleshoot easy and quick aswell. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The real deal==&lt;br /&gt;
[[File:filipefonseca_lto_vault.jpg|150px|right|thumb| Backup Safe]]&lt;br /&gt;
We are truth to our statements and to the people we deal with. we always keep our side of the agreement, we do not fake. we don't change reports just to look good to our bosses. what is generated by the system is fully available and uncensored to our customers. all information is secured and compartmentalized. we have nothing to hide but the privacy of our data! we do the possible to keep all systems running all the time. we calculate every possible disaster. and we prepare for that. our mission is to protect information! &lt;br /&gt;
&lt;br /&gt;
We are pioneers! we pioneered in the 90's with a CD-Burner. we did it again in the 2000's with our beowulf cluster and in 2008 with the first quad-gpu SLI computing. we keep innovating now. expansion to in-house datacenter is the most recent development.&lt;br /&gt;
&lt;br /&gt;
Using several backups measures, we can assure recovery. we don't keep backups on a USB pen! independent channels are used! not only all the data is backed-up in-house, but also safe guarded in anti-nuclear distant facilities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
Support is limited. very limited. support is always busy! always! very busy! don't be pain in the ass! go... and drink a coffee, ok? come back later! much later! leave a message, btw! email support@filipefonseca.pt, and pray for the best! a good running system doesn't need support! most calls are dumb questions! so, try to explain your problem on an email, with most possible details upfront. don't be afraid to write! use sniping tools! attach some images of the problem! otherwise, your just complain about system speed, so close the damn radio, youtube,  facebook and linkedln! shutdown the workstation and go home!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Monitoring==&lt;br /&gt;
[[File:Monitoring_software_noc.png|300px|left|thumb|[[w:Network_monitoring|Network Monitoring]]]]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9297</id>
		<title>Filipefonseca.pt</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9297"/>
		<updated>2021-11-25T19:23:06Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- */ {{short description|filipefonseca.pt network}} /* --&amp;gt;&lt;br /&gt;
{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox &lt;br /&gt;
 |name = filipefonseca.pt&lt;br /&gt;
 |label2 = Founder&lt;br /&gt;
 |data2 = [[User:FilipeFonseca | FilipeFonseca]]&lt;br /&gt;
 |label3 = Web&lt;br /&gt;
 |data3 = [https://filipefonseca.pt filipefonseca.pt]&lt;br /&gt;
 |image = [[File:My-logo-empty.png|200px|center]]&lt;br /&gt;
 |label4 = Industry&lt;br /&gt;
 |data4 = {{Unbulleted list&lt;br /&gt;
 | Advanced computing&lt;br /&gt;
 | Software development&lt;br /&gt;
 | Computer hardware&lt;br /&gt;
 | Cluster computing&lt;br /&gt;
 | Advanced Networking&lt;br /&gt;
 | Internet&lt;br /&gt;
 | Virtualization&lt;br /&gt;
 | Digital Security&lt;br /&gt;
 | Data Analysis&lt;br /&gt;
  }}&lt;br /&gt;
 |label5 = Area Served&lt;br /&gt;
 |data5 = WorldWide&lt;br /&gt;
 |label6 = Founded&lt;br /&gt;
 |data6 = {{Start date and age|1996|02|01}}&lt;br /&gt;
 |label7 = Registered&lt;br /&gt;
 |data7 = {{Start date and age|2018|10|23}}&lt;br /&gt;
 |label8 = Headquarters&lt;br /&gt;
 |data8 = Internet&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt is a tech company from the [[Wikipedia:Internet | internet]]. In-house solutions are provided from a range of services. Security and privacy are the top priority in management solutions. The company is best know for it's large array of available services, that at the same moment can be extremely customized according to clients needs. With optimized setups, enterprise-level security is one of the major focus.&lt;br /&gt;
&lt;br /&gt;
==Origins==&lt;br /&gt;
[[File:filipefonseca_hp_cdrw_drive.jpg|200px|left|thumb| CD Recording in the 90's]]&lt;br /&gt;
filipefonseca.pt started in the 90's, when the latest technology was a simple CD or an [[Wikipedia:Integrated Services Digital Network | ISDN]] connection, that was perhaps the real begining on the internet. The year was 1996 and a CD burner became the central focus. That was the first demand on services, either better internet connection, or better hardware to get the so precious software! Routers came. Networking became a must. Switching a day-to-day. Overclock become something to be done. Colling became a thought! by the 2000's system already runs with an independent server. All user tasks are separated, domain is born! With this increase in computing, PDU is created. A 120000BTU AC unit is turned on! By the end of the decade, system runs 4 servers and 2 desktops, with one of them using 2X NVIDIA9800GX2 in QUAD-SLI mode, crossing this way the 1Tflop barrier for the first time. Mining operations began right after. System becomes even more power hungry. Heat is a problem! 2 years later mining operations are moved online, becoming unprofitable stopping right after. 5 year later all remaining server operations are migrated online. system becomes fully available 24/7. In 2020, 2 datacenters are built! 240-core, 1.37TB-RAM, 26.82TiB-HDD is where the system runs in 2021, in-house. The future is uncertain, but looking back, there is only one way to go…&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt exists before the internet. Since internet became part of our lives, we always do our best to keep up with technology in general. From a simple toaster to I.A. we always use latest technology. Right now main focus is AI. All the automation of our system. Altogether, makes everything very unique, which gives filipefonseca.pt an advantage, when compared to other in what Information Security matters. All our services run on the latest encryption techniques, all network communications are also encrypted, making the overall crackability of the system very hard. Backups and snapshots capabilities makes the system recoverable in case of poor usage by any user. This safe-keep was never needed. Since it began, system was never down. In this long venture into computing, filipefonseca.pt reached ~500node botnet at some point in time, but our thirst for more, took us to place where we cannot ignore the law.&lt;br /&gt;
&lt;br /&gt;
We keep the research department very active. It is and always will be a vital part of the system, so some components are only available to our researchers, and all information or software provided is only for educational proposes. We are not responsible for what people do with this information and we move away from any attempt to include our good name in any unlawful actions. Read the [[wiki.filipefonseca.pt:General disclaimer | General Disclaimer]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==System==&lt;br /&gt;
[[File:filipefonseca_cluster_openmosix.jpg|200px|right|thumb|[[Wikipedia:Beowulf cluster | Beowulf Cluster in 2010's]]]]&lt;br /&gt;
The system is redundant, in itself. Online sniffers guarantee 100% availability to services. Using several locations, system is able to recover by itself in case of disaster in a location. Several internet providers are used, as well as diesel-power source. Several plans are in place to improve overall latency between sites, passing all traffic to dedicated international backbones(tier2)… &lt;br /&gt;
All locations are administrated remotely, using high-end encryption, network is segmented and filtered, all accesses are logged and observed. CCTV surveillance of locations is guaranteed and all physical access to locations is monitored.&lt;br /&gt;
&lt;br /&gt;
Clustering as always been a challenge, and nowadays, with companies like Microsoft or AWS, offering such solutions at an acceptable price, most business are moving to their cloud, disregarding all the security disadvantages of using a mass-service. filipefonseca.pt is not meant to be used by all! We don’t provide services to everyone. This guarantees maximum security and privacy. &lt;br /&gt;
&lt;br /&gt;
;Hardware&lt;br /&gt;
:We use a combination of old, obsolete, new and modern hardware. most of our secure locations include hardware from a time where there were no [[Wikipedia:Hardware performance counter | &amp;quot;performance counters&amp;quot;]] or [[Wikipedia:Software metric | &amp;quot;metrics&amp;quot;]]. this allows secure environments to more sensitive data. all processing units are multi-core, that is where most services are processed. network security is hardware-based in core services. multi-core hardware was needed due to encryption performance. everything is monitored, from central console.&lt;br /&gt;
&lt;br /&gt;
;Software&lt;br /&gt;
:Likewise, we must use a hybrid system on the software part. different customers have different needs. all supported core services run on linux. all updates are rolled every month, system is always updated. APACHE2, ngix, IIS, SAMBA4, bind, mariabd, Microsoft AD DS and DNS, OVPN, SSHD, FTPD, are just some of the services running on different locations, according to customer physical location needs. most of our arrays run on DRBD lun's, so this way we can achieve maximum availability.&lt;br /&gt;
&lt;br /&gt;
;Network&lt;br /&gt;
:Several Internet Providers are used across different locations, not only guaranteeing redundancy, but also maximum performance when demand increases. Internal fiber optics, make sure everything is fast and responsive.&lt;br /&gt;
&lt;br /&gt;
;Power&lt;br /&gt;
:All locations are protected by UPS systems, and diesel generator for long grid blackouts. system is monitored 365/24/7, and diesel is estimated to run for 7 continuous days. due to very remote locations, LTE services are used in case of optical connections failure.&lt;br /&gt;
&lt;br /&gt;
;Security&lt;br /&gt;
:Everything is configured with strong passwords, strict firewalls, 24/7 monitoring, biometrics, temperatures. access is restricted, and network communications are encrypted. all information is encrypted locally, so in case of theft, information is not recoverable. as any other datacenter, physical security is by layers. remote access to data uses certification, keeping trusts in place.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Difference==&lt;br /&gt;
[[File:filipefonseca_noc.jpg|200px|left|thumb| [[Wikipedia:Network operations center | Network Operations Center]]]]&lt;br /&gt;
Know-how, security, availability and passion with dedication, is what makes the difference. We can reach any business, but not all business can reach us! We come from a mind-set of [[Wikipedia:Security through obscurity | security by obscurity]], and today that is in demand! Together with [[Wikipedia:Secure by design | secure by design]] and even [[Wikipedia:Open security | open security]] we create a customized secure service for your business. Our partners include emergency services, agricultural business, auto industry and Insurance companies. we don't subcontract, we do it ourselves, keeping privacy at the upmost!&lt;br /&gt;
&lt;br /&gt;
This wiki, is an example of that. There is a need to keep all configurations documented, and what best way to be online? We believe information should free for all. We also believe that the best way to keep information private is in-house. We don't respond to fear. We are specialists. Threats are real! Ransomware is dangerous. We know about encryption! By thinking the unthinkable, we can prevent many disasters. For decades, we provision backups. &amp;quot;what a waste of time&amp;quot; someone said once! &lt;br /&gt;
&lt;br /&gt;
Security is in need! no longer the default options work! Security is not only about options! We at filipefonseca.pt, see security as whole. Daily routines include testing of latest's exploits, as well as a continuum verification-check of all data in-house. Using latest techs, we can monitor every point of the system, making troubleshoot easy and quick aswell. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The real deal==&lt;br /&gt;
[[File:filipefonseca_lto_vault.jpg|150px|right|thumb| Backup Safe]]&lt;br /&gt;
We are truth to our statements and to the people we deal with. we always keep our side of the agreement, we do not fake. we don't change reports just to look good to our bosses. what is generated by the system is fully available and uncensored to our customers. all information is secured and compartmentalized. we have nothing to hide but the privacy of our data! we do the possible to keep all systems running all the time. we calculate every possible disaster. and we prepare for that. our mission is to protect information! &lt;br /&gt;
&lt;br /&gt;
We are pioneers! we pioneered in the 90's with a CD-Burner. we did it again in the 2000's with our beowulf cluster and in 2008 with the first quad-gpu SLI computing. we keep innovating now. expansion to in-house datacenter is the most recent development.&lt;br /&gt;
&lt;br /&gt;
Using several backups measures, we can assure recovery. we don't keep backups on a USB pen! independent channels are used! not only all the data is backed-up in-house, but also safe guarded in anti-nuclear distant facilities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
Support is limited. very limited. support is always busy! always! very busy! don't be pain in the ass! go... and drink a coffee, ok? come back later! much later! leave a message, btw! email support@filipefonseca.pt, and pray for the best! a good running system doesn't need support! most calls are dumb questions! so, try to explain your problem on an email, with most possible details upfront. don't be afraid to write! use sniping tools! attach some images of the problem! otherwise, your just complain about system speed, so close the damn radio, youtube,  facebook and linkedln! shutdown the workstation and go home!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Monitoring==&lt;br /&gt;
[[File:Monitoring_software_noc.png|300px|left|thumb|w:Network_monitoring|Network Monitoring]]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9296</id>
		<title>Filipefonseca.pt</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Filipefonseca.pt&amp;diff=9296"/>
		<updated>2021-11-25T19:20:50Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- */ {{short description|filipefonseca.pt network}} /* --&amp;gt;&lt;br /&gt;
{{lowercase title}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox &lt;br /&gt;
 |name = filipefonseca.pt&lt;br /&gt;
 |label2 = Founder&lt;br /&gt;
 |data2 = [[User:FilipeFonseca | FilipeFonseca]]&lt;br /&gt;
 |label3 = Web&lt;br /&gt;
 |data3 = [https://filipefonseca.pt filipefonseca.pt]&lt;br /&gt;
 |image = [[File:My-logo-empty.png|200px|center]]&lt;br /&gt;
 |label4 = Industry&lt;br /&gt;
 |data4 = {{Unbulleted list&lt;br /&gt;
 | Advanced computing&lt;br /&gt;
 | Software development&lt;br /&gt;
 | Computer hardware&lt;br /&gt;
 | Cluster computing&lt;br /&gt;
 | Advanced Networking&lt;br /&gt;
 | Internet&lt;br /&gt;
 | Virtualization&lt;br /&gt;
 | Digital Security&lt;br /&gt;
 | Data Analysis&lt;br /&gt;
  }}&lt;br /&gt;
 |label5 = Area Served&lt;br /&gt;
 |data5 = WorldWide&lt;br /&gt;
 |label6 = Founded&lt;br /&gt;
 |data6 = {{Start date and age|1996|02|01}}&lt;br /&gt;
 |label7 = Registered&lt;br /&gt;
 |data7 = {{Start date and age|2018|10|23}}&lt;br /&gt;
 |label8 = Headquarters&lt;br /&gt;
 |data8 = Internet&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt is a tech company from the [[Wikipedia:Internet | internet]]. In-house solutions are provided from a range of services. Security and privacy are the top priority in management solutions. The company is best know for it's large array of available services, that at the same moment can be extremely customized according to clients needs. With optimized setups, enterprise-level security is one of the major focus.&lt;br /&gt;
&lt;br /&gt;
==Origins==&lt;br /&gt;
[[File:filipefonseca_hp_cdrw_drive.jpg|200px|left|thumb| CD Recording in the 90's]]&lt;br /&gt;
filipefonseca.pt started in the 90's, when the latest technology was a simple CD or an [[Wikipedia:Integrated Services Digital Network | ISDN]] connection, that was perhaps the real begining on the internet. The year was 1996 and a CD burner became the central focus. That was the first demand on services, either better internet connection, or better hardware to get the so precious software! Routers came. Networking became a must. Switching a day-to-day. Overclock become something to be done. Colling became a thought! by the 2000's system already runs with an independent server. All user tasks are separated, domain is born! With this increase in computing, PDU is created. A 120000BTU AC unit is turned on! By the end of the decade, system runs 4 servers and 2 desktops, with one of them using 2X NVIDIA9800GX2 in QUAD-SLI mode, crossing this way the 1Tflop barrier for the first time. Mining operations began right after. System becomes even more power hungry. Heat is a problem! 2 years later mining operations are moved online, becoming unprofitable stopping right after. 5 year later all remaining server operations are migrated online. system becomes fully available 24/7. In 2020, 2 datacenters are built! 240-core, 1.37TB-RAM, 26.82TiB-HDD is where the system runs in 2021, in-house. The future is uncertain, but looking back, there is only one way to go…&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
filipefonseca.pt exists before the internet. Since internet became part of our lives, we always do our best to keep up with technology in general. From a simple toaster to I.A. we always use latest technology. Right now main focus is AI. All the automation of our system. Altogether, makes everything very unique, which gives filipefonseca.pt an advantage, when compared to other in what Information Security matters. All our services run on the latest encryption techniques, all network communications are also encrypted, making the overall crackability of the system very hard. Backups and snapshots capabilities makes the system recoverable in case of poor usage by any user. This safe-keep was never needed. Since it began, system was never down. In this long venture into computing, filipefonseca.pt reached ~500node botnet at some point in time, but our thirst for more, took us to place where we cannot ignore the law.&lt;br /&gt;
&lt;br /&gt;
We keep the research department very active. It is and always will be a vital part of the system, so some components are only available to our researchers, and all information or software provided is only for educational proposes. We are not responsible for what people do with this information and we move away from any attempt to include our good name in any unlawful actions. Read the [[wiki.filipefonseca.pt:General disclaimer | General Disclaimer]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==System==&lt;br /&gt;
[[File:filipefonseca_cluster_openmosix.jpg|200px|right|thumb|[[Wikipedia:Beowulf cluster | Beowulf Cluster in 2010's]]]]&lt;br /&gt;
The system is redundant, in itself. Online sniffers guarantee 100% availability to services. Using several locations, system is able to recover by itself in case of disaster in a location. Several internet providers are used, as well as diesel-power source. Several plans are in place to improve overall latency between sites, passing all traffic to dedicated international backbones(tier2)… &lt;br /&gt;
All locations are administrated remotely, using high-end encryption, network is segmented and filtered, all accesses are logged and observed. CCTV surveillance of locations is guaranteed and all physical access to locations is monitored.&lt;br /&gt;
&lt;br /&gt;
Clustering as always been a challenge, and nowadays, with companies like Microsoft or AWS, offering such solutions at an acceptable price, most business are moving to their cloud, disregarding all the security disadvantages of using a mass-service. filipefonseca.pt is not meant to be used by all! We don’t provide services to everyone. This guarantees maximum security and privacy. &lt;br /&gt;
&lt;br /&gt;
;Hardware&lt;br /&gt;
:We use a combination of old, obsolete, new and modern hardware. most of our secure locations include hardware from a time where there were no [[Wikipedia:Hardware performance counter | &amp;quot;performance counters&amp;quot;]] or [[Wikipedia:Software metric | &amp;quot;metrics&amp;quot;]]. this allows secure environments to more sensitive data. all processing units are multi-core, that is where most services are processed. network security is hardware-based in core services. multi-core hardware was needed due to encryption performance. everything is monitored, from central console.&lt;br /&gt;
&lt;br /&gt;
;Software&lt;br /&gt;
:Likewise, we must use a hybrid system on the software part. different customers have different needs. all supported core services run on linux. all updates are rolled every month, system is always updated. APACHE2, ngix, IIS, SAMBA4, bind, mariabd, Microsoft AD DS and DNS, OVPN, SSHD, FTPD, are just some of the services running on different locations, according to customer physical location needs. most of our arrays run on DRBD lun's, so this way we can achieve maximum availability.&lt;br /&gt;
&lt;br /&gt;
;Network&lt;br /&gt;
:Several Internet Providers are used across different locations, not only guaranteeing redundancy, but also maximum performance when demand increases. Internal fiber optics, make sure everything is fast and responsive.&lt;br /&gt;
&lt;br /&gt;
;Power&lt;br /&gt;
:All locations are protected by UPS systems, and diesel generator for long grid blackouts. system is monitored 365/24/7, and diesel is estimated to run for 7 continuous days. due to very remote locations, LTE services are used in case of optical connections failure.&lt;br /&gt;
&lt;br /&gt;
;Security&lt;br /&gt;
:Everything is configured with strong passwords, strict firewalls, 24/7 monitoring, biometrics, temperatures. access is restricted, and network communications are encrypted. all information is encrypted locally, so in case of theft, information is not recoverable. as any other datacenter, physical security is by layers. remote access to data uses certification, keeping trusts in place.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Difference==&lt;br /&gt;
[[File:filipefonseca_noc.jpg|200px|left|thumb| [[Wikipedia:Network operations center | Network Operations Center]]]]&lt;br /&gt;
Know-how, security, availability and passion with dedication, is what makes the difference. We can reach any business, but not all business can reach us! We come from a mind-set of [[Wikipedia:Security through obscurity | security by obscurity]], and today that is in demand! Together with [[Wikipedia:Secure by design | secure by design]] and even [[Wikipedia:Open security | open security]] we create a customized secure service for your business. Our partners include emergency services, agricultural business, auto industry and Insurance companies. we don't subcontract, we do it ourselves, keeping privacy at the upmost!&lt;br /&gt;
&lt;br /&gt;
This wiki, is an example of that. There is a need to keep all configurations documented, and what best way to be online? We believe information should free for all. We also believe that the best way to keep information private is in-house. We don't respond to fear. We are specialists. Threats are real! Ransomware is dangerous. We know about encryption! By thinking the unthinkable, we can prevent many disasters. For decades, we provision backups. &amp;quot;what a waste of time&amp;quot; someone said once! &lt;br /&gt;
&lt;br /&gt;
Security is in need! no longer the default options work! Security is not only about options! We at filipefonseca.pt, see security as whole. Daily routines include testing of latest's exploits, as well as a continuum verification-check of all data in-house. Using latest techs, we can monitor every point of the system, making troubleshoot easy and quick aswell. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The real deal==&lt;br /&gt;
[[File:filipefonseca_lto_vault.jpg|150px|right|thumb| Backup Safe]]&lt;br /&gt;
We are truth to our statements and to the people we deal with. we always keep our side of the agreement, we do not fake. we don't change reports just to look good to our bosses. what is generated by the system is fully available and uncensored to our customers. all information is secured and compartmentalized. we have nothing to hide but the privacy of our data! we do the possible to keep all systems running all the time. we calculate every possible disaster. and we prepare for that. our mission is to protect information! &lt;br /&gt;
&lt;br /&gt;
We are pioneers! we pioneered in the 90's with a CD-Burner. we did it again in the 2000's with our beowulf cluster and in 2008 with the first quad-gpu SLI computing. we keep innovating now. expansion to in-house datacenter is the most recent development.&lt;br /&gt;
&lt;br /&gt;
Using several backups measures, we can assure recovery. we don't keep backups on a USB pen! independent channels are used! not only all the data is backed-up in-house, but also safe guarded in anti-nuclear distant facilities.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Support==&lt;br /&gt;
Support is limited. very limited. support is always busy! always! very busy! don't be pain in the ass! go... and drink a coffee, ok? come back later! much later! leave a message, btw! email support@filipefonseca.pt, and pray for the best! a good running system doesn't need support! most calls are dumb questions! so, try to explain your problem on an email, with most possible details upfront. don't be afraid to write! use sniping tools! attach some images of the problem! otherwise, your just complain about system speed, so close the damn radio, youtube,  facebook and linkedln! shutdown the workstation and go home!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Monitoring==&lt;br /&gt;
[[File:Monitoring_software_noc.png|150px|right|thumb| Network Monitoring]]&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=File:Monitoring_software_noc.png&amp;diff=9295</id>
		<title>File:Monitoring software noc.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=File:Monitoring_software_noc.png&amp;diff=9295"/>
		<updated>2021-11-25T19:18:28Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Uploaded own work with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=Monitoring Tool}}&lt;br /&gt;
|date=2021-11-25&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:FilipeFonseca|FilipeFonseca]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
	<entry>
		<id>http://wiki.filipefonseca.pt/index.php?title=Template:Cc-by-sa-4.0&amp;diff=9294</id>
		<title>Template:Cc-by-sa-4.0</title>
		<link rel="alternate" type="text/html" href="http://wiki.filipefonseca.pt/index.php?title=Template:Cc-by-sa-4.0&amp;diff=9294"/>
		<updated>2021-11-23T18:27:51Z</updated>

		<summary type="html">&lt;p&gt;FilipeFonseca: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>FilipeFonseca</name></author>
	</entry>
</feed>