Fork your own copy of the DrupalConsole repository to your account
Get a copy of your recently cloned version of console in your machine.
$ git clone [email protected]:[your-git-user-here]/DrupalConsole.git
Fork your own copy of the DrupalConsole repository to your account
Get a copy of your recently cloned version of console in your machine.
$ git clone [email protected]:[your-git-user-here]/DrupalConsole.git
下载 https://openvpn.net/index.php/access-server/download-openvpn-as-sw.html, http://swupdate.openvpn.org/as/openvpn-as-2.1.4-Ubuntu14.amd_64.deb
安装 sudo dpkg -i openvpn-as-2.1.4-Ubuntu14.amd_64.deb
设置密码:sudo passwd openvpn
访问网页 https://xxx:943/admin 修改端口(/admin/server_network_settings),允许自动登录(admin/user_permissions),重启(1 停止,2 启动)服务(/admin/status_overview),账号密码为 openvpn,[上一步设置的密码]
UPDATE: https://github.com/tassoevan/pdo-oci-extension
Special thanks to:
#!/bin/bash -e | |
# | |
# Easy VirtualBox VM handling from the command line | |
BASE_TEMPLATE="<uid-of-template-vm>" | |
function show_help() { | |
echo "Usage: $0 [cmd]" | |
echo "Valid commands:" | |
echo " list List available virtual machines" |
If you are in a location that allows SSH but doesn't allow access to GitHub (I'm looking at you India), here's an easy way to get around it.
nc
http://nc110.sourceforge.net/This documentation is destined for drupal.org. Created first as a gist to make initial comments easier. Rewrites and clarifications welcome. Code samples are simplified for clarity. Perhaps a bit too much?
When talking about extensibility, there are several distinct use cases:
The reaction can be anything; outputting a message, sending an email, modifying a related object, etc. Examples: