• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. sasdasxc

    Linux Permission Denied while ./tfs

    @Thexamx A 777 permission on the directory means that everyone has access to read/write/execute (execute on a directory means that you can do a ls of the directory). 755 means read and execute access for everyone and also write access for the owner of the file. When you perform chmod 755...
  2. sasdasxc

    Linux Permission Denied while ./tfs

    Do not use 777 you can be hacked Go to www folder cd /var/www or cd /var/www/html and press comand: chown -R www-data:www-data /var/www/html or chown -R www-data:www-data /var/www chmod -R 755 /var/www/html or chmod -R 755 /var/www/html Or chmod -R 755 /var/www/html config/config.php
  3. sasdasxc

    [*] OVH Breakdown.

    everything works on other servers in ovh
  4. sasdasxc

    [Atmega32] [C] im kinda stuck

    GitHub - udovicic/ATmega-calculator: Calculator with ATmega16 uP on EasyAVR 5A board
Back
Top