All public logs

Jump to navigation Jump to search

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

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 22:12, 28 June 2024 Shahed talk contribs created page Zip (Created page with "==Compress== <syntaxhighlight lang="bash"> cd /etc/nginx zip -r chorke-nginx_academia-production-20240628-T2023-ZP0800.zip sites-enabled zip -r chorke-nginx_academia-production-20240628-T2023-ZP0800.zip sites-enabled -x default </syntaxhighlight> ==Decompress== <syntaxhighlight lang="bash"> unzip -l chorke-nginx_academia-production-20240628-T2023-ZP0800.zip unzip chorke-nginx_academia-production-20240628-T2023-ZP0800.zip unzip chorke-nginx_academia-production-2024...")
  • 08:08, 28 June 2024 Shahed talk contribs created page Crontab (Created page with "{| | valign="top" | <syntaxhighlight lang="bash"> crontab -e sudo crontab -u <username> -e </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> crontab -r sudo crontab -u <username> -r </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> crontab -l sudo crontab -u <username> -l </syntaxhighlight> |} ==References== {| | valign="top" | * Raspberry Pi Apache2 Lets Encrypt SSL * [https://crontab.guru/every-night-at-midnight Linux Cron Every...")
  • 06:51, 28 June 2024 Shahed talk contribs created page Tar (Created page with "==Compress== <syntaxhighlight lang="bash"> cd /etc/nginx tar -czvf chorke-nginx_academia-production-20240628-T2023-ZP0800.tar.gz sites-enabled </syntaxhighlight> ==Decompress== <syntaxhighlight lang="bash"> tar -tzvf chorke-nginx_academia-production-20240628-T2023-ZP0800.tar.gz tar -xzvf chorke-nginx_academia-production-20240628-T2023-ZP0800.tar.gz tar -xzvf chorke-nginx_academia-production-20240628-T2023-ZP0800.tar.gz\ -C chorke-nginx-academia-production </syntaxhighl...")
  • 00:00, 27 June 2024 Shahed talk contribs created page Minikube Systemd (Created page with "<syntaxhighlight lang="bash"> if [ -x "$(command -v curl)" ];then \ sudo apt -qq update;\ export MINIKUBE_CPU_USE=8;\ export MINIKUBE_RAM_USE=16384;\ bash <(curl -s 'https://cdn.chorke.org/exec/cli/bash/install/minikube/1.0.0-ubuntu-22.04.sh.txt');\ else printf 'curl \033[0;31mnot found! \033[0m:(\n';fi </syntaxhighlight> ==Prepare Debug== <syntaxhighlight lang="bash"> lxc launch ubuntu:22.04 minikube --vm cat << EXE | lxc exec minikube -- bash LXC_USER_NAME="${USER}" i...")
  • 19:28, 26 June 2024 Shahed talk contribs created page CIDR (Created page with "{|class="wikitable" |- !scope="col"| Name !!scope="col"| CIDR !!scope="col"| Status |rowspan="4"| !scope="col"| Name !!scope="col"| CIDR !!scope="col"| Status |- | Docker || <code>10.20.13.1/24</code> || 🟢 || LXD || <code>10.20.23.1/24</code> || 🟢 |- | Home || <code>10.19.83.1/24</code> || 🟢 || OpenVPN || <code>10.20.30.1/24</code> || 🟢 |- | Minikube || <code>10.20.24.1/24</code> || 🟡 || Reserve || <code>10.20.25.1/2...")
  • 08:27, 6 June 2024 Shahed talk contribs created page Helm/Camunda (Created page with " helm repo add camunda https://helm.camunda.io helm repo update helm repo list ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== ==Uninstall== <syntaxhighlight lang="bash"> helm uninstall -n camunda camunda kubectl delete namespace camunda </syntaxhighlight> ==Playground== ==References== {|...")
  • 07:43, 5 June 2024 Shahed talk contribs created page Mirth (Created page with "==References== {| | valign="top" | * [https://amaron.be/en/what-is-mirth-connect-and-what-are-the-benefits-of-this-integration-engine/ Mirth » HL7 Integration Engine] * [https://www.nextgen.com/solutions/interoperability/mirth-integration-engine/mirth-connect-downloads Mirth » Connect » Download] * [https://amaron.be/en/academy/ Mirth » Amaron » Academy] * [https://mirthdownloadarchive.s3.amazonaws.com/index.html Mirth » Connect » Archive] * [https://www.nextgen.c...")
  • 21:59, 3 June 2024 Shahed talk contribs created page Helm/Jenkins (Created page with "==References== {| | valign="top" | * [https://stackoverflow.com/questions/75596795/ Helm » Pass YAML/JSON using <code>stdin</code>] * [https://helm.sh/docs/helm/helm_repo_remove/ Helm » Repo » Remove] * [https://helm.sh/docs/chart_template_guide/values_files/ Helm » Values Files] * [https://helm.sh/docs/helm/helm_upgrade/ Helm » Upgrade] * [https://helm.sh/docs/helm/helm_rollback/ Helm » Rollback] * [https://helm.sh/docs/helm/helm_history/ Helm » History] * [https...")
  • 09:06, 2 June 2024 Shahed talk contribs created page PyEnv (Created page with "<syntaxhighlight lang="bash"> brew install pyenv cat <<< ' # pyenv config export PYENV_ROOT="${HOME}/.pyenv" [[ -d ${PYENV_ROOT}/bin ]] && export PATH="${PYENV_ROOT}/bin:${PATH}" eval "$(pyenv init -)"'| tee -a ~/.bashrc >/dev/null </syntaxhighlight> ==Playground== {| | valign="top" | <syntaxhighlight lang="bash"> pyenv install -list-all pyenv install 3.10.14 cat ./.python-version </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> pyenv global system 3.1...")
  • 08:29, 1 June 2024 Shahed talk contribs created page Ham Radio Linux (Created page with "==References== {| | valign="top" | * [https://hamradio.my/2024/05/exploring-ubuntu-for-amateur-radio-a-comprehensive-guide/ Ham » Exploring Ubuntu for Amateur Radio] * [https://sourceforge.net/projects/kb1oiq-andysham/ Ham » Andy's Ham Radio Linux] * [https://launchpad.net/~ubuntu-hams Ham » Ubuntu Amateur Radio] * [https://wiki.ubuntu.com/UbuntuHams Ham » Ubuntu Hams] | valign="top" | | valign="top" | |- | colspan="3" | ---- |- | valign="top" | | valign="top" |...")
  • 23:48, 29 May 2024 Shahed talk contribs created page Ubuntu Upgrade (Created page with "<syntaxhighlight lang="sql"> sudo apt update sudo apt upgrade </syntaxhighlight> ==Upgrade » 22.04 » 24.04== <syntaxhighlight lang="bash"> sudo sed -i 's|jammy|noble|g' /etc/apt/sources.list sudo apt update && sudo apt upgrade sudo apt dist-upgrade </syntaxhighlight> ==Upgrade » 23.10 » 24.04== <syntaxhighlight lang="bash"> sudo sed -i 's|mantic|noble|g' /etc/apt/sources.list sudo apt update && sudo apt upgrade sudo apt dist-upgrade </syntaxhighlight> ==References...")
  • 22:40, 26 May 2024 Shahed talk contribs created page Minikube Ingress DNS (Created page with "==References== {| | valign="top" | * [https://minikube.sigs.k8s.io/docs/handbook/pushing/ Minikube » Pushing Images] * [https://minikube.sigs.k8s.io/docs/handbook/addons/custom-images/ Minikube » Custom Images] * [https://minikube.sigs.k8s.io/docs/handbook/network_policy/ Minikube » Network Policy] * [https://minikube.sigs.k8s.io/docs/handbook/config/ Minikube » Configuration] * [https://minikube.sigs.k8s.io/docs/handbook/offline/ Minikube » Offline Usage] * [https:...")
  • 01:17, 14 May 2024 Shahed talk contribs created page AWS CLI (Created page with "<syntaxhighlight lang="bash"> wget -cq https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -P ${HOME}/Downloads unzip -q ${HOME}/Downloads/awscli-exe-linux-x86_64.zip -d ${HOME}/Downloads/ rm -rf ${HOME}/Downloads/awscli-exe-linux-x86_64.zip sudo ${HOME}/Downloads/aws/install rm -rf ${HOME}/Downloads/aws </syntaxhighlight> ==Playground== {| | valign="top" | <syntaxhighlight lang="bash"> aws --version aws configure </syntaxhighlight> | valign="top"| <syntax...")
  • 20:31, 13 May 2024 Shahed talk contribs created page K9s (Created page with "<syntaxhighlight lang="bash"> brew install derailed/k9s/k9s sudo snap install k9s </syntaxhighlight> ==Playground== {| | valign="top" | <syntaxhighlight lang="bash"> k9s help k9s info </syntaxhighlight> | valign="top" | | valign="top" | |- | colspan="3" | ---- |- | valign="top" | | valign="top" | | valign="top" | |} == References == {| | valign="top" | * [https://askubuntu.com/questions/1477547/ K9s » Install On Ubuntu] * [https://www.hackingnote.com/en/cheatshe...")
  • 19:28, 13 May 2024 Shahed talk contribs created page Linuxbrew (Created page with "<syntaxhighlight lang="bash"> sudo apt update sudo apt install apt-transport-https ca-certificates sudo apt install build-essential procps curl file git bash <(curl -fsSL 'https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh') </syntaxhighlight> == References == {| | valign="top" | * [https://docs.brew.sh/Homebrew-on-Linux Linuxbrew] | valign="top" | | valign="top" | |- | colspan="3" | ---- |- | valign="top" | * Linux Containers * Homebrew * T...")
  • 01:45, 13 May 2024 Shahed talk contribs created page Google Cloud CLI (Created page with "== References == {| | valign="top" | * [https://cloud.google.com/sdk/docs/install GCloud » Install] * [https://cloud.google.com/cli GCloud] | valign="top" | | valign="top" | |- | colspan="3" | ---- |- | valign="top" | * [https://serverfault.com/questions/283129/ SSH » Connection Hang Forever] * Docker Compose * Linux Containers * Kubernetes * Terraform * Remmina * OpenVPN * X11VNC * Podman * XRDP | valign="top" | * Vagrant *...")
  • 20:14, 8 May 2024 Shahed talk contribs created page Remmina (Created page with "<syntaxhighlight lang="bash"> remmina -? </syntaxhighlight> == References == {| | valign="top" | * [https://superuser.com/questions/628371/ Remmina » Linux » Run from the terminal] | valign="top" | | valign="top" | |- | colspan="3" | ---- |- | valign="top" | * [https://dev.to/aws-builders/ssh-setup-and-tunneling-via-bastion-host-3kcc SSH » AWS Bastion Host Tunneling] * [https://serverfault.com/questions/283129/ SSH » Connection Hang Forever] * SSH/Public Key Au...")
  • 20:54, 22 April 2024 Shahed talk contribs created page CLI App (Created page with "==References== {| |valign='top'| * CLI » Maven * CLI » Ant * CLI » Ivy |valign='top'| |valign='top'| |- |valign='top' colspan='3'| ---- |- |valign='top'| * Online App |valign='top'| |valign='top'| |}")
  • 17:21, 19 April 2024 Shahed talk contribs created page CURL (Created page with " sudo apt update sudo apt install curl && curl --version ==References== {| | valign="top" | * [https://adityasridhar.com/posts/how-to-easily-use-curl-for-http-requests cURL » Easily use for HTTP Requests] * [https://unix.stackexchange.com/questions/428260/ cURL » Request Using .netrc file] * [https://curl.se/docs/httpscripting.html cURL » HTTP Scripting] | valign="top" | | valign="top" | |- | colspan="3" | ---- |- | valign="top" | * TensorFlow * Homebrew...")
  • 20:10, 18 April 2024 Shahed talk contribs created page OpenGL (Created page with "==References== {| |valign="top"| * [https://medium.com/geekculture/a-beginners-guide-to-setup-opengl-in-linux-debian-2bfe02ccd1e OpenGL » A Beginner’s Guide to Setup in Linux] * [https://askubuntu.com/questions/47062/ OpenGL » Show version?] |valign="top"| |valign="top"| |- |colspan="3"| ---- |- |valign="top"| * Oracle12c Instant Client Config * PostgreSQL * TensorFlow * OpenLDAP * OpenVPN * Hadoop * MySQL * Spark * Flask |vali...")
  • 01:53, 2 April 2024 Shahed talk contribs created page MediaWiki Upgrade (Created page with "<syntaxhighlight lang="sql"> sudo su cat << DDL | mysql CREATE USER 'shahed'@'localhost' IDENTIFIED VIA unix_socket; GRANT ALL PRIVILEGES ON *.* TO 'shahed'@'localhost' WITH GRANT OPTION; DDL exit </syntaxhighlight> ---- <syntaxhighlight lang="sql"> cat << DDL | mysql DROP DATABASE IF EXISTS chorke_orgwiki; CREATE DATABASE IF NOT EXISTS chorke_orgwiki; CREATE USER 'chorke_orgwiki'@'%' IDENTIFIED BY 'sadaqah!'; GRANT ALL PRIVILEGES ON chorke_orgwiki.* TO 'chorke_org...")
  • 19:40, 1 April 2024 Shahed talk contribs created page Maven Release Plugin (Created page with "<syntaxhighlight lang="xml"> <dependencies> <dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>3.2.0</version> <type>maven-plugin</type> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.3</version> <configuration> <tagNameFormat>@{project.version}</tagNa...")
  • 21:12, 31 March 2024 Shahed talk contribs created page MySQL (Created page with "{| |valign="top"| '''MySQL » Auth » Unix''' <syntaxhighlight lang="sql"> cat << DDL | mysql -- CREATE DATABASE IF NOT EXISTS shahed; CREATE USER 'chorke'@'localhost' IDENTIFIED VIA unix_socket; GRANT ALL PRIVILEGES ON *.* TO 'chorke'@'localhost' WITH GRANT OPTION; DDL </syntaxhighlight> |valign="top"| '''MySQL » Auth » Local''' <syntaxhighlight lang="sql"> cat << DDL | mysql CREATE DATABASE IF NOT EXISTS chorke_orgwiki; CREATE USER 'chorke_orgwiki'@'localhost' IDENT...")
  • 19:02, 22 December 2023 Shahed talk contribs moved page KIA Forte 1.6 SX 2011 Service Record to KIA Forte 1.6 SX 2011 without leaving a redirect
  • 01:47, 15 June 2023 Shahed talk contribs moved page NeoVim to Neovim (Rename)
  • 03:02, 22 June 2022 Shahed talk contribs moved page Bitbucket Pipelines to Bitbucket Pipeline (Update Naming)
  • 09:09, 25 March 2022 Shahed talk contribs moved page Java Mail Api to Java Mail API
  • 02:22, 20 March 2022 Shahed talk contribs moved page Node.js to NodeJS
  • 21:18, 12 November 2021 Shahed talk contribs moved page Fedora/Install GraalVM to Fedora/GraalVM without leaving a redirect (Naming Convension)
  • 11:35, 6 November 2021 Shahed talk contribs protected Fedora [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 04:08, 10 September 2021 Shahed talk contribs moved page React JS to ReactJS
  • 08:29, 6 August 2021 Shahed talk contribs moved page Feature Hub to FeatureHub
  • 21:46, 29 July 2021 Shahed talk contribs moved page Chat Markdown to Markdown
  • 11:28, 19 July 2021 Shahed talk contribs moved page Postman to Postman Script without leaving a redirect (For Valid Page Identity)
  • 06:55, 30 January 2021 Shahed talk contribs protected Docker Compose [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:43, 2 January 2021 Shahed talk contribs deleted page Ext.js (content was: "== References == * [http://examples.sencha.com/ExtReact/6.5.1/ ExtReact 6.5.1 Examples] * [http://examples.sencha.com/extjs/6.2.1/example...", and the only contributor was "Shahed" (talk))
  • 12:49, 18 December 2020 Shahed talk contribs protected PostgreSQL [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:49, 18 December 2020 Shahed talk contribs protected LAPP Stack for PI [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:49, 18 December 2020 Shahed talk contribs protected LAMP Stack for PI [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 11:26, 18 December 2020 Shahed talk contribs protected Install pgAdmin 4 in Server Mode [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 19:02, 16 December 2020 Shahed talk contribs protected OpenVPN [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 08:38, 14 December 2020 Shahed talk contribs protected Virtual Host And Certbot in Raspbian 10 [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 10:07, 8 December 2020 Shahed talk contribs protected Swift [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 10:07, 8 December 2020 Shahed talk contribs protected Homebrew [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 16:17, 23 October 2020 Shahed talk contribs protected Convention for Projects [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 14:41, 23 October 2020 Shahed talk contribs protected IHE [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 19:48, 22 October 2020 Shahed talk contribs protected Convention for Configure an OS [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 04:50, 9 October 2020 Shahed talk contribs protected Checklist [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 04:54, 1 October 2020 Shahed talk contribs protected Java Web Crawler [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 17:57, 5 September 2020 Shahed talk contribs protected Convention for HDD Label [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)