diff --git a/Linux/DevOps.txt b/Linux/DevOps.txt deleted file mode 100644 index acfa550..0000000 --- a/Linux/DevOps.txt +++ /dev/null @@ -1,326 +0,0 @@ -====== -Videos -====== - -DevOps - - What is DevOps? by Rackspace - Really great introduction to DevOps - https://www.youtube.com/watch?v=_I94-tJlovg - - Sanjeev Sharma series on DevOps (great repetition to really get the DevOps concept) - - Understanding DevOps - https://www.youtube.com/watch?v=HpZBnc07q9o - - DevOps: Where to Start - https://www.youtube.com/watch?v=CSrKwP1QrjE - - Continuous Delivery vs. Continuous Deployment (great comparison between the two) - https://www.youtube.com/watch?v=igwFj8PPSnw - - Adopting DevOps - Mapping your delivery pipeline (good next level down on the delivery pipeline, and self-service automation) - https://www.youtube.com/watch?v=KrRYqcSfEbs - - DevOps Whiteboard Client Interview Demonstration (great process walkthrough, and the importance of automation) - https://www.youtube.com/watch?v=U9SnBeKIO0I - -Programming Fundamentals - - Beginner - http://www.lynda.com/JavaScript-tutorials/Foundations-of-Programming-Fundamentals/83603-2.html - http://www.lynda.com/Developer-Programming-Foundations-tutorials/Foundations-Programming-Test-Driven-Development/124398-2.html - http://www.lynda.com/Developer-Programming-Foundations-tutorials/Foundations-Programming-Code-Efficiency/122461-2.html - - Intermediate - http://www.lynda.com/Developer-Programming-Foundations-tutorials/Foundations-Programming-Data-Structures/149042-2.html - http://www.lynda.com/Programming-tutorials/Foundations-of-Programming-Object-Oriented-Design/96949-2.html - http://www.lynda.com/Developer-Programming-Foundations-tutorials/Foundations-Programming-Refactoring-Code/122457-2.html - -Version Control - - Fundamentals - http://www.lynda.com/Version-Control-tutorials/Fundamentals-Software-Version-Control/106788-2.html - - Git - http://www.lynda.com/Git-tutorials/Git-Essential-Training/100222-2.html - https://www.youtube.com/watch?v=RwYbl_tpoVE&list=WL&index=1 Wrapping Your Head Around Git (The best video on Git internals!) - -Languages - - Scripting - - BASH - http://www.lynda.com/Bash-tutorials/Up-Running-Bash-Scripting/142989-2.html - - AWK - http://www.lynda.com/Linux-tutorials/AWK-Essential-Training/162719-2.html - - Perl - http://www.lynda.com/sdk/Perl-5-tutorials/essential-training/61025-2.html - - Object Oriented - - Ruby - https://pragmaticstudio.com/courses/ruby - https://pragmaticstudio.com/courses/ruby-blocks - http://www.lynda.com/Ruby-tutorials/Code-Clinic-Ruby/164143-2.html - - Python - http://www.lynda.com/Python-tutorials/Up-Running-Python/122467-2.html - http://www.lynda.com/Python-3-tutorials/essential-training/62226-2.html - http://www.lynda.com/Python-tutorials/Welcome/163752/182076-4.html - - Compiled - - Go Programming Language (golang) - http://golang.org/ - - Web Technologies - - HTML - http://www.lynda.com/HTML-tutorials/HTML-Essential-Training/170427-2.html - -Editors - - vi - http://www.lynda.com/vi-tutorials/Up-Running-vi/170336-2.html - - Sublime Text 2 - http://www.lynda.com/Sublime-Text-tutorials/Up-Running-Sublime-Text-2/114325-2.html - -Integrated Development Environments (IDE) - - Eclipse - http://www.lynda.com/Eclipse-tutorials/Up-Running-Eclipse/111243-2.html - -Databases - - Fundamentals - http://www.lynda.com/Programming-tutorials/Foundations-Programming-Databases/112585-2.html - -Docker - - Introduction to Docker Engine - https://www.youtube.com/watch?v=jB-Ddfph7EI - -===== -Books -===== - -Configuration Management Tools (Puppet, Chef, SaltStack, Ansible) - - DevOpsU: Taste Test - https://devopsu.com/books/taste-test-puppet-chef-salt-stack-ansible.html - -Docker - - The Docker Book - http://www.dockerbook.com/ - -Behavior Driven Development (BDD) - - The RSpec Book: Behaviour-Driven Development with RSpec, Cucumber, and Friends - by David Chelimsky, Dave Astels, Zach Dennis, Aslak Hellesøy, Bryan Helmkamp, Dan North - https://pragprog.com/book/achbd/the-rspec-book - - The Cucumber Book: Behaviour-Driven Development for Testers and Developers - by Matt Wynne and Aslak Hellesøy - https://pragprog.com/book/hwcuc/the-cucumber-book - - Cucumber Recipes: Automate Anything with BDD Tools and Techniques - by Ian Dees, Matt Wynne, Aslak Hellesoy - https://pragprog.com/book/dhwcr/cucumber-recipes - -Game Programming - - Learn Game Programming with Ruby: Bring Your Ideas to Life with Gosu by Mark Sobkowicz - https://pragprog.com/book/msgpkids/learn-game-programming-with-ruby - -Developer Environment Optimization - - tmux: Productive Mouse-Free Development by Brian P. Hogan - https://pragprog.com/book/bhtmux/tmux - -Software Craftsmanship - - Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin - http://my.safaribooksonline.com/book/software-engineering-and-development/agile-development/9780136083238 - -Refactoring - - Refactoring: Improving the Design of Existing Code by Martin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts - http://my.safaribooksonline.com/book/software-engineering-and-development/refactoring/0201485672 - -Seminal Works - - Code Complete - - Mythical Man Month - - K&R C Programming Language - -======== -Websites -======== - -DevOps - - Ansible - CM tool - http://docs.ansible.com/index.html - - Vagrant - Virtualization Management - https://www.vagrantup.com/ - https://www.vagrantup.com/downloads.html - https://docs.vagrantup.com/v2/ - - Terraform - Infrastructure as Code - https://terraform.io/ - - Packer - Machine Image Management - https://www.packer.io/ - - Consul - Service Discovery and Configuration Management - https://www.consul.io/ - - Docker - Linux Container and Package Management - https://www.docker.com/ - -Public Cloud - - Amazon Web Services - Public Cloud Provider - http://aws.amazon.com/ - - Rackspace - Public Cloud Provider - http://www.rackspace.com/ - - Digital Ocean - Public Cloud Provider - https://www.digitalocean.com/ - -Integrated Development Environments (IDE) - - JetBrains - IntelliJ (Java), RubyMine (Ruby/Rails), PyCharm (Python) - https://www.jetbrains.com/ - - Eclipse - http://www.eclipse.org/ - -Editors - - Sublime Text 2 - http://www.sublimetext.com/ - -Developer Environment Optimization - - Emmet — the essential toolkit for web-developers (supported in most IDEs) - http://docs.emmet.io/ - -Continuous Integration - - Jenkins - http://jenkins-ci.org/ - -Hosted Services - - Github - https://github.com/ - - Try Git - Got 15 minutes and want to learn Git? - https://try.github.io/levels/1/challenges/1 - -Code Training - - codeacademy - http://www.codecademy.com/ - - w3schools - http://www.w3schools.com/ - - rubymonk - https://rubymonk.com/ - - codewars - http://www.codewars.com/kata/latest/my-languages - - rubykoans - http://rubykoans.com/ - -Code Challenges - - HackerRank - https://www.hackerrank.com/ - - Ruby Warrior - https://www.bloc.io/ruby-warrior/#/ - -Refactoring - - Refactoring - http://www.refactoring.com/ - -Document Management - - Gollum - A simple, Git-powered wiki with a sweet API and local frontend. - https://github.com/gollum/gollum - -News - - Ruby Weekly - http://rubyweekly.com/ - -======== -Subjects -======== - -Software Configuration Management - - The Big 4 Concepts (identify, control, report, audit) - -Agile - - Scrum - - SCRUM in 6 minutes - https://www.youtube.com/watch?v=aP3TBpWWwJ8 - -Docker - -Development Tools - - Maven - - Gradle - -Monitoring - -Networking - - Cisco - Networking Basics: What You Need To Know - http://www.cisco.com/cisco/web/solutions/small_business/resource_center/articles/connect_employees_and_offices/networking_basics/index.html - - Tom's Hardware - LAN 101: Networking Basics - http://www.tomshardware.com/reviews/local-area-network-wi-fi-wireless,3020.html - -Provisioning - -Deployment - -Automation - -Metrics - - Lean Assessments (to determine where bottlenecks are in an organization and determine areas to improve) - - What metrics matter - -Software Craftsmanship - - Robert C. Martin - The Land that Scrum Forgot - https://www.youtube.com/watch?v=hG4LH6P8Syk - -Continuous Delivery - - Tools for Continuous Integration at Google Scale - https://www.youtube.com/watch?v=KH2_sB1A6lA - - Real-World Strategies for Continuous Delivery with Maven and Jenkins - https://www.youtube.com/watch?v=McTZtyb9M38 diff --git a/Linux/cicdt.html b/Linux/cicdt.html new file mode 100644 index 0000000..f20c326 --- /dev/null +++ b/Linux/cicdt.html @@ -0,0 +1,147 @@ + + + + Continuous Integration Traning Module | School Of Freelancing + + + + + + + + + + + + + +
+
+
+
+

Design For Software Development Company

+ +
+
+ +
+
+

Summary

+ + +

Training for adopt continuous integration and automated testing practice for software development team to do code repository management.

+

This training design for software development company to established continuous integration practice for code repository management using CI/CD pipeline also deliver same CI/CD related projects for verious clients.

+ + +

Continuous Integration (CI) is a development practice where developers integrate code into a shared repository frequently, preferably several times a day. Each integration can then be verified by an automated build and automated tests. Among them are revision control, build automation and automated testing.

+ +

+

What does CI and CD mean?

+

In software engineering, CI/CD or CICD generally refers to the combined practices of continuous integration and continuous delivery (aka continuous deployment). In the context of corporate communication, CI/CD can also refer to the overall process of corporate design and corporate identity.

+ +

What is continuous integration in DevOps?

+

Continuous integration is a DevOps software development practice where developers regularly merge their code changes into a central repository, after which automated builds and tests are run.

+ +

What is the main purpose of continuous integration?

+

The goal of Continuous Integration is to provide rapid feedback so that if a defect is introduced into the code base, it can be identified and corrected as soon as possible. Continuous integration software tools can be used to automate the testing and build a document trail.

+ +

What are the outcomes of this training?

+

(1) software development team can establish continuous integration, continuous delivery and continuous deployment for source code management.
+ (2) Software development team can deliver remote Auto DevOps related projects. +

+ + +
+ +
+
+
+ +
+
+ +
+
+
+
+
+
+
+ +
+ + +
+ +
+ +
+ +
+
+ +
Joining Instructions  |  HOME
+ +
+ + \ No newline at end of file diff --git a/about.html b/about.html index 8d35a54..0e3d119 100644 --- a/about.html +++ b/about.html @@ -1,15 +1,44 @@ - - + + + + + About Us | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +117,13 @@
@@ -86,8 +131,8 @@
  • Home
  • How To Join
  • KYC
  • -
  • Appointment
  • -
  • Enroll
  • +
  • Appointment
  • +
  • Enroll
  • diff --git a/billing/composer.lock b/billing/composer.lock index ea2e96d..0f837a2 100644 --- a/billing/composer.lock +++ b/billing/composer.lock @@ -1232,7 +1232,7 @@ "symfony/console": "^4.3.4", "symfony/debug": "^4.3.4", "symfony/finder": "^4.3.4", - "symfony/http-foundation": "^4.3.4", + "symfony/http-foundation": "^4.3.8", "symfony/http-kernel": "^4.3.4", "symfony/process": "^4.3.4", "symfony/routing": "^4.3.4", @@ -3892,7 +3892,7 @@ }, "require": { "php": "^7.1.3", - "symfony/mime": "^4.3", + "symfony/mime": "^4.3.8", "symfony/polyfill-mbstring": "~1.1" }, "require-dev": { @@ -4025,7 +4025,7 @@ }, { "name": "symfony/mime", - "version": "v4.3.6", + "version": "v4.3.8", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", diff --git a/billing/public/.htaccess b/billing/public/.htaccess index bac65f4..8265d7a 100644 --- a/billing/public/.htaccess +++ b/billing/public/.htaccess @@ -48,3 +48,10 @@ php_flag zlib.output_compression On # END cPanel-generated php ini directives, do not edit + +# php -- BEGIN cPanel-generated handler, do not edit +# Set the “ea-php73” package as the default “PHP” programming language. + + AddHandler application/x-httpd-ea-php73___lsphp .php .php7 .phtml + +# php -- END cPanel-generated handler, do not edit diff --git a/cicd.html b/cicd.html index 4fb4bb2..e072462 100644 --- a/cicd.html +++ b/cicd.html @@ -1,15 +1,44 @@ + + + + + + + +Auto DevOps Training | School Of Freelancing + + + + + + + + + + + + + + + + + + + + + + - + + -Continuous Integration | School Of Freelancing - - - - - + + + + + @@ -72,13 +117,13 @@
    @@ -86,8 +131,8 @@
  • Home
  • How To Join
  • KYC
  • -
  • Appointment
  • -
  • Enroll
  • +
  • Appointment
  • +
  • Enroll
  • @@ -144,10 +189,10 @@
    -

    Hands-on training to adopt continuous integration and automated testing practice for software development team for code repository management using CI/CD pipeline.

    +

    Design for software development company to established continuous integration practice for code repository management using CI/CD pipeline and deliver CI/CD clients project.

    @@ -206,15 +251,15 @@

     The Training

    -

     We did R&D and find every software development organization need to establish Auto DevOps pipeline setting for continuous integration

    +

     We did R&D and found every software development company need to establish Auto DevOps pipeline setting for continuous integration

     Training Output

     After successful training complete any trainee can able to earn by doing:
     - Automating the integration of code changes from multiple contributors into a single software project.
     - Automate your development process quickly, safely, and at scale.
    - - Can use GitLab DevOps platform to deliver any single application
    - - Test and Deploy with Confidence
    - - Continuous Integration and Continuous Delivery + - Can use GitLab DevOps platform to deliver any single application.
    + - Test and Deploy with Confidence.
    + - Continuous Integration and Continuous Delivery related client projects. @@ -225,9 +270,9 @@

     Prerequisite

     - Willingness, Patience & Concentration
    -  - A team of top professionals from any software development organisation
    +  - A team leader including top four software developer from any software     development company
     - Personal computer having Ubuntu 18.04.3 LTS Desktop Linux
    -  - GitHub organisation account and a team leader
    +  - GitHub organisation account
    @@ -240,8 +285,8 @@

     Prerequisite

     How to Apply

    -

     If you are determined to enroll this training then ping our mentor for sit 5 (five) minutes one 2 one personal interview session where mentor will check your PC configuration,  Internet speed and your English reading and chatting typing skills.

    -

     Mentor may ask you different types of questions which you will need to reply with patience. If you passed interview and our mentor recommended you for enrollment then  we will send you invitation email to join our training.

    +

     If you are determined to enroll this training then we will arrange five minutes one 2 one personal interview session with our mentor, where mentor will check your PC  configuration, Internet speed and your English reading and chatting skills. Schedule appointment using Facebook messenger also WhatsApp +8801748973769 for voice  confirmation.

    +

     Mentor may ask you different types of questions which you will need to reply with patience. If you passed interview and our mentor recommended you for enrollment then  we will send you invitation email to join our training.

     After receive invitation email you need to start our training within 24 hours to avoid marked you as scam for waste our times. If you are marked scam you are not eligible  any training with us in future. You are not able to seek any technical help to our mentor before enrollment such as, help you to setup Ubuntu Desktop Linux into your PC and  others.

     We accept bKash, direct bank deposit, PayPal, Skrill and BEFTN payment for join our training. After deposit joining fee any new freelancer can start this training within 1 hour  from home or office desk.

    @@ -256,7 +301,7 @@
     Mentor
     

     Rahim

           
    @@ -276,7 +321,7 @@

     Rahim

      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23¡Æ27'29.2"N 91¡Æ11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/coc.html b/coc.html index 8f876bd..704364a 100644 --- a/coc.html +++ b/coc.html @@ -1,15 +1,43 @@ + + + - + Code Of Conduct | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    @@ -161,7 +205,7 @@
      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/contact.html b/contact.html index 8baa94d..f5da1ca 100644 --- a/contact.html +++ b/contact.html @@ -1,13 +1,41 @@ - + + + + Contract | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -70,13 +114,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    @@ -146,7 +190,7 @@
    - +      

    Fill-up

    @@ -166,7 +210,7 @@
      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/faq.html b/faq.html index f715b51..486085e 100644 --- a/faq.html +++ b/faq.html @@ -1,15 +1,43 @@ -e + - - + + + + + FAQs | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    diff --git a/getstart.html b/getstart.html index 3d7b988..0ff6995 100644 --- a/getstart.html +++ b/getstart.html @@ -1,13 +1,43 @@ - + + + + + + Get Start | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -70,13 +116,13 @@
      -
    • -
    • -
    • -
    • -
    • -
    • -
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    @@ -173,7 +219,7 @@

    Join with us if you like to work as a Freel
      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/getsupport.html b/getsupport.html index b5cf118..63611de 100644 --- a/getsupport.html +++ b/getsupport.html @@ -1,15 +1,43 @@ + + + - + Get Support | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    @@ -180,7 +224,7 @@

    Exclusive Support From Exclusive Linux Prof
      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/howtjoin.html b/howtjoin.html index 73dfbba..0241072 100644 --- a/howtjoin.html +++ b/howtjoin.html @@ -1,15 +1,43 @@ + + + - + How To Join | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    @@ -146,7 +190,7 @@
  • How To Join
  • -

    Our training offer a best Linux freelancing learning experience from home or office desk

    +

    You can join from your home or office desk for “work freely” without any dependency

    @@ -154,13 +198,18 @@ -
    -
    -
    -School Of Freelancing is practical project management freelancing ecosystem to provide Linux related Freelancing training from home using freelancer, fiverr, peopleperhour and guru dot com. For join visit our joining instruction -
    -
    -
    +
    +

     

    +

     If you are determined to enroll this training then we will arrange five minutes one 2 one personal interview session with our mentor, where mentor will check your PC configuration, Internet speed and your English reading and chatting skills. Schedule appointment using Facebook messenger also WhatsApp +8801748973769 for voice confirmation.

    +

     Mentor may ask you different types of questions which you will need to reply with patience. If you passed interview and our mentor recommended you for enrollment then  we will send you invitation email to join our training.

    +

     After receive invitation email you need to start our training within 24 hours to avoid marked you as scam for waste our times. If you are marked scam you are not eligible  any training with us in future. + You are not able to seek any technical help to our mentor before enrollment such as, help you to setup Ubuntu Desktop Linux into your PC and  others.

    +

     We accept bKash, direct bank deposit, PayPal, Skrill and BEFTN payment for join our training. After deposit joining fee any new freelancer can start this training within 1 hour  from home or office desk.

    Please visit joining instruction for each training. Before join this training please check training modules are align and necessary to level up your skills and you are happy to  enroll. +
    + + + @@ -170,7 +219,7 @@
    -

    Work freely without dependency

    +

    Work freely without dependency

    @@ -187,7 +236,7 @@
      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/index.html b/index.html index 379b6c3..98643da 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,42 @@ + + + + + +School Of Freelancing | Linux Freelancing Training Platform + + + + + + + + + + + + + + + + + + + + + + - + + -School Of Freelancing - Linux Freelancing Training Platform - - - - - + + + + + @@ -145,7 +188,7 @@
      -

      Developing Linux freelancer is our mission

      +

      Developing Linux Freelancer is our Mission

      We’re on a mission to empower Linux freelancing around the globe to earn money from home

      Book Now
      @@ -156,7 +199,7 @@

      -

      Hands-on Linux training for newbie freelancer

      +

      Hands-on Linux Training For Newbie Freelancer

      We provide on-demand Linux prject based one-to-one freelancing training using AnyDesk

      Book Now
      @@ -166,7 +209,7 @@

      -

      Made in Bangladesh for Linux freelancing training

      +

      Made in Bangladesh for Linux Freelancing Training

      We’re working hard to build Linux freelancer community through open source technology

      Book Now
      @@ -248,7 +291,7 @@

      - +PayPal @@ -272,7 +315,7 @@

      - +PayPal

      @@ -299,7 +342,7 @@

      - +PayPal

      @@ -332,7 +375,7 @@

      Linux Freelancing Training

    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • -
    • Mailto: office@schooloffreelancing.com
    • +
    • Mailto: Back Office
    diff --git a/kyc.html b/kyc.html index 47037c0..42d1c05 100644 --- a/kyc.html +++ b/kyc.html @@ -1,15 +1,43 @@ - - + + + + + KYC | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
      -
    • -
    • -
    • -
    • -
    • -
    • -
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    @@ -137,6 +181,7 @@ + -
    @@ -222,11 +224,11 @@

     Prerequisite

    -  - Willingness, Patience & Concentration
    -  - Personal computer having 4GB of RAM (8GB recommended)
    -  - 24 hours high speed wired INTERNET connection
    -  - Government issued photo ID
    -  - Can read & understand English including good typing skills +  - Willingness, patience and concentration.
    +  - Personal computer having 4GB of RAM (8GB recommended).
    +  - 24 hours high speed wired INTERNET connection.
    +  - Must have government issued photo ID (Passport, NID or driving license).
    +  - Can read & understand English including good typing skills. @@ -239,7 +241,7 @@

     Prerequisite

     How to Apply

    -

     If you are determined to enroll this training then ping our mentor for sit 5 (five) minutes one 2 one personal interview session where mentor will check your PC configuration,  Internet speed and your English reading and chatting typing skills.

    +

     If you are determined to enroll this training then we will arrange five minutes one 2 one personal interview session with our mentor, where mentor will check your PC  configuration, Internet speed and your English reading and chatting skills. Schedule appointment using Facebook messenger also WhatsApp +8801748973769 for voice  confirmation.

     Mentor may ask you different types of questions which you will need to reply with patience. If you passed interview and our mentor recommended you for enrollment then  we will send you invitation email to join our training.

     After receive invitation email you need to start our training within 24 hours to avoid marked you as scam for waste our times. If you are marked scam you are not eligible  any training with us in future. You are not able to seek any technical help to our mentor before enrollment such as, help you to setup Ubuntu Desktop Linux into your PC and  others.

    diff --git a/logo.jpg b/logo.jpg new file mode 100644 index 0000000..cf2b5dd Binary files /dev/null and b/logo.jpg differ diff --git a/mentor.html b/mentor.html index d01e8bc..f0addf2 100644 --- a/mentor.html +++ b/mentor.html @@ -1,15 +1,42 @@ + + + - - + Mentor | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +115,13 @@
      -
    • -
    • -
    • -
    • -
    • -
    • -
    • +
    • +
    • +
    • +
    • +
    • +
    • +
    @@ -161,7 +204,7 @@
    - teacher + Dr. Jamil

    Dr. Jamil

    @@ -180,7 +223,7 @@

    Dr. Jamil

    - teacher + Barrister Khandoker Kawsar

    Barrister Khandoker Kawsar

    @@ -200,7 +243,7 @@

    Barrister Khandoker Kawsar

    - teacher + Rahim

    Rahim

    @@ -222,7 +265,7 @@

    Rahim

    - teacher + Masum

    Masum

    @@ -265,7 +308,7 @@

    Exclusive Professionals Training

      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/notice.html b/notice.html index 4500d4f..a204113 100644 --- a/notice.html +++ b/notice.html @@ -1,15 +1,43 @@ + + + - + Notice | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    @@ -137,6 +181,7 @@ +
    @@ -264,7 +321,7 @@

    We Train People Well Enough So They Can Sur
      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/pp.html b/pp.html index 9230ecb..907654b 100644 --- a/pp.html +++ b/pp.html @@ -1,15 +1,43 @@ + + + - + Privacy Policy | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +

    @@ -162,7 +206,7 @@
      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/quick.html b/quick.html index 5cbac73..74c1562 100644 --- a/quick.html +++ b/quick.html @@ -1,15 +1,43 @@ + + + - + Quick Start Team | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    @@ -311,7 +355,7 @@

    Work From Home With Linux Confidence

      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/research.html b/research.html index 6f3f057..435cf46 100644 --- a/research.html +++ b/research.html @@ -1,15 +1,43 @@ + + + - + School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    @@ -137,6 +181,7 @@ +
    @@ -260,7 +305,7 @@

    Join Our Training From Anywhere Using Anyde
      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/robots.txt b/robots.txt index c17087c..a590d23 100644 --- a/robots.txt +++ b/robots.txt @@ -1,3 +1,4 @@ -sitemap: https://www.schooloffreelancing.com/sitemap.xml +User-agent: * +Allow: / sitemap: https://www.schooloffreelancing.com/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml index 56fafd2..bf1e965 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1,122 +1,150 @@ - - - - + + + + https://www.schooloffreelancing.com/ - 2020-01-10T20:17:27+00:00 + 2020-03-02T22:55:33+00:00 + always 1.00 https://www.schooloffreelancing.com/howtjoin.html - 2020-01-10T20:35:23+00:00 + 2020-03-05T18:13:34+00:00 + always 0.80 https://www.schooloffreelancing.com/kyc.html - 2020-01-10T20:35:43+00:00 + 2020-03-02T22:42:22+00:00 + always 0.80 https://www.schooloffreelancing.com/about.html - 2020-01-10T20:44:21+00:00 + 2020-03-02T22:37:16+00:00 + always 0.80 https://www.schooloffreelancing.com/training.html - 2020-01-10T20:41:05+00:00 + 2020-03-02T22:46:26+00:00 + always 0.80 https://www.schooloffreelancing.com/trainee.html - 2020-01-10T20:40:25+00:00 + 2020-03-02T22:46:07+00:00 + always 0.80 https://www.schooloffreelancing.com/mentor.html - 2020-01-10T20:36:27+00:00 + 2020-03-02T22:42:58+00:00 + always 0.80 https://www.schooloffreelancing.com/notice.html - 2020-01-10T20:36:42+00:00 + 2020-03-02T22:43:32+00:00 + always 0.80 https://www.schooloffreelancing.com/research.html - 2020-01-10T20:38:15+00:00 + 2020-03-02T22:44:43+00:00 + always 0.80 https://www.schooloffreelancing.com/quick.html - 2020-01-10T20:37:51+00:00 + 2020-03-02T22:44:23+00:00 + always 0.80 https://www.schooloffreelancing.com/contact.html - 2020-01-10T20:17:48+00:00 + 2020-03-02T22:39:56+00:00 + always 0.80 https://www.schooloffreelancing.com/linux.html - 2020-01-10T20:36:10+00:00 + 2020-03-02T22:33:53+00:00 + always 0.80 https://www.schooloffreelancing.com/cicd.html - 2020-01-10T20:13:01+00:00 + 2020-03-02T22:38:17+00:00 + always 0.80 https://www.schooloffreelancing.com/startup.html - 2020-01-09T22:45:26+00:00 + 2020-03-02T22:45:05+00:00 + always 0.80 https://www.schooloffreelancing.com/success.html - 2020-01-10T20:38:50+00:00 + 2020-03-02T22:45:25+00:00 + always 0.80 https://www.schooloffreelancing.com/faq.html - 2020-01-10T20:21:18+00:00 + 2020-03-02T22:40:24+00:00 + always 0.80 https://www.schooloffreelancing.com/getsupport.html - 2020-01-10T20:23:00+00:00 + 2020-03-02T22:41:22+00:00 + always 0.80 https://www.schooloffreelancing.com/getstart.html - 2020-01-10T20:22:01+00:00 + 2020-03-02T22:40:50+00:00 + always 0.80 https://www.schooloffreelancing.com/tou.html - 2020-01-10T20:39:16+00:00 + 2020-03-02T22:45:47+00:00 + always 0.80 https://www.schooloffreelancing.com/pp.html - 2020-01-10T20:37:22+00:00 + 2020-03-02T22:43:56+00:00 + always 0.80 https://www.schooloffreelancing.com/coc.html - 2020-01-10T20:15:34+00:00 + 2020-03-02T22:39:11+00:00 + always 0.80 https://www.schooloffreelancing.com/Linux/ 2019-12-02T23:48:51+00:00 + always 0.64 - - + + https://www.schooloffreelancing.com/Linux/cicdt.html + 2020-02-02T01:48:38+00:00 + always + 0.64 + + + \ No newline at end of file diff --git a/startup.html b/startup.html index ddd2c39..daad7c8 100644 --- a/startup.html +++ b/startup.html @@ -1,15 +1,43 @@ + + + - + Startup Development | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +

    @@ -139,6 +183,7 @@ +
    @@ -246,12 +291,12 @@

     Prerequisite

     How to Apply

    -

     If you are determined to enroll this training then ping our mentor for sit 5 (five) minutes one 2 one personal interview session where mentor will check your PC configuration,  Internet speed and your English reading and chatting typing skills.

    +

     If you are determined to enroll this training then we will arrange five minutes one 2 one personal interview session with our mentor, where mentor will check your PC  configuration, Internet speed and your English reading and chatting skills. Schedule appointment using Facebook messenger also WhatsApp +8801748973769 for voice  confirmation.

     Mentor may ask you different types of questions which you will need to reply with patience. If you passed interview and our mentor recommended you for enrollment then  we will send you invitation email to join our training.

     After receive invitation email you need to start our training within 24 hours to avoid marked you as scam for waste our times. If you are marked scam you are not eligible  any training with us in future. You are not able to seek any technical help to our mentor before enrollment such as, help you to setup Ubuntu Desktop Linux into your PC and  others.

     We accept bKash, direct bank deposit, PayPal, Skrill and BEFTN payment for join our training. After deposit joining fee any new freelancer can start this training within 1 hour  from home or office desk.

    - Please visit joining instruction for more details. Before join this training please check training modules are align and necessary to level up your skills and you are happy to  enroll. + Please visit joining instruction for more details. Before join this training please check training modules are align and necessary to level up your skills and you are happy to  enroll.
    @@ -281,7 +326,7 @@

     Masum

      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23¡Æ27'29.2"N 91¡Æ11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/success.html b/success.html index 690d0c5..b54020c 100644 --- a/success.html +++ b/success.html @@ -1,15 +1,43 @@ + + + - + School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    @@ -195,7 +239,7 @@

    Level up your Linux skills with us

      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/tou.html b/tou.html index 3dffbee..4d50682 100644 --- a/tou.html +++ b/tou.html @@ -1,15 +1,43 @@ + + + - + Terms Of Use | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    @@ -161,7 +205,7 @@
      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/trainee.html b/trainee.html index 4edb3e8..c59aec6 100644 --- a/trainee.html +++ b/trainee.html @@ -1,15 +1,43 @@ + + + - + Trainee | School Of Freelancing -Azad - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    @@ -137,6 +181,7 @@ +
    @@ -160,7 +205,7 @@
    -

     Current trainees on learning phase

    +  Current trainees on learning phase
    @@ -168,7 +213,7 @@

     Current trainees on learning phase

    -  AbulKalam Azad
    +  AbulKalam Azad
           
    @@ -185,7 +230,7 @@

     Current trainees on learning phase

    - Tanzina Noor
    + Tanzina Noor
          
    @@ -195,7 +240,7 @@

     Current trainees on learning phase

    - Ashraf Ullah
    + Ashraf Ullah
          
    @@ -205,7 +250,7 @@

     Current trainees on learning phase

    - Anis Ahmed
    + Anis Ahmed
          
    @@ -216,7 +261,7 @@

     Current trainees on learning phase

    -  Alamgir Zico
    +  Alamgir Zico
            
    @@ -227,7 +272,7 @@

     Current trainees on learning phase

    - Khaleda Ferdous
    + Khaleda Ferdous
         
    @@ -238,7 +283,7 @@

     Current trainees on learning phase

    - Nahid Mohammod
    + Nahid Mohammod
          
    @@ -250,7 +295,7 @@

     Current trainees on learning phase

    - Tanvir Ahmad
    + Tanvir Ahmad
          
    @@ -262,7 +307,7 @@

     Current trainees on learning phase

    -  Arif Siddiquie
    +  Arif Siddiquie
          
    @@ -274,7 +319,7 @@

     Current trainees on learning phase

    - Naushed Ahmed
    + Naushed Ahmed
         
    @@ -287,7 +332,7 @@

     Current trainees on learning phase

    - Sabbir Ahmad
    + Sabbir Ahmad
          
    @@ -300,7 +345,7 @@

     Current trainees on learning phase

    - Ataur Rahman
    + Ataur Rahman
     
    @@ -311,7 +356,7 @@

     Current trainees on learning phase

    -  Kuntal Biswas
    +  Kuntal Biswas
           
    @@ -322,7 +367,7 @@

     Current trainees on learning phase

    - Mojam Haque
    + Mojam Haque
          
    @@ -333,7 +378,7 @@

     Current trainees on learning phase

    - Rashedul Hasan
    + Rashedul Hasan
       
    @@ -344,7 +389,7 @@

     Current trainees on learning phase

    - Fazlul Karim
    + Fazlul Karim
     
    @@ -355,7 +400,7 @@

     Current trainees on learning phase

    -  Meajbaur Rahman
    +  Meajbaur Rahman
           
    @@ -366,7 +411,7 @@

     Current trainees on learning phase

    - Rakibul Islam
    + Rakibul Islam
           
    @@ -377,7 +422,7 @@

     Current trainees on learning phase

    - Minhazul Haque
    + Minhazul Haque
       
    @@ -389,13 +434,66 @@

     Current trainees on learning phase

    - Vacant
    + Kaisar Hamid
    +   +   +
    +
    +
    + + + + +
    +
    +
    +  Ariful Islam
    +      +   +
    +
    +
    + + + +
    +
    +
    + VACANT
       
    + + +
    +
    +
    + VACANT
    +   +   +
    +
    +
    + + + +
    +
    +
    + VACANT
    +   +   +
    +
    +
    + + + + +

    @@ -440,7 +538,6 @@

     Current trainees on learning phase

    -
    @@ -467,7 +564,7 @@

    Stay Up To Date Doing Cutting Edge Linux Pr
      -
    • Business Root: 2327'29.2"N 9111'15.7"E
    • +
    • Business Root: 23°27'29.2"N 91°11'15.7"E
    • Voice +8801748973769
    • Mailto: office@schooloffreelancing.com
    • diff --git a/training.html b/training.html index 8646666..6f2547c 100644 --- a/training.html +++ b/training.html @@ -1,15 +1,43 @@ + + + - + Training | School Of Freelancing - - + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + @@ -72,13 +116,13 @@
        -
      • -
      • -
      • -
      • -
      • -
      • -
      • +
      • +
      • +
      • +
      • +
      • +
      • +
    @@ -138,6 +182,7 @@ +
    @@ -278,7 +323,7 @@

    Convert Your Ideal Times Into Valuabl