- nylas/N1 💌 An extensible desktop mail app built on the modern web.
- black-screen/black-screen A terminal emulator for the 21st century.
- shockone/black-screen A terminal emulator for the 21st century.
- ptmt/react-native-macos React Native for macOS
- docker/kitematic Visual Docker Container Management on Mac & Windows
- kitematic/kitematic Visual Docker Container Management on Mac & Windows
- davezuko/wirk-starter Get started with React, Redux, and React-Router!
- TelescopeJS/Telescope 🔭 An open-source social news app built with Meteor & React
- coryhouse/react-slingshot React + Redux starter kit / boile
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@fedora ~]$ journalctl -xe | grep -Ei 'gnome|wayland' | |
| Hint: You are currently not seeing messages from other users and the system. | |
| Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages. | |
| Pass -q to turn off this notice. | |
| Jan 20 11:59:09 fedora gnome-software-service.desktop[22075]: 16:59:09:0501 Gs no app for changed background-logo@fedorahosted.org |
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=DEVEL | |
| # System authorization information | |
| auth --enableshadow --passalgo=sha512 | |
| # Use graphical install | |
| graphical | |
| # Run the Setup Agent on first boot | |
| firstboot --enable | |
| ignoredisk --only-use=sda | |
| # Keyboard layouts | |
| keyboard --vckeymap=us --xlayouts='us' |
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
Show hidden characters
| { | |
| "presets": [ | |
| [ | |
| "babel-preset-es2015-rollup" | |
| ] | |
| ] | |
| } |
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
| All settings correct for using Composer | |
| Warning: file_get_contents(https://getcomposer.org/versions): failed to open stream: Operation timed out in - on line 762 | |
| Warning: Invalid argument supplied for foreach() in - on line 508 | |
| None of the 0 stable version(s) of Composer matches your PHP version (5.5.36 / ID: 50536) |
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
| set :default_environment, { | |
| 'RBENV_VERSION' => "2.0.0-p0", | |
| 'PATH' => "$HOME/.rbenv/shims:$HOME/.rbenv/bin:$PATH" | |
| } | |
| # use multiple environments | |
| require 'capistrano/ext/multistage' | |
| # ensures a bundle install is run after deployment | |
| require 'bundler/capistrano' |
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
| ⦗1.9.3p286⦘⦗master⦘⦗errbit⦘➤ cap deploy | |
| * 2014-01-02 15:11:02 executing `deploy' | |
| * 2014-01-02 15:11:02 executing `deploy:update' | |
| ** transaction: start | |
| * 2014-01-02 15:11:02 executing `deploy:update_code' | |
| updating the cached checkout on all servers | |
| executing locally: "git ls-remote https://github.com/errbit/errbit.git master" | |
| command finished in 1229ms | |
| * executing "if [ -d /home/deploy/nginx/shared/cached-copy ]; then cd /home/deploy/nginx/shared/cached-copy && git fetch origin && git fetch --tags origin && git reset --hard c368a803dc6552c0fe3b833ec0a16407cd4c0e15 && git clean -d -x -f; else git clone -b master https://github.com/errbit/errbit.git /home/deploy/nginx/shared/cached-copy && cd /home/deploy/nginx/shared/cached-copy && git checkout -b deploy c368a803dc6552c0fe3b833ec0a16407cd4c0e15; fi" | |
| servers: ["192.81.213.216"] |
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
| /usr/sbin/update-rc.d -f unicorn defaults | |
| chmod +x /etc/init.d/unicorn | |
| /usr/sbin/update-rc.d -f unicorn remove |
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/sh | |
| # | |
| # init.d script for single or multiple unicorn installations. Expects at least one .conf | |
| # file in /etc/unicorn | |
| # | |
| # Modified by jay@gooby.org https://github.com/jaygooby | |
| # based on http://gist.github.com/308216 by https://github.com/mguterl | |
| # | |
| ## A sample /etc/unicorn/my_app.conf | |
| ## |
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
| ** [out :: pittweb04.netserve365.com] Reading package lists... 98% | |
| ** [out :: pittweb04.netserve365.com] Reading package lists... 98% | |
| ** [out :: pittweb04.netserve365.com] Reading package lists... 98% | |
| Reading package lists... 99%ve365.com] Reading package lists... 99% | |
| ** [out :: pittweb04.netserve365.com] Reading package lists... 99% | |
| ** [out :: pittweb04.netserve365.com] Reading package lists... 99% | |
| ** [out :: pittweb04.netserve365.com] Reading package lists... 99% | |
| ** [out :: pittweb04.netserve365.com] Reading package lists... 99% | |
| ** [out :: pittweb04.netserve365.com] Reading package lists... 99% | |
| ** [out :: pittweb04.netserve365.com] Reading package lists... 99% |
NewerOlder