- https://golb.hplar.ch/2019/01/expose-server-vpn.html
- https://blog.stigok.com/2018/10/08/wireguard-vpn-server-on-centos-7.html
- https://www.wireguard.com/install/
- https://kb.vpsfree.cz/informace/openvz
- https://kb.vpsfree.cz/navody/vps/kvm#kvm_na_centos_7
- http://linux.dell.com/files/whitepapers/KVM_Virtualization_in_RHEL_7_Made_Easy.pdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://www.openbsd.org/faq/ | |
# https://www.openbsdhandbook.com | |
# https://sohcahtoa.org.uk/openbsd.html | |
# /usr/bin/help | |
# man apropos | |
# man 8 afterboot | |
#•••••••• | |
# Network | |
#•••••••• |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.sigidwiki.com/wiki/Signal_Identification_Guide -- signaly atd. | |
qspectrumanalyzer -- zobrazi signaly -- binning algoritmus (ukazae silu signalu) | |
Bourka: 0-600 kHz, direct sampling mode, 5m antena minimalne (nebo drat) | |
cd dump1090-mutability-git/ | |
ls -l | |
makepkg -isr | |
cd .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GET /api/automation-hub/v3/_ui/synclists/?offset=0&limit=10 HTTP/1.1 | |
Host: ci.foo.redhat.com:1337 | |
User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0 | |
Accept: application/json, text/plain, */* | |
Accept-Language: en-US,en;q=0.5 | |
Accept-Encoding: gzip, deflate, br | |
DNT: 1 | |
Connection: keep-alive | |
Referer: https://ci.foo.redhat.com:1337/ansible/automation-hub/?page_size=12&view_type=card | |
Cookie: AMCV_945D02BE532957400A490D4C%40AdobeOrg=1075005958%7CMCIDTS%7C18380%7CMCMID%7C60787030052646459184468251436365527716%7CMCAAMLH-1588675417%7C7%7CMCAAMB-1588675417%7C6G1ynYcLPuiQxYZrsz_pkqfLG9yMXBpb2zX5dvJdYQJzPXImdj0y%7CMCOPTOUT-1588077817s%7CNONE%7CvVersion%7C4.4.1%7CMCSYNCSOP%7C411-18387%7CMCAID%7CNONE%7CMCCIDH%7C290183859; scCidHist=701f2000001Css0AAC%7C701f2000000tyBjAAI%7C701f2000001Css0AAC; _gcl_au=1.1.2109657408.1584109569; notice_preferences=2:; notice_gdpr_prefs=0,1,2:; cmapi_gtm_bl=; cmapi_cookie_privacy=permit 1,2,3; mbox=PC#12c6ae06b2cf45019101065f340d4025.17_0#1651231601|session |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"ipfs": "Qmdfdpip1bEz7Xwx4iongHNd4Vawc6xLK8LmH2mgm31WoM", | |
"date": "0001-01-01T00:00:00Z", | |
"latitude": null, | |
"longitude": null, | |
"olc": "", | |
"surface": "", | |
"tags": [] | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"html/template" | |
"io" | |
"io/ioutil" | |
"log" | |
"net/http" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# apply 'precision' and 'value' column to get 'amount' | |
def update_total(row): | |
amount = row['value'] / pow(10, row['precision']) | |
return amount | |
raw1 = pandas.read_json('cs.json', convert_dates=['booking']) | |
raw1 = raw1.dropna(axis=1, how='all') | |
flat1 = pandas.concat([raw1.drop(['amount'], axis=1), raw1['amount'].apply(pandas.Series)], axis=1) | |
flat1 = pandas.concat([flat1.drop(['partnerAccount'], axis=1), flat1['partnerAccount'].apply(pandas.Series)], axis=1) | |
flat1 = flat1.dropna(axis=1, how='all') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1960s | |
- software produced by academics or corporate researchers often shared as a public domain | |
- hardware selling bussines, source code distributed with the software itself | |
- 1969 ARPANET simplified the exchane of software code | |
1970s | |
- programming language compilers matured and evolved | |
- growing software industry, increasing it's cost |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"time" | |
"github.com/Shopify/sarama" | |
"github.com/pote/philote-go" | |
) | |
func main() { |
%dialog-editor
is the component on the top of the hierarchy of the whole editor.
The overall dialog editor hierarchy is following:
NewerOlder