![]() |
|
help me !!! [problem with nano] - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: help me !!! [problem with nano] (/showthread.php?tid=3575) |
help me !!! [problem with nano] - anhnhat - 02-22-2017 I need to edit php.ini but I could not find a link to php.ini I was looked for, but does not exist Please help me !
RE: help me !!! - aroaminggeek - 02-22-2017 (02-22-2017, 06:15 PM)anhnhat Wrote: I need to edit php.ini but I could not find a link to php.ini That's an error for 'nano', not the php.ini. Use vi. The php.ini is in /etc: http://docs.sentora.org/?node=76 RE: help me !!! - Me.B - 02-22-2017 install nano package sudo apt-get install nano (ubuntu) On centos: sudo yum install nano -y M B RE: help me !!! - anhnhat - 02-22-2017 (02-22-2017, 07:03 PM)Me.B Wrote: install nano package Thank you very much |