Kategorie: Howto

Android: Reset Phone Data Manager Huawei App

If you use a Huawei Smartphone, you can set the Data Transfer Limit at the Phone Manager App which disconnect the mobile data transfer if the Limit is reached. But if you want to disable it there is NO RESET OPTION! This can run you into trouble cause the App disable the Mobile Data Modem […]

Android: Disable Screensaver Ads Fire Tablet

If you use a Fire Tablet and you want prevent kids from ads do: Enable the Developer Options by Settings > Device Options > Tap on Serial Number several times > You are now Developer Enable the USB Debugging on Setttings > Device Options > Developer Options > Enable ADB > Tap on toggle > Enable […]

MYSQL: Default Basic Table Structure WordPress

If you use WordPress and have tested some plugins and removed them later, it is possible that you have much waste tables still inside your database. First do Database Backup with MySQL DUMP Then check it enter the mysql console as your mysql admin user and do: $mysql -u mysqladminusername -p mysql > use databasename; […]

Apache: Count Visits on Console

If you use a Webserver like Apache, you can use a small script to Analyse your Logs. Create a analyse-web.sh Script with: $sudo nano /home/user/analyse-web.sh insert: #!/bin/bash cat /var/log/apache2/access.log | awk '{ print $1 }' | sort | uniq -c exit 0 System Output: 1573 www.domain2.de 3568 www.domain3.de .. If you change the „$1“ to […]

Apache: Analyse Logs Spam Bots

If you admin a Apache Webserver, you see often weekly thousand of visits a day on your Blogs. Background: These are no real users, this visits are made by Spam Bots in my Logs like Xovi.de or xovibot.net Bots! On info pages this Company says Admins should disallow crawl by robots.txt, but they IGNORE the settings! […]

Rsync: Performance NFS Boost

If you use two Linux Servers with NFS Shares connect over Gigabit Interfaces for Backups, you perhaps remark performance problems on using rsync. It does often pause transmissions or reach only a rate of 32Mb/s. That’s bad and waste time and energy. Background: After some Tests of running Backups with single files and compressed big […]

Impressum Datenschutz-DSGVO-GDPR

www.linuxonlinehelp.eu - Linux PC & Server Support since 2004 Tags: Linux Online Help, Linuxonlinehelp, Linux Support, Linux Hilfe