Recent comments
- cam girls on “Building boot caches” error when changing startup disk
- Lobezno on Forcing ReadyNAS to update via SSH when all else fails
- dark168 on “Building boot caches” error when changing startup disk
- Guac User on Guacamole 1.4: “Creation of WebSocket tunnel to guacd failed”
- Niall on Guacamole 1.4: “Creation of WebSocket tunnel to guacd failed”
Categories
Tags
- apogee duet
- applescript
- bash
- canon
- caps lock
- datadog
- data storage
- davinci resolve
- directadmin
- django
- egpu
- extjs
- gpu
- growl
- guacamole
- gulp
- i18n
- illustrator
- itunes
- javascript
- jinja2
- kerio connect
- laserjet
- librsvg
- mac hardware
- mac mouse problems
- macos
- mac software
- mdadm
- modx
- nginx
- proxmox
- python
- raid
- readynas
- starcraft 2
- synology
- textmate
- virtualization
- vlc
- vscode
- windows
- windows server
- xcode
Tag Archives: python
“MagickWand shared library not found” on uwsgi
If you’re getting this error while deploying a Python app on uwsgi: MagickWand shared library not found. You probably had not installed ImageMagick library. Try to install: apt-get install libmagickwand-dev It may not be what it seems: Wand’s load_library() function … Continue reading
Watermark images like a pro using Python + Wand + librsvg
This is a Python 2.7 code recipe for applying a semi-transparent vector (SVG) watermark with overlay blending like so: What’s special about it:
Using Python’s urllib2 or Requests with a SOCKS5 proxy
Just a Python 2.7 code sample showing how to make requests using Python’s urllib2 or Requests through a SOCKS proxy.
Относительная дата по-русски в Python и Django
Под “относительной датой” я подразумеваю вывод даты следующим образом: 5 минут назад, вчера, 7 дней назад, завтра и т.д. (Не уверен, что это правильный термин, но ничего лучше в голову не приходит).
Run Python, Ruby, PHP, Bash scripts in Terminal without stealing focus from TextMate
I wrote a simple TextMate 1.5 bundle to run Python, Ruby, PHP, Bash scripts in Terminal without stealing focus from the TextMate window. It can easily be modified to run the language of your choice.