This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile for verifying archlinux-based documentation updates for | |
| # keepalived issue #761: | |
| # | |
| # https://github.com/acassen/keepalived/issues/761 | |
| # | |
| # All Vagrant configuration is done below. The "2" in Vagrant.configure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile for verifying Alpine Linux-based documentation updates for | |
| # keepalived issue #761: | |
| # | |
| # https://github.com/acassen/keepalived/issues/761 | |
| # | |
| # All Vagrant configuration is done below. The "2" in Vagrant.configure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # coding: utf-8 | |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile for verifying Ubuntu 17.10 "Artful Aardvark"-based documentation | |
| # updates for keepalived issue #761: | |
| # | |
| # https://github.com/acassen/keepalived/issues/761 | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile for verifying Debian "stretch"-based documentation upodates for | |
| # keepalived issue #761: | |
| # | |
| # https://github.com/acassen/keepalived/issues/761 | |
| # | |
| # All Vagrant configuration is done below. The "2" in Vagrant.configure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile for verifying CentOS 7-based documentation updates for | |
| # keepalived issue #761: | |
| # | |
| # https://github.com/acassen/keepalived/issues/761 | |
| # | |
| # All Vagrant configuration is done below. The "2" in Vagrant.configure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile for verifying Fedora 27-based documentation upodates for | |
| # keepalived issue #761: | |
| # | |
| # https://github.com/acassen/keepalived/issues/761 | |
| # | |
| # All Vagrant configuration is done below. The "2" in Vagrant.configure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #define _XOPEN_SOURCE 700 | |
| #include <signal.h> | |
| #include <unistd.h> | |
| int main() | |
| { | |
| sigset_t set; | |
| int status; | |
| if (getpid() != 1) return 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/awk -f | |
| # ▌ ▜ ▌ | |
| # ▛▌▐ ▀▌▌▌▌▙▘ | |
| # ▙▌▐▖█▌▚▚▘▛▖ - Draw an image using block characters and ImageMagick | |
| #=============================================================================== | |
| # USAGE: | |
| # blawk [columns lines] file [imagemagick_arguments] | |
| BEGIN { |
NewerOlder