To remove just git package itself from Ubuntu 14.04 execute on terminal:
$ sudo apt-get remove git
To remove the git package and any other dependant package which are no longer needed from Ubuntu Trusty.
$ sudo apt-get remove --auto-remove git
| #!/bin/bash | |
| sudo add-apt-repository -y ppa:git-core/ppa | |
| sudo apt-get update | |
| sudo apt-get install git -y |
| MacOS | |
| sudo killall -HUP mDNSResponder | |
| Windows | |
| ipconfig /flushdns | |
| Linux | |
| Flush Local NCSD DNS Cache | |
| sudo /etc/init.d/nscd restart |
git clone --recursive https://github.com/microsoft/WSL2-Linux-Kernel.git wsl
CONFIG_LOCALVERSION="-WSL2-CUSTOM-KERNEL"
Ссылки на полезные статьи по теме:
RewriteEngine On
RewriteBase /
RewriteRule "^\.well-known/" - [L]
RewriteRule "/\.|^\.(?!well-known/)" - [F]
| <?php | |
| namespace App\Plugins; | |
| class AssetsManifest extends \Zoomx\Elements\Plugin | |
| { | |
| public static $events = [ | |
| 'OnZoomxInit' => 0, | |
| ]; |
| <?php | |
| /* | |
| * Smarty plugin | |
| * ------------------------------------------------------------- | |
| * Файл: modifier.asset.php | |
| * Тип: modifier | |
| * Имя: asset | |
| * Назначение: Get asset from path. | |
| * ------------------------------------------------------------- |
| <?php | |
| /* | |
| * Smarty plugin | |
| * ------------------------------------------------------------- | |
| * Файл: modifier.ray.php | |
| * Тип: modifier | |
| * Имя: ray | |
| * Назначение: Run ray function. | |
| * ------------------------------------------------------------- |