by Abhishek Thakur | Jan 6, 2023 | linux
Nginx [engine x] is an HTTP and reverse proxy server, mail proxy server, and general-purpose TCP/UDP proxy server originally written by Igor Sysoev. It has been running for a long time on many Russian sites with heavy loads: Yandex, Mail.Ru, VK, and Rambler. According...
by Abhishek Thakur | Jan 5, 2023 | linux
Rust is a multi-paradigm universal programming language. It emphasizes performance, type safety, concurrency, and memory safety This means that all references point to valid memory. It doesn’t require the use of a garbage collector or the reference counting...
by Abhishek Thakur | Dec 16, 2022 | Blog, linux
What Is Angularjs Angularjs is a structural framework for dynamic web apps. You can use HTML as a template language and extend the HTML syntax to express your application’s components clearly and concisely. Angularjs data binding and dependency injection...
by mr rockstar | Dec 12, 2022 | Blog, linux
How To Install Node.js on Linux Server How to install Node.js and npm on Windows. Node.js has been a boon to JavaScript developers around the world who struggled with switching between different languages and frameworks to extend their code into a sustainable...
by Abhishek Thakur | Dec 10, 2022 | Blog, linux
Security Enhanced Linux is the full name for SELinux. It is a Linux kernel tool that provides means for supporting access control security policies. NSA describes SELinux as a set of Linux kernel patches and utilities to provide a powerful and flexible Mandatory...
by Abhishek Thakur | Dec 9, 2022 | Blog, linux
Secure Sockets Layer (SSL)is a protocol for establishing authenticated and encrypted connections between networked computers. Although the SSL protocol was deprecated with the release of TLS 1.0 in 1999. It is still common to refer to these related technologies as...