Windows 10 CPU Fix

Disable the Windows Defender will decrease the cpu useage at older devices up to 85% so it is possible to use windows 10 also on older devices Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] „DisableAntiSpyware“=dword:00000001 create a new file „disable_defender.reg“ and copy / past the quote inside after execution it should be disabled  

SSH Tunnel over http proxy

UNBLOCK YOURSELF GUIDE you need a SOCKS5 to handle every connection type? ssh is blocked? add an aditional ssh port nano /etc/ssh/sshd_config # This is ssh server systemwide configuration file. Port 22 Port 8080 # Add this line to accept ssh connections on 8080 service sshd restart SSH config file nano ~/.ssh/config ## Outside of the firewall, with HTTPS weiterlesen…

DNS not reachable NETWORK FIX

ADD to /etc/resolv.conf nameserver 8.8.8.8nameserver 8.8.4.4   sometimes the DNS from the ISP is not reachable, or not correctly delivered by the DHCP to fix you can add this line inside Linux or routers through ssh to add a static Nameserver   add this lines to /etc/systemd/resolved.conf [Resolve]DNS=8.8.8.8FallbackDNS=8.8.4.4   restart systemd resolver by: sudo systemctl daemon-reload && sudo weiterlesen…

Emotion detection with Artificial Intelligence

A project to teach A.I. understanding human feelings for a better Human Computer interaction. Analyse and simulate Human reactions and responding. classify emotions inside multimedia Goal: in the end the A.I. should give feedback about the classified emotion and there reaction inside images, videos, music or even sounds. for example we’d like to find the most emotional moments weiterlesen…

TS³ SSH AdminToken

TS3 – Teamspeak 3 – create Server Admin Token above Telnet/SSH 1. restart the TS3-Server above SSH and create a new ServerQueryAdminPasswort  >./ts3server_startscript.sh restart serveradmin_password= 2. Connect by Telnet in Windows (PuTTY / PuttyTray). telnet localhost 10011 3. Login >login serveradmin <password> # select virtual Server if unknown (optional) #Default: >serverlist >use 1 4. Create an weiterlesen…