PHP file_get_contents not working on ROCKY 9
php
Execute this command: sudo setsebool -P httpd_can_network_connect 1 Restart web service ...
View MoreExecute this command: sudo setsebool -P httpd_can_network_connect 1 Restart web service ...
View More1.Ubah file configurasi webmin ketikan perintah ini : nano /etc/webmin/miniserv.conf 2.Ubah pada bagian PORT Simpan 3. Restart dengan perintah service webmin restart ...
View MoreJalankan perintah dibawah ini pada ssh/terminal :dnf config-manager --set-enabled crb dnf install epel-releaseLalu Install Modul terminalnya pada webmin ...
View MorePertama tama Login Melalui SSH atau buka terminal server kamu langsung Kedua Ketikkan perintah reset passwordnya Untuk RHEL/CentOS: /usr/libexec/webmin/changepass.pl /etc/webmin root NEWPASSWORD Untuk Debian/Ubuntu: /usr/share/webmin/changepass.pl /etc/webmin root NEWPASSWORD ...
View MorePerintahnya serperti ini : ssh-keygen -t rsa -b 4096 -C "app@emailkamu" ...
View MoreKetika ingin mengaktifkan otentikasi 2 faktor pada webmin di linux ROCKY 9.3 terdapat error seperti dibawah ini Can't locate Math/BigInt.pm in @INC (you may need to install the Math::BigInt module) (@INC contains: /usr/libexec/webmin/vendor_perl /usr/libexec/webmin /usr/local/lib64/perl5/5.32 /usr/local/share/perl5/5.32 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 /usr/libexec/webmin/ . .. ..) at /usr/libexec/webmin/vendor_perl/Authen/OATH.pm line ...
View MorePrintah penggunaanya : keluarga debian vim contoh_file.txt centos/rocky vi contoh_file.txt Setelah terbuka untuk bisa mengubah teksnya ketikan atau tekan i pada keyboard Sedangkan untuk Perintah menyimpan dan keluar gunakan perintah tekan ESC pada keyboard lalu tekan :wq pada keyboard ...
View MoreSolusi Ke 1 : The error message Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline. means that the row size of a table in MySQL is larger than the maximum row size of 8126 bytes. This can happen if the table has a lot of columns, or if the columns are of a data type that takes up a lot of space, such as VARCHAR or TEXT. To fix this error, you can try the following: Change some columns to TEXT or BLOB.&nb ...
View More