Recent comments
- Dae on A trick to change card currency in PayPal when there’s no “Update” button
- Stanislav on A trick to change card currency in PayPal when there’s no “Update” button
- 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”
Categories
Tags
- apogee duet
- applescript
- bash
- caps lock
- datadog
- data storage
- django
- egpu
- extjs
- gpu
- growl
- guacamole
- gulp
- i18n
- illustrator
- javascript
- jinja2
- jquery
- laserjet
- librsvg
- mac administration
- mac hardware
- mac mouse problems
- macos
- mac software
- mdadm
- modx
- nginx
- postgres
- proxmox
- python
- raid
- readynas
- starcraft 2
- synology
- textmate
- time machine
- virtualization
- vite
- vscode
- vue.js
- windows
- windows server
- xcode
- zola
Author Archives: Dae
Switch input language by caps lock in Windows
(Эта статья также доступна на русском языке). One and half years ago I wrote an article called “Select input language by Caps Lock in Mac OS X” and later it started appearing in Google results for users searching the same … Continue reading
Переключение языка ввода по caps lock в Windows
(This article is as well available in English). Полтора года назад я написал статью «Переключение языка ввода по caps lock в Mac OS X», и так получилось, что поисковики в своей выдаче показывают ее не только макинтошникам, но и пользователям … Continue reading
Apache / mod_auth: use both require group and require user
Consider the following configuration in .htaccess/httpd.conf (or wherever): AuthName “My Super Secret Area” AuthType Basic AuthUserFile /path/to/htpasswd AuthGroupFile /path/to/htgroup Require group bestmates Require user randomguy Where user randomguy does not belong to the group bestmates.
ExtJs 4: password validation + random password button
This one is simple.
ExtJs 4: dealing with messages (and errors) from an Ajax or REST proxy
When sending Ajax or REST requests, a proxy of ExtJs 4 typically expects a response with the following parameters: data, success and message. The message parameter is optional, but it may come in handy when you want to show the … Continue reading
ExtJs 4: submit form on enter
It’s a shame that such a powerful framework as ExtJs 4 does not have this feature built-in.
ExtJs 4 proxy calls ‘Create’ instead of ‘Update’
ExtJS 4: Proxy Calling ‘Create’ Instead of ‘Update’ When Saving Record. I thought I should promote the blog post which helped me tackle this small but annoying problem, which wasn’t even related to editable grid as I had thought initially.
Mac OS X occasionally ignores clicks
Sometimes Mac OS X ignores clicks. The bug is easily reproducible on various applications, including Finder, Safari, Firefox, iTunes. * * * SmoothMouse, the long-awaited fix for mouse problems in OS X, has been released. Further discussion about the “ignored … Continue reading
Note on memory upgrade for HP LaserJet (CP3525 / CC412A)
As a continuation of my previous post it’s also worth mentioning that if you’re looking for a memory upgrade for your HP LaserJet CP3525 (3525n, 3525dn, 3525x; also maybe CM3505, CP3505 — basically any printers that require HP OEM CC412A … Continue reading