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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 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==")
- 16:30, 22 April 2022 Bacchas talk contribs deleted page Sqlite Driver for apache (content was: "===First check your php version:=== php -v ===Then install the extension:=== sudo apt-get install php[version-here]-sqlite3 ===For example, for PHP 7.2:=== sudo apt-get install php7.2-sqlite3 '''Restart your apache server: sudo service apache2 restart", and the only contributor was "Bacchas" (talk))
- 16:26, 22 April 2022 Bacchas talk contribs created page Sqlite Driver for apache (Created page with "===First check your php version:=== php -v ===Then install the extension:=== sudo apt-get install php[version-here]-sqlite3 ===For example, for PHP 7.2:=== sudo apt-get install php7.2-sqlite3 '''Restart your apache server: sudo service apache2 restart")
- 14:58, 22 April 2022 Bacchas talk contribs created page Certbot (Created page with "https://eff-certbot.readthedocs.io/en/stable/using.html#managing-certificates Managing Certificates")
- 16:34, 19 April 2022 Bacchas talk contribs created page Generating SSH KEY pairs (Created page with "=Creating SSH keys= ssh-keygen -t ed25519 -C "my-computer" ssh-copy-id -i ~/ssh/keyname.pub admin@server.com")
- 17:11, 14 April 2022 Bacchas talk contribs created page Setup SSL (Created page with "[https://www.linode.com/docs/guides/enabling-https-using-certbot-with-apache-on-ubuntu/]")
- 17:09, 14 April 2022 Bacchas talk contribs created page Linode (Created page with "=Setup SSL=")
- 16:15, 14 April 2022 Bacchas talk contribs created page Installing MBstring for php (Created page with "==MBstring== sudo apt-get install php7.1-mbstring sudo service apache2 restart If your destination version is different you need to check if the mbstring package exsit or not, an example for php7.0: sudo apt-cache search php7.0-mbstring I found it useful to first check existence of all modules that you working with, then performing an upgrade, in addition to that update phpmyadmin after upgrading your php is a good idea")
- 16:03, 14 April 2022 Bacchas talk contribs created page Install SQLite 3 (Created page with " install sqlite3")
- 21:05, 13 April 2022 Bacchas talk contribs created page Installing IonCubeLoader (Created page with "Check PHP version php -v Get software $ sudo wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz or https://www.ioncube.com/loaders.php")
- 16:09, 8 February 2022 Bacchas talk contribs created page Utilities (Created page with "<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQ2-TGvWyjneLTFL9ZIYDX_NVOoQNnc1JNikzLqnQd_lcON6McWAhu5tlOX2FNCYQTSI9c32TXLm44z/pubhtml?widget=true&headers=false"></iframe>")
- 23:52, 5 February 2022 Bacchas talk contribs created page G Sheets (Created page with "== Create Search Box ==")
- 23:42, 5 February 2022 Bacchas talk contribs created page Google Sheets (Created page with "==Google Sheets==")
- 17:04, 24 January 2022 Bacchas talk contribs created page Recover Broken Drives (Created page with "<pre> Sometimes, things might go wrong, and you end up with a half-flashed drive that is unusable by your operating systems, and common graphical tools might even refuse to get it back to a normal state. To solve these kinds of problems, we've collected a list of fail-proof methods to completely erase your drive in major operating systems. Windows In Windows, we'll use diskpart, a command line utility tool that comes pre-installed in all modern Windows versions. Open...")
- 20:37, 30 December 2021 Bacchas talk contribs created page Extend C Drive (Created page with "1. Shrink Volume")
- 00:00, 27 August 2019 Bacchas talk contribs blocked AdellJarnagin talk with an expiration time of indefinite (account creation disabled)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page Gay Porno Hd (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page Porno Sex (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page User:ClaudetteSkelton (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page CSS GRID (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page Teen Sexy Porno (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page User:MaureenMiranda (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page Sexo En Ponferrada (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page User:EveEdwards2 (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page User:GrazynaPerea01 (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page User:MitchelWallace (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page Contactos Con Mujeres De Castellon (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page Escenas De Sexo En Series (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page User:JoycelynZwr (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page Fikmy Porno (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page Porno Maduras Videos (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page User:FlorineSander5 (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page Donde Conocer Gente Gay (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page User:TaniaHoar3 (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page User:AraEhret0335348 (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page Grosse Salope Allemande (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page User:CathleenFielding (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page Site De Video Porno (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page User:ElyseDexter9 (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page Porno Masaj (Mass deletion of recently added pages)
- 22:50, 26 August 2019 Bacchas talk contribs deleted page User:LilianaE61 (Mass deletion of recently added pages)