zk_html/lj-dump/L-1604.html

71 lines
2.4 KiB
HTML

<!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><strong>Personal computer:</strong>
Gigabyte μATX board
2GB DDR2 RAM
AMD Athlon II "Regor" 2.8GHz dual core processor (with AMD-V)
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
Intel Celeron "Wolfdale" 2.5GHz dual core processor (with VT-x)
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>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2009-09-25 03:50:30</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>