Dell Latitude – enable biometric/fingerprint on Windows 8.1 and Authentec AES28XX

May 23rd, 2014 No comments

I used Dell Latitude E5520 laptop and Windows 8.1 is not supported on it. Dell Support site has not driver available. Terrible, but…

Used these steps to enable fingerprint authorization.

Read more…

растаможка автомобиля на инвалида

December 24th, 2013 No comments

Льготная растамрожка на инвалида в Украине конечно возможна, но чтобы приодолеть все преграды прописанные в законе, нужно иметь не малый опыт и изворотливость. Официально сделать льготную растаможку почти не реально.
Для безпошлинной растаможки автомобиля на инвалида нужно:
*Обратиться в СОЦБЕЗ чтобы узнать подходит ли ваша категория инвалидности для права обеспечения гуманитарным автомобилем.
В случае если категория соответствует соцбез попросит от вас перечень документов, а затем имея их поставит вас в очередь, это одно из обязательных условий для льготной растаможки.
*Имея на руках справку соцбеза о том что вы поставлены в общую очередь на право получения гуманитарного автомобиля вы можете воспользоваться льготной растаможкой подаренного вам авто. Теперь когда казалось бы всё уже в порядке и начинаются всевозможные перепоны.
* Даже если у родственников или знакомых инвалида есть деньги на приобретение автомобиля в Германии и они хотят сделать подарок, всё тут же упирается в несоответствие действующему законодательству.
* По закону подарить автомобиль вам может только его Европейский хозяин, а на практике это почти не реально, не думайте что заплотите хозяину деньги за машину и он без проблем оформит вам дарственную.
*При таких предложениях законопослушные немцы сразу говорят нет, подарки у них могут делать только люди состоятельные, подаришь говорят и проблемы с налоговой начнутся, такие вещи в Германии не остаются без внимания.
*На практике авто приходится сначала зарегистрировать на богатого мецената, а затем уже он оформит нотариальную дарственную на инвалида, в реальности последний это делает не бесплатно.
*Помните о том что по действующему законодательству ратаможить авто по льготам Вы сможете только при условии что автомобиль не старше восьми лет и объём двигателя не превышает 1800см.3
*При ввозе в Украину на таможне не ждите сочувствия, обязательно найдут причину какой нибудь проблемы с документами, будучи в этом деле неопытным нервы потрепают точно.
*Завершительным этапом в растаможке является сертификация автомобиля и выписка таможенного свидетельства после чего собрав ещё некоторые бумаги возможна постановка на учёт.

Categories: Полезности Tags:

Google rejected message – Builk Sender

December 19th, 2013 No comments

Link to contact Google Support – https://support.google.com/mail/contact/bulk_send

 

Categories: Google, Полезности Tags: , ,

upgrade Solaris 10 using liveupgrade

November 15th, 2013 No comments

для заметки…

I find upgrading without CDROM not any more difficult. Using live-upgrade you can simply lofi-mount the .iso image and perform the upgrade. The .iso image can even be NFS mounted.
If someone didn’t plan for live-upgrading the machine, it’s the right time to implement it. The latest Solaris 10 release has a couple of interesting things over 10/08. If the machine already has a ZFS root upgrading is plain simple:

(from the top of my head)

# lofiadm -a `pwd`/sol-10-.iso
 # mount -F hsfs /dev/lofi/1 /mnt
 # cd /mnt/Solaris_10/
 # ./liveupgrade20
 # luuprgrade -u -n s10_10_09 -s /mnt
 # luactivate s10_10_09
 # init 6

Done.
But read the docs before you do it. And don’t forget to update your liveupgrade with the liveupgrade20 script on the iso image.

Solaris: configure media on bge

October 29th, 2013 No comments

Configuring speed and duplex for bge driver on Solaris.

Read more…

Categories: Не вошло Tags:

Solaris10: jumbo frames on bge

October 29th, 2013 No comments

Configuring jumbo frames on bge NIC of SunFire V240.

Read more…

Updating YUI for vBulletin 3.8

October 25th, 2013 No comments

In vBulletin 4, the developers recently upgraded the bundled YUI version to 2.9.0 from 2.7.0. Since vB 3.8 is EOL, I found a way to manually update the bundled YUI version. I’ve tested vB 3.8 with YUI 2.9.0 as much as I could, and did not run into any problems.

Changes since 2.7.0 (mainly “Animation”, “Connection”, “DragDrop/Drag & Drop”, “Yahoo”):

2.9.0: http://yuilibrary.com/projects/yui2/wiki/ReadMe/Rollup_2.9.0
2.8.0: http://yuilibrary.com/projects/yui2/wiki/ReadMe/Rollup_2.8.0

2.9.0 contains fixes for IE9, among others.

There is not a way to move from 2.x to 3.x yet for YUI given the extensive amount of changes that would be needed in vBulletin… maybe one day.

Anyway, to update, follow these steps:

  1. Backup your current YUI folder. It is located at /clientscript/yui/.
  2. Download YUI 2′s latest version (currently 2.9.0) by going to: http://developer.yahoo.com/yui/2/ – you need to select “Full Developer Kit”.
  3. Once downloaded, extract to your hard drive.
  4. Open the resulting /yui_2.9.0/yui/ folder (or the version you downloaded) and find the build folder.
  5. Copy the following files to your forum root. You will need to allow them to overwrite.
    /animation/animation-min.js          => /your forum root/clientscript/yui/animation/animation-min.js
    /connection/connection-min.js        => /your forum root/clientscript/yui/connection/connection-min.js
    /connection/connection-min.js        => /your forum root/clientscript/yui/connection.js
    /dragdrop/dragdrop-min.js            => /your forum root/clientscript/yui/dragdrop/dragdrop-min.js
    /yahoo-dom-event/yahoo-dom-event.js  => /your forum root/clientscript/yui/yahoo-dom-event/yahoo-dom-event.js
    /yahoo-dom-event/yahoo-dom-event.js  => /your forum root/clientscript/yui/yahoo-dom-event.js
  6. Edit /includes/class_core.php and find:
    define('YUI_VERSION', '2.7.0');

    replace with:

    define('YUI_VERSION', '2.9.0');

    save.

And there you go, you have the latest and greatest YUI 2.x.

Text stolen from: http://www.secondversion.com/blog/updating-yui-for-vbulletin-3-8/, but link is dead now.

 

Categories: VBulletin Tags:

FreeBSD 9 – восстановление ZFS на root-partition

May 2nd, 2013 No comments

Приблизительный сценарий бекапа и восстановления FreeBSD 9 с ZFS на корневом разделе.
Read more…

Categories: FreeBSD Tags: , , ,

Настройка 802.1q vlan на FreeBSD 9

February 15th, 2013 No comments

Как поднять vlan интерфейс есть и в документации. Но как прописать в автозагрузку – не нашел сходу.
Первый, так сказать old style, можно сделать через cloned_interfaces. Примеров в сети – полно.
Read more…

Mercurial-2.X – create RPM distribution for Red Hat EL 4

January 19th, 2013 No comments

I’ve summarized few articles which described how to create Mercurial 2.4.2 RPM distributions.
Read more…

Categories: Linux Tags: , , , ,