Renaming a git branch (from server to local)
Recently got this useful info from GitHub on updating a git branch locally after renaming it on the server. Assuming the branch’s old name was… Read More »Renaming a git branch (from server to local)
Recently got this useful info from GitHub on updating a git branch locally after renaming it on the server. Assuming the branch’s old name was… Read More »Renaming a git branch (from server to local)
XDebug configuration ‘xdebug 3.x‘ has some different configuration parameters than the older 2.x version. Here is the quick set of parameters required for xdebug to… Read More »XDebug 3.x configuration for PHP/Apache on a Docker container & debugging via vscode
Attempts to install MongoDB on a cPanel based CentOS VPS While trying to install MongoDB on a cPanel based CentOS server, I found the system… Read More »Installing MongoDB on cPanel / WHM / CentOS along with the PHP extension
I had to use MS Visual Studio to work with Graphisoft’s Archicad API. The API kit installs a template in Visual Studio, though the references… Read More »Deploying a template in Visual Studio
In the registry editor, reach HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer. Add a new DWORD key: AltTabSettings and change its value to 1. Restart Explorer (Launch the Task Manager, find… Read More »Change windows-10/11 Alt+Tab navigation back to classic icons instead of thumbnails
If a directory was added to .gitignore before pushing to the repository, it does not get pushed. But if the directory was already pushed, and… Read More »Removing a directory from the git repository after adding it to .gitignore
Edit /etc/apache2/httpd.conf Uncomment the following lines: Uncomment the following in /private/etc/apache2/extra/httpd-userdir.conf : Create the file /private/etc/apache2/users/yourUserName.conf if it doesn’t exist: Add the following in this… Read More »Fixing Apache localhost/~username resolve on macOS Mojave
Install git on the remote server (if it is not already). On Ubuntu: Create an SSH key pair (locally): Accept the default file to save… Read More »Using Git to deploy a project on remote server
komorebi – sunlight filtering through the trees 木漏れ日 木 – tree 漏れ – leakage 日 – sun
http://byobu.co/ A text-based window manager for linux and terminal multiplexer; displays system info in the CLI, such as battery, hdd, thermal stats.