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)
  • 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-...")
  • 21:00, 10 May 2022 Bacchas talk contribs created page Category:Linode (Created page with "Category:Linode")
  • 20:59, 10 May 2022 Bacchas talk contribs created page Category:Sqlite (Created page with "Category:Sqlite")
  • 15:44, 10 May 2022 Bacchas talk contribs created page WordPress (Created page with "==Move Wordpress to a new server== * Export the database. * Create a blank database in phpmyadmin with the same name * Copy the entire folder over from the old installation to the new server * Check the wp-config.php file make sure everything is ok")
  • 19:47, 9 May 2022 Bacchas talk contribs created page Tmux (Created page with "== Using Tmux== apt install tmux on the server ''' when you ssh in to the server just type ''' tmux to start ===Shortcut keys === ctrl b then c to open another window ctrl b then prefix at the bottom of the window to switch between windows ctrl b , (comma) to rename a window ctrl b w brings up the window tree")
  • 20:47, 5 May 2022 Bacchas talk contribs created page PHPMYADMIN (Created page with "== Fix error mysqli_real_connect(): (HY000/1045)== CREATE USER 'pmauser'@'%' IDENTIFIED BY 'password_here'; GRANT ALL PRIVILEGES ON *.* TO 'pmauser'@'%' WITH GRANT OPTION;")
  • 14:54, 2 May 2022 Bacchas talk contribs created page Docker tutorial (Created page with "h")
  • 15:48, 29 April 2022 Bacchas talk contribs created page Usefull 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...")
  • 20:47, 28 April 2022 Bacchas talk contribs created page Downgrading to PHP 7.4 (Created page with "==Downgrading from php8.0 to PHP7.4== // Enable PPA for PHP 7.4 in your system and install it. sudo add-apt-repository ppa:ondrej/php sudo apt-get update sudo apt-get install php7.4 sudo apt-get install php7.4-cli php7.4-common php7.4-json php7.4-opcache php7.4-mysql php7.4- mbstring php7.4-zip php7.4-fpm php7.4-intl php7.4-simplexml // a2dismod disables the php8.0 module by removing those symlinks. sudo a2dismod php8.0 // a2enmod enables php7.4 module with...")
  • 14:27, 28 April 2022 Bacchas talk contribs created page Docker on Raspberry Pi (Created page with "[https://get.docker.com Script for installing docker]")
  • 14:26, 28 April 2022 Bacchas talk contribs created page Docker (Created page with "==Docker on Raspberry Pi==")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)