Introduction to hardware watchdogs
Function of hardware watchdog is to monitor if system is working correctly and if it goes into an unknown state (ie. freezes or stops working as expected) to return
Some time ago I wrote how to add Real Time Clock (RTC) support to OpenWrt.
Currently support for RTC chip DS1370 is still not 100% there in OpenWrt because there is a bug
Here is just a short list of some cool Gnome extensions:
* AlternateTab [https://extensions.gnome.org/extension/15/alternatetab/]
* Caffeine [https://extensions.gnome.org/extension/517/caffeine/]
* cpufreq [https://extensions.gnome.org/extension/
There are people (I was one of them) who just use root account on servers for managing them, deploying apps and also share this single account with other sysadmins and even with developers.
Here are Firefox extensions I use, if you have some good ones that I misses please feel free to suggest.
There is also post showing my favorite Chrome extensions.
Must-have Firefox extensions:
* AdBlocker
Although Firefox is still my primary browser Google Chrome or Chromium browsers are also nice to have.
Favorite Firefox extensions article was getting old so it is definitely time to write an updated
Otvorena mreža (Open network in Croatian) uses babel routing protocol, which in
turn uses linux policy routing.
This blog post will go trough some simple commands to get to know how to use
Sometimes you need to access your upstream wan router, well this is usually no
possible, especially when you are using Otvorena mreža firmware.
Let's say your upstream router has 192.168.
Why is Huawei E3372h awesome?
* Supports 4G/LTE
* Superior signal quality
* Very reasonably priced (on EU eBay
[http://www.ebay.co.uk/sch/i.html?_from=R40&_sacat=0&_sop=15&
dweet.io [http://dweet.io/] is twitter for IoT, simple but very practical.
If you need to send data (and you don't care for privacy of data you are
sending) then
Pokrećem seriju članaka o osnovama OpenWrt sustava, u ovoj seriji članaka pisati ću o tome što je OpenWrt, za koga je napravljen, koje su mu mogućnosti i kako s njim napraviti neke zanimljive
Just a quick summary of DigitalOcean article
[https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-centos-7]
on enabling swap:
dd if=/dev/zero of=/swapfile bs=1024 count=4096k
chmod 600 /swapfile
mkswap /swapfile
swapon