(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf
:
import markovify | |
# modified markovify Text class | |
class EditedTextClass(markovify.Text): | |
def __init__(self, input_text, state_size=2, chain=None, runs=None): | |
""" | |
input_text: A string. | |
state_size: An integer, indicating the number of words in the model's state. | |
chain: A trained markovify.Chain instance for this text, if pre-processed. |
yaourt -S pamac-pacaur
sudo pacman -R yaourt
pacman -S
or pamac-manager
:adobe-source-han-sans-jp-fonts
mozc
uim-mozc
~/.xprofile
, ~/.xinitrc
or ~/.xsession
:uim-toolbar-gtk3-systray
displays on Cinnamon but not with GNOME3uim-toolbar-gtk3
Create a new, empty repository on GitHub
Clone the created repository
git clone https://github.com/username/repository.git
Fetch the contents of the original repository
cd repository
git remote add upstream git://url.com/remote_repository.git
git fetch upstream
git merge upstream/master
~/.gnupg/gpg.conf
use SHA512 over default SHA256
personal-digest-preferences SHA512
cert-digest-algo SHA512
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
personal-cipher-preferences TWOFISH CAMELLIA256 AES 3DES
solution: logout and ssh back in with the -Y flag as well | |
ssh -XY yip@yarp | |
"-Y Enables trusted X11 forwarding. Trusted X11 forwardings are not subjected to the X11 SECURITY extension controls.” |
Create liveusb using Ubuntu mini.iso
dd bs=4M if=/home/user/Downloads/mini.iso of=/dev/sdf status=progress; and sync
in fish shell
During install will be prompted for what to install: choose xubuntu minimal and openssh server
This time left just one disk (8TB) in the case, and used LVM when partitioning: root given 15gb, data partition given the rest (set recovery-blocks to 1% and inode to largest size since this is just a media partition)