Bugzilla – Attachment 109223 Details for
Bug 26306
Access denied for user 'koha_library'@'localhost'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
first line of a history command run on the server
shorthistory.txt (text/plain), 2.06 KB, created by
tommaso spazzali
on 2020-08-27 10:41:43 UTC
(
hide
)
Description:
first line of a history command run on the server
Filename:
MIME Type:
Creator:
tommaso spazzali
Created:
2020-08-27 10:41:43 UTC
Size:
2.06 KB
patch
obsolete
> 1 apt-get update > 2 sudo apt-get update > 3 sudo apt-get upgrade > 4 sudo apt-get install webmin > 5 wget http://www.webmin.com/download/deb/webmin-current.deb > 6 sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python > 7 ls > 8 sudo dpkg install webmin-current.deb > 9 sudo dpkg --install webmin-current.deb > 10 sudo apt-get --fix-broken install > 11 2 > 12 sudo useradd -g sudo webmin > 13 sudo passwd webmin > 14 cd /etc/webmin > 15 ls > 16 sudo cp miniserv.conf miniserv.conf.default > 17 sudo nano miniserv.conf > 18 sudo service webmin start > 19 ps -def > 20 netstat -a > 21 sudo netstat -a > 22 sudo apt install net-tools > 23 sudo netstat -a > 24 sudo nano miniserv.conf > 25 lsù > 26 ls > 27 sudo rm miniserv.conf > 28 sudo cp miniserv.conf.default miniserv.conf > 29 sudo service webmin restart > 30 sudo apt-get install libsocket6-perl > 31 sudo apt install mariadb-server mariadb-client -y > 32 sudo passwd webmin > 33 sudo mysql_secure_installation > 34 echo 'deb http://debian.koha-community.org/koha stable main' | sudo tee /etc/apt/sources.list.d/koha.list > 35 sudo apt update > 36 sudo apt install koha-common > 37 sudo nano /etc/koha/koha-sites.conf > 38 sudo nano /etc/apache2/ports.conf > 39 sudo a2enmod rewrite > 40 sudo a2enmod cgi > 41 sudo a2dissite 000-default > 42 sudo a2enmod deflate > 43 sudo koha-create --create-db library > 44 sudo a2ensite library > 45 sudo service apache2 restart > 46 exit > 47 sudo apt install liblocale-codes-perl > 48 ls > 49 sudo koha-remove library > 50 ls > 51 sudo cp sortAPM.pm /usr/share/koha/lib/C4/ClassSortRoutine > 52 sudl ls /usr/share/koha/lib/C4/ClassSortRoutine > 53 sudo ls /usr/share/koha/lib/C4/ClassSortRoutine > 54 cd /etc/apache2/sites-available/ > 55 ls > 56 cd /etc/apache2/sites-enabled/ > 57 ls > 58 sudo a2ensite library > 59 cd > 60 ls > 61 sudo koha-restore library-2020-08-25.sql.gz library-2020-08-25.tar.gz >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 26306
: 109223