New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 02:17, 14 May 2024AWS CLI (hist | edit) ‎[986 bytes]Shahed (talk | contribs) (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...")
  • 21:31, 13 May 2024K9s (hist | edit) ‎[1,433 bytes]Shahed (talk | contribs) (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...")
  • 20:28, 13 May 2024Linuxbrew (hist | edit) ‎[1,736 bytes]Shahed (talk | contribs) (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...")
  • 02:45, 13 May 2024Google Cloud CLI (hist | edit) ‎[3,721 bytes]Shahed (talk | contribs) (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 *...")
  • 21:14, 8 May 2024Remmina (hist | edit) ‎[3,614 bytes]Shahed (talk | contribs) (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...")
  • 21:54, 22 April 2024CLI App (hist | edit) ‎[1,603 bytes]Shahed (talk | contribs) (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'| |}")
  • 18:21, 19 April 2024CURL (hist | edit) ‎[8,849 bytes]Shahed (talk | contribs) (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...")
  • 21:10, 18 April 2024OpenGL (hist | edit) ‎[981 bytes]Shahed (talk | contribs) (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...")
  • 02:53, 2 April 2024MediaWiki Upgrade (hist | edit) ‎[6,793 bytes]Shahed (talk | contribs) (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...")
  • 20:40, 1 April 2024Maven Release Plugin (hist | edit) ‎[3,248 bytes]Shahed (talk | contribs) (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...")
  • 22:12, 31 March 2024MySQL (hist | edit) ‎[1,195 bytes]Shahed (talk | contribs) (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...")
  • 07:20, 3 March 2024SDKMan (hist | edit) ‎[5,215 bytes]Shahed (talk | contribs) (Created page with "<source lang="bash"> curl -s "https://get.sdkman.io" | bash source "$HOME/.sdkman/bin/sdkman-init.sh" sdk version </source> ==References== {| | valign="top" | * [https://sdkm...")
  • 22:53, 22 February 2024S2I (hist | edit) ‎[2,265 bytes]Shahed (talk | contribs) (Created page with "==References== {| | valign="top" | * [https://github.com/openshift/source-to-image/releases S2I » Releases] * [https://github.com/openshift/source-to-image S2I] | valign="...")