53
votes
Why does my browser attempt to download pages from http://clhs.lisp.se instead of viewing them normally?
There is something wrong with the way that website and/or web sever is delivering web pages.
This is not a problem on your end but rather something odd on the server side; with either the website ...
19
votes
Is it safe to use the PSU from a Sun Ultra 40 to build a modern system?
The power supply will not power the system because it lacks connectors required by modern systems. Furthermore, the motherboard will not fit in the machine without modification.
The Sun Ultra 40 ...
17
votes
Is RAM that is sold as server-RAM compatible with desktop-PC and why?
The answer is "maybe". It depends on what your desktop machine is capable of and what kind of server RAM it is. The most important part is whether the RAM is "unbuffered" or "registered" or "load ...
9
votes
Accepted
New Skype (v8.x) setup forces installing Skype from Windows Store
Reason:
According to Skype System Requirements:
New Skype on Windows desktop requires:
Windows 10 Version 1507, or version 1511
Windows 8.1
Windows 8
Windows 7 (32-bit and 64 bit versions supported)
...
8
votes
Is it safe to use the PSU from a Sun Ultra 40 to build a modern system?
From my own experience with exactly that endeavour (wanting to re-use the attractive Ultra 40 M2 case for a regular PC) I can give you a heads-up, it will work.
The supply can deliver about 750 Watts ...
8
votes
What is the difference between various TPM modules?
The naming of pluggables TPM-cards should be something like
TPM-L-R2.0, where the L stands for the pins and it's spacing and the R for the protocoll revision.
Please note that on the mechnical part ...
8
votes
Why does my browser attempt to download pages from http://clhs.lisp.se instead of viewing them normally?
You can try ModHeader. After install you visit the root of the site, click on the extension icon, then on the plus sign, response header and type Content-Type. Happy browsing of that site.
You can ...
8
votes
Accepted
NVMe PCIe x4 SSD on M.2 PCIe x2 slot?
A single lane of PCIe 3.0 is capable of, in theory, 985MB/s. Two lanes would be twice that at 1970MB/s.
Overheads may eat into that slightly.
PCIe should also negotiate how many lanes are available, ...
7
votes
Is there a native alternative to the `watch` command; for Darwin/OS X
Based on @Spiff awesome answer, I improved it a bit to avoid flickering/flashing on each execution:
fakewatch () { while true; do DATE=$(date); RESULT=$(${@}); clear; echo "$DATE"; echo "$RESULT"; ...
7
votes
Accepted
What is the difference between various TPM modules?
TPM/FW3.19 is TPM 1.2 compatible and TPM-L R2.0 is 2.0 compatible.
Ok, let me explain again. TPM/FW3.19 (20 pins) is an old module created for old Motherboards like P8B, P9D etc. and it's TPM 1.2 ...
7
votes
Accepted
How to enable IE mode in Edge browser (Version 83.0.478.61 and up) for a site?
In fact, the article that you referenced to, gave you all the hints that you need.
Look at Verify IE Mode Configuration section. It shows the result of all the complicated settings is just a registry ...
6
votes
Accepted
Is Thunderbolt 2 forward-compatible to Thunderbolt 3?
I just found something that sheds some light on my question. On the Apple Thunderbolt 3 to Thunderbolt 2 adapter page they mentioned that the adapter is bidirectional and I quote:
The Thunderbolt 3 ...
6
votes
Is it safe to use the PSU from a Sun Ultra 40 to build a modern system?
Safe? Maybe. Compatible? Chances are no. The service manual indicates a design with two independant power supply connectors, and a very different layout from what I typically see in a PC. If the ...
6
votes
Run notepad.exe as admin by default
This is because notepad.exe is located in C:\Windows\System32
In order to fix this, you have to copy notepad.exe to a different folder. From the new folder, you will find that the compatibility tab ...
6
votes
Accepted
Why does Windows 10 Compatibility mode pop up a UAC prompt?
Only windows 7 and up have separated administrative rights from user rights.
When you use Windows XP or earlier as compatibility mode, you need administrative rights because in those operating ...
5
votes
Accepted
"Inexplicit" RAM Compatibility
only DDR3 800/1066 are compatible
This is incorrect, it should read "memory supporting at least 400MHz or 533MHz".
(DDR3-800 runs at 400MHz with two actions per cycle. Marketing loves to present ...
5
votes
Is it safe to use the PSU from a Sun Ultra 40 to build a modern system?
I found a parts re-seller carrying the PSU for the Sun Ultra 40. While one of the connectors does appear to be a 24 pin ATX plug (the side that's visible matches wire colors and orders); the other ...
5
votes
New Skype (v8.x) setup forces installing Skype from Windows Store
I don't often answer my own questions but have just come across a fix for this:
Run the installer in "Compatibility mode" (Windows 8) and it installs fine.
Quite why the most recent version of ...
5
votes
Accepted
Can I replace regular DIMMs with (non-ECC) RDIMM RAM?
It depends on the motherboard specifications.
Usually, the motherboard must match the memory type; as a result,
registered memory will not work in a motherboard not designed for it,
and vice ...
5
votes
Accepted
Are network printers with 10Base-T/100Base-TX connectivity compatible with older Ethernet equipement?
and a 10/100 Mbps Ethernet passive hub (Zyxel ES-108P),
It's not passive and it's not even a hub. ZyXEL ES-108P is an active Ethernet switch.
Real Ethernet hubs largely disappeared from the market ...
4
votes
16 bit windows under Win64 using Wine?
This is now possible with winevdm: https://github.com/otya128/winevdm.
To run 16 bit applications on a 64 bit Windows, a x86 CPU has to be emulated because the Local Descriptor Table (LDT) cannot be ...
4
votes
Is After Dark compatible for Windows 10?
I was able to make sense of the preferences by installing AD on Windows XP and looking in REGEDIT.
Mute All Sounds: Under HKEY_CURRENT_USER\Software\Berkley Systems\After Dark add a REG_DWORD ...
4
votes
Is Thunderbolt 2 forward-compatible to Thunderbolt 3?
I bought the Apple Thunderbolt 3 USB-C to Thunderbolt 2 adapter because I wanted something with bi-directional compatibility. Most reviews talk about how to use an older thunderbolt device with a USB-...
4
votes
Accepted
Is there a way to tell what forces IE 11 compatibility mode?
Check out the F12 developer tools. They should be able to tell you what's going on in the background.
4
votes
Are all USB-2 devices compatible with USB-3 port?
@AliChen seems to be on the right path, actually this is a good line of thinking I hadn't considered. I never checked the motherboard specs when I posted my comment. This board uses a NEC (now Renesas)...
4
votes
Accepted
Is it possible to install USB 2.0 on an old PC?
The card reader connects to USB 2.0 headers so would do no good there. You would need to find an appropriate PCI expansion card (with supported drivers for your OS, presumably)
4
votes
Chrome constantly claims that TortoiseSVN prevents it from working correctly
I have posted the very same question to TortoiseSVN discussion board and I have received a very detailed response from program's author itself.
In this answer there is a suggestion that what can be ...
4
votes
Accepted
Can the CPU work with a RAM that has less than the supported frequency?
What’s specified is the maximum supported type. That means this CPU supports DDR4 memory up to 2400 MHz or LPDDR3 memory up to 2133 MHz. It probably doesn’t support both at the same time though. You’...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
compatibility × 765windows-7 × 106
motherboard × 96
memory × 94
windows × 64
windows-10 × 59
linux × 46
cpu × 42
windows-8 × 34
laptop × 34
graphics-card × 32
ssd × 31
hard-drive × 27
64-bit × 27
windows-xp × 25
macos × 24
drivers × 24
upgrade × 19
pci-express × 18
sata × 17
mac × 14
ubuntu × 13
usb × 13
power-supply × 13
internet-explorer × 13