Skip to content

Instantly share code, notes, and snippets.

View AkiAfroo's full-sized avatar
🎯
Focusing

Aki AkiAfroo

🎯
Focusing
View GitHub Profile

Running a Ziesha Node under Systemd Service

Lets run the Node using systemd service

first lets install the server as is described in ziesha github

1.- sudo apt-get update && sudo apt-get upgrade
2.- sudo apt install -y build-essential libssl-dev cmake
3.- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
a prompt message will appears please choose option 1 and press ENTER

@AkiAfroo
AkiAfroo / msys2.md
Created April 24, 2020 22:19 — forked from Bluexin/msys2.md
Setting up qtcreator with msys2 on windub
@AkiAfroo
AkiAfroo / gamelist.py
Created April 18, 2020 22:11 — forked from cmitu/gamelist.py
Python script to export Emulationstation's game list to an Excel (xlsx) file.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import xml.etree.ElementTree as et
import logging as log
import os.path
import fnmatch
import argparse
import xlsxwriter
from datetime import datetime as dt
@AkiAfroo
AkiAfroo / archlinux-steamlink_install.sh
Created September 18, 2019 23:06 — forked from PlatinumMaster/archlinux-steamlink_install.sh
Arch Linux chroot installation on the Steam Link.
@AkiAfroo
AkiAfroo / tmux_vs_screen.md
Last active September 4, 2019 06:06 — forked from P7h/tmux_vs_screen.md
tmux vs screen commands

TMUX and SCREEN commands


Action tmux screen
start a new session tmux
tmux new
tmux new-session
screen
start a new session with a name tmux new -s name screen -S name
re-attach a detached session tmux attach
tmux attach-session
screen -r
re-attach a detached session with a name tmux attach -t name
tmux a -t name
screen -r name
re-attach an attached session (detaching it from elsewhere) tmux attach -dtmux attach-session -d screen -dr

Keybase proof

I hereby claim:

  • I am AkiAfroo on github.
  • I am akiafroo (https://keybase.io/akiafroo) on keybase.
  • I have a public key whose fingerprint is 7DA2 5911 5E31 9482 6E5B 622A F490 E09B 86D7 B703

To claim this, I am signing this object: