Skip to content

Instantly share code, notes, and snippets.

@AjmalShajahan
AjmalShajahan / XAMPP shortcut.sh
Last active July 29, 2022 04:03
How to create a Graphical UI XAMPP shortcut to Dash (Ubuntu)
### 1. Open terminal:
sudo gedit /usr/share/applications/XAMPP.desktop
### 2. Paste this script
[Desktop Entry]
Type=Application
Terminal=false
Icon=/opt/lampp/htdocs/favicon.ico
@AjmalShajahan
AjmalShajahan / install-ycm-termux.md
Last active July 12, 2021 15:12 — forked from micjabbour/install-ycm-termux.md
How to install YouCompleteMe on Termux

How to install YouCompleteMe on Termux

Problem

As of March 2021, YouCompleteMe compiles fine on Termux, but it crashes once the plugin is loaded. The following error can be noticed in the logs:

ImportError: dlopen failed: cannot locate symbol "_ZNSt6__ndk14__fs10filesystem18__weakly_canonicalERKNS1_4pathEPNS_10error_codeE" referenced by "/data/data/com.termux/files/home/.vim/bundle/YouCompleteMe/third_party/ycmd/ycm_core.so"...