I hereby claim:
- I am philicious on github.
- I am philicious (https://keybase.io/philicious) on keybase.
- I have a public key whose fingerprint is A1BC B8AC 9CAF 5FC2 3BD1 B8BE 1F93 7391 C8AA 712C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # ~/.oh-my-zsh/custom/plugins/kate/kate.plugin.zsh | |
| function gcloudAccount { | |
| #echo `gcloud config configurations list --filter is_active=true --format='value(name)'|head -n1` 2>/dev/null | |
| # faster one | |
| cat ~/.config/gcloud/active_config | |
| } | |
| function k8sContext { | |
| echo `kubectl config current-context |cut -c 1-15` 2>/dev/null |
| gdb) run /usr/sbin/rhnreg_ks --activationkey=1-xenial --serverUrl=http://spacewalk.lan/XMLRPC | |
| Starting program: /usr/bin/python /usr/sbin/rhnreg_ks --activationkey=1-xenial --serverUrl=http://spacewalk.lan/XMLRPC | |
| [Thread debugging using libthread_db enabled] | |
| Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". | |
| Program received signal SIGSEGV, Segmentation fault. | |
| 0x00000000004c9b5a in PyEval_EvalFrameEx () at ../Python/ceval.c:2991 | |
| 2991 ../Python/ceval.c: No such file or directory. | |
| (gdb) bt | |
| #0 0x00000000004c9b5a in PyEval_EvalFrameEx () at ../Python/ceval.c:2991 |
| { | |
| "extractors": [ | |
| { | |
| "title": "Connection ID", | |
| "extractor_type": "regex", | |
| "converters": [ | |
| { | |
| "type": "numeric", | |
| "config": {} | |
| } |
| $user = [ | |
| 'name' => $postData['email'], | |
| 'email' => $postData['email'], | |
| 'first_name' => $postData['firstname'], | |
| 'last_name' => $postData['lastname'], | |
| 'password' => $postData['password'] | |
| ]; | |
| $data = [ | |
| 'resource' => [$user] |
| procedure TForm1.SessionClick(Sender: TObject); | |
| var | |
| JObj: TJSONObject; | |
| sToken: String; | |
| begin | |
| RESTRequest1.ResetToDefaults; | |
| RESTClient1.ResetToDefaults; | |
| RESTResponse1.ResetToDefaults; | |
| RESTClient1.BaseURL := 'http://dreamfactory.app/api/v2'; |
| 31# ./errata-import.py ubuntu-errata.xml | |
| [+] Connected to http://localhost/rpc/api | |
| [+] Creating inventory from Server: | |
| [+] Retrieving the list of available channels | |
| [+] Including channel: hc-testing-precise | |
| [+] Including channel: hc-testing-trusty | |
| [-] Excluding channel: precise | |
| [+] Including channel: precise-security | |
| [+] Including channel: precise-updates | |
| [-] Excluding channel: trusty |
| <opt><USN-2677-1 description="Several security issues were fixed in Oxide. | |
| Software Description: | |
| - oxide-qt: Web browser engine library for Qt (QML plugin) | |
| Details: | |
| An uninitialized value issue was discovered in ICU. If a user were | |
| tricked in to opening a specially crafted website, an attacker could | |
| potentially exploit this to cause a denial of service. (CVE-2015-1270) |