Here.
Related Posts
Sample /etc/fstab entry for EBS volume
gid= and uid= are not valid for XFS, pass “grpid=” to your fstab entry. /dev/xvdf /media/ebs/data xfs defaults,auto,noatime,noexec,grpid=1000 0 0
Metrics Gathering notes from Workshop by Aaron Ginn
Aaron Ginn from StumbleUpon.com October 10th, 2013 @ Miami Science Museum / Refresh Miami Most important metrics? Number of installations. Revenues. Types of metrics: – Quantitatie vs -Qualitative. Idea: – On Wizard, let them know how to be in touch for Tech Support via @frostwire and facebook.com/FrostWire Official. Task for Marcelina to design that screen […]
How to create a list that holds different object types using `void*` in C.
I remember being in school back around 1998 and not knowing enough about C to do this. After coding in other languages, then going back to C++ and understanding at a lower level how references and pointers work, this was pretty easy to figure out. In this exercise I store elements of different types in […]