ubuntu.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [ubuntu]
www.codever.land/bookmarks/t/ubuntu
UFW - Community Help Wiki
https://help.ubuntu.com/community/UFW
UFW - Uncomplicated Firewall
The default firewall configuration tool for Ubuntu is ufw. Developed to ease iptables firewall configuration, ufw provides a user friendly way to create an IPv4 or...
UFW Essentials: Common Firewall Rules and Commands | DigitalOceanDigitalOcean
https://www.digitalocean.com/community/tutorials/ufw-essentials-common-firewall-rules-and-commands
UFW is a firewall configuration tool for iptables that is included with Ubuntu by default. This cheat sheet-style guide provides a quick reference to UFW commands that will create iptables firewall ru...
How To Set Up a Firewall with UFW on Ubuntu 14.04 | DigitalOceanDigitalOcean
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-14-04
UFW, or Uncomplicated Firewall, is an interface to iptables that is geared towards simplifying the process of configuring a firewall. While iptables is a solid and flexible tool, it can be difficu...
upstart - event-based init daemon
Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running...
Upstart Intro, Cookbook and Best Practises
http://upstart.ubuntu.com/cookbook/
The purpose of this document is multi-faceted. It is intended as:
- A gentle introduction to Upstart.
- A Cookbook of recipes and best-practises for solving common and n...
- tags: upstart, ubuntu, cookbook
EnvironmentVariables - Community Help Wiki
https://help.ubuntu.com/community/EnvironmentVariables
Contents:
- Manipulating environment variables and values
- Working principles of environment variables
- Bash's quick assignment and inheritance trick
- Persistent environment variables
- List of com...
- tags: ubuntu, linux
UncomplicatedFirewall - Ubuntu Wiki
https://wiki.ubuntu.com/UncomplicatedFirewall
The Uncomplicated Firewall (ufw) is a frontend for iptables and is particularly well-suited for host-based firewalls. ufw provides a framework for managing netfilter, as well as a command-line...
How To Install Nginx on Ubuntu 16.04
https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-16-04
Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly than Apache in most...
How To Set Up Nginx Server Blocks (Virtual Hosts) on Ubuntu 16.04
https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-server-blocks-virtual-hosts-on-...
When using the Nginx web server, server blocks (similar to the virtual hosts in Apache) can be used to encapsulate configuration details and host more than one domain off of a single server. Multiple ...
How to Configure a Firewall with UFW
https://www.linode.com/docs/security/firewalls/configure-firewall-with-ufw
UFW, or uncomplicated firewall, is a frontend for managing firewall rules Arch Linux, Debian or Ubuntu. UFW is used through the command line (although it has GUIs available), and aims to make firewall...
How To Change SSH Port in Ubuntu - idroot
http://idroot.net/tutorials/how-to-change-ssh-port-in-ubuntu/
The Secure Shell (SSH) Protocol by default uses port 22. Accepting this value does not make your system insecure, nor will changing the port provide a significant variance in security. However, changi...