Skip to content

Instantly share code, notes, and snippets.

@korney4eg
korney4eg / gg_obs.css
Last active July 29, 2022 13:05
показываем чат GG на OBS
/* эта секция для того, чтобы настроить прозрачный фон чатика.*/
.chat-container .content-window .bg-block {
display: none;
}
.chat-container .chat-control-block {
display: none;
}
.chat-container {
@korney4eg
korney4eg / 1.txt
Created February 27, 2019 18:30
another gist here
another gist
@korney4eg
korney4eg / 1.txt
Created February 27, 2019 18:30
my test gitst
text
goes
here
@korney4eg
korney4eg / tree.rb
Last active February 28, 2018 19:27
def dirTree( path, pipes = '' )
currentDirectory = Dir.new(path)
currentDirectory.sort.each.with_index do |file,index|
if file != '.' and file != '..'
if index == currentDirectory.sort.size - 1
predictor = '└───'
nextChar = ' '
else
predictor = '├───'
nextChar = '│'
$ ansible-playbook -i ./inventory setup_ssh.yaml -vvv
Using /vagrant/ansible.cfg as config file
1 plays in setup_backend_test.yaml
PLAY [Configure backend packages] **********************************************
TASK [setup] *******************************************************************
Wednesday 27 July 2016 07:36:39 +0000 (0:00:00.074) 0:00:00.074 ********
<XXX.XXX.XXX.XXX> ESTABLISH SSH CONNECTION FOR USER: myuser
<XXX.XXX.XXX.XXX> SSH: EXEC ssh -C -q -o ForwardAgent=yes -o StrictHostKeyChecking=no -o 'IdentityFile="/home/vagrant/.ssh/id_rsa"' -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=myuser -o ConnectTimeout=10 -tt XXX.XXX.XXX.XXX '( umask 22 && mkdir -p "$( echo $HOME/.ansible/tmp/ansible-tmp-1469605000.03-213668475730631 )" && echo "$( echo $HOME/.ansible/tmp/ansible-tmp-1469605000.03-213668475730631 )" )'