All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Ever changing code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 09:11, 15 September 2023 Pio2pio talk contribs created page Linux shell/Productivity tools (Created page with "= Autojump = <source lang="bash"> https://github.com/wting/autojump#manual sudo apt-get install autojump cat /usr/share/doc/autojump/README.Debian Autojump for Debian ------------------- To use autojump, you need to configure you shell to source /usr/share/autojump/autojump.sh on startup. If you use Bash, add the following line to your ~/.bashrc (for non-login interactive shells) and your ~/.bash_profile (for login shells): . /usr/share/autojump/autojump.sh If you us...")
- 08:36, 15 September 2023 Pio2pio talk contribs moved page Linux shell - Bash prompt PS1, settings and history to Linux shell/Bash prompt PS1, settings and history without leaving a redirect
- 08:35, 15 September 2023 Pio2pio talk contribs moved page Bash prompt PS1, settings and bash history to Linux shell - Bash prompt PS1, settings and history without leaving a redirect (Better grouping)
- 21:48, 30 January 2023 Pio2pio talk contribs created page GCP/Metadata service (Created page with "=[https://cloud.google.com/compute/docs/metadata/querying-metadata Programmatically query metadata]= <source lang=bash> # Query the boot image for the VM curl "http://metadata.google.internal/computeMetadata/v1/instance/image" -H "Metadata-Flavor: Google" # Query metadata directory listings. Any metadata entry ending in a trailing slash is a directory. curl "http://metadata.google.internal/computeMetadata/v1/instance/disks/0/" -H "Metadata-Flavor: Google" device-name in...")
- 14:03, 29 December 2022 Pio2pio talk contribs created page Linux printing/CUPS (Created page with "useful commands <source lang=bash> lpinfo -v file cups-brf:/ network http network lpd network https direct hp network beh network ipp network socket network ipps direct hpfax network dnssd://RICOH%20Aficio%20SP%20C240DN%20(9784bf)._printer._tcp.local/ network socket://192.168.1.77 lpinfo piotr@e14:~ $ service cups status ● cups.service - CUPS Scheduler Loaded: loaded (/lib/systemd/system/cups.service; enabled; vendor preset: enabled) Active: active (running)...")
- 14:01, 29 December 2022 Pio2pio talk contribs moved page Linux Printing/Queues to Linux printing/Queues without leaving a redirect
- 14:00, 29 December 2022 Pio2pio talk contribs created page Linux printing (Created page with "{{Special:PrefixIndex/Linux printing/}}")
- 13:58, 29 December 2022 Pio2pio talk contribs moved page Linux Print Queues to Linux Printing/Queues without leaving a redirect
- 10:14, 15 November 2022 Pio2pio talk contribs created page Proxy PAC (Created page with "= [https://en.wikipedia.org/wiki/Proxy_auto-config Proxy auto-config | Proxy PAC] = A proxy auto-config (PAC) file defines how web browsers and other user agents can automatically choose the appropriate proxy server (access method) for fetching a given URL. A PAC file contains a JavaScript function FindProxyForURL(url, host). This function returns a string with one or more access method specifications. These specifications cause the user agent to use a particular proxy...")
- 12:26, 30 September 2022 Pio2pio talk contribs created page Kubernetes/Echoserver (Created page with "Google echo-server deployment for testing ingress, networking access and any other related L7 communication related challenges. {{Note|Below you may need to update the ingress object as it is GKE ingress implementation here.}} <source lang=yaml> apiVersion: apps/v1 kind: Deployment metadata: name: echoserver namespace: echoserver spec: replicas: 1 selector: matchLabels: app: echoserver template: metadata: labels: app: echoserver...")
- 22:59, 24 August 2022 Pio2pio talk contribs created page Linux shell/Functions (Created page with "A bunch of useful functions: <source lang=bash> cat > common_functions.sh <<EOF #!/usr/bin/env bash ########################################################################################## # log: trace message to stdout # Globals: # None # Arguments: # - $1: msg to render, if empty log does nothing # - $2: level tag, defaults to INFO # Returns: # outputs to stdout ########################################################################################## funct...")
- 00:35, 1 April 2022 Pio2pio talk contribs created page Change log (Created page with "= Change log = *1-04-2022 Updated from 1.29 > 1.33.4 > 1.37.2. foreground skin does not allow login so defaulting to Vector. HighlightJS has been disabled as not compatible *3-06-2019 Added [https://www.mediawiki.org/wiki/Extension:ClipUpload ClipUpload] extension *7-12-2018 Enabled subpages in the main name space *1-09-2018 Changed edit textbox font on MediaWiki:Common.css page <source> Edit textarea font: #wpTextbox1 { font-family: "Courier New", sans-seri...")
- 16:47, 11 March 2022 Pio2pio talk contribs moved page Jinja templates to Jinja2 templates without leaving a redirect
- 16:45, 11 March 2022 Pio2pio talk contribs moved page Mysql to DB/Mysql without leaving a redirect
- 16:44, 11 March 2022 Pio2pio talk contribs moved page Postgres PostgreSQL to DB/Postgres PostgreSQL without leaving a redirect
- 16:44, 11 March 2022 Pio2pio talk contribs moved page MsSQL to DB/MsSQL without leaving a redirect
- 10:39, 18 January 2022 Pio2pio talk contribs moved page Bash PS1 prompt, settings and history to Bash prompt PS1, settings and bash history without leaving a redirect
- 13:35, 21 December 2021 Pio2pio talk contribs moved page Kubernetes/Security to Kubernetes/Security and RBAC without leaving a redirect
- 15:00, 20 December 2021 Pio2pio talk contribs moved page Bash prompt, settings and history to Bash PS1 prompt, settings and history without leaving a redirect
- 18:34, 8 December 2021 Pio2pio talk contribs moved page Kubernetes/Requests and Limits to Kubernetes/Requests and Limits, units without leaving a redirect
- 11:17, 24 September 2021 Pio2pio talk contribs moved page Encryption PGP to Encryption PGP and GPG without leaving a redirect
- 22:04, 23 September 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210923-220444.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 13:56, 22 September 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210922-135600.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 09:21, 31 August 2021 Pio2pio talk contribs moved page Golang to Golang/Install without leaving a redirect
- 11:02, 28 August 2021 Pio2pio talk contribs moved page Test tools to Performance testing tools without leaving a redirect
- 10:56, 28 August 2021 Pio2pio talk contribs moved page AWS/Meta data to AWS/Metadata service (IMDS) without leaving a redirect
- 10:11, 28 August 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210828-101105.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 09:25, 24 July 2021 Pio2pio talk contribs deleted page Email syslog (content was: "We are going to use mutt command line tool to email attached syslog on regular basis. *Install mutt sudo apt-get install mutt *Veri...", and the only contributor was "Pio2pio" (talk))
- 09:13, 24 July 2021 Pio2pio talk contribs moved page SMTP - send an email using telnet to SMTP - send an email from terminal
- 09:02, 16 July 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210716-090202.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 05:37, 4 June 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210604-053707.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 14:59, 31 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210531-145953.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 08:08, 25 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210525-080849.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 23:30, 24 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210524-233028.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 23:28, 24 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210524-232835.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 06:09, 24 May 2021 Pio2pio talk contribs moved page DarkMode to DarkMode and f.lux without leaving a redirect
- 08:19, 18 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210518-081936.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 08:16, 18 May 2021 Pio2pio talk contribs moved page Linux SSL to Linux SSL/TLS without leaving a redirect
- 01:20, 18 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210518-012023.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 01:04, 18 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210518-010445.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 01:00, 18 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210518-010047.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 00:04, 18 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210518-000458.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 23:53, 17 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210517-235341.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 23:52, 17 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210517-235239.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 23:26, 17 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210517-232631.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 16:44, 3 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210503-164443.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 16:26, 3 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210503-162602.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 16:11, 3 May 2021 Pio2pio talk contribs uploaded File:ClipCapIt-210503-161134.PNG (This file was uploaded from the clipboard (Category:Clipboard upload).)
- 07:30, 25 March 2021 Pio2pio talk contribs moved page AWS/oathtool and awscli with mfa to AWS/oathtool and awscli with mfa totp without leaving a redirect
- 00:39, 25 March 2021 Pio2pio talk contribs uploaded File:Istio-envoy-2.jpg