Manually controlling OpenWrt hardware watchdog
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
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 Caffeine cpufreq Freon [Launch new instance](Launch new instance) Places Status Indicator Suspend Button Check locally installed Gnome extensions
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.1.1
Why is Huawei E3372h awesome? Supports 4G/LTE Superior signal quality Very reasonably priced (on EU eBay for around 30€) Can be read/configured via Hilink API Works on OpenWrt Has connectors for
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 you can use dweet, and
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 on enabling swap: dd if=/dev/zero of=/swapfile bs=1024 count=4096k chmod 600 /swapfile mkswap /swapfile swapon /swapfile And now add swapon /swapfile to