Recent comments
- 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”
- gp on Downgrade any Homebrew package easily
- randry on Переключение языка ввода по caps lock в Windows
- マウス遅延対策アプリ「SmoothMouse」でMac OS Xの32ミリ秒遅延が大きく改善する | TeraDas(テラダス) on On macOS Sierra support and the future of SmoothMouse
Categories
Tags
- apogee duet
- applescript
- authentik
- bash
- caps lock
- datadog
- data storage
- davinci resolve
- django
- egpu
- extjs
- gpu
- growl
- guacamole
- gulp
- i18n
- illustrator
- javascript
- jquery
- laserjet
- librsvg
- mac administration
- mac hardware
- mac mouse problems
- macos
- mac software
- mdadm
- modx
- nginx
- proxmox
- python
- raid
- readynas
- starcraft 2
- synology
- textmate
- time machine
- ubuntu server
- virtualization
- vite
- vscode
- windows
- windows server
- xcode
- zola
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.