User contributions for Bacchas
Jump to navigation
Jump to search
- 19:21, 29 May 2022 diff hist +306 RCLONE
- 19:20, 29 May 2022 diff hist +14 RCLONE
- 19:20, 29 May 2022 diff hist +76 N RCLONE Created page with " <html> <h2> <a href='https://rclone.org/' target=_blank> </a></h2> </html>"
- 19:18, 29 May 2022 diff hist +58 Bash →Useful Command Line Utilities
- 19:17, 29 May 2022 diff hist −6 Bash
- 19:17, 29 May 2022 diff hist +5 Bash
- 19:16, 29 May 2022 diff hist −3 Bash
- 19:15, 29 May 2022 diff hist +38 Bash
- 19:13, 29 May 2022 diff hist +3,814 Centos Bash Commands current
- 19:06, 29 May 2022 diff hist +4,633 N 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:01, 29 May 2022 diff hist +777 N 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..." current
- 18:58, 29 May 2022 diff hist −1 Bash
- 18:52, 29 May 2022 diff hist +5 RMLINT →Category
- 18:52, 29 May 2022 diff hist +6 N Category:Apchee Created page with "Apache" current
- 18:51, 29 May 2022 diff hist +5 N Category:Mysql Created page with "Mysql" current
- 18:51, 29 May 2022 diff hist +10 N Category:PhpMyadmin Created page with "Phpmyadmin" current
- 18:51, 29 May 2022 diff hist +9 N Category:Utilities Created page with "Utilities" current
- 18:50, 29 May 2022 diff hist +11 RMLINT
- 18:50, 29 May 2022 diff hist −2 RMLINT
- 18:47, 29 May 2022 diff hist +47 RMLINT
- 18:42, 29 May 2022 diff hist −1 Setup SSL →Linode]
- 18:41, 29 May 2022 diff hist +11 RMLINT
- 18:40, 29 May 2022 diff hist −67 RMLINT
- 18:21, 29 May 2022 diff hist −2 RMLINT
- 18:18, 29 May 2022 diff hist +109 RMLINT
- 18:17, 29 May 2022 diff hist +15 RMLINT
- 18:16, 29 May 2022 diff hist +52 N RMLINT Created page with "[https://rmlint.readthedocs.io/en/latest/index.html]"
- 18:11, 29 May 2022 diff hist +9 Bash →Duplicate finding cmd tool
- 18:10, 29 May 2022 diff hist +44 Bash
- 21:13, 19 May 2022 diff hist +296 N 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';" current
- 21:11, 19 May 2022 diff hist +33 Linode
- 21:03, 19 May 2022 diff hist +6 Install Lamp stack →Install Packages Separately current
- 21:01, 19 May 2022 diff hist +555 Install Lamp stack
- 20:51, 19 May 2022 diff hist +1 Install Lamp stack
- 20:49, 19 May 2022 diff hist +1,144 N 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..."
- 20:44, 19 May 2022 diff hist +27 Linode
- 18:30, 18 May 2022 diff hist +643 Setup SSL
- 15:54, 18 May 2022 diff hist +1 Robocopy →=Notable Options with Robocopy current
- 15:41, 18 May 2022 diff hist +1,600 Robocopy
- 15:38, 18 May 2022 diff hist +191 N 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:35, 18 May 2022 diff hist +28 Repair Network Drive current
- 15:34, 18 May 2022 diff hist +513 N 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:34, 18 May 2022 diff hist +29 Windows
- 15:34, 18 May 2022 diff hist −1,842 Windows Misc current
- 15:32, 18 May 2022 diff hist +1,354 N 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-..." current
- 15:32, 18 May 2022 diff hist +37 Windows
- 15:31, 18 May 2022 diff hist +17 Windows
- 19:59, 16 May 2022 diff hist +126 Setup SSL
- 14:27, 11 May 2022 diff hist +42 PHPMYADMIN current
- 14:26, 11 May 2022 diff hist +369 PHPMYADMIN