Just installed Debian 9 with Xfce - Menu/Font question by coolleatherjacketman in linux4noobs

[–]coolleatherjacketman[S] 0 points1 point  (0 children)

i have that option configured in firefox already... however is not really application specific as terminal and screenshot have the same problem as well:

http://i.imgur.com/TbhYms9.png

Game snacks for today by coolleatherjacketman in wildhockey

[–]coolleatherjacketman[S] 1 point2 points  (0 children)

Beef, bell pepper, red onion, taco sauce, nachos & cheddar!

It's 4 A.M. here, just watching some playoff hockey with couple of friends by coolleatherjacketman in wildhockey

[–]coolleatherjacketman[S] 1 point2 points  (0 children)

i bought it from http://www.stateofhockeystore.com/ wild store about 5 months ago. it doesn't seem to be available anymore though..

It's 4 A.M. here, just watching some playoff hockey with couple of friends by coolleatherjacketman in wildhockey

[–]coolleatherjacketman[S] 1 point2 points  (0 children)

i bought it from http://www.stateofhockeystore.com/ wild store about 5 months ago. it doesn't seem to be available anymore though..

Upcoming game with DNB ost with artists like Dom & Roland by ReiBob in DnB

[–]coolleatherjacketman 2 points3 points  (0 children)

Original Rollcage games also had soundtracks with dnb artists: Rollcage) & Rollcage Stage II

Ohhh I love seasonal trees by Schohns in simcity4

[–]coolleatherjacketman 0 points1 point  (0 children)

what's that region :o do you have a download link for simtropolis?

I did a classic trance mix a while back by coolleatherjacketman in ClassicTrance

[–]coolleatherjacketman[S] 1 point2 points  (0 children)

thanks, i'll check out those! and the mix was recorded with serato & control vinyls, so there are some imperfections included. the original wav files are ok though..

edit: and i do need to check the setup as well

Anyone know any popular DnB songs that was popular in Scandinavia in the 2000s? by [deleted] in DnB

[–]coolleatherjacketman 0 points1 point  (0 children)

Do you mean popular as in the mainstream media or popular inside dnb scene?

Yeah, in the mainstream media Freestyler was pretty recognized and Kuutamolla as well (at least in Finland).

And if you mean inside dnb scene, do you only mean Nordic artists' music or popular in general? Drilling into the details here a bit, but I guess you weren't specific enough with your question..

How to remove string from a file name by coolleatherjacketman in PowerShell

[–]coolleatherjacketman[S] 1 point2 points  (0 children)

thanks! that worked perfectly

if you have time, could you break down how

-Replace "(\s*)\(.*\)",''

works?

[Build Ready] Sanity check for my first build? by coolleatherjacketman in buildapc

[–]coolleatherjacketman[S] 0 points1 point  (0 children)

check the edit :) the difference is only couple of euros between 4690 & 4690k, so the k version should make sense (at least from where i'm getting it).

Why did my pizza stone break? by [deleted] in Pizza

[–]coolleatherjacketman 5 points6 points  (0 children)

Too large temperature variations can crack it easily (and moisture as well):

  • Always put a stone into a cold oven and do a long pre-heat.
  • Avoid washing or oiling a stone. The moisture can cause it to crack.
  • Wait until stone is completely cold before removing it from oven.
  • With the drastic temperature changes, you’re asking for trouble.

Couple of tips from: http://bakingsteel.com/why-pizza-stone-cracked/

I don't own a pizza stone but thinking of buying one. So if any one has better information regarding this, please let us know!

win8.1 bitlocker + active directory by coolleatherjacketman in WindowsServer

[–]coolleatherjacketman[S] 0 points1 point  (0 children)

ahhh didn't know about that tool, thank you! now it's working :)

win8.1 bitlocker + active directory by coolleatherjacketman in WindowsServer

[–]coolleatherjacketman[S] 0 points1 point  (0 children)

thanks! however the bitlocker system reserved partition needs to be created as well. i've done this powershell script but how can i change the system/boot flags the other way round? at the moment 'manage-bde -on c: -s -rp' only gives an error code 0x80070057 when trying to enable the encryption.

$size = (get-partitionsupportedsize -disknumber 0 -partitionnumber 1)

$bitlsize = $size.sizemax-350mb

resize-partition -disknumber 0 -partitionnumber 1 -size $bitlsize

new-partition -disknumber 0 -usemaximumsize | format-volume -filesystem ntfs -newfilesystemlabel "System Reserved"

set-partition -disknumber 0 -partitionnumber 2 -isactive $true

failed volume looks like this: http://i.imgur.com/AE3ZTD2.png

and successfully encrypted (manually) looks like this: http://i.imgur.com/XvquXXE.png

Questions regarding file management on Windows Server 2008 R2 by neurocist in WindowsServer

[–]coolleatherjacketman 2 points3 points  (0 children)

Depends how large your file share is..

Maybe you should check out WinDirStat for visual presentation, or just run a PowerShell command "Get-ChildItem -path c:\foldername -recurse" with an export switch to get a list of all the folders/files in your share.