π
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
| --- | |
| ip: "192.168.56.56" | |
| memory: 4096 | |
| cpus: 4 | |
| box: Svpernova09/homestead | |
| provider: parallels | |
| authorize: ~/.ssh/id_rsa.pub | |
| keys: |
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
| # This is the main Apache server configuration file. It contains the | |
| # configuration directives that give the server its instructions. | |
| # See http://httpd.apache.org/docs/2.4/ for detailed information about | |
| # the directives and /usr/share/doc/apache2/README.Debian about Debian specific | |
| # hints. | |
| # | |
| # | |
| # Summary of how the Apache 2 configuration works in Debian: | |
| # The Apache 2 web server configuration in Debian is quite different to | |
| # upstream's suggested way to configure the web server. This is because Debian's |
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
| vagrant destroy -f; vagrant up | |
| ==> homestead: Forcing shutdown of VM... | |
| ==> homestead: Destroying VM and associated drives... | |
| Bringing machine 'homestead' up with 'virtualbox' provider... | |
| ==> homestead: Importing base box 'laravel/homestead'... | |
| ==> homestead: Matching MAC address for NAT networking... | |
| ==> homestead: Checking if box 'laravel/homestead' version '12.2.0' is up to date... | |
| ==> homestead: Setting the name of the VM: homestead | |
| ==> homestead: Clearing any previously set network interfaces... | |
| ==> homestead: Preparing network interfaces based on configuration... |
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
| ββ(~/Code/homestead)(main S:3) | |
| βββ vagrant destroy -f; vagrant up ==> homestead: Forcing shutdown of VM... | |
| ==> homestead: Clearing any previously set forwarded ports... | |
| ==> homestead: Destroying VM and associated drives... | |
| ==> homestead: Destroying unused networking interface... | |
| Bringing machine 'homestead' up with 'parallels' provider... | |
| ==> homestead: Registering VM image from the base box 'laravel/homestead-arm'... | |
| ==> homestead: Creating new virtual machine as a linked clone of the box image... | |
| ==> homestead: Unregistering the box VM image... | |
| ==> homestead: Setting the default configuration for VM... |
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
| ββ(~/Code/bento/packer_templates/ubuntu)(ubuntu-22.04-arm64 ??:2 M:1 S:14) | |
| ββ(1)β packer build --only=parallels-iso ubuntu-22.04-arm64.json | |
| parallels-iso: output will be in this color. | |
| ==> parallels-iso: Retrieving ISO | |
| ==> parallels-iso: Trying http://cdimage.ubuntu.com/releases/22.04/release/ubuntu-22.04.1-live-server-arm64.iso | |
| ==> parallels-iso: Trying http://cdimage.ubuntu.com/releases/22.04/release/ubuntu-22.04.1-live-server-arm64.iso?checksum=sha256%3Abc5a8015651c6f8699ab262d333375d3930b824f03d14ae51e551d89d9bb571c | |
| parallels-iso: ubuntu-22.04.1-live-server-arm64.iso 1.34 GiB / 1.34 GiB [===================================================================================================================] 100.00% 55s | |
| ==> parallels-iso: http://cdimage.ubuntu.com/releases/22.04/release/ubuntu-22.04.1-live-server-arm64.iso?checksum=sha256%3Abc5a8015651c6f8699ab262d333375d3930b824f03d14ae51e551d89d9bb571c => /Users/halo/.cache/packer/3678bda67593f7a1fae1140298d3bcf1f2d45d0d.iso | |
| ==> parallels-iso: Starting HTTP |
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
| <?php | |
| namespace Tests\Unit; | |
| use PHPUnit\Framework\TestCase; | |
| class ShouldSendEmailTest extends TestCase | |
| { | |
| /** | |
| * A basic unit test example. |
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
| version: '3' | |
| services: | |
| snipeit_app: | |
| image: snipe/snipe-it:v6.0.2 | |
| volumes: | |
| - ./logs:/var/www/html/storage/logs | |
| ports: | |
| - "8000:80" | |
| depends_on: |
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
| $ packer build --only=virtualbox-iso ubuntu-22.04-amd64.json | |
| virtualbox-iso: output will be in this color. | |
| ==> virtualbox-iso: Retrieving Guest additions | |
| ==> virtualbox-iso: Trying /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso | |
| ==> virtualbox-iso: Trying /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso | |
| ==> virtualbox-iso: /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso => /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso | |
| ==> virtualbox-iso: Retrieving ISO | |
| ==> virtualbox-iso: Trying http://releases.ubuntu.com/jammy/ubuntu-22.04-live-server-amd64.iso | |
| ==> virtualbox-iso: Trying http://releases.ubuntu.com/jammy/ubuntu-22.04-live-server-amd64.iso?checksum=sha256%3A84aeaf7823c8c61baa0ae862d0a06b03409394800000b3235854a6b38eb4856f |
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
| ββ(~/Code/homestead)(main S:12)ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| βββ vagrant ssh β(19:09:15)(03/16/22)ββ | |
| Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-100-generic x86_64) | |
| _ _ _ | |
| | | | | | | | |
| | |__ ___ _ __ ___ ___ ___| |_ ___ __ _ __| | | |
| | '_ \ / _ \| '_ ` _ \ / _ \/ __| __/ _ \/ _` |/ _` | | |
| | | | | (_) | | | | | | __/\__ \ || __/ (_| | (_| | | |
| |_| |_|\___/|_| |_| |_|\___||___/\__\___|\__,_|\__,_| |
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
| ββ(~/Code/bento/packer_templates/ubuntu)(ubuntu-20.04.4 M:1 S:32 no-remote) | |
| ββ(1)β packer build --only=parallels-iso ubuntu-20.04-amd64.json | |
| parallels-iso: output will be in this color. | |
| ==> parallels-iso: Retrieving ISO | |
| ==> parallels-iso: Trying http://releases.ubuntu.com/focal/ubuntu-20.04.4-live-server-amd64.iso | |
| ==> parallels-iso: Trying http://releases.ubuntu.com/focal/ubuntu-20.04.4-live-server-amd64.iso?checksum=sha256%3A28ccdb56450e643bad03bb7bcf7507ce3d8d90e8bf09e38f6bd9ac298a98eaad | |
| ==> parallels-iso: http://releases.ubuntu.com/focal/ubuntu-20.04.4-live-server-amd64.iso?checksum=sha256%3A28ccdb56450e643bad03bb7bcf7507ce3d8d90e8bf09e38f6bd9ac298a98eaad => /Users/halo/.cache/packer/47de2d7266acde194681de2a24f5d76b43b452ca.iso | |
| ==> parallels-iso: Starting HTTP server on port 8482 | |
| ==> parallels-iso: Creating virtual machine... |
NewerOlder