Compare commits
2 Commits
c3a47c46b3
...
053a3530b5
Author | SHA1 | Date | |
---|---|---|---|
053a3530b5 | |||
a1cf6996cf |
30
computery_stuff/namecheap.md
Executable file
30
computery_stuff/namecheap.md
Executable file
@ -0,0 +1,30 @@
|
||||
---
|
||||
author: Akbar Rahman
|
||||
date: \today
|
||||
title: Namecheap DNS
|
||||
tags: []
|
||||
uuid: d4d9fa2b-3d4c-44f7-a44d-12b0410be633
|
||||
---
|
||||
|
||||
# SRV Records not Showing up on DNS Servers
|
||||
|
||||
> There is a bug on Namecheap's DNS configuration interface.
|
||||
> When defining a SRV Record you must write the subdomain in the protocol box aswell.
|
||||
> After you save that entry, a visual bug kicks in and the protocol box now only shows the protocol
|
||||
> itself, but in the backend it's saved as protocol+subdomain, as it should be.
|
||||
>
|
||||
> ~ [exore13](https://www.spigotmc.org/threads/solved-multiple-servers-namecheap-srv-record-config.517697/)
|
||||
|
||||
|
||||
So say your SRV record looks something like this:
|
||||
|
||||
```
|
||||
_minecraft _tcp 0 5 25566 peen.mc.alv.cx.
|
||||
```
|
||||
|
||||
You'll have to enter this instead:
|
||||
|
||||
```
|
||||
_minecraft _tcp.peen.mc 0 5 25566 peen.mc.alv.cx.
|
||||
```
|
||||
|
@ -375,6 +375,25 @@ parts.
|
||||
|
||||
More manual labour is required and has longer cycle times than injection moulding.
|
||||
|
||||
# Machining Processes
|
||||
|
||||
## Advantages of Machining Processes
|
||||
|
||||
- High precision of geometrical dimensions, tolerances, and surface finishes
|
||||
- Is able to make one off prototypes in production grade material
|
||||
- Creates high volume production tooling
|
||||
- Increasing hard/brittle/fragile/tough materials can only be machines
|
||||
- Some designs are so complex that machining is the only realistic process to make them with
|
||||
|
||||
## Disadvantages of Machining Processes
|
||||
|
||||
- Material is wasted (as it is a subtractive process)
|
||||
- Complex parts require expensive machines to make and making them can take a long time
|
||||
- Parts need to be set up using fixtures. These fixtures get increasingly complex with the part.
|
||||
- Faster production rates and harder materials wear down the tools.
|
||||
|
||||
|
||||
|
||||
# Glossary
|
||||
|
||||
[^d_deflocculant]: a substance which, when added to scattered particles in suspension, causes a reduction in apparent viscosity. Deflocculants are substances which prevent flocculation by increasing zeta potential and therefore the repulsive forces between particles. (<https://digitalfire.com/article/deflocculants%3A+a+detailed+overview>)
|
||||
|
Loading…
Reference in New Issue
Block a user