All public logs

Jump to navigation Jump to search

Combined display of all available logs of rbachwiki. 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)
  • 20:31, 21 June 2022 Bacchas talk contribs created page Ansible Setup (Created page with "* Download and install Miniconda: curl -OL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh **You will be prompted several times during the installation process. Review the terms and conditions and select “yes” for each prompt. *Restart your shell session for the changes to your PATH to take effect. exec bash -l *Create a new virtual environment for Ansible: conda create -n ansible-dev python=3 *Acti...")
  • 16:00, 13 June 2022 Bacchas talk contribs created page Ansible (Created page with "* Download and install Miniconda: curl -OL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh **You will be prompted several times during the installation process. Review the terms and conditions and select “yes” for each prompt. *Restart your shell session for the changes to your PATH to take effect. exec bash -l *Create a new virtual environment for Ansible: conda create -n ansible-dev python=3 *Acti...")
  • 05:09, 1 June 2022 Bacchas talk contribs created page IOS Apps (Created page with "=Blink= ‘’’To get to the config menu’’ Config Category")
  • 19:28, 29 May 2022 Bacchas talk contribs created page NCDU (Created page with "===NCurses Disk Usage=== '''Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find space hogs on a remote server where you don’t have an entire graphical setup available, but it is a useful tool even on regular desktop systems. Ncdu aims to be fast, simple and easy to use, and should be able to run in any minimal POSIX-like environment with ncurses installed.''' <html> <h2> <a href='https://dev.yorhel.nl/ncdu' target=_blank> Website Docs</a> <...")
  • 19:20, 29 May 2022 Bacchas talk contribs created page RCLONE (Created page with " <html> <h2> <a href='https://rclone.org/' target=_blank> </a></h2> </html>")
  • 19:13, 29 May 2022 Bacchas talk contribs deleted page Centos Bash Shell (content was: "==Redirection (send output to file)== ===Output descriptors=== #(0) Standard Input (stdin) #(1) Standard Output (stdout) #(2) Standard Error (stderr) ls /etc/hosts 1>outputfilename # the 1 is the standard output deliminator ls /etc/hosts 2>badoutput # will output only error because of the 2 ===Redirecting Standard and Error Output to separate files=== ls /etc/hosts >good...", and the only contributor was "Bacchas" (talk))
  • 19:06, 29 May 2022 Bacchas talk contribs deleted page Shell Schipting (content was: "== Shell Scripting == <pre> • Scripts must be chmod 755 so they can execute • #!/bin/bash (add to the top of the shell script so it can use the bash shell to interpret the script, you can also add python or other shell programs) • Postional Parameters: $0 ... $9 $@ to access all 0-9 // like in a loop • Exit Status return Codes: Range from 0 to 255: 0 = success: Ot...", and the only contributor was "Bacchas" (talk))
  • 19:06, 29 May 2022 Bacchas talk contribs created page Shell Scripting (Created page with "== Shell Scripting == <pre> • Scripts must be chmod 755 so they can execute • #!/bin/bash (add to the top of the shell script so it can use the bash shell to interpret the script, you can also add python or other shell programs) • Positional Parameters: $0 ... $9 $@ to access all 0-9 // like in a loop • Exit Status return Codes: Range from 0 to 255: 0 = success: Other than 0 = error condition: use man or info to find meanign of exit status &bull, $? contain...")
  • 19:02, 29 May 2022 Bacchas talk contribs deleted page Usefull bash commands (content was: "==Go back to the previous directory== cd - ==Clear Screen == ctrl + L == Background Taks== ctrl + z // send to background fg // bring back == if you type a command and forget to 'sudo' == sudo !! // this will add sudo to the previous failed command ==Search through your previous commands == ctrl + R // then type part of the command you remember history // will lis...", and the only contributor was "Bacchas" (talk))
  • 19:01, 29 May 2022 Bacchas talk contribs created page Useful bash commands (Created page with "==Go back to the previous directory== cd - ==Clear Screen == ctrl + L == Background Taks== ctrl + z // send to background fg // bring back == if you type a command and forget to 'sudo' == sudo !! // this will add sudo to the previous failed command ==Search through your previous commands == ctrl + R // then type part of the command you remember history // will list previously run command ''' Rerun command from history ''' !100 // this is the number form th...")
  • 18:52, 29 May 2022 Bacchas talk contribs created page Category:Apchee (Created page with "Apache")
  • 18:51, 29 May 2022 Bacchas talk contribs created page Category:Mysql (Created page with "Mysql")
  • 18:51, 29 May 2022 Bacchas talk contribs created page Category:PhpMyadmin (Created page with "Phpmyadmin")
  • 18:51, 29 May 2022 Bacchas talk contribs created page Category:Utilities (Created page with "Utilities")
  • 18:16, 29 May 2022 Bacchas talk contribs created page RMLINT (Created page with "[https://rmlint.readthedocs.io/en/latest/index.html]")
  • 21:13, 19 May 2022 Bacchas talk contribs created page Solve Mysql secure error (Created page with "==How To Solve Failed! Error: SET PASSWORD has no significance for user ‘root’@’localhost’ as the authentication method used doesn’t store authentication data in the MySQL server Error?== mysql ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password by 'mynewpassword';")
  • 20:49, 19 May 2022 Bacchas talk contribs created page Install Lamp stack (Created page with " sudo apt install tasksel sudo tasksel install lamp-server ==MySQL== '''Log in to MySQL’s SQL shell:''' sudo mysql -u root '''About MySQL authentication''' '''By default, MySQL is configured to use the auth_socket authorization plugin. This authorization … '''Create a database and a user with permissions for it. In this example, the database is called webdata, the user webuser, and password password. Be sure to enter your own password. This should be different...")
  • 15:38, 18 May 2022 Bacchas talk contribs created page Robocopy (Created page with "==Copy files in powershell using RoboCopy== '''Remote to local''' robocopy "\\192.168.1.1\main\dir" "D:\downloads\folder" /e /r:0 /w:0 /COPY:DAT /DCOPY:DAT /mt:16 ---- Category")
  • 15:34, 18 May 2022 Bacchas talk contribs created page Repair Network Drive (Created page with "== Repair network Errors == In the search box on the taskbar, type Command prompt, press and hold (or right-click) Command prompt, and then select Run as administrator > Yes. At the command prompt, run the following commands in the listed order, and then check to see if that fixes your connection problem: #Type netsh winsock reset and press Enter. #Type netsh int ip reset and press Enter. #Type ipconfig /release and press Enter. #Type ipconfig /renew and press Enter. #Ty...")
  • 15:32, 18 May 2022 Bacchas talk contribs created page Windows Command Line Goodies (Created page with "==Windows Command Line Goodies == <pre> **Ping with varying payload This works on Mac Ping -s 6000 ipaddress This works on windows ping -i 6000 ipaddress ***See list of computers in your workgroup Windows: net view find out MAC address Windows and Mac arp -a sc command (command prompt)sililar to the services.svc (windows run) nslookup www.website.com // this will give you the ipaddress **** mapping drives at the command prompt net use driveletter: \\server-...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)