Sehr spannender Artikel
Author: Konkretor
Ubuntu 16.04 Linux Kernel Live Patching
Yacy installiert
Ich habe mir heute mal die Suchmaschine Yacy angeschaut und auf einem vLinux Server installiert und ich muss sagen, macht spaß ihm beim arbeiten zu zu schauen!
Wenn ich alles fertig konfiguriert habe gibt es auch eine URL
Webclient für Yacy
nginx url rewrite with www and none www
ssl + adds www
return 301 https://www.$host$request_uri;
this redirect makes all https
return 301 https://$host$request_uri;
Full Config with this example
server {
listen 80 default_server;return 301 https://www.$host$request_uri;
root /usr/share/nginx/html;
index index.html index.htm;# Make site accessible from http://localhost/
server_name localhost;}
server {
listen 443 ssl;
server_name localhost;
ssl on;ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_ciphers AES256+EECDH:AES256+EDH:!aNULL;ssl_certificate /etc/nginx/ssl/sant.crt; #you have to put here…
ssl_certificate_key /etc/nginx/ssl/san.key; # …paths to your certificate files
return 301 https://www.$host$request_uri;
}
Eigene Suchmaschine
Golem hat einen Super Artikel geschrieben
http://www.golem.de/news/howto-goodbye-google-suchmaschinen-selber-hosten-1610-123482.html
Linux Infos über diverse Themen
Grep für Anfänger
NGINX traffic monitoring
Ich habe zwei Tools gefunden
ngxtop ein Python Tool , was relativ schnell Übersicht bringt
Sowie goaccess das auch mit fast allen Logfiles umgehen kann
http://vujade.co/monitoring-nginx/
https://github.com/allinurl/goaccess
Ubuntu one klick installer
apt-get install tasksel
run taskel and install quick your Software Environment that you need
