Laptop Mode Tools 1.67
Posted on July 2, 2015
| 1 minutes
| 211 words
|
I am pleased to announce the release of Laptop Mode Tools, version 1.67.
This release has many important bug fixes, and everyone is recommended to upgrade. Of the many, one important fix is to, more reliably check for Device Mapper based devices, which is common these days with Crypt and LVM.
For the summary of changes to quote from git log:
1.67 - Thu Jul 2 17:05:07 IST 2015
* Relax minimum window size to accomodate low res screens
* Fix variable name to comply with our "constants" assuptions
* Get more aggressive in power saving for Intel HD Audio
* Account Device Mapper devices
* Add swsusp freeze support
* Switch battery-level-polling default to True
* Detect ethernet carrier, early and relibaly
* changes the boolean setting *_ACTIVATE_SATA_POWER to a customizable
*_SATA_POLICY, with backward-compatible defaults and documentation
Thanks Yuir D'Elia
PS: On a side note, over the years, Linux’s power savings functionality has improved a lot, all thanks to its use in the mobile worlds.
[Read More]Proprietary Medicine
Posted on June 28, 2015
(Last modified on July 1, 2015)
| 1 minutes
| 86 words
|
**http://dictionary.reference.com/cite.html?qh=proprietary%20medicine &ia=ahsmd
proprietary medicine ** _n. _
A medicinal compound whose formula and often mode of manufacture are owned by an individual or a corporation under a trademark or patent. The American Heritage® Stedman's Medical Dictionary
Copyright (C) 2002, 2001, 1995 by Houghton Mifflin Company. Published by Houghton Mifflin Company. This is a topic which has gotten me wondering about what the practices are, that governments in different regions follow. And on what grounds.
[Read More]Lenovo Yoga 2 13 with Debian
Posted on May 19, 2015
(Last modified on May 24, 2015)
| 21 minutes
| 4386 words
|
I recently acquired a [Lenovo Yoga 2 13](http://www.cnet.com/products/lenovo- yoga-2-13-inch/). While, at the time, the Yoga 3 was available, I decided to go for Yoga 2 13. The Yoga 3 comes with the newer Core M Broadwell family, which, in my opinion, [doesn’t really bring any astounding benefits](http://www.digitalversus.com/laptop/lenovo-ideapad- yoga-2-13-3-p18512/test.html).
The Yoga 2 13 comes in mulitple variants worldwide. Infact these hardware variations have different effets when run under Linux.
My varaint of Yoga 2 13 is:
[Read More]Drupal maintenance with Drush
Posted on May 14, 2015
| 2 minutes
| 225 words
|
Another of my articles for self. Writing it down on the website is much better than pushing it on a 3rd party social site. Your data is yours.
My site runs on Drupal. Given I’m not a web designer, it is not my core area. Thus I’ve always wanted to have minimal engagement with it. My practices have paid me well so far. And I should thank all the free tools that help do that.
[Read More]Gitolite and Gitweb
Posted on May 13, 2015
| 2 minutes
| 261 words
|
This article is for self, so that I don’t again forget the specifics. The last time I did the same setup, it wasn’t very important in terms of security. gitolite(3) + gitweb can give an impressive git tool with very simple user acls. After you setup gitolite, ensure that the umask value in gitolite is approriate, i.e. the gitolite group has r-x privilege. This is needed for the web view. Add your apache user to the gitolite group.
[Read More]Debian GNU/Hurd on VirtualBox
Posted on February 1, 2015
| 2 minutes
| 240 words
|
One of the great things about Debian is the wide range of kernels it supports can run. This gives the user the flexibility to not spend time on the common userland stuff. For example, most apps, package management and system admin tasks are common across all Debian platforms.
These platforms may not be optimal at par to Linux, but still, choice is good.
For long, I had used Debian GNU/Hurd, only on a KVM hypervisor.
[Read More]Apport in Debian
Posted on January 14, 2015
| 1 minutes
| 155 words
|
Looking at the PTS entries, I realized that it has been more than 2 yrs, since I pushed the first Apport packages into Debian.
We have talked about it [in the past](http://www.researchut.com/blog/report- bugs-with-apport-3), and do not see a direct need for apport yet. That is one reason why it still resides (and will continue to) in Experimental.
Even though not used as a bug reporting tool, Apport can still be a great tool for (end) users to detect crashes.
[Read More]apt-offline 1.6
Posted on January 14, 2015
| 2 minutes
| 346 words
|
I am pleased to announce the release of apt-offline - 1.6
This release is mostly a bug fix release, which every user should upgrade to. It also fixes a major bug in the way we limited the validation of GPG integrity, for the APT repository lists ( Thank you Paul Wise ).
Also, In the last release, we migrated from custom magic library to the python shipped ctype python-magic library. That allowed some bugs to creep, and hopefully now, all those bugs should be fixed.
[Read More]What firmware
Posted on January 12, 2015
| 2 minutes
| 233 words
|
Dear Lazy Web,
I have an [HP Envy J104TS](http://www8.hp.com/us/en/ads/envy- touchsmart-15/specs.html) laptop. Recently I saw an interesting message in the kernel log.
[99360.969652] [Firmware Bug]: battery: (dis)charge rate invalid.
Does anybody know what firmware is it referring to here ? I don’t think the current set of firmwares shiped by linux are involved in battery related information. Is it the BIOS ?
[95474.561491] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[95474.803578] r8169 0000:0f:00.
[Read More]Linux Containers and Productization
Posted on December 26, 2014
| 3 minutes
| 595 words
|
Linux has improved many many things over the last couple of years. Of the many improvements, the one that I’ve started leveraging the most today, are Control Groups.
In the past, when there was a need to build a prototype for a solution, we needed hardware.
Then came the virtualization richness to Linux. It came in 2 major flavors, KVM ( Full Virtualization ) and Xen ( Para Virtualization ). Over the years, the difference of para vs full, for both the implementations, is almost none.
[Read More]