Thus is just a list of useful Linux commands. Putting them here means I can always find them. See the info of an uninstalled rpm : `rpm -qip --provides an.rpm` Check Linux is 64 bit: `egrep -c ' lm ' /proc/cpuinfo` Bigger than zero means 64 bit. Lm stands for Long Mode. Check that a package is installed in Ubuntu : `dpkg --get-selections | grep python`
The following settings are the minimum required if you want to use Global Transaction IDs with MySQL 5.6 : log-bin=bin-log log-slave-updates enforce-gtid-consistency binlog-format=ROW datadir = /var/lib/mysql port = 3306 server-id = 1 gtid_mode = ON report-host =
Here’s an example that stubs out the open() function in Python using the mock library.
Here are some photos from a trip to Urugyay :
Montevideo. This is the Plaza Independencia with the wonderful Palacio Salvo. This was the highest building in South America from 1928 to 1935.
Statistics are easy : http://www.businessweek.com/magazine/correlation-or-causation-12012011-gfx.html
Copyright (c) 2025 Michel Hollands