...
Just my blog

Blog about everything, mostly about tech stuff I made. Here is the list of stuff I'm using at my blog. Feel free to ask me about implementations.

Soft I recommend
Py lib I recommend

I'm using these libraries so you can ask me about them.

Gjango, Pycharm - static files Windows

This topic for those who broke his mind trying to understand how to make Pycharm run Django with static files I've made it, but be carefull it can break your mind too!

The settings

I use the most portable way to configure settings - so I can move it into centos web server without paths changes Win\Unix (I HOPE). There are common DIRs

BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# BASE DIR: D:\Projects\CODE\WEB\sites\www\smm_tools\smm_site
PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))
# PROJECT_ROOT:     D:\Projects\CODE\WEB\sites\www\smm_tools\smm_site\main_code
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
#Static root:      D:\Projects\CODE\WEB\sites\www\smm_tools\smm_site\static
STATIC_URL = '/static/'

Looks like ot works, but in really weird way:

  • static files are working fine
  • web page as template is loading
  • some scc and js are loading and some are not

Working css:

In works in different ways - this is one of them which I think correct.

In HTML code:

<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet" type="text/css">
<link href="{% static …

Read...

Windows mirrored volume and hard reset

When you doing a hardware reset for Windows Server 2012 Hyper-V with RAID1 you may catch "Volume Sync" For me to remember: http://serverfault.com/questions/107636/how-to-view-status-of-software-raid-1-resynching Screenshot_250

Read...

Installation Perforce Helix Proxy

From here Download here

Installation on Windows

Just using installer: Windows evidence:

C:\Program Files\Perforce\Proxy>p4p.exe -V
Perforce - The Fast Software Configuration Management System.
Copyright 1995-2015 Perforce Software.  All rights reserved.
This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)
See 'p4 help legal' for full OpenSSL license information
Version of OpenSSL Libraries: OpenSSL 1.0.1l 15 Jan 2015
Rev. P4P/NTX64/2015.1/1028542 (2015/03/20).

And looks like there is nothing different with p4d.exe in logic. [su_spoiler title="p4p.exe -h"]

C:\Program Files\Perforce\Proxy>p4p.exe -h
Usage:

    p4p [ options ]

    Proxy options:
        -d              run as a daemon (fork first, then run)
        -f              run as single-threaded server
        -i              run for inetd (socket on stdin/stdout)
        -q              suppress startup messages
        -c              Do not compress proxy <-> server connection

    General Options:
        -h -?           print this message
        -V              print server version

        -r cache        set proxy cache directory (default $P4PCACHE)
        -v level        debug modes (default $P4DEBUG)

        -L …

Read...

from VmWare to Windows Hyper-V

So! This time has come! I will switch my virtual enviroment from Vmware to Windows Server 2012 + Hyper-v. I'm tired because of ESXi leak of RAM and CPU and unaviability to check a lot of health statements of my tower. If you are interested in this, grab y'r popcorn and check my tag "VMvsHyperV" in blog to watch my struggle! Let the battle begins! VM-vs-MS   Useful stuff:

  • http://redmondmag.com/articles/2014/06/01/migrate-to-hyperv.aspx
  • http://www.microsoftvirtualacademy.com/training-courses/vmware-to-hyper-v-migration

For convertion:

  • http://www.microsoft.com/en-us/download/details.aspx?id=42497
  • http://interface31.ru/tech_it/2014/03/konvertiruem-virtualnye-mashiny-vmware-v-hyper-v-i-obratno.html
  • http://blogs.technet.com/b/canitpro/archive/2013/03/24/step-by-step-migrating-from-vmware-to-microsoft-hyper-v-server-2012.aspx
  • https://social.technet.microsoft.com/Forums/windowsserver/en-US/bbcfd6d6-10d6-4c56-8129-0fd10374f1ed/convert-vmfs-volumes-to-hyperv?forum=winserverhyperv
  • http://cmsource.net/2014/02/02/convert-vmware-vmdk-files-to-vhdx-for-use-with-hyper-v-for-free/

How to access to VMFS:

  • https://code.google.com/p/vmfs/wiki/CLI
  • http://woshub.com/how-to-access-vmfs-datastore-from-linux-windows/
  • http://digfor.blogspot.com/2011/04/accessing-vmfs-partitions.html
  • http://www.ryanbelanger.com/access-a-vmfs-drive-under-windows/
  • http://www.vm4.ru/2011/02/vmfs-troubleshooting.html

VMplayer:

  • http://www.vmware.com/products/player/playerpro-evaluation.html

Read...

Perforce - Windows start investigation and install

Perforce is a commercial, proprietary revision control system developed by Perforce Software, Inc. by wiki

Installation:

Perforce requires at least two executables: the Perforce service (p4d), and at least one Perforce application (such as p4 on UNIX, orp4.exe on Windows). The Perforce service and applications are available from the Downloads page on the Perforce web site: http://www.perforce.com/downloads/complete_list Go to the web page, select the files for your platform, and save the files to disk. pics Windows installation is very easy. Config files and settings can be found and modified: [su_spoiler title="logfiles"] Enabling structured logging To enable structured logging, set the serverlog.file.N configurable(s) to the name of the file. Valid names for structured log files and the commands used to set them are shown in the following table. Note that enabling all structured logging files can consume considerable diskspace. See Structured logfile rotation for information on how to …

Read...

VMware KB: After installing/upgrading to vCenter Server 5.1, the Active Directory domain is not listed when trying to assign permissions

Be aware, if you lost this shit tread - you can possibly lost your evening by reinstalling the vCenter to find the cause - WHY domain is not listen is Users and Groups! VMware KB: After installing/upgrading to vCenter Server 5.1, the Active Directory domain is not listed when trying to assign permissions.

Read...

IIS 7.5 + FTP Services

Ни для кого не секрет, из тех кто занимался этим - как поднять ФТП сервер посредствам IIS 7.5 в Windows 2008. Но кое-какие тонкости мне все же пришлось пройти для того, чтобы заставить его работать так, как нужно мне. Воможно позже, я расскажу подробнее об этом, а пока просто сохраню на будущее пару косяков, которые могу забыть.

IIS Пользователи:
  • Один пользователь от имени которого булет рабоать Application Pool - 'User1'
  • Этот же пользтватель должен быть использван в Connect As... самого сайта - 'User1'
  • Этот же пользователь должен быть добавлен в список пользователей папки, где будет лежать сайт - 'User1'
Файервол:
  • Конечно же открыть все для используемого порта - 21
Виртуальные директории:
  • Здесь самая мякотка: http://support.microsoft.com/kb/142853 - вот что нам советует официальный майкософт: A work around is to create a physical directory with the same name in the location of the virtual directory so the FTP client can see the name. 

После этой строчки …

Read...

PowerShell randomizer

Интересная мутотень, надо не забыть. Пригодится, споры решать.

 

PS C:\> Get-Random -Minimum 1 -Maximum 30
28

Из файла:

Get-Content C:\random.txt | Get-Random

PowerShell randomizer http://technet.microsoft.com/en-us/library/hh849905.aspx

Read...

SAM Broadcaster TOP spins

Еще одна непонятная и неприятная фигофина творится с логикой вопспроизведения библиотеки музыка у СЕМа, он забивает на большую часть коллекции, постоянно прокручивая одни и те же треки, а через время и вовсе затыкается: Хотя приоритеты выставлены примерно таким образом:

Cat['Foreing'].QueueBottom(smLRP, EnforceRules);

Но в итоге он почему-то считает, что наименее проигранные треки это имеенно эти:

TW LW MV Artist Title Spins Performances
1 new new Jimmy Thackery How Long 15 4
2 new new Daft Punk Technologic (Peaches No Logic Remix) 14 5
3 new new Lynyrd Skynyrd Born To Run 14 5
4 new new Solar Sailer Pretty Lights -- Tron Legacy Reconfigured 14 5
5 new new ACDC Fire Your Guns 13 4
6 new new Derezzed Avicii -- Tron Legacy Reconfigured 13 3
7 new new Prodigy Death Of The Prodigy Dancers (Live) 13 7
8 new new Ella Fitzgerald Misty Blue 11 2
9 new new Lemmy …

Read...

sam broadcaster mass tagger failed to load properly

Еще одна проблема без ответа, гугл не знает. Утилита Mass Tagger возвращает такой вот результат.

"sam broadcaster mass tagger failed to load properly"
1367 tags loaded, 2065 failed to load properly and 10 were skipped

Абсолютно непонятна причина такого её поведения: Пытаюсь починить, и вот что проверил:

  • права доступа на папки и файлы везде в норме
  • Версии тегов ID3v1/ID3v2 вычистил v1 для всей папки
  • заново проверил теги при помощи Tagscanner
1379 tags loaded, 2053 failed to load properly and 10 were skipped

Теперь 'Failed: Z:\Foreing\Sandra Nasic\Sandra Nasic' прошла успешно, теги добавлены. Что именно изменилось я не знаю, но программа указанная выше довольно неплохо все поправила, буду смотреть дальше. Безрезультатно, больше ничего не смог исправить.

1427 tags loaded, 2005 failed to load properly and 0 were skipped

Ничерта не понимаю, теперь снова удалось "поломать" теги так, что альбом RHCP вывалился из прочитки: Но снова появился, кажется я понял в чем дело: …

Read...