Recent comments
- 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”
- gp on Downgrade any Homebrew package easily
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
“No package … is available” when doing “yum install”
If after doing yum install you get the error: no package … is available while you’re absolutely sure that the package you want to install is available in connected repositories, chances are that it is excluded in /etc/yum.conf. My error … Continue reading
“Trim” counterpart in Illustrator
In Illustrator, if you need to crop the canvas (page) just like the “Trim” function in Photoshop would do, use Object > Artboards > Fit to Artwork Bounds.
“Steam is temporarily unavailable” problem
Recently I installed Kaspersky Internet Security 2010 onto my Windows 7 x64, and it replaced the built-in Windows firewall (there was an option to do so while installing, and I deliberately chose it). Everything was fine except the next day … Continue reading
Select input language by Caps Lock in Mac OS X
(Эта статья также доступна на русском языке). Also: Switch input language by Caps Lock in Windows. !!! This method is not yet compatible with macOS 10.12 Sierra !!! * * * I found a new way to bind input language … Continue reading
Переключение языка ввода по Caps Lock в Mac OS X
(This article is as well available in English). !!! Это метод пока не работает в macOS 10.12 Sierra !!! Для пришедших из поисковых систем по схожим запросам: Если вы не знаете, как вообще переключается раскладка/язык в Mac OS X, попробуйте … Continue reading
“Recording device error” of Skype for Mac
If you’re using a USB sound card with a headset, the solution is simple as it can be: reconnect your USB sound card.
Restoring Windows on a PC after installing Bootcamp
After installing Bootcamp 3.0 on a PC running Windows Vista (I was experimenting with Apple Aluminium Keyboard drivers), the system started BSOD’ing on startup with an error related to AppleMnt.sys.
AppleScript to mount/unmount a drive
On my Mac Pro I have two internal hard drives I rarely use. Some times they “sleep” and while doing so, every file opening dialog, search in Spotlight or search in Dictionary might wake them up and that takes some … Continue reading
Mouse cursor skipping (jumping) bug in Mac OS X
* * * SmoothMouse, the long-awaited fix for mouse problems in OS X, has been released. Further discussion about pointer jumping bug continues in the SmoothMouse Forum. * * * * * * SmoothMouse, the long-awaited fix for mouse problems … Continue reading
Permission error of AppleScript in iTunes
I was getting a permission error (code -54) when trying to set an id3 tag of a track using AppleScript. The solution was to add a delay between each operation: delay 1 Note that the track will remain “locked” until … Continue reading