Since I don’t use a multimeter that often, and don’t need high precision, I bought an ultra cheap multimeter (Sunwa DT830B) locally a couple of a years ago. I normally use it for continuity testing (no beep though) for repair work / checking solder point, and some quick voltage measurement, and it works well for these simple tasks, although the lack of buzzer makes it a little inconvenient. But I discovered its limits when I tried to measure current. The 200 mA range works fine, but I started to encounter issues when switching to the 10A range, as device under tests would just start rebooting if the current draw was too high, and the manual indicates that you “cannot measure more than 15 seconds in the 10A range”. Since I did not want to spend $100+ on a Fluke multimeter, I did some research for a better multimeter, and finally […]
Undistract-me Sends An Alert For Time-Consuming Commands in Linux
In Linux, some commands executed in the terminal such as make, wget, dd may take a while, so usually you’d just let them run in the background, and do some other work, drink tea, go for nap… while they are running, and come to check from time to time if the command has completed. Sometimes I even forget I run a particular command, and realize it has completed a few hours ago… It’s possible to add some command at the end of your command line, but it can be cumbersome, and you may forget to do it. The best would be automatic alerts for commands that take a long time, and undistract-me just takes care of that by sending an alert for commands that take more than 10 seconds (by default). In Ubuntu 12.04 and 12.10, you can install undistract-me as follows:
|
1 2 3 |
sudo add-apt-repository ppa:undistract-me-packagers/daily sudo apt-get update sudo apt-get install undistract-me |
Undistract-me is part of Ubuntu 13.04 or […]


