Click here to see and read the rest. Check out the descriptions and mouse over the images to learn the details.
Related Posts
How to make a “foreach” function in JavaScript
I thought this would be a simple exercise in case of having to interview someone for a JavaScript position. “How would you make your own ‘foreach’ in JavaScript” I came up with the following solution: // // collection: A list of objects. // onElementIterationCallback: The function to be called on every element iterated // taking […]
ubuntu packages for a kick ass web server
Copy and paste the following list on a file, say “packages.txt”. To install all just do: sudo apt-get install $(cat packages.txt) accountsservice acpid adduser ant ant-optional apache2-utils apparmor apport apport-symptoms apt apt-transport-https apt-utils apt-xapian-index aptitude at base-files base-passwd bash bash-completion bc bind9-host bsdmainutils bsdutils busybox-initramfs busybox-static byobu bzip2 ca-certificates ca-certificates-java cloud-init cloud-initramfs-growroot cloud-initramfs-rescuevol cloud-utils command-not-found […]
How to resize a VirtualBox fixed size virtual drive (.vdi) on Mac
So you created a disk for your Windows or Linux VirtualBox VM and you made the mistake of not creating the drive as a dynamically expanding storage drive, you chose fixed size. Now you’re running out of space and all your Google searches point you to stupid posts on the virtualbox.org forums that lead to […]