OpenSSL is an open-source toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. It is used to provide encryption and server authentication for Transmission Control Protocol (TCP) connections between client and server applications. OpenSSL allows us to check various […]
Category: Linux
Java Keytool Keystore Commands
Java Keytool Keystore Commands The Java Keytool is a command-line tool that allows you to manage cryptographic keys and certificates in a keystore. A keystore is a database that can store keys and certificates. The Keytool is commonly used for tasks like generating keys […]
SSL CONVERTER
SSL Converter Convert your SSL certificate to different formatsIf your CA has sent you the certificate file in a format that your server doesn't accept, you'll need to convert the certificate file's format . You can easily do this on your own system by […]
BASIC VI COMMANDS
Summary of Commands in vi Summary of Commands The following list contains the basic commands presented in the first eight pages of this tutorial along with occasional examples of usage (shown in parenthesis). They are presented in roughly the same order in which they […]
TERMUX MAN PAGE
TERMUX(1) Termux User Documentation TERMUX(1) NAME Termux - a terminal emulator application for Android OS.
Python Virtualenv
A Virtual Environment in Python helps you to manage different versions of Python for different projects without doing a mess with your default system dependencies. It allows you to manage separate environments for different packages for different projects. This is one of the most […]
BUSYBOX MAN PAGE
BusyBox is copyrighted by many authors between 1998-2015. Licensed under GPLv2. See source distribution for detailed copyright notices.
Ε TO JE DOCKER?
Ε to je Docker?
toybox 4 Android
Toybox 0.8.11 command help toybox
SIMPLE .bashrc EXAMPLE
Study the file carefully, and feel free to reuse code snippets and functions from it in your own .bashrc file or even in your scripts. Example Sample .bashrc file: #
Minisign tool
Minisign by Frank Denis Minisign is a dead simple tool to sign files and verify signatures. It is portable, lightweight, and uses the highly secure Ed25519 public-key signature system.
PYTHON MAN
PYTHON NAME python β an interpreted, interactive, object-oriented programming language
Command line tools
Command-line tools are included in Android Studio. If you do not need Android Studio, you can download the basic Android command-line tools above. You can use the included sdkmanager to download other SDK packages.
Make a Bash Script Executable
Posted by disu1950 Bash scripts can be used to automate bash shell commands, they have the extention .sh.