Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096| command_timeout = 500 | |
| scan_timeout = 10 | |
| [character] | |
| success_symbol = "[➜](bold green)" | |
| error_symbol = " [λ](bold red)" | |
| [aws] | |
| disabled=true |
| name: Create a comment on new issues | |
| on: | |
| issues: | |
| types: [opened] | |
| permissions: write-all | |
| jobs: | |
| comment-with-action: |
I've moved the list here: https://github.com/Link-/Arab_OSC to allow for direction contributions
List of the most influential Arab Open Source Contributors (Arab OSC)
This is a list of the most influential Arab Open Source Contributors. This list has been compiled based on recommendations and referrals from the community. Anyone can contribute to this list just create a Pull Request (PR)!
Open source contributions range from helping fix bugs, translation, providing design material, contributing to documentation or even being a core code contributor. It can take many forms. As such, the criteria to be on this list or to nominate someone for it are as follows:
| alias.last=log -1 HEAD | |
| alias.undo=reset --hard HEAD^ |
| A is 100 dimensional vector containing integers N between [1 and 10] (inclusive) distributed at intervals of 10: | |
| i.e. | |
| at index x -> N | |
| at index 1 -> 1 | |
| at index 11 -> 2 | |
| at index 21 -> 3 | |
| Problem: | |
| ----------- | |
| Need to recode A into a 10x100 (Rows x Columns) matrix such that each column is a 10 dimensional vector y with y(x) = 1 the rest is 0 |
I hereby claim:
To claim this, I am signing this object:
| # OSX | |
| # Covert .iso to .img | |
| hdiutil convert -format UDRW -o /path/to/target.img /path/to/source.iso | |
| # Backup microSD | |
| sudo dd if=/dev/disk[n] of=/Users/username/SDCardBackup.dmg | |
| # Copy image to microSD | |
| diskutil unmountDisk /dev/disk[n] | |
| dd bs=1m if=/Directory/of/image.img of=/dev/rdisk[n] |
| # Kill Ghost sshd sessions | |
| pkill -o -u YOURUSERNAME sshd |
| #OS X | |
| security find-generic-password -ga <SSID> | grep password | |
| # Windows | |
| netsh wlan show profile name=<SSID> key=clear |