Jump to content

jumbo125

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by jumbo125

  1. Hello i have armbian on a 64gb sd card. The card works not so good and has 64gb i would like to move my full distributuion with all configs(wireguard, ssh, ftps, iobroker, ufw, etc) on a new 32GB card. how can i transfer it without losing data? Thank you!
  2. Hello experts I'm a newbie and use my ofroid as server (mysql, iobroker, go2rtc) This need a lot of ram. So i try to reduce all service which i don't need. I disabled the gui (desktop) and ise only ssh. I use zram to be faster. Is there any other service which i can deactivate?
  3. Hello I use armbian on my odroidc2 on the devic is lamp, for a mysql and php server. Now i tried to install composer. The installation works great, but i can't use any scripts from vendor folder. The directory of my php file: /var/www/html/terminal/includes/helpers/my_php_file.php the code in my php file require_once(__DIR__ . '/vendor/autoload.php'); The code means the vendor directory has this path: /var/www/html/terminal/includes/helpers/vendor/autoload.php But thats not correct. I searched and found the correct path of composer it's: /home/user/vendor/ So i tried to make a folder-shortcut in my www/html/ folder, but i can't use it because permission denied. Next idea: i fix the code in my php file include '../../../../../../home/odroid/vendor/autoload.php'; now it would be found, but i get the same error: Warning: include(../../../../../../home/odroid/vendor/autoload.php): Failed to open stream: Permission denied in /var/www/html/terminal/includes/helpers/backup_DB.php on line 26 what's the correct way to youe composer with autoload.php and something more?
  4. Hello I tried to retasrt my system, but it doesn't work. Before i post my question i found this thread: i can't find a solution in the thread. Does anybody knows, how he fixed it? I need to restart the system. Can i disable the user login to the beginn? i need to start without a login choice. Thank you
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines