git config --global user.email [email protected]
git config --global user.name username
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.math.BigInteger; | |
/** | |
* colorises your text using ANSI | |
* | |
* @apiNote Most terminals would work with this, some terminals won't | |
* | |
* @author cindrmon | |
*/ | |
public class Colors { |
# ping archlinux.org
# lsblk
# fdisk /dev/sda
fdisk:
g
n
<Enter>
<Enter>
+512M
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LogicBomb |