initial commit

This commit is contained in:
Malin Freeborn
2020-01-02 01:04:35 +01:00
commit 6befc5d3c1
162 changed files with 19086 additions and 0 deletions

10
chat/irssi.md Normal file
View File

@@ -0,0 +1,10 @@
> /NETWORK LIST
> /CHANNEL LIST
> /connect chat.freenode.net
> /set nick ghast
> /join #hklbgd
> /leave #lkj

22
chat/jitsi.md Normal file
View File

@@ -0,0 +1,22 @@
# Install Java OpenJDK
> sudo add-apt-repository ppa:openjdk-r/ppa
> sudo apt install openjdk-8-jre-headless -y
# Check Java Version
> java -version
This should be at least 1.8.
# NGingx
> sudo apt install nginx -y
This has missing dependencies.
> sudo apt install nginx-full
> clean; sudo apt -yf install

31
chat/khard.md Normal file
View File

@@ -0,0 +1,31 @@
Short list
> khard list
Longer list
> khard show
Show from addressbook 'work'
> khard list -a work
Make a new contact in address book 'family'
> khard new -a family
> khard edit grampa
> khard remove bob
Move contact 'nina' from 'work' to 'home' address book.
> khard move -a home nina -A work
## Advanced
Merge:
> khard merge [-a source_abook] [-u uid|search terms [search terms ...]] [-A target_abook] [-U target_uid|-t target_search_terms]

10
chat/neomutt.md Normal file
View File

@@ -0,0 +1,10 @@
See version information, plus current options:
> neomutt -v
Install notmuch, then run:
> notmuch setup

50
chat/profanity.md Normal file
View File

@@ -0,0 +1,50 @@
# Pre Setup
Sign up to an account somewhere.
# Starting
> profanity
> /help ui theme
> theme load batman
# OTR
Install libotr-dev or libotr5-dev or whatever..
> sudo apt -y install lib5otr-dev
Make your otr keys.
> /otr gen
Then you can start an otr converstation.
> /otr start bob@jobbies.org
Or if you already havea conversation windows open, switch to otr using:
> /otr
Finally, verify!
/otr question "Who the fuck are you?" bob
Bob is verified upon the answer, 'bob'.
# Finger Prints
Get yours with
> /otr myfp
> /otr theirfp
> /otr myfp
# omemo
Cannot find anyone for this on Arch Wiki, problem is therefore impossible.

18
chat/wgetpaste.md Normal file
View File

@@ -0,0 +1,18 @@
See available pastebins:
> wgetpaste -S
Upload script.sh to bpaste:
> wgetpaste -s bpaste script.sh
Input clipboard to dpaste with the heading "Title"
> wgetpaste -s dpaste -d Title -x
Paste in the file then load the result to the right-hand clipboard:
> wgetpaste -s dpaste -X