All public logs

From Wasya Wiki
Jump to: navigation, search

Combined display of all available logs of Wasya Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs      

Show tag log

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 05:33, 24 June 2022 Piousbox (Talk | contribs) deleted page React (content was: " * wire ESC key: https://stackoverflow.com/questions/37440408/how-to-detect-esc-key-press-in-react-and-how-to-handle-it" (and the only contributor was "Piousbox"))
  • 05:33, 24 June 2022 Piousbox (Talk | contribs) deleted page Sonarqube (content was: "From: http://mamikon.net/blog/installing-sonarqube-ubuntu/ From: http://docs.sonarqube.org/display/SONAR/Analyzing+with+Maven Need maven 3. Download from offi..." (and the only contributor was "Piousbox"))
  • 05:33, 24 June 2022 Piousbox (Talk | contribs) deleted page Security (content was: " * clamav - free virus checker * https://en.wikipedia.org/wiki/Credential_stuffing * https://en.wikipedia.org/wiki/Psychological_operations_(United_States)" (and the only contributor was "Piousbox"))
  • 05:33, 24 June 2022 Piousbox (Talk | contribs) deleted page Qa (content was: " == Reporting Dashboard == * https://rp.epam.com/ui/" (and the only contributor was "Piousbox"))
  • 05:33, 24 June 2022 Piousbox (Talk | contribs) deleted page Santa Cruz (content was: " Contact Dancing Tuesdays * http://the418project.com/contact-jam/ More Dancing * https://www.5rhythms.com/ New Wave events * https://1440.org/about/" (and the only contributor was "Piousbox"))
  • 05:32, 24 June 2022 Piousbox (Talk | contribs) deleted page Sudo (content was: " someusername ALL=(ALL) NOPASSWD:ALL" (and the only contributor was "Piousbox"))
  • 05:31, 24 June 2022 Piousbox (Talk | contribs) deleted page Siblimetext (content was: "<pre> /Users/piousbox/Library/Application\ Support/Sublime\ Text\ 3/Installed\ Packages "theme": "Adaptive.sublime-theme" "color_scheme": "Packages/Agila Theme..." (and the only contributor was "Piousbox"))
  • 05:31, 24 June 2022 Piousbox (Talk | contribs) deleted page Ssh (content was: "=== setup === <pre> eval `ssh-agent -s` ssh-add </pre> or killall ssh-agent; eval `ssh-agent` === ssh forwarding === ssh-add ~/projects/rails-quick-start..." (and the only contributor was "Piousbox"))
  • 05:31, 24 June 2022 Piousbox (Talk | contribs) deleted page Strace (content was: " * Dtrace oneliners Strace is for linux, dtrace and dtruss is for osx. == strace, dtrace, dtruss == From: https://8thlight.com/blog/colin-jones/2015/11..." (and the only contributor was "Piousbox"))
  • 05:31, 24 June 2022 Piousbox (Talk | contribs) deleted page Tomcat (content was: "This deploys to Tomcat: mvn tomcat7:deploy Of course, you want to deploy from Nexus, not from the actual project build. So the above is overly simplistic." (and the only contributor was "Piousbox"))
  • 05:31, 24 June 2022 Piousbox (Talk | contribs) deleted page Next Magenta (content was: " * Manual PXE * Cobbler Notes * Swift SAIO testing * s3-tests * Nedge * Nedge Development * Horizon Nedge Dashboard * Horizon Ned..." (and the only contributor was "Piousbox"))
  • 05:30, 24 June 2022 Piousbox (Talk | contribs) deleted page Horizon Nedge Dashboard (content was: " This guide assumes that you have Horizon Dashboard (Icehouse) installed from Ubuntu packages (instructions on install Hozion: http://docs.openstack.org/icehous..." (and the only contributor was "Piousbox"))
  • 05:30, 24 June 2022 Piousbox (Talk | contribs) deleted page NEF ReST API (content was: " cd /opt/nedge/src/nmf && ./nefstart -a -j rest cd /opt/nedge/src/nmf && make iodocs 10.3.30.230:3000/nefrestapi 10.3.30.230:8080 Make sure that the gatew..." (and the only contributor was "Piousbox"))
  • 05:30, 24 June 2022 Piousbox (Talk | contribs) deleted page Nexenta Jenkins CI (content was: " 10.3.30.168 looks at 10.3.30.164 (S3 regression)" (and the only contributor was "Piousbox"))
  • 05:30, 24 June 2022 Piousbox (Talk | contribs) deleted page COSBench (content was: " === S3 === For S3, the proxy host should be empty. The endpoint MUST have the protocol, and port. Auth key and secret CANNOT be omitted. === Swift === stora..." (and the only contributor was "Piousbox"))
  • 05:30, 24 June 2022 Piousbox (Talk | contribs) deleted page Nedge Development (content was: "* Linking Nedge into OpenStack * Knife bootstrapping Nedge * Nedge Core Eventual Consistency === Configure workstation node === knife bootstrap..." (and the only contributor was "Piousbox"))
  • 05:30, 24 June 2022 Piousbox (Talk | contribs) deleted page Manual PXE (content was: "<pre> piousbox@piousbox-laptop:/var/lib/tftpboot/boot$ cat grub/menu.lst default 0 timeout 10 title Ze6 PXE Installation kernel$ platform/i86pc/kernel/unix -B..." (and the only contributor was "Piousbox"))
  • 05:30, 24 June 2022 Piousbox (Talk | contribs) deleted page S3-tests (content was: " === Configure CCOW === ./nefclient sysconfig setProperty '{ module: "ccowgw", name: "clusterName", value: "cltest" }' === How to run s3-tests as applied to..." (and the only contributor was "Piousbox"))
  • 05:29, 24 June 2022 Piousbox (Talk | contribs) deleted page Npm (content was: " === list global modules === npm list -g --depth=0 === use a local module === In the local module directory: $ cd ./package-dir $ npm link In the direct..." (and the only contributor was "Piousbox"))
  • 05:29, 24 June 2022 Piousbox (Talk | contribs) deleted page Node (content was: " == Localhost ssl on mac = From: https://www.mariokandut.com/how-to-setup-https-ssl-in-localhost-react/ brew install mkcert mkcert -install mkcert infin..." (and the only contributor was "Piousbox"))
  • 05:29, 24 June 2022 Piousbox (Talk | contribs) deleted page Networking (content was: " == Count the number of connections == netstat -ant | awk '{print $6}' | sort | uniq -c | sort -n" (and the only contributor was "Piousbox"))
  • 05:29, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2481 of page Utils patrolled
  • 05:29, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2480 of page Utils patrolled
  • 05:28, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2479 of page Utils patrolled
  • 05:28, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2478 of page Utils patrolled
  • 05:27, 24 June 2022 Piousbox (Talk | contribs) deleted page Nedge Provisioning (content was: " knife bootstrap <nodeip> --sudo --use-sudo-password -x XXX -P XXX -E _default -N <nodename> -j '{"nedge_repo":{"uri":{"debian":"http://10.3.30.163/nedge-dev/..." (and the only contributor was "Piousbox"))
  • 05:27, 24 June 2022 Piousbox (Talk | contribs) deleted page Devise (content was: " === Reset password token === Devise.token_generator.digest(User, :confirmation_token, 'short_email_token') raw, enc = Devise.token_generator.generate(User,..." (and the only contributor was "Piousbox"))
  • 05:27, 24 June 2022 Piousbox (Talk | contribs) deleted page Dhcp (content was: " From: https://www.cyberciti.biz/faq/howto-linux-renew-dhcp-client-ip-address/ release address: sudo dhclient -v -r enp3s3 get new: sudo dhclient" (and the only contributor was "Piousbox"))
  • 05:27, 24 June 2022 Piousbox (Talk | contribs) deleted page Dsh (content was: " dsh -aM "free -m" 2> /dev/null" (and the only contributor was "Piousbox"))
  • 05:26, 24 June 2022 Piousbox (Talk | contribs) deleted page CreditNinja - Meeting Minutes - 20191106 DoesItWork (content was: " * qa in doesitwork! * to involve kiev: let's accommodate remote - * js? regression? - no js test. iterative js dev? * lack of transparency - yes - * qa should..." (and the only contributor was "Piousbox"))
  • 05:26, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2477 of page Movies patrolled
  • 05:25, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2476 of page Cool patrolled
  • 05:25, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2475 of page Cool patrolled
  • 05:25, 24 June 2022 Piousbox (Talk | contribs) deleted page Famous People (content was: " * Alain Ngalani * Evgenia Slusarenko married Pierre Andurand * neri oxman married bill ackman * liz wheeler * emily ratajkowski * Cindy Crawford * https://en.w..." (and the only contributor was "Piousbox"))
  • 05:25, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2474 of page Cool patrolled
  • 05:24, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2473 of page Cool patrolled
  • 05:23, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2472 of page Cool patrolled
  • 05:23, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2471 of page Cool patrolled
  • 05:20, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2470 of page Cool patrolled
  • 05:16, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2469 of page Cool patrolled
  • 05:15, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2468 of page Cool patrolled
  • 05:14, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2467 of page Cool patrolled
  • 05:13, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2466 of page Cool patrolled
  • 05:10, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2465 of page Cool patrolled
  • 05:09, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2464 of page Cool patrolled
  • 05:04, 24 June 2022 Piousbox (Talk | contribs) automatically marked revision 2463 of page Cool patrolled
  • 22:02, 16 June 2022 Piousbox (Talk | contribs) automatically marked revision 2462 of page Cool patrolled
  • 17:16, 16 June 2022 Piousbox (Talk | contribs) automatically marked revision 2461 of page Cool patrolled
  • 21:14, 14 June 2022 Piousbox (Talk | contribs) automatically marked revision 2460 of page Movies patrolled
  • 22:34, 10 June 2022 Piousbox (Talk | contribs) automatically marked revision 2459 of page Movies patrolled
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)