2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | New setups< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | New setups< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
< p > < strong > Personal computer:< / strong >
Gigabyte μATX board
2GB DDR2 RAM
2020-06-24 07:10:07 +00:00
AMD Athlon II “ Regor” 2.8GHz dual core processor (with AMD-V)
2020-04-25 06:35:06 +00:00
250GB drive (already have)
ATI dual-headed graphics card (forget which, already have)< / p >
< p > Running Windows 7 (next month, at least) for gaming and work< / p >
< p > < strong > Server:< / strong >
Gigabyte ATX board
4GB DDR2 RAM
2020-06-24 07:10:07 +00:00
Intel Celeron “ Wolfdale” 2.5GHz dual core processor (with VT-x)
2020-04-25 06:35:06 +00:00
500GB OS drive
2x 1.5TB storage drives< / p >
< p > Running Citrix XenServer, hosting Debian Lenny for file/print/imaging/web server and domain controller and Windows Server 2008 R2 to play around with and run Visual Studio 2008 (DreamSpark, she is nice to me, yuss).< / p >
< p > ====< / p >
< p > All that and the μATX case I got is too small D: Waiting on a replacement before I really get started, though I may set up XenServer soon< / p >
< / article >
< footer >
< p > Page generated on 2009-09-25 03:50:30< / p >
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
2020-04-25 06:35:06 +00:00
< / body >
< / html >