Freifunk: Openwrt Router Setup Mesh Wifi Meshing

Many of Users have asked me what are the Advantages of using Freifunk WIFI Routers at Home? One of  my answer’s is that the Freifunk OS Openwrt SUPPORT the “MESH” Technology! This is mostly offered by high end WIFI Accesspoint’s or Industrial Devices. Mesh is a Communication Protocol where minimum 2 Devices handle WIFI Access Connections to a WIFI Endpoint (Client, like a Tablet) There are 3 supported “Mesh” Types: Mesh connects between LAN Ports Mesh connects between WAN Ports Mesh connects between WIFI (default) Here you see a Mesh Map of a Mesh Network (Public Admin Webpage Meshviewer): Advantage […]

Android Browser: GNU IceCat the better Android Browser for you?

If you use Android on your Tablet or Phone, and you like to get back more privacy and security you should take a closer look at the GNU IceCat Android Browser: Source: https://ftp.gnu.org/gnu/icecat/38.6.0/ (Outside of Play Store) IceCat need NO Google Account and does not call home, install it and try it. I don’t wanne miss IceCat on my Cellphones Handling is same like Firefox, cause it’s based on Firefox Framework, but offers more user access.

Freifunk: Setup Router Software Bugfix

If you want to share Public Wifi at home for friends and you don’t want to share the Wifi Password, you can setup cheap a Public Openwrt Wifi Router as Access Point. Advantages: Public Setup needs no Wifi Password You are not responsible, cause the Internet is pulled thru a VPN of Freifunk Network It’s anonymous! It’s free of Charge! Supported by a big Community Can installed on very cheap old Routers like the TP-Link 841 (find the Singleband Router on Amaz or EbXX 12$ or Powerfull Dualband Router TP Link C7 at 50$) Can by used at EVERY Freifunk […]

WordPress: Get URL of all Posts

On a lot of  Blogs, Forum and Howto Pages i have read the Question: “How to get the URL of all WordPress Posts?” If you dont want to use a external Plugin which can be a Security Hole in the CMS you can fix it with a small Workaround: Login into WordPress as Blog Admin Create a New cenral Categorie like “Howtos” Now go to the Posts Page where all Content Pages can be seen as list Here SELECT ALL and do Bulk Action “ADD” to the new Categorie “howto” that’s it.. now all Posts listet like.. https://www.linuxonlinehelp.eu/category/howto/ Remark: If […]

Food: Breakfast Power for the Brain

If you work on a IT Office your Brain need useful Energy to Boost up over long time without powerless feeling Ingredients: Natural Oat Flakes with germlings Low Fat Milk Fresh Banana Pieces Nuts Splits Instant Coffee Powder (Coffeine) Chocolate Power Advantage: Easy to prepare Easy to Store Needs no cooling Long time storeable No unknown hidden Ingredients by Industry No hidden extra sugar Remove Chocolate powder for less sugar Tasty all the time..

Linux: Bash Script Time Saver Session Timer

If you use daily the Internet you know how fast the Time passes. The Internet Research can grab a lot of time without that you feel it. Thats wasted time! For saving Time on Linux you display a Timer Message on the User Screen after some Time, which let you remark that XX Minutes are gone. The Linux Tool who can offer this is called “gxmessage” Howto: Install gxmessage if not installed with $sudo apt-get install gxmessage open the root Crontab with $crontab -e Enter this code (Username = User!): */10 * * * *    sudo -u username DISPLAY=:0.0 […]

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 (LTE) for data transfer daily by Automatic! To Reset it go: go Android Settings > App Manager go Phone Manager App (Telefonmanager App) and press delete Data Button right press Stop the App now now the Settings from last Travel are gone!

Ubuntu: Release Change

If you use Ubuntu on your Systems, you perhaps read last weeks about a new Release Version. I am often asked, must i upgrade now? My answere at first is not really, cause the new Versions are not cleaned up by all bugs and the User or Admin must recheck against the new advantages of the new Releases for production usage. I prefer to wait 3 Month after a Release by Ubuntu is published. But if you setup a very new Hardware your are often forced to take the LAST Release Version, cause it supports newest Hardware Chips by the […]

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 Connect the Tablet to a Linux PC with installed “android-tools-adb” on Win use Adb-Tools-Package from Google Open a Terminal enter Fire OS 5.0.x: adb shell pm hide com.amazon.kindle.kso exit adb reboot Fire OS 5.1.x+ adb shell pm clear com.amazon.kindle.kso pm hide com.amazon.kindle.kso exit adb reboot […]

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; mysql > show tables; System echo: +—————————+ | Tables_in_wordpressdatab | +—————————+ | wp_commentmeta            | | wp_comments               | | wp_links                  | | wp_options                | | wp_postmeta               | | wp_posts                  | | wp_term_relationships     | | wp_term_taxonomy          | | wp_termmeta               | | wp_terms                  | | wp_usermeta               | | […]

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 other value like “$8” you will get the count of touched files or folders! This shows you attacks on single Files by abnormal high counts! You can use cron to run it every 15Minutes and send it to mailbox of a user. And this way […]

Android: Get back Privacy and Security

If you use a Android Smartphone (other Mobile-OS same) you should take a minute to get back your privacy and security! This points helps to prevent, but there is no warranty for 100% protection! First every Smartphone offers a Factory Reset, search it on Settings and DO it! This prevent you from Firmware Spam by the Reseller! (Samsung, HTC..) Boot the Phone without inserting a SIM card, create a fake account to get Updates and Software over a PUBLIC WIFI Network (Coffee Shop, Freifunk) Install wanted Apps, then go to Settings now to accounts, PURGE the fake account. Disable / […]

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! This x-guys is in my opinion against German Law “Datenschutz”. "Mozilla/5.0 (compatible; XoviBot/2.0; +http://www.xovibot.net/)" Solution: On Linux Setup a Firewall like ufw and block these IP Ranges To find out the IPs do: $sudo cat /var/log/apache2/access.log|grep xovibot.net| awk '{ print $2 }' | sort | […]

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 archives, the scans of my tools like iftop, systat, iptraf found out that the used Option “rsync -avz” was the bottle neck, cause the Data Rate break down at intervals. The “z” compress option was described on howtos as must have for slower networks did […]

Impressum Datenschutz-DSGVO-GDPR

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