All public logs
Combined display of all available logs of Y Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:34, 16 November 2024 Yba talk contribs created page 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") Tag: Visual edit
- 16:33, 20 October 2024 User account GabriellaFiguero talk contribs was created
- 16:31, 17 October 2024 Yba talk contribs created page 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
- 13:25, 10 October 2024 Yba talk contribs created page Windows (Created page with "== Delete system folders == <syntaxhighlight lang="bat" line="1"> takeown /f "d:\program files" /R </syntaxhighlight>") Tag: Visual edit
- 23:57, 8 October 2024 User account Alejandro15G talk contribs was created
- 22:57, 8 October 2024 User account DDDJeanna434523 talk contribs was created
- 21:38, 8 October 2024 User account NidaMatheny talk contribs was created
- 19:59, 8 October 2024 User account BillyLocke450 talk contribs was created
- 03:23, 3 September 2024 User account SidneyDominguez talk contribs was created
- 02:44, 3 September 2024 User account MichelleD41 talk contribs was created
- 01:22, 3 September 2024 User account SethMcduffie26 talk contribs was created
- 00:17, 3 September 2024 User account GonzaloCarroll8 talk contribs was created
- 23:52, 2 September 2024 User account UrsulaTorreggian talk contribs was created
- 11:55, 28 August 2024 Yba talk contribs created page 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...") Tag: 2017 source edit
- 15:07, 13 August 2024 Yba talk contribs created page 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
- 18:12, 9 August 2024 Yba talk contribs created page Yba (Created page with "== About == Website: https://yba.dev Github: https://github.com/ibigbug") Tag: Visual edit
- 11:38, 7 August 2024 Yba talk contribs created page 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>") Tag: Visual edit
- 19:59, 5 August 2024 Yba talk contribs created page 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
- 14:11, 1 August 2024 Yba talk contribs created page User talk:Yba (Created page with "Leave a message here") Tag: 2017 source edit
- 14:11, 1 August 2024 Yba talk contribs created page User:Yba (Created page with "Hi there.") Tag: Visual edit
- 16:58, 30 July 2024 Yba talk contribs created page 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") Tag: Visual edit: Switched
- 16:31, 30 July 2024 Yba talk contribs created page File:Screenshot 2024-04-06 231304.png
- 16:31, 30 July 2024 Yba talk contribs uploaded File:Screenshot 2024-04-06 231304.png
- 16:06, 30 July 2024 Yba talk contribs created page Git (Created page with "==== Disable the output pager ==== <code>git config --global core.pager cat</code>") Tag: Visual edit
- 15:53, 30 July 2024 MediaWiki default talk contribs created page Main Page