Browsing tag

linuxmint

How to Setup NFS Server on Debian 9 / Ubuntu 16.04 / LinuxMint 18

NFS stands for Network File System, a service that helps you to share files and folders between *nix / Linux systems, developed by SUN Microsystems in 1990. NFS lets you mount a remote share like a local disk. This post helps you setup NFS server on Debian 9 / Ubuntu 16.04. Environment This guide is […]

Puppet Bolt – Run Ad hoc Commands, Scripts, Puppet Tasks and Plans

Puppet Bolt is an open source, agentless task runner that executes commands, scripts, and ad hoc tasks across your infrastructure. Bolt has built-in command line interface and connects to remote systems via SSH and WinRM on Linux and Windows respectively. Bolt can: Execute commands on remote systems. Upload and execute scripts written in Bash, Python, […]

How To Install Apache Tomcat 10 On Linux Mint 20 / Linux Mint 19

Apache Tomcat is an open-source Java servlet container developed by the Apache Software Foundation (ASF). Tomcat implements Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket, and provides a “pure Java” HTTP web server environment for running Java codes. In Tomcat, you can deploy an application by using a war file through the Web Manager […]