Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Braindump. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:33, 16 April 2022 Jan talk contribs created page AWS (Created page with " aws iam generate-credential-report aws iam get-account-summary aws iam list-users aws iam get-account-password-policy aws ec2 describe-instances aws ec2 describe-security-groups aws kms get-key-rotation-status https://e2cjv7xt5j.execute-api.eu-north-1.amazonaws.com/hello-nodejs exports.handler = async (event) => { const response = { statusCode: 200, headers: {"content-type": "text/html"}, body: "<html><head><sty...")
- 08:31, 16 April 2022 Jan talk contribs created page Asterisk (Created page with "I find Asterisk a pain to setup, because the configurations and software are quiet messy. === Check other SIP servers === lsof -i:5060 ps auxwww | grep asterisk === Compile from Source === cd /usr/src/asterisk-old/ make uninstall-all cd /usr/src svn checkout http://svn.digium.com/svn/asterisk/trunk asterisk cd asterisk ./configure --prefix=/usr make make install make samples svn checkout http://svn.digium.com/svn/asterisk-gui/branches/2.0/ asterisk-gui...")
- 08:31, 16 April 2022 Jan talk contribs created page Arduino (Created page with "=== arduino uno === === esp32 === doit esp32 dev kit v1 921600 80Mhz === robot === BN: Unknown board VID: 1A86 PID: 7523 SN: Upload any sketch to obtain it http://learn.makeblock.com/en/makeblock-orion/ === arduino generics === https://www.instructables.com/id/Arduinolyzerjs-Turn-your-Arduino-into-a-Logic-Anal/ http://www.circuitbasics.com/arduino-ir-remote-receiver-tutorial/ https://www.arduino.cc/en/Tutorial/DueSimpleWaveformGenerator === Speedo === http://ka...")
- 08:29, 16 April 2022 Jan talk contribs created page Ansible (Created page with "vi /etc/ansible/hosts ansible -m ping all ansible all -m raw -b --become-method=su --ask-become-pass -a "apk add python sudo shadow sed gawk findutils bind-tools" ansible-playbook -b --become-method=su --ask-become-pass authorized_key.yml http://docs.ansible.com/ansible/latest/authorized_key_module.html ansible ubuntu -m raw -b -u jan --ask-pass --become-method=sudo --ask-become-pass -a "apt update" ansible alpine -m raw -b -u jan --ask-pass --become-method=sudo...")
- 08:24, 16 April 2022 MediaWiki default talk contribs created page Main Page