Skip to content

Instantly share code, notes, and snippets.

View eftakhairul's full-sized avatar
💭
writing code for spaceship :P

Md Eftakhairul Islam eftakhairul

💭
writing code for spaceship :P
View GitHub Profile
@eftakhairul
eftakhairul / mac-automated-setup.sh
Created April 12, 2026 05:52 — forked from erdaltoprak/mac-automated-setup.sh
Automated macOS setup with homebrew, system & shell configuration
#!/usr/bin/env bash
###############################################################################
# Mac Bootstrap – Preferences, Homebrew, MAS apps
# Works with the stock /bin/bash 3.2 on macOS (no mapfile required)
# (c) 2025 Erdal • MIT License
###############################################################################
###############################################################################
# Colours / log helpers
###############################################################################
@eftakhairul
eftakhairul / fundamentals.md
Created March 11, 2026 19:47 — forked from raress96/fundamentals.md
Claude Code Distribution Framework Idea Validator agent (part of https://beyondfolder.com/distribution)

Growth Fundamentals

For developers/engineers who can build products but have no sales or marketing experience.


Product-Market Fit (PMF)

The #1 reason startups fail: building something nobody wants.

@eftakhairul
eftakhairul / systemd.README
Created January 18, 2026 03:24 — forked from SumonMSelim/systemd.README
Run a Go app with systemd
# /etc/systemd/system/url-shortener.service
```
[Unit]
Description=url-shortener
Wants=network.target
After=network.target
[Service]
Type=simple
@eftakhairul
eftakhairul / portainer_templates.txt
Last active May 26, 2025 14:29
portainer templates
https://codeberg.org/alicia/portainer-templates/raw/branch/main/templates_v3.json
@eftakhairul
eftakhairul / s3_download.sh
Created December 25, 2023 22:21
Download with authentication from private s3 bucket
#!/usr/bin/env bash
# Download a file from s3 without any 3rd party tools
# thanks https://www.gyanblog.com/aws/how-upload-aws-s3-curl/
file_path=$1
bucket=$2
set -eu pipefail
# about the file
filepath="/${bucket}/${file_path}"
@eftakhairul
eftakhairul / normcore-llm.md
Created September 1, 2023 14:19 — forked from veekaybee/normcore-llm.md
Normcore LLM Reads
@eftakhairul
eftakhairul / mac-tweaks.md
Created March 20, 2023 02:59 — forked from matthiasak/mac-tweaks.md
My Favorite Mac Tweaks

Skip verifying disk images

defaults write com.apple.frameworks.diskimages skip-verify true

Always hide the Desktop

defaults write com.apple.finder CreateDesktop false; killall Finder

Make terminal logins fast

touch ~/.hushlogin

Disable most animations

@eftakhairul
eftakhairul / markdown-details-collapsible.md
Created March 20, 2023 01:57 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

How to

<details>
  <summary>Click me</summary>
  
  ### Heading
  1. Foo
  2. Bar
     * Baz
 * Qux
@eftakhairul
eftakhairul / fuckyou-gmail.en.md
Created September 24, 2022 18:57 — forked from dxdxdt/fuckyou-gmail.en.md
What to do when Gmail marks all the mails from your server as spam

What to do when Gmail marks all the mails from your server as spam

If you're self-hosting your services and having trouble getting your emails through Gmail and infuriated by Google's non-existent support, you're not the only one. I'd like to share my experiences trying to get it sorted out.

I'm the author of the post above. You can tell how arrogant Google employees are from all the previous posts he made in the past.