This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am auswalk on github. | |
* I am microwalk (https://keybase.io/microwalk) on keybase. | |
* I have a public key ASDRKmZOBmyUWu6_lzx2QTNLyBuIHXfpnoDsvK3-NFTKbQo | |
To claim this, I am signing this object: |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am aiswalk on github. | |
* I am microwalk (https://keybase.io/microwalk) on keybase. | |
* I have a public key ASDRKmZOBmyUWu6_lzx2QTNLyBuIHXfpnoDsvK3-NFTKbQo | |
To claim this, I am signing this object: |
This file contains 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
Turn your SBC into a VPN Router with DietPI, PiHole, Wireguard on Mullvad.net | |
----------------------------------------------------------------------------- | |
[WireGuard](https://www.wireguard.com) | |
This is an **advanced** guide to your turn SBC into an Ip4/Ip6 VPN router | |
with the [Mullvad](https://www.mullvad.net) service. | |
** Install DietPi |
This file contains 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
ap User.all.map{|u|[u.id, u.email, u.created_at, u.updated_at]} | |
User Load (0.7ms) SELECT "users".* FROM "users" WHERE (users.tenant_id IS NULL) | |
[ | |
[0] [ | |
[0] 2, | |
[1] "[email protected]", | |
[2] Mon, 23 Dec 2013 17:05:34 CST -06:00, | |
[3] Mon, 23 Dec 2013 17:05:34 CST -06:00 | |
], | |
[1] [ |
This file contains 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
# Use this hook to configure devise mailer, warden hooks and so forth. | |
# Many of these configuration options can be set straight in your model. | |
Devise.setup do |config| | |
# The secret key used by Devise. Devise uses this key to generate | |
# random tokens. Changing this key will render invalid all existing | |
# confirmation, reset password and unlock tokens in the database. | |
config.secret_key = 'xxx' | |
# ==> Mailer Configuration | |
# Configure the e-mail address which will be shown in Devise::Mailer, |
This file contains 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
Started POST "/members" for 127.0.0.1 at 2013-12-23 20:44:27 -0700 | |
Started POST "/members" for 127.0.0.1 at 2013-12-23 20:44:27 -0700 | |
ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" | |
ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" | |
Processing by MembersController#create as HTML | |
Processing by MembersController#create as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HgY5+X4m76fImaNCL/t6MCbAfNZkV+ksShcH3oDc2Ug=", "user"=>{"email"=>"[email protected]"}, "member"=>{"first_name"=>"Joe", "last_name"=>"Smith", "broker_dealer_number"=>"xxxx"}, "role"=>"tenant_admin"} | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"HgY5+X4m76fImaNCL/t6MCbAfNZkV+ksShcH3oDc2Ug=", "user"=>{"email"=>"[email protected]"}, "member"=>{"first_name"=>"Joe", "last_name"=>"Smith", "broker_dealer_number"=>"xxxx"}, "role"=>"tenant_admin"} | |
User Load (6.0ms) SELECT "users".* FROM "users" WHERE (users.tenant_id IS NULL) AND "users"."id" |