Information Technology Broadcasting - اطلاع‌رسانی فناوری اطلاعات
410 subscribers
13.9K photos
41 videos
505 files
489 links
Information Technology, Cloud computing, Digital transformation, IoT, Edge computing, IT governance, Fog computing, IT security, IT regulation, IT trends, Programming، Big data, Monitoring, Databases, Api, Service
Download Telegram
Forwarded from ماهنامه شبکه
🐧🐧🐧🐧🐧 روز تولد سیستم‌عامل لینوکس 🐧🐧🐧🐧🐧

🎈🎈🎈 ۲۵ آگوست ۱۹۹۱ لینوکس تورووالدز طی یک ایمیل اعلام کرد سیستم‌عامل جدیدی به نام لینوکس نوشته است!

=====
@shabakehmag
اپراتور مجازی شبکه تلفن همراه (به انگلیسی: Mobile Virtual Network Operator) یک نوع اپراتور تلفنی است، که خود عملأ دارای امکانات فیزیکی برای ارسال مکالمات و داده‌ها نمی‌باشد. این نوع اپراتور با بستن قرارداد با یک اپراتور دیگر که دارای امکانات فیزیکی برای ارسال مکالمات و داده‌ها است، این خدمات را بصورت عمده خریداری می‌کند، سپس با نشان تجاری و برند خود اقدام به فروش خدمات تلفن همراه، در بازار خرده‌فروشی می‌نماید.
Forwarded from Hadi
Word of the day...

A/B testing (split testing)

A/B testing, sometimes called split testing, is an assessment tool for identifying which version of something helps an individual or organization meet a business goal more effectively. A/B testing is commonly used in web development to ensure that changes to a webpage or page component are driven by data and not personal opinion.
Forwarded from پشتیبانی کامپیوتر و شبکه
This media is not supported in your browser
VIEW IN TELEGRAM
🔐 رابطه طول و پیچیدگی پسوورد در زمان رمزگشایی آن توسط هکرها !

👈کانال تلگرام آتیس سگال را به دوستان خود معرفی کنید👉
@atissegal1392
Forwarded from Hadi
آشنایی با زیرساخت امنیتی :
Forwarded from Hadi
.csr
This is a Certificate Signing Request. Some applications can generate these for submission to certificate-authorities. The actual format is PKCS10 which is defined in RFC 2986. It includes some/all of the key details of the requested certificate such as subject, organization, state, whatnot, as well as the public key of the certificate to get signed. These get signed by the CA and a certificate is returned. The returned certificate is the public certificate (which includes the public key but not the private key), which itself can be in a couple of formats.
Forwarded from Hadi
.pem
Defined in RFC's 1421 through 1424, this is a container format that may include just the public certificate (such as with Apache installs, and CA certificate files /etc/ssl/certs), or may include an entire certificate chain including public key, private key, and root certificates. Confusingly, it may also encode a CSR (e.g. as used here) as the PKCS10 format can be translated into PEM. The name is from Privacy Enhanced Mail (PEM), a failed method for secure email but the container format it used lives on, and is a base64 translation of the x509 ASN.1 keys.