Get Mystery Box with random crypto!

kcubeterm ::1

Logo of telegram channel kterm — kcubeterm ::1 K
Logo of telegram channel kterm — kcubeterm ::1
Channel address: @kterm
Categories: Education
Language: English
Subscribers: 127
Description from channel

Just collecting useful and useless stuff in suitable manner

Ratings & Reviews

3.00

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

0

3 stars

2

2 stars

0

1 stars

0


The latest Messages 2

2020-10-26 20:30:10 You may encounter issues while using special keys (Home ,end,tab) with zsh/oh-my-zsh prompt in tmux

The simple solution is to create ~/.inputrc and put following and reload session.

"\e[1~": beginning-of-line
"\e[4~": end-of-line
"\e[7~": beginning-of-line
"\e[8~": end-of-line
"\eOH": beginning-of-line
"\eOF": end-of-line
"\e[H": beginning-of-line
"\e[F": end-of-line

Credit: Archwiki , Archlinux community
414 viewsKrishna Kanhaiya Kr, edited  17:30
Open / Comment
2020-10-26 10:43:00
Illustration of attaching session of termux and termux float via tmux.
458 viewsKrishna Kanhaiya Kr, edited  07:43
Open / Comment
2020-10-26 10:34:51 Here, How to attach Termux and termux-float session via tmux

assuming you have already installed tmux and termux:float

* Launch Termux:float and execute tmux

* Now open termux and attach session with tmux.
tmux attach -t :0

pic: https://t.me/kterm/87
Vid: https://t.me/kterm/92

**Note: you can list tmux seesion with tmux ls **
430 viewsKrishna Kanhaiya Kr, edited  07:34
Open / Comment
2020-10-26 09:52:18 Install and run jupyter notebook in termux

Installation

pkg upgrade
pkg install python libzmq libcrypt

pip3 install -U pip
pip3 install pyzmq --install-option="--zmq=/usr/lib"
pip3 install jupyter

apt autoremove
rm .cache ../usr/var/cache -rf
echo "Done"


Now run jupyter .
jupyter notebook

now browse http://localhost:8888
It will ask for password, just come in terminal open another session and execute jupyter notebook list
it will list token, copy and generate password via browser, and enjoy jupyter.

Original page: https://gist.github.com/gatopeich/8debf57e4fd8188f2f6610c6f5b0cf55
352 viewsKrishna Kanhaiya Kr, edited  06:52
Open / Comment
2020-10-26 08:31:58 Here, How you can run and install ngrok in termux
--------------------------------------------------------
Update: Now you can run ngrok over ssh like used to do with serveo and localhost.run
Please visit wiki: https://wiki.termux.com/wiki/Bypassing_NAT#Using_Ngrok_over_SSH
--------------------------------------------------------
Execute following command for installing things.


pkg in python,proot, resolv-conf
pip install pyngrok

Now setup ngrok authtoken. Visit ngrok.com if you don't have authtoken. ngrok authtoken TOKEN_HERE

First method.
Just use termux-chroot to run ngrok. Suppose i want to forward port 8080, now instead of using "ngrok http 8080" .
Use.
termux-chroot ngrok http 8080 .

You just need to put "termux-chroot" at beggining, that's it.

Second method.

Second method for that scenario where ngrok is inbuilt in any tool which you are using, so here, you just need to execute termux-chroot and run that tool as you run in termux before.


Why ngrok don't work without termux-chroot in termux

So here, ngrok use /etc/resolv.conf for dns lookup, but as you know /etc/resolv.conf is missing in android. So here termux can't do anything, when you use termux-chroot, it emulate file system where /etc/resolv.conf is available and ngrok works as expected.

# Video tutorial.(asciinema)

https://asciinema.org/a/367862
352 viewsKrishna Kanhaiya Kr, edited  05:31
Open / Comment
2020-10-07 12:20:04 Setup ssh public key in github with termux

termux-clipboard-set < $HOME/.ssh/id_rsa.pub && xdg-open https://github.com/settings/keys

It will copy your key to the clipboard (use termux-clipboard-set/get, not xclip etc) and after it will open github security settings page in your default browser, right where you need to paste it! :)

I actually got bored of this this procedure, so wrote a Github Gist with everything needed (SSH / GPG / KeyBase)
Hope it helps!
https://gist.github.com/9ee93151f76da3015abf101612a50c3f


I refer to reddit/github user 5c0tt-b0t
390 viewsKrishna Kanhaiya Kr, edited  09:20
Open / Comment
2020-09-28 09:28:03
Tip:
You can attach the same bash session in Termux and Termux:Float with tmux
353 viewsKrishna Kanhaiya, 06:28
Open / Comment
2020-09-18 12:02:29 Map in terminal


telnet mapscii.me

press A = zoomin

press Z = zoom out

press C = to quite

use arrow keys to goto left right up down
401 viewsKrishna Kanhaiya, 09:02
Open / Comment
2020-09-13 13:39:52 Tmux dotfile of Wayne

https://github.com/sangowen/termux-dotfiles
400 viewskcubeterm, 10:39
Open / Comment
2020-09-08 20:53:58 Tmux 2 : productive mouse free development by Brian p. Hogan
501 viewskcubeterm, 17:53
Open / Comment