Tag Archives: guide

How to enable Blu-Ray support in VLC media player

Playing Blu-Ray discs in windows 10 is a bit og a pain.  In order to get it to work you have to go through a few hoops with VLC.

https://vlc-bluray.whoknowsmy.name/

Part A: Keys database

Create the folder “C:\ProgramData\aacs\”

Download keys.cfg from the link and place in the folder you created “C:\ProgramData\aacs\”

Note:
finding keysdb.cfg file isnt available at that site for some reason anymore.

Part B: AACS dynamic library

Depending on the version of VLC you have you just need to copy this dll file into the same directory.

VLC 32 bit on Windows: put that file in your VLC directory
VLC 64 bit on Windows: put that file in your VLC directory

Angular 4/5 quick tips

 

 

 

 

 

 

how to add bootstrap:

npm install [email protected] jquery tether --save

add the scripts and styles to your “.angular-cli.json”

add the following the styles and scripts section;

"styles": [
 "styles.css",
 "../node_modules/bootstrap/dist/css/bootstrap.css"
 ],
 "scripts": [
 "../node_modules/jquery/dist/jquery.js",
 "../node_modules/tether/dist/js/tether.js",
 "../node_modules/bootstrap/dist/js/bootstrap.js"

create new project:

ng new myapp

start server:

ng serve

create new component:

ng g component components/mynewcomponent

create new service:

ng g service services/mynewservice

Getting started with Python and the Django Framework part 1

So over the christmas holidays ive been keeping myself busy by learning more about the Python language.

Having learnt a few basics i started to try the Django framework which ive seen mentioned quite a lot.  Im reffering to windows mainly in this case see below for more detailed instructions;
https://docs.djangoproject.com/en/2.0/howto/windows/

Step 1:
Install python from the site below and install the necessary version for your Operating system.
https://www.python.org/downloads/release/python-364/

Step 2:
Once you get that installed, verify that python is installed by typing “python” from the windows command prompt;

 

 

 

 

 

 

Step 3:
Install Django framework via command prompt;

pip install django

Step 4:
Create your first project its best to refer to the offical document and tutorials at;
https://docs.djangoproject.com/en/2.0/intro/tutorial01/

From the offical site;

Creating a project

If this is your first time using Django, you’ll have to take care of some initial setup. Namely, you’ll need to auto-generate some code that establishes a Django project – a collection of settings for an instance of Django, including database configuration, Django-specific options and application-specific settings.

From the command line, cd into a directory where you’d like to store your code, then run the following command:

$ django-admin startproject mysite

This will create a mysite directory in your current directory. If it didn’t work, see Problems running django-admin.

Wow: Building a Rogue

I first started WOTLK with the aim of changing classes from warlock to rogue. I started leveling my rogue first and got my first and last raid in Naxx 25. I was last on the DPS meters and packed it in, not just the rogue class but raiding and the lock class and i quit wow for a few months. Then i played on another realm with my priest when dual spec hit and was both a Damage maker and healer in a small casual guild. It was good fun but after a while the guild fell apart after people started to leave to join better raid guilds and then i quit wow for about a year.

Since i returned in december Blizzard (account got hacked stuff returned) have done alot to make gearing up a bit easier (i must note specially for casualy players like myself).

From the weekly raid and daily random dungeon you can collect badges if your dedicated enough.  Recently i took the task on of trying to gear up my rogue and its not been easy.

Starting out is the worst and seeing your damage at the bottom of the damage meter is at times very humiliating and very off-putting. So to avoid this i went the PVP route and used all my Stone shards to buy PVP gear so i eventually had the full PVP set. Of course this isnt much good for Dungeons but it was a good start.  I then started random heroics and have had no hassle from anyone about my damage even though it wasnt good or at least didnt look like it was right for the gear i had.

I started out as subtlety spec as i only used to PVP with my rogue and well my DPS was rubbish

Im still working on on it and well as they say, things can only get better.

Rogue Guides:

Here are some of the great guides ive found and been reading as i try to  improve my rogue. My goal here to try and get DPS to where it should for the gear i have.

Rogue Rotation:
http://forums.wow-europe.com/thread.html?topicId=10023044366&sid=1

Weapon Enchants:
http://www.wowhead.com/?spell=59621

Newbie Rogue WOTLK:
http://forums.worldofwarcraft.com/thread.html?topicId=14133213611&sid=1

Gems:

Wow Popular:Gems (find out what Gems others are using)
http://www.wowpopular.com/Gems

Gem Guide:
http://www.wow-gem.com/gems.aspx/blues/cr/njc

How to: Create a batch file to open websites

tech-tip-iconWhile at college or work its a real pain when you login to have to open up 3 different websites and maybe 2 more applications.

Well with a simple “batch” file you can do it all. Simply open notepad and paste the following code into it and save it as “.bat” file then double click it to run it and hey presto no more annoying websites to have to type in, feel free to change the website address to what ever you want.

start http://www.gmail.com
start http://www.google.ie
start https://www.irishbloke.net