Kill process by search string
In Linux, you can kill all processes by name (or by username etc) using something like this:
In Linux, you can kill all processes by name (or by username etc) using something like this:
Guest blogging for Google!
As a small design and visualization studio, we focus on creating beautiful 3D imagery – be it high-resolution product images or TV commercials. To successfully do this, we need to ensure we have access to enough rendering power, and at times, we find ourselves in a situation where our in-house render farm’s capacity isn’t cutting it. That’s where Google Compute Engine comes in.
Read more over at the Google Cloud Platform blog.
If you would like to run a thin client installation of Maya, which means you run it off a network share rather from a local installation, you need to make sure to copy symlinks on Linux.
Ever needed to do a simple search for an application, a file or a folder in Linux and when whereis
doesn’t return anything useful?
Setting up gsutil to sync files over to Google Cloud Storage (on CentOS 6) requires some environment variables to be set, which seems oddly undocumented at the moment. Turning to Stackoverflow was the solution, and here’s a summary from that.
Well, at least in Linux you might find out using this command:
When installing Fabric on CentOS 6.6 using pip, it seems a bug is being hit.
This will print to stdout, similar to a regular print, but it will also log to file.
Quick and dirty way to just create a 10GB temp file for testing e.g. network transfer speeds.
An easy way to get going with PySide in Maya (or Nuke for that matter) without the hassle of dealing with the shiboken/sip layer.