Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. root
    3. Best
    • Profile
    • Following 27
    • Followers 23
    • Topics 14
    • Posts 724
    • Best 182
    • Controversial 1
    • Groups 4

    Best posts made by root

    • RE: webdesign business

      google ads wala ads danna oya web design karanawa kiyala hoda marketing camping ekak karanna social media wala (facebook instagram)

      posted in General Discussion
      root
      root
    • RE: ශ්‍රී ලංකාවේ wall arts ඔක්කොම එකම තැනකින්

      Good work bro

      posted in Blogs
      root
      root
    • RE: Generate Word Documents from Templates Easily Using Vue.JS with TypeScript

      Nice project, thanks

      posted in Web Development
      root
      root
    • RE: Udemy Free Courses (8 H remaining) Enroll past

      Great bro

      posted in Announcements
      root
      root
    • RE: C Programming මුල සිට ඉගෙනගනිමු (part 16 - C functions)

      Great bro

      posted in Blogs
      root
      root
    • RE: Hacktoberfest 2019

      wow nice bro.

      posted in Events ( Free & Paid )
      root
      root
    • RE: Get Udemy Paid Courses For Free :)

      superb bro.

      posted in Announcements
      root
      root
    • RE: SLT ADSL vs SLT FIber

      Only Fiber bro. ADSL is so old

      posted in General Discussion
      root
      root
    • RE: Using Azure key-vault certificate for signing and verifying signed data

      @tnlthanzeel

      i'm checking . thanks for the reporting

      posted in Blogs
      root
      root
    • RE: Blockchain Application Development Webinar - Sinhala Free Event

      niyamai bro

      posted in Events ( Free & Paid )
      root
      root
    • RE: We are celebrating our 2nd anniversary.

      Happy Anniversary Lanka Developers, we can extend this community with open source Sri Lanka.

      posted in Announcements
      root
      root
    • RE: Jquery Plugin for multiple image upload

      check this out, https://www.dropzonejs.com/

      posted in Front-End Development
      root
      root
    • RE: Using Azure key-vault certificate for signing and verifying signed data

      @tnlthanzeel

      image upload issue fixed

      posted in Blogs
      root
      root
    • RE: Mora UXplore 1.0 - University of Moratuwa IEEE Student Branch

      Glad here that, thanks for the sharing ,

      posted in Events ( Free & Paid )
      root
      root
    • RE: Android සිංහලෙන් Video Series

      Thanks bro, niyamai, me wage sinhalen danawanam kattiya meka godak help ekka wenawa lankawe ayata

      posted in Android Development
      root
      root
    • RE: මොකක්ද ඉක්මන් Angular/React.js?

      @Tharinda vue wala ehema ekak na traditional multiple page-based application support

      posted in Front-End Development
      root
      root
    • RE: How to secure my Woocommerce site in Nginx server ?

      Add following content to /etc/nginx/sites-available/example.com file

      #Deny access to wp-content folders for suspicious files
      location ~* ^/(wp-content)/(.*?)\.(zip|gz|tar|bzip2|7z)\$ { deny all; }
      location ~ ^/wp-content/uploads/sucuri { deny all; }
      location ~ ^/wp-content/updraft { deny all; }
      
      # Block nginx-help log from public viewing
      location ~* /wp-content/uploads/nginx-helper/ { deny all; }
      location ~ ^/(wp-includes/js/tinymce/wp-tinymce.php) {
        include /usr/local/nginx/conf/php.conf;
      }
      
      # Deny access to any files with a .php extension in the uploads directory
      # Works in sub-directory installs and also in multisite network
      location ~* /(?:uploads|files)/.*\.php\$ { deny all; }
      
      # Deny access to uploads that aren’t images, videos, music, etc.
      location ~* ^/wp-content/uploads/.*.(html|htm|shtml|php|js|swf|css)$ {
          deny all;
      }
      
      # Block PHP files in content directory.
      location ~* /wp-content/.*\.php\$ {
        deny all;
      }
      
      # Block PHP files in includes directory.
      location ~* /wp-includes/.*\.php\$ {
        deny all;
      }
      
      # Block PHP files in uploads, content, and includes directory.
      location ~* /(?:uploads|files|wp-content|wp-includes)/.*\.php\$ {
        deny all;
      }
      
      # Make sure files with the following extensions do not get loaded by nginx because nginx would display the source code, and these files can contain PASSWORDS!
      location ~* \.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)\$|^(\..*|Entries.*|Repository|Root|Tag|Template)\$|\.php_
      {
      return 444;
      }
      
      #nocgi
      location ~* \.(pl|cgi|py|sh|lua)\$ {
      return 444;
      }
      
      #disallow
      location ~* (w00tw00t) {
      return 444;
      }
      location ~* /(\.|wp-config\.php|wp-config\.txt|changelog\.txt|readme\.txt|readme\.html|license\.txt) { deny all; }
      

      Add Following Headers to /etc/nginx/sites-available/example.com file

      add_header X-Frame-Options SAMEORIGIN;
      
      add_header X-Content-Type-Options nosniff;
      
      add_header X-XSS-Protection "1; mode=block";
      
      add_header Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://ssl.google-analytics.com https://assets.zendesk.com https://connect.facebook.net; img-src 'self' https://ssl.google-analytics.com https://s-static.ak.facebook.com https://assets.zendesk.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://assets.zendesk.com; font-src 'self' https://themes.googleusercontent.com; frame-src https://assets.zendesk.com https://www.facebook.com https://s-static.ak.facebook.com https://tautt.zendesk.com; object-src 'none'";
      

      Source


      1. https://gist.github.com/ethanpil/1bfd01a817a8198369efec5c4cde6628
      2. https://gist.github.com/plentz/6737338
      posted in Information Security
      root
      root
    • RE: Backend Developers

      @Nubelle

      Thanks bro

      posted in Job Portal
      root
      root
    • RE: Android game developed using Unity 3D

      Great man, can you post tutorial how to make a game with Unity 3D

      posted in Game Development
      root
      root
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 8 / 10