Skip to content

Instantly share code, notes, and snippets.

@hnhnarek
hnhnarek / nvme_mount.md
Last active October 12, 2022 10:31 — forked from a-maumau/nvme_mount.md
how to mount m.2 ssd/hdd

Setup nvme disk

[NOTE] if you can access to the GUI environment, It is very easy using "disks" application.

------------------------------------------------------------------------  

Check attached devices

lsblk -o NAME,HCTL,SIZE,MOUNTPOINT

Project name

Project description

Goal of the project and current results

Experiments

Experiment name Short Description Dataset Metric Current Best
VC v0.2.2 original VITS implementation Bunny 4.11 +
@hnhnarek
hnhnarek / experiment_template.md
Last active September 27, 2022 12:19
Template for Experiment markdown file

Experiment name - version (branch)

(Forked from - experiment:version)

1. Hypothesis

initial idea what we want to try and how it will help

2. Description

what we've changed and tried

  • list of tried ideas
  • etc.
@hnhnarek
hnhnarek / mitmproxy_interface.py
Last active March 24, 2022 17:11
simple interface for using mitmproxt in python, (written in 10 minutes, so do not judge for code style&etc.)
import subprocess
import random
import time
import socket
import json
import signal
import os
import signal, psutil
@hnhnarek
hnhnarek / tmux_basics.md
Created December 2, 2017 20:13
tmux basic commands

tmux basics

start new:

tmux

start new with session name:

tmux new -s sess_name

attach: