place Tag:Tips & Tricks
Website Management Indonesia
Update Genshin Impact Via Download Manager
2021-04-26 / Dimas Lanjaka
Patch Pre-Download v1.4.0 - v1.5.0……
Website Management Indonesia
Import composite build plugin as subtitue module dependency [Gradle]
2021-04-20 / Dimas Lanjaka
// change folder path inside bracketincludeBuild("plugin") { dependencySubstitution { // change your artifact group and id……
Website Management Indonesia
Git Login Via Command Line
2021-03-28 / Dimas Lanjaka
git config --global user.name myusername git config --global user.email myemail git config --global github.use……
Website Management Indonesia
NodeJS Common Fix Command On Linux Or Windows
2020-12-31 / Dimas Lanjaka
Linux # add new repositorysudo add-apt-repository ppa:deadsnakes/ppasudo apt-get update -ysudo apt i……
Website Management Indonesia
Perbedaan typescript dan javascript secara rinci
2020-10-28 / Kuswati
Typescript atau Javascript?……
Website Management Indonesia
Fix add file to gitignore not filtered
2020-10-25 / Kuswati
git rm -r --cached .git add .git commit -m 'clear git cache'git push……
Website Management Indonesia
How to make pull request or contribution on github
2020-10-17 / Kuswati
Contribution Tutorial Fork it (git clone https://github.com/name/repo) Create your feature branch (git checkout -b my-new-……
Website Management Indonesia
[PHP] Detect User Client IP (XAMPP or Localhost Machine Supported)
2020-10-16 / Kuswati
Usage: var_dump(get_client_ip()); /** * Detect is localhost * * @return boolean */function isLocalHost……
Website Management Indonesia
Linux Clear Cache
2020-05-29 / Kuswati
#!/bin/bash#clean page cache#sync#echo 1 >/proc/sys/vm/drop_caches#clean dentries and inodes#sync#echo 2 >/proc/sys……
Website Management Indonesia
Android Studio Fix Issues
2020-03-29 / Kuswati
Unsupported Modules Detected in Android Studio File ……