Kategorie: ubuntu

Bug: WIFI WICD Network dropped by apparmor randomly

Apparmor prevent by broken Security Profile read Access to Configs of WICD Syslog dmesg Log: apparmor="DENIED" name="/var/lib/wicd/dhclient.conf"…. Solution: sudo nano /etc/apparmor.d/sbin.dhclient add after „/etc/dhcp/** r,“: /var/lib/wicd/dhclient.conf r, to enable access to /var/lib/wicd/dhclient.conf which is able to read updates

Reuse OLD PCs for IPFS File Cloud Blockchain

What is IPFS = Internet Planetary File System (peer-to peer) ? It’s a decentral sharing Ecosystem for Files on Blockchain Technology Warning it is NOT anonymous! The ipfs command offers display commands to follow back the hosting & mirroring IP’s! Why is it a current Hype? Cause it offers many Solutions for saving files into […]

Ubuntu Debian MAJOR Bug: WIFI randomly disconnected at 100% Signal no internet

Ubuntu Debian (All Linux OS) Bug: WIFI randomly disconnected at 100% Signal no internet System : ubuntu 18.04 LTS Kernel 5.7 amd64 Router openwrt LAN/WIFI: disabled ipv6 dhcp ! Bug: Wifi lost internet connection randomly on 100% Signal beside the Gateway-Router! Problem: No Error Logs, no Kernel Messages Tested: Replaced Mini-PCI WIFI 5/6 Cards various […]

Firestick VPN disable GEOBLOCKING Android

In Europe most DSL Routers don’t support VPN/OPENVPN by default this a Workaround without hacking any Firmware or Chrooting ! What you need: openvpn.apk Client client.ovpn Config File Linux PC with adb tools, Ubuntu Live CD works also without Install! AWS or other vServer on the Cloud outside EU (i testet AWS-Lightsail for free!) 15Mins […]

Apache2 evasive Problems with WordPress

If you use Apache2 / Apache24 and anti-hammering tools like the Modul evasive and security2 as addon fail2ban than you can fail blogging. Problems: Apache2 Module „evasive“ must be fine tuned for WordPress go /etc/apache2/ if you use default enabled auto-safe drafts of posts can let you look like a Attacker so disable auto save […]

Major Tools for your IT Systems

A must „USE“ in these insecure days: nmap Portscan Tool use nmap -PN IP-Address to check failed Firewall Settings! arp-scan  Network Scan to find active devices iftop to detect traffic and used Ports on a physical network Interface! ps aux  show active processes on a Linux System htop more human friendly Process Monitor iotop human […]

Ubuntu Odroid Enable Boot Messages again

To see any VERY useful Kernel Boot Messages on Screen do: nano /media/boot/boot.ini then search line 9: setenv condev "console=ttyS0,115200n8" change to: setenv condev "console=ttyS0,115200n8 console=tty1" now enable Multi-User Console this disable graphic Lightdm Login Manager systemctl set-default multi-user.target Now you can debug all again.. be happy

Bug Nautilus slow SMB Performance gvfs-smb

If you use Samba as File Share (NAS) Samba mounts often hang by listing huge amount files like Photos. Known Problem is the gfvs-backend is hanging up on switching between smb protocol (smb1-2-3) versions! Faster is to use the cifs Kernel mount without the gnome-backend communication open Terminal enter: id myusername mkdir /home/myusername/nas/ with known […]

Android OS vs Linux Widevine Support on ARM64

If you use a odroid device like my odroid n2 you should know that the OFTEN needed DRM Browser Plugin „Widevine“ in NOT available by default for ARM64. Google free Browser Chromium does not support Widevine without hacking (extracting from a Chromebook OS Recovery ARMHf/32bit Image.) I was not able to get it to run […]

Ubuntu Bug NetworkManager openvpn plugin fails

If you setup Ubuntu 18.04 with openvpn you must install all Network Manager Plugins to run a stable VPN do: sudo apt-get install network-manager-openvpn network-manager-openvpn-gnome network-manager-pptp network-manager-pptp-gnome network-manager network-manager-gnome This fixes dependencies of Plugins to openvpn like pptp and more! The Syslog does not show any informations whats happening! only like this: vpn-connection[ID-XXXX-XXXX-XXXX-XXXX,“vpn“,34:(tun0)]: VPN plugin: […]

Design copyright www.linuxonlinehelp.com - Linux PC & Server Support