Skip to content

Instantly share code, notes, and snippets.

View jhonoryza's full-sized avatar
🏠
Working from home

fajar sp jhonoryza

🏠
Working from home
View GitHub Profile
@jhonoryza
jhonoryza / install-portainer.md
Created October 24, 2021 09:16
portainer is management tools to manage docker container
docker volume create portainer_data

docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer

You’ll just need to access the port 9000 of the Docker engine where Portainer is running using your browser.

@jhonoryza
jhonoryza / blade-component-tom-select-livewire.md
Last active November 13, 2021 03:34 — forked from mithicher/tom-select.blade.php
Tom Select Livewire Blade Component

fake license

-- BEGIN LICENSE --
Generic Name
Unlimited User License
EA7E-81044230
0C0CD4A8 CAA317D9 CCABD1AC 434C984C
7E4A0B13 77893C3E DD0A5BA1 B2EB721C
4BAAB4C4 9B96437D 14EB743E 7DB55D9C
7CA26EE2 67C3B4EC 29B2C65A 88D90C59

disable firewall

sudo iptables -F. //flush all rule
sudo netfilter-persistent save //set permanent

set default security like this..

image

setup

  • setup password edit /etc/redis/redis.conf
  • uncomment
# requirepass foobared
  • adjust bind-address
bind-address 0.0.0.0
[
{ "keys": ["super+shift+l"], "command": "goto_symbol_in_project" },
{ "keys": ["super+shift+9"], "command": "intelephense.index.workspace"},
{ "keys": ["super+b"], "command": "toggle_side_bar" },
{ "keys": ["super+t"], "command": "toggle_terminus_panel" },
{ "keys": ["super+shift+o"], "command": "close_all" },
{
"command": "lsp_symbol_definition",
"args": {
"side_by_side": false
@jhonoryza
jhonoryza / tools.md
Last active January 28, 2023 16:07
recommend list development tools di macos

Coding

  • git
  • sublime merge #git with gui
  • sublime text
  • vscode
  • table plus #database client
  • dbngin #database manager
  • jetbrain tools
  • paw / insomnia #desktop app to test api
  • warp #modern terminal
@jhonoryza
jhonoryza / free-resources.md
Last active July 19, 2023 17:27
kumpulan resource gratis tp ada batas / limit

password manager

  • vaultwarden (lightweight bitwarden) (login cred, notes)
  • passbolt (only login cred)

code completion ai

  • codeium

tailwindcss template

<key>DeviceProperties</key>
<dict>
	<key>Add</key>
	<dict>
		<key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)</key>
		<dict>
			<key>shikigva</key>
			<integer>80</integer>
		</dict>