Can’t purge libapache2-mod-php5, corrupt registry

http://askubuntu.com/questions/406092/cant-purge-libapache2-mod-php5-corrupt-registry I can’t purge libapache2-mod-php5. Give me this error. ucfr: Corrupt registry: Duplicate entries for /etc/php5/apache2/php.ini libapache2-mod-php5 /etc/php5/apache2/php.ini libapache2-mod-php5 /etc/php5/apache2/php.ini sudo nano /var/lib/ucf/registry and remove duplicated php.ini lines from that file

Machine hangs on shutdown/reboot with NFS shared folders for Vagrant?

Add this simple init.d script to save all running virtualboxes on host shutdown or reboot https://gist.github.com/ymc-geha/8416723

Vagrant hangs at ‘vagrant up’ when mounting NFS shared folders

Vagrant hangs, because it needs open ports for NFS. See here how to open this ports:

Allow user to use RAW devices in VirtualBox

To allow user to use RAW disks /f.e. vmdk/ in VirtualBox, you must run: VBoxManage internalcommands createrawvmdk -filename /path/to/file.vmdk -rawdisk /dev/sda -partitions 1,5 -relative usermod -a -G disk 'user_name' See more at https://www.virtualbox.org/manual/ch09.html#rawdisk

TLP – Linux Advanced Power Management

http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html

Exchange + Thunderbird: how to configure

You schould use Lightning and Exchange EWS Provider for Thunderbird

Fingerprint GUI – fingerprint reader flashes, but it not scan a finger

When a policykit-1 window opens (say when I want to change a user’s password), it looks ready for a fingerprint and my fingerprint reader flashes, but it will not scan a finger. No matter how many times I run my finger across the reader, it does not read “Not verified” or “OK.” All the other ...

How to install Debian/Ubuntu package with lower priority?

When you have such versions available: apt-cache policy wkhtmltopdf wkhtmltopdf: Installed: (none) Candidate: 0.9.9-4 Version table: 0.12.0-2~bpo70+1 0 100 http://http.debian.net/debian/ wheezy-backports/main amd64 Packages 0.9.9-4 0 500 http://http.debian.net/debian/ wheezy/main amd64 Packages You can install version with lower priority with: apt-get -t wheezy-backports install wkhtmltopdf

Dlaczego w MySQL’u nie stosować typu FLOAT

http://www.dobreprogramy.pl/slepciu/Dlaczego-w-MySQLu-nie-stosowac-typu-FLOAT,30401.html http://doctrine-dbal.readthedocs.org/en/latest/reference/types.html#decimal-types http://doctrine-orm.readthedocs.org/en/latest/reference/basic-mapping.html

Directories used by the JetBrains IDE to store settings, caches, plugins and logs

https://intellij-support.jetbrains.com/entries/23358108-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs http://www.jetbrains.com/phpstorm/webhelp/project-and-ide-settings.html