"Normally", these instructions should be also valid (in similar way) for other Linux distros.
1.- Install Xdebug using pacman:
sudo pacman -Sy xdebug| #!/bin/sh | |
| SHORTCUT="[Desktop Entry] | |
| Version=1.0 | |
| Type=Application | |
| Name=Sublime Text 3 | |
| GenericName=Text Editor | |
| Comment=Sophisticated text editor for code, markup and prose | |
| Exec=/usr/local/sublime-text-3/sublime_text %F | |
| Terminal=false | |
| MimeType=text/plain; |
| $ wget \ | |
| --recursive \ | |
| --no-clobber \ | |
| --page-requisites \ | |
| --html-extension \ | |
| --convert-links \ | |
| --domains website.org \ | |
| --no-parent \ | |
| www.website.org/tutorials/html/ |
| /** | |
| * Build multipart/form-data | |
| * | |
| * @param array @$data Data | |
| * @param array @$files 1-D array of files where key is field name and value if file contents | |
| * @param string &$contentType Retun variable for content type | |
| * | |
| * @return string Encoded data | |
| */ | |
| function buildMultipartFormData(array &$data, array &$files, &$contentType) |
| $ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4 |
| Windows Registry Editor Version 5.00 | |
| ; Per-user Telegram Link mapping | |
| [HKEY_CURRENT_USER\Software\Classes\tg] | |
| @="URL:Telegram Link" | |
| "URL Protocol"="D:\\Prog\\Telegram Desktop\\Telegram.exe" | |
| [HKEY_CURRENT_USER\Software\Classes\tg\DefaultIcon] | |
| @="D:\\Prog\\Telegram Desktop\\Telegram.exe,1" |
| <?php | |
| function convert($size) | |
| { | |
| $unit=array('b','kb','mb','gb','tb','pb'); | |
| return @round($size/pow(1024,($i=floor(log($size,1024)))),2).' '.$unit[$i]; | |
| } | |
| convert(memory_get_usage()); |
| <?php | |
| define('EXTRANET_NO_REDIRECT', true); | |
| define('LDAP_NO_PORT_REDIRECTION', true); | |
| define("NO_KEEP_STATISTIC", true); | |
| define("NOT_CHECK_PERMISSIONS", true); | |
| define("SM_SAFE_MODE", true); | |
| define("NO_AGENT_CHECK", true); | |
| define("NO_AGENT_STATISTIC", true); | |
| define("STOP_STATISTICS", true); | |
| include($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php"); |
| [ | |
| { "keys": ["e", "u"], "command": "exit_insert_mode", | |
| "context": | |
| [ | |
| { "key": "setting.command_mode", "operand": false }, | |
| { "key": "setting.is_widget", "operand": false } | |
| ] | |
| }, | |
| { "keys": ["c"], "command": "enter_insert_mode", |
| [[!+nowdate:default=`now`:strtotime:date=`%Y`]] |