🙈
-
antoniocampos.net
- Portugal
-
14:21
(UTC) - https://antoniocampos.net
- https://orcid.org/0009-0007-2994-6915
- @jantoniofcampos
- jantoniofcampos
- in/antoniocampos
- user/jantoniofcampos
Highlights
Pinned Loading
-
.net Core Systemd Service Example (L...
.net Core Systemd Service Example (Linux autostart you .net app) 1[Unit]
2Description=MyService Description
34[Service]
5WorkingDirectory=/path/to/app/
-
Fail2Ban DROP instead REJECT
Fail2Ban DROP instead REJECT 1#Depending on version one of the following files must exist
23root@host:/ nano /etc/fail2ban/action.d/iptables-blocktype.conf
45or
-
Solve OpenVPN 2.4 Error = CRL has ex...
Solve OpenVPN 2.4 Error = CRL has expired 1#OpenVPN 2.4 no longer accepts CRLs who's nextUpdate field lies in the past.
2#
3# [email protected] 2017
4# no need for any change at the client side
5# you may want to increase the CRL EXPIRE period
-
Redirect all requests to PHP
Redirect all requests to PHP 1RewriteEngine on
2RewriteCond %{REQUEST_FILENAME} !-f
3RewriteCond %{REQUEST_FILENAME} !-d
4RewriteRule ^(.*)$ /index.php?ParaMeter=$1 [NC,L,QSA]
-
.htaccess force www.
.htaccess force www. 1RewriteEngine on
2RewriteCond %{HTTP_HOST} ^antoniocampos.net [NC]
3RewriteRule ^(.*)$ http://www.antoniocampos.net/$1 [L,R=301,NC]
-
Debian 10 install and configure Micr...
Debian 10 install and configure Microsoft SQL Server 2019 and tools 1apt install curl apt-transport-https gnupg
2curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
3curl https://packages.microsoft.com/config/debian/10/prod.list | tee /etc/apt/sources.list.d/msprod.list
4curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list | tee /etc/apt/sources.list.d/msprod.list
5apt-get update
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.