Categories
- Education (6)
- Fix IT (29)
- Information Technology (53)
- Tips (6)
- Uncategorized (7)
Tags
Category Archives: Information Technology
TempDB SQL 2012 splitting
Open SQL Management Studio.Disconnect all server connections.Leave GUI open as we need the Query Analizer stop all SQL services open services by running service.msc open properties of the sql instance and copy the sql executing pathC:\Program Files\Microsoft SQL Server\MSSQL11.SQL1\MSSQL\Binn\sqlservr.exe -c … Continue reading
Certificate default 2 years valid
Problem: Microsoft CA is set by default to maximum 2 years certificate validity . So you can’t create a template with a certificate valid more then 2 years, However, i needed a certificate wirh 10 years . Solution: To extend this for your own CA , … Continue reading
Posted in Information Technology
Tagged certificate
Comments Off on Certificate default 2 years valid
CKEditor changes Vbscript code
Problem: After installing CKEditor Pluging, all my vbscript code displayed by WP-CodeBox in my Posts showed up with converted & and > or <. One time editing was enough to change the code. Information: WP-CodeBox is working with a <pre> and </pre> … Continue reading
IPv4 special ranges
Private IP 10.0.0.0/8 172.16.0.0./12 192.168.0.0./16 APIPA 169.254.0.0/16 Multicasting 224.0.0.0/4 Local Host 127.0.0.1
IPv6 Construct
Build from 8x four-digit HEX number 1111:2222:3333:4444:5555:6666:7777:8888 2^128 Numbers 54'525'952 Numbers / m2 earth surface. As they are split in ranges for different purpose the real number is much less.
IPv6 Unicast Addresses
Global 001 T TTTTT TTTTT TTTTT : RRRR RRRR NNNN NNNN : NNNN -NNNN : SSSS – SSSS : IIII – : : : – IIII 001 = FP T = TLA ID R = Reserve N = NLA ID … Continue reading