User contributions for Yba
16 November 2024
- 14:3414:34, 16 November 2024 diff hist +130 N Ssh Created page with "== Load key "/home/wtf/.ssh/id_ed25519": error in libcrypto == # dos2unix both pub and pri keys # add an empty new line at bottom" current Tag: Visual edit
29 October 2024
- 10:3410:34, 29 October 2024 diff hist +22 m Table Tennis No edit summary current Tag: Visual edit
17 October 2024
- 16:3116:31, 17 October 2024 diff hist +568 N Table Tennis Created page with "== Equipment == === Shoes === ==== Owned ==== * Mizuno Wave Medal 7 (43) - Comfortable and good quality. Ok look. * Butterfly Lezoline (US10) - Ok quality * Asics Gel Rocket 11 ==== Want to try ==== * Mizono Wave Medal Neo === Blades === ==== Owned ==== * DHS Long 5 X * Butterfly Viscaria ==== Want to try ==== * Zhangjike Super ZLC * Fangzhengdong ALC * DHS 968 === Rubbers === ==== Owned ==== * DHS Hurricane 3 - good for forehand * Butterfly Rozena - less gr..." Tag: Visual edit
10 October 2024
- 13:2513:25, 10 October 2024 diff hist +61 m Windows No edit summary current Tag: Visual edit
- 13:2513:25, 10 October 2024 diff hist +118 N Windows Created page with "== Delete system folders == <syntaxhighlight lang="bat" line="1"> takeown /f "d:\program files" /R </syntaxhighlight>" Tag: Visual edit
28 August 2024
- 11:5611:56, 28 August 2024 diff hist +34 m Route →Windows Show Route current Tag: Visual edit
- 11:5511:55, 28 August 2024 diff hist +660 N Cpp Created page with "== Move == <syntaxhighlight lang="c++"> // Online C++ compiler to run C++ program online #include <iostream> #include <optional> using namespace std; class A { public: A() { cout << "A's constructor: " << this << endl; } A(const A& a) { cout << "A's copy constructor: " <<this << " form " << &a << endl; } A(A&& a) { cout << "A's move constructor: " <<this << " form " << &a << endl; } A& operator=(const A& a) { cout << "A's assignment" <<this << " for..." current Tag: 2017 source edit
13 August 2024
- 15:0715:07, 13 August 2024 diff hist +227 N Route Created page with "==== Windows Show Route ==== <syntaxhighlight lang="powershell"> route print </syntaxhighlight> ==== Add Route ==== <syntaxhighlight lang="powershell"> route add 1.1.1.1 mask 255.255.255.255 10.1.0.2 if 76 </syntaxhighlight>" Tag: 2017 source edit
9 August 2024
- 18:1218:12, 9 August 2024 diff hist +72 N Yba Created page with "== About == Website: https://yba.dev Github: https://github.com/ibigbug" current Tag: Visual edit
- 18:1118:11, 9 August 2024 diff hist +64 m Main Page No edit summary current Tag: Visual edit
7 August 2024
- 11:3811:38, 7 August 2024 diff hist +212 N Bazel Created page with "== Run test with environment variable == <syntaxhighlight lang="bash"> bzl test //hello:hello --test_output=all --test_arg=TEST_NAME --test_env=GOOGLE_APPLICATION_CREDENTIALS=/tmp/gcp-cred.json </syntaxhighlight>" current Tag: Visual edit
5 August 2024
- 20:3220:32, 5 August 2024 diff hist +1,267 m Graylog No edit summary current Tag: Visual edit
- 20:0620:06, 5 August 2024 diff hist −23 m Main Page No edit summary Tag: 2017 source edit
- 19:5919:59, 5 August 2024 diff hist +199 N Graylog Created page with "Index read only <syntaxhighlight lang="bash"> curl -XPUT -H 'Content-Type: application/json' http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}' </syntaxhighlight>" Tag: 2017 source edit
1 August 2024
- 14:1114:11, 1 August 2024 diff hist +20 N User talk:Yba Created page with "Leave a message here" current Tag: 2017 source edit
- 14:1114:11, 1 August 2024 diff hist +9 N User:Yba Created page with "Hi there." current Tag: Visual edit
30 July 2024
- 16:5816:58, 30 July 2024 diff hist +376 N MediaWiki Created page with "== Using Cloudflare R2 == <syntaxhighlight lang="php" line> //The url used for the API (PutObject, etc.) $wgFileBackends['s3']['endpoint'] = 'https://my-custom-url'; //The url used for showing images. $1 is translated to the bucket name. $wgAWSBucketDomain = '$1.my-custom-url'; </syntaxhighlight> source: https://github.com/edwardspec/mediawiki-aws-s3/blob/master/README.md" current Tag: Visual edit: Switched
- 16:4916:49, 30 July 2024 diff hist −1 Main Page No edit summary
- 16:4816:48, 30 July 2024 diff hist −55 Main Page →Useful Links
- 16:4416:44, 30 July 2024 diff hist −65 Main Page No edit summary Tag: Visual edit: Switched
- 16:3216:32, 30 July 2024 diff hist +90 Main Page →Getting started
- 16:3116:31, 30 July 2024 diff hist +39 N File:Screenshot 2024-04-06 231304.png No edit summary current
- 16:0616:06, 30 July 2024 diff hist +82 N Git Created page with "==== Disable the output pager ==== <code>git config --global core.pager cat</code>" current Tag: Visual edit
- 16:0416:04, 30 July 2024 diff hist −438 m Main Page No edit summary Tag: Visual edit