Apacheis a popular free and open-source cross-platform web server that is released under Apache License 2.0. It’s one of themost widely used web serversaccounting for nearly 32.2% of the web server market share. To check the latest version of Apache available, and if it is installed on ...
Make sure you're logged in as the ID you want to enable 2FA/MFA for and execute google-authenticator to create the necessary token data: google-authenticator Do you want authentication tokens to be time-based (y/n) y https://www.google.com/chart?chs=200x200&chld=M|0&cht=qr&chl=otp...
Lets assume for a moment that a hacker has successfully broken into your website and has access to your database. Usually they will install some kind of malware and may download your user data. This is already a worst-case-scenario. In the real world, this kind of thing happens. It is...
Aside from the typical proxy service that requires the client (e.g., aweb browser) to be configured to work with the proxy, Squid offers thetransparency mode, in which the proxy intercepts all HTTP requests sent over the network. This feature is often used in corporate environments, where a...
Install NFS in Linux The next step is to enable theNFSservices as shown. $ sudo systemctl enable nfs-server $ sudo systemctl enable rpcbind Be sure to also start theNFSservices. $ sudo systemctl enable nfs-server $ sudo systemctl enable rpcbind ...
Generally it provides the core of complete web stacks and is designed to help build scalable web applications. For me, it is a one of the best and most important service that I used in my SysAdmin career. These essential documents should be the main source of knowledge for you: Getting St...
Learn Linux - Installation Guide - Video Tutorials - News - Discussion Board - HowTo Forums - Expert Solutions - Ubuntu Centos Fedora KaliLinux Kubuntu ArchLinux etc..
Is there a way to consume custom UI5 library from SAP Business Application Studio? At that time, I managed to find a workaround, which is described in the comment of above question. However, it required an adjustment before deploy, so obviously wasn't the best solution. Recently, I learne...
Access to the terminal (Ctrl+Alt+T). Installing Nmap on Linux Nmap comes preinstalled on Kali Linux, a distribution specifically designed forpenetration testingthat includes a wide range of security tools, including Nmap. If you are using a DebianLinux distro, then you need to install Nmap to...
In order to consume a service which requires “wsse” standard for authentication, there exists different options for implementing this. But in this blog, the focus is on the configuration of the “wsse” standard using the axis framework. In “wsse” standard, a WS-Security Username Token ...