Server

.vscode-server folder cleanup

Easy way to clean up this folder is actually deleting it completely but extensions are also in that folder. In my case, I have extracted the extension list to txt file,remove the folder completelyinstall the extensions from extension list txt file Extracting extensions list to txt file Run below command...

14.05.2025

tmux

.tmux.conf file under your home directory Open new tmuxtmux new -s <namehere> To enable mouse on terminal screenset -g mouse on shortcut to open command mode:ctrl+shift+b after : split screen verticallyctrl+shift+b after % split screen horizontallyctrl+shift+b after “

22.11.2024

SSH into Android with Termux

Install Termux from Fdroid or any APK sites you dont have to install Fdroid, you can directly download Termux APK https://f-droid.org/en/packages/com.termux/ Open Termux on your Android phone Install OpenSSH: pkg upgrade pkg install openssh Set up a password: passwd Find your username by running this in Termux: whoami Save this...

10.07.2024

WordOps – WordPress installation with single command

Links– WordOps: https://wordops.net/– Documentation: https://docs.wordops.net/– Commands: https://docs.wordops.net/commands/– Demo WordOps Dashboard: https://demo.wordops.eu/ Install WordOps Prerequisits Ports Service Port Inbound Outbound Notes SSH 22 ✓ ✓ SSH default or custom port HTTP 80 ✓ ✓ Nginx listen on port 80 HTTPS 443 ✓ ✓ Nginx listen on port 443 WordOps Backend 22222...

14.06.2024

Open Port on Oracle Cloud Ubuntu (Linux)

First you have to open port on Oracle Cloud interface, after that you need to update iptables of your server to accept connection Create an Ingress Rule for your VCN You have successfully created an ingress rule that makes your instance available from the internet. Related stackoverflow answerhttps://stackoverflow.com/a/64053781/643641

23.05.2024