Skip to content

Instantly share code, notes, and snippets.

View Dareh123's full-sized avatar

Dar Dareh123

View GitHub Profile
@Dareh123
Dareh123 / .vimrc
Created October 10, 2025 14:25 — forked from jakergrossman/.vimrc
Minimal CSV highlighting
func! s:init_groups_from_colors()
let colors = [ 'red', 'green', 'blue', 'magenta', 'NONE', 'darkred', 'darkblue', 'darkgreen', 'darkmagenta', 'darkcyan' ]
for ci in range(len(colors))
let cmd = 'highlight column%d ctermfg=%s guifg=%s'
exe printf(cmd, ci, colors[ci], colors[ci])
let cmd = 'highlight escaped_column%d ctermfg=%s guifg=%s'
exe printf(cmd, ci, colors[ci], colors[ci])
endfor
endfunc
@Dareh123
Dareh123 / andronix.md
Created August 18, 2025 13:57 — forked from BenjaminWegener/andronix.md
install xfce debian in termux android
@Dareh123
Dareh123 / install_vino_ubuntu.md
Created July 27, 2025 20:10 — forked from boublinux/install_vino_ubuntu.md
Vino Installation (Vino is a GNOME Remote Desktop) Like vnc

source

Installation

GNOME

Install the vino package.

You need to restart GNOME so that vino-server is started automatically when enabling the remote desktop feature. The remote desktop feature can usually be enabled in Settings > Sharing, however this only seems to be functional when NetworkManager is installed and functional. Alternative Desktop Environments

@Dareh123
Dareh123 / Start your Docker
Created July 15, 2025 22:41 — forked from bargitta/Start your Docker
a step by step guide for kubernetes begineers
Hello! This guide is to help you start using kubernetes.
First, install the official docker on your OS. Take Ubuntu 17.04 as an example.
1. Add GPG key of the official docker repo to your system
#curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
2. Add docker repo to you APT source
#sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
3. Update your packages
{
"basics": {
"name": "Himprakash Deka",
"label": "AWS & Back-end Engineer",
"picture": "https://avatars.githubusercontent.com/u/61367380",
"email": "[email protected]",
"phone": "+91 8822884673",
"website": "https://himdek.com",
"summary": "A result-oriented AWS and Back-End Engineer with solid foundations in Python, Dart, C/C++, and C#. Capable of building scalable and optimized solutions for complex business problems. Experience with Full Stack Development, Cloud Computing, Mobile Application Development, and continuous integration tools. Actively seeking opportunities to grow and apply learned skills.",
"location": {
@Dareh123
Dareh123 / GitConfigHttpProxy.md
Created July 15, 2025 21:49 — forked from evantoli/GitConfigHttpProxy.md
Configure Git to use a proxy

Configure Git to use a proxy

In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like:

@Dareh123
Dareh123 / dump_wallet_addresses.py
Created July 4, 2025 09:38 — forked from provegard/dump_wallet_addresses.py
Python script for dumping wallet addresses and private keys
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# ---------------------------------------------------------------------------
# This software is in the public domain, furnished "as is", without technical
# support, and with no warranty, express or implied, as to its usefulness for
# any purpose.
#
# Usage:
# ./dump_wallet_addresses.py <wallet binary>
#
@Dareh123
Dareh123 / Kali Linux GUI on Termux Android.md
Created June 29, 2025 12:08 — forked from HimDek/Kali Linux GUI on Termux Android.md
This Guide will help you install Kali Linux in Android, that too with a GUI Desktop Environment within Android. It uses Termux to run Kali Linux in Android with XFCE4 Desktop Environment and a Tight VNC Server, which we connect to using a VNC Viewer app in Android.

How to install Kali Linux GUI Desktop in Android using Termux:

This Guide will help you install Kali Linux in Android, that too with a GUI Desktop Environment within Android. It uses Termux to run Kali Linux in Android with XFCE4 Desktop Environment and a Tight VNC Server, which we connect to using a VNC Viewer app in Android.

Just Follow these steps to install Kali Linux with XFCE4 Desktop GUI in Android using Termux:

  • Download and install Termux in Android. (Play Store release is no more updated, so is not recommended.)
  • Open Termux and run the following commands:
    apt update && apt install python python2 openssh -y
    
@Dareh123
Dareh123 / copilot-metrics-dashboard-instructions.md
Created May 26, 2025 00:20 — forked from ayodejiayodele/copilot-metrics-dashboard-instructions.md
Setup Instructions for GitHub Copilot Metrics Power BI Dashboard

Copilot Metrics Dashboard (Power BI Version)

This guide provides step-by-step instructions for deploying the Copilot Metrics Dashboard in your environment.

English | Español |

Setup Instructions

To use this report, ensure you have Power BI Desktop installed or access to the Power BI online service.