Games in above site:
Bandit: will help you learn about regex matching, permission and using Linux with Git.
Leviathan: you will not be so lucky to have hints. Use whatever you have learned in bandit.
Natas: Will introduce you to Web Security basics(this is not an advanced one but if you are a beginner it is good)
Krypton: Field of Cryptography(very basic but you are going have some idea and henceforth, Python usage increases)
Narnia: Beginning of binary exploitation (goes above my head but I am going to give it a try again)
Bandit: will help you learn about regex matching, permission and using Linux with Git.
Leviathan: you will not be so lucky to have hints. Use whatever you have learned in bandit.
Natas: Will introduce you to Web Security basics(this is not an advanced one but if you are a beginner it is good)
Krypton: Field of Cryptography(very basic but you are going have some idea and henceforth, Python usage increases)
Narnia: Beginning of binary exploitation (goes above my head but I am going to give it a try again)
Setup gui for tkinter in termux
Hey this is Kcubeterm
So here's few requirements, just execute following command in termux.
Yea, only two things , if you are willing to install more things, then install any vncviewer client from playstore. https://play.google.com/store/apps/details?id=com.realvnc.viewer.android
now let's setup gui in termux side
Now just open terminal and set DISPLAY environment. Don't worry, just use your copy-paste skill
Note: if vncserver ask for password setup, don't negotiate with it, you are not buying clothes in market, just put and go forward. And yes legend never forget password, so remember it.
Now let's do hello world with tkinter.
Again use your copy paste skill here.
from tkinter import *
root = Tk()
Label(root, text="Hello, world! Lol").pack()
root.mainloop()
save that file with any name like
lol.py and then run it, by python
python lol.py
Now open vncviewer app and rock on, I mean add address and name there, you can use any name but address , just use this address
After connected you can see hello world there, so now make new tkinter script and run that in same ways.
Disclaimer: if you don't get expected outcomes or any error don't forget to report it here or any other termux community, fortunately members are very generous on all Community .
Hey this is Kcubeterm
So here's few requirements, just execute following command in termux.
pkg install python-tkinter tigervnc
Yea, only two things , if you are willing to install more things, then install any vncviewer client from playstore. https://play.google.com/store/apps/details?id=com.realvnc.viewer.android
now let's setup gui in termux side
Now just open terminal and set DISPLAY environment. Don't worry, just use your copy-paste skill
export DISPLAY=:1
vncserver :1
Note: if vncserver ask for password setup, don't negotiate with it, you are not buying clothes in market, just put and go forward. And yes legend never forget password, so remember it.
Now let's do hello world with tkinter.
Again use your copy paste skill here.
from tkinter import *
root = Tk()
Label(root, text="Hello, world! Lol").pack()
root.mainloop()
save that file with any name like
lol.py and then run it, by python
python lol.py
Now open vncviewer app and rock on, I mean add address and name there, you can use any name but address , just use this address
localhost:5901
After connected you can see hello world there, so now make new tkinter script and run that in same ways.
Disclaimer: if you don't get expected outcomes or any error don't forget to report it here or any other termux community, fortunately members are very generous on all Community .
Google Play
RealVNC Viewer: Remote Desktop - Apps on Google Play
Remotely control a desktop anywhere in the world from your Android device!
Use following command for Installation of matplotlib in termux
export LDFLAGS=" -lm -lcompiler_rt"
pip install cython
pip install matplotlib
export LDFLAGS=" -lm -lcompiler_rt"
pip install cython
pip install matplotlib
How I learned UNIX ages ago:
- read the man page for every command
- run each command with its help flag (typically -h or --help)
- try to use the command to do something
- once you figure out what the command does and how to run it, make a note of it. Writing stuff down helps you memorize it.
In Termux you can get a list of commands with the shell just by hitting tab twice. Or start with a-tab-tab, then b-tab-tab, etc...
Your default shell (command line and scripting language) is "bash", you can "man bash" or run "help" to get some pointers. Plenty of bash tutorials out there.
Another big part of the Termux environment is BusyBox, so you can read tutorials for that too.
Note: I refer to reddit user u/randomqhacker
- read the man page for every command
- run each command with its help flag (typically -h or --help)
- try to use the command to do something
- once you figure out what the command does and how to run it, make a note of it. Writing stuff down helps you memorize it.
In Termux you can get a list of commands with the shell just by hitting tab twice. Or start with a-tab-tab, then b-tab-tab, etc...
Your default shell (command line and scripting language) is "bash", you can "man bash" or run "help" to get some pointers. Plenty of bash tutorials out there.
Another big part of the Termux environment is BusyBox, so you can read tutorials for that too.
Note: I refer to reddit user u/randomqhacker
Forwarded from Mishizu
GitHub
GitHub - sindresorhus/awesome: 😎 Awesome lists about all kinds of interesting topics [NOTE: Pull requests are temporarily disabled…
😎 Awesome lists about all kinds of interesting topics [NOTE: Pull requests are temporarily disabled until I have a chance to catch up with the existing ones] - sindresorhus/awesome
Tmux 2 by Brian p Hogan.pdf
1.5 MB
Tmux 2 : productive mouse free development by Brian p. Hogan
Map in terminal
press A = zoomin
press Z = zoom out
press C = to quite
use arrow keys to goto left right up down
telnet mapscii.mepress A = zoomin
press Z = zoom out
press C = to quite
use arrow keys to goto left right up down