Warning: Use of undefined constant Flash_Clock_Widget_widget - assumed 'Flash_Clock_Widget_widget' (this will throw an Error in a future version of PHP) in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/flash-clock-widget/flash-clock-widget.php on line 132

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: preg_match(): Compilation failed: invalid range in character class at offset 31 in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/package.module.router.php on line 465

Warning: preg_match(): Compilation failed: invalid range in character class at offset 30 in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/package.module.router.php on line 465

Warning: Cannot modify header information - headers already sent by (output started at /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/flash-clock-widget/flash-clock-widget.php:132) in /home/dolgov/blog.outdev.ru/docs/wp-includes/feed-rss2.php on line 8
macosx — Аутсорсинговые разработки http://blog.outdev.ru Just another WordPress site Sat, 16 Feb 2013 16:38:28 +0000 ru-RU hourly 1 https://wordpress.org/?v=4.5.31 Сглаживание шрифтов http://blog.outdev.ru/ru/2013/02/13/improve-font-smoothing/ http://blog.outdev.ru/ru/2013/02/13/improve-font-smoothing/#respond Wed, 13 Feb 2013 16:06:30 +0000 http://blog.outdev.ru/?p=257 To adjust, open Applications/Utilities/Terminal and type the following:

defaults -currentHost write -globalDomain AppleFontSmoothing -int 0
smooth_0

defaults -currentHost write -globalDomain AppleFontSmoothing -int 1
smooth_1

defaults -currentHost write -globalDomain AppleFontSmoothing -int 2
smooth_2

defaults -currentHost write -globalDomain AppleFontSmoothing -int 3
smooth_3

Then reboot to see the changes.

]]>
http://blog.outdev.ru/ru/2013/02/13/improve-font-smoothing/feed/ 0
Отображение полного пути в заголовке окна Finder http://blog.outdev.ru/ru/2010/02/24/show-fullpath-at-finders-title/ Wed, 24 Feb 2010 23:56:40 +0000 http://blog2.outdev.ru/?p=33

Откройте приложение Terminal и выполните следущую команду (замените YES на NO, чтобы вернуть стандартное отображение):

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES

Для того, чтобы изменения вступили в силу, необходимо перезапустить Finder командой «killall Finder» в окне Terminal.

]]>
Отображение скрытых файлов в Finder http://blog.outdev.ru/ru/2010/02/24/show-hidden-files-in-finder/ Wed, 24 Feb 2010 23:54:17 +0000 http://blog2.outdev.ru/?p=29

Откройте приложение Terminal и выполните следущую команду (замените TRUE на FALSE, чтобы не показывать скрытые файлы):

defaults write com.apple.finder AppleShowAllFiles TRUE

Для того, чтобы изменения вступили в силу, необходимо перезапустить Finder командой «killall Finder» в окне Terminal.

]]>
Копирование путей выделенных в Finder файлов в клипбоард http://blog.outdev.ru/ru/2010/02/19/copy-finders-selection-paths-to-the-clipboard/ Fri, 19 Feb 2010 23:47:40 +0000 http://blog2.outdev.ru/?p=25 После поиска в Google я остановился на комбинации из нескольких решений.
Наиболее близкая оригинальная статья — Macworld » Mac » Software » Utilities » Copy paths from Finder selections.

Открываем «Script Editor» и вводим следущие строки:

# made by AVD (http://blog.outdev.ru/)
tell application «Finder»
  set currentSelection to the selection as alias list
  set pathStringList to the «»
    repeat with selectedAlias in currentSelection
    set pathStringList to the pathStringList & POSIX path of selectedAlias & «\n»
  end repeat
  set the clipboard to pathStringList
end tell

Выбираем «File -> Save» и вводим имя программы в появившемся диалоге «Save» (например, «Get Path»), выбираем какой-нибудь «безопасный» путь (домашняя пака, например), устанавливаем «File Format» в значение «Application» и нажимаем кнопку «Save». Находим в Finder сохраненную программу и перетаскиваем ее в Dock. Теперь для того, чтобы получить в клипбоарде списка путей выделенных файлов, просто нажмите на иконку созданного приложения в Dock. Программа загрузится и закроется автоматически, и можно нажимать Command-V для использования путей.

]]>