Category Archives: Homeschool

Nothing Matters More Than Becoming An Independent Leader Of Independent People

Startup in helping everyone around to migrate their own business completely into the clouds for marketing only through smartphone apps by training them also for helping everyone else in the same way. Thus the greatest ever migration shall take place leading the humankind into the immediate future. Inevitably it is an epoch changing order.

You help everyone in becoming an independent outlet of Sangkrit.net so that you shall be leading your division of these independent outlets with all possible residual income constanly coming to you always. Sangkrit has opened up that way to you.

Moreover nothing matters more than becoming an independent leader of independent people. May the force be with you.

Configuring Object Caching System On Linux VPS & Dedicated Servers

Object caching system speeds up any dynamic database-driven website by caching data and objects in RAM. As a result, you get a faster website and a server that handles more traffic in fewer resources.

This is recommended for you especially if you have subscribed limited RAM option on your server. Even if your RAM is high, configuring it will help you reduce the resource consumption of your server.

Memcached is a free object caching system that offers you a high-performance, distributed memory object caching system.

There are 3 parts that need to be present for Memcached caching to work properly on your VPS or Dedicated Server:

  1. The background process i.e. Memcached Daemon needs to be installed on your server and configured to listen on the correct port, and start automatically at server startup
  2. The Memcached PHP libraries must be installed to allow your PHP application suchas WordPress, etc. to communicate with this object caching system
  3. Your PHP application must be configured to use Memcached

Installing & configuring Memcached on your server

Login to your VPS or Dedicated Servers. The installation is done from the command line but it works with all WHM/cPanel also Plesk

First, follow these three steps:

  1. Make sure administrator access is enabled
  2. Connect to your server with SSH
  3. Switch to the root user

Next, start with these commands:

  1. Install Memcached using YUM
    yum -y install memcached
  2. Configure Memcached to start automatically at boot time
    systemctl enable memcached
  3. Change the Memcached configuration to make the service more secure and to configure the amount of RAM to allocate:

Edit the configuration file with your favorite text editor – vim /etc/sysconfig/memcached

That’s how it will look like

PORT="11211"
USER="memcached"
MAXCONN="1024"
CACHESIZE="64"
OPTIONS=""

It’s important to update the OPTIONS line to bind Memcached with localhost and to disable UDP traffic, protecting from certain attacks:

OPTIONS="-l 127.0.0.1 -U 0"

You also need to configure CACHESIZE to the amount of RAM you’d like to use. This depends on how much total RAM the server has, but 512M to 1024M is often a good place to start:

CACHESIZE="1024"

The modified file should look something like this:

PORT="11211"
USER="memcached"
MAXCONN="1024"
CACHESIZE="1024"
OPTIONS="-l 127.0.0.1 -U 0"

Check and save the file and then use the command – systemctl restart memcached to restart Memcached. This is going to reflect your changes.

The next coming lessons will guide you on how you can test whether Memcached is working or not and also how you can set up PHP libraries and configure your website to use an object-catching system such as Memcached.

Ice Takes Time To Melt

Everything takes time. Nothing happens all of a sudden; niether good nor bad; the way ice takes time to melt.

People specializes into anything only by practising regularly. That is how a systematic routine brings in the best of results by compounding regular benefits. Like regularly investing builds great wealth.

Similarly any bad habit can finally destroy anyone. Smoking ultimately causes cancer as every cigarette contributes towards that. That is how the compounding effect gets built up for anything.

Do Not Depreciate Yourself

Friends do not really help like the colleges haven’t ever made anyone wiser the way a fixed deposit cannot make anyone richer. These are only assumptions that friends, colleges and fixed deposits help you somehow.

In fact these only depreciate you over a period of time by making you even dumber and poorer for sure before to leave you ultimately helpless in life.

Moreover friends, colleges and fixed deposits actually eat into a lot of your precious time and money that is essential for your own growth. In fact you simply need not all that.

Colleges won’t ever make you any wiser.

What Steve Jobs felt in his Reed College was real that it is eating a lot of money that his parents earned by hard work without teaching him anything worthwhile and he decided to dropout. Bill Gates dropped out of the Harvard University. Mark Zuckerberg did the same since Harvard was just incapable of teaching him any dominant web technologies that could get used for facebook then.

Their colleges worked like institutional conspiracy to keep them backward but they got themselves timely freed from there. You too do that before this gets really late for you.

Fixed deposits won’t ever make you any richer.

Instead of buying your favourite smartphone you decide to make a fixed deposit. You do so just to increase your future purchasing power. But what happens after the lock-in period over your money completes?

You find that your that money has become now insufficient for purchasing your favourite smartphone since inflation proves to be greater than the return your fixed deposit earns over a period of time.

Appreciate yourself by expanding your universe

Far away from these deviations the open knowledge campus of Sangkrit.net helps you business-wise to become wiser, richer and a very helpful person for everyone around because its completely independent eco-system really helps everyone in becoming wiser, richer and friendly forever.

Sangkrit.net is just another universe to thrive independently the way that you never fail or feel lonely. You help everyone around to get involved like you are in helping everyone to bring own business online in a completely cloud infrastructure with online support and global exposure.

Thus expanding this universe makes money for everyone involved because being friendly works far better than having friends. Sangkrit.net really makes you wiser, richer and friendly forever.

How To Make Your Greatest Shareholdings

The greatest shareholdings are only those which continue to earn for you while your attention is away from them also even if they do not grow your wealth that crazily high like any momentum stock does more often than not.

But would any sane person ever employ a cook who can prepare very tasty dishes but habitually steals something and is planning to poison the family to run away with everything in the house so the owners of the house have to keep an eye on his every move almost constantly to enjoy crazily tasty dishes for a very short period of time till an early death?

Universal answer to that must obviously be no so you must imply the same wisdom over many great growing stocks also if they cannot just keep growing without your keeping an eye over them almost constantly.

Do Not Trade Your Mother Tongue For Anything

People, who have traded their mother tongue for material well-being, cannot be treated as trustworthy anywhere. Next they trade their motherland seeking opportunities elsewhere. In fact they just destroy the local naturalness everywhere.

Local naturalness must get protected everywhere. Everywhere local development is also necessary. So superior is staying wherever you are born to work for your people in your own language. Sangkrit.net makes all that everywhere possible.

Just do not trade your mother tongue and motherland for anything at all. People who do so can trade anyone also like that.

Configuring SSL On Linux VPS & Dedicated Servers

To configure an SSL on your server there are mainly three steps: subscribe to it, generate a certificate signing request, and once SSL is approved, install it on your server.

This lesson shows you the step-by-step process of implementing SSL on a Linux-based server.

What is SSL? The SSL certificate establishes encryption over information that is sent to the server. It scrambles data into an undecipherable format that can only be returned to a readable format with a proper decryption key. 

How Does SSL Works? When a client attempts to send confidential information to a Web server, the user’s browser accesses the server’s digital certificate and establishes a secure connection.

SSL authenticates the identity of a website. It contains the following information: 

  1. The certificate holder’s name & public key 
  2. The certificate’s serial number and expiration date 
  3. The digital signature of the certificate-issuing authority

How to install SSL on your VPS or Dedicated Server?

  1. Open SANGKRIT.net account
  2. Visit your Products page
  3. Select SSL Certificates 
  4. Select Manage for the certificate you want to use
  5. Under Download Certificate, select a Server type and then select Download Zip File.

Launch your dedicated server:

  1. Visit your Products page
  2. Click the Servers tab
  3. Next to the account, you want to use, click Launch
  4. From the management interface, next to cPanel Site,
  5. Click Manage Server (WHM) and click Proceed

Upload & Install SSL certificate

  1. Search SSL on the left sidebar menu on WHM cPanel
  2. Click Install an SSL certificate on the domain
  3. Type your domain name in the first field
  4. Click the Browse button
  5. Select and upload your SSL certificate
  6. Click Install button

When you choose the browse and upload option, the empty fields are auto-discovered and filled from the SSL you are uploading. Once SSL is installed you may redirect your HTTP site to an HTTPS connection.

You Need Not Have A Master

You should startup in the Internet industry by becoming an independent outlet into the universe of Sangkrit so you need not have a master. Otherwise whatever qualifications pave the way for a job; will make you meet your master for sure and your life shall remain subordinated forever.

That is how all such courses transport you beyond your independence. They pave the wrong way indeed if you need not have a master.

You can easily startup by selling completely cloud infrastructure to bring every business online with all possible support and global exposure. That is the future of humanity getting shaped.

You Must Be Completely Comprehensible And Comprehensibly Complete

The power of a sentence comes in its being completely comprehensible the way it becomes comprehensibly complete. That makes the message loud and clear.

Use that as your first sentence formula for talking to the people. That can guarantee your complete success in communicating your meassage.

Talking to the people is the greatest ever task. At all times you must be completely comprehensible and comprehensibly complete.

Do Not Die Poor Or Unpopular

If dying poor is the worst thing, dying unpopular is even worse. Sangkrit has set the best way of retiring so his disciples do not die poor or unpopular.

Following that you have to keep on learning and doing two things throughout your entire lifetime; writing the best of books and investing into the best of businesses. This paves a sure way of not dying poor or unpopular at all.

Lifetime learning and investing makes the magic of compounding for you and writing books can keep all that compounded knowledge eternally alive. They continue to findout trustworthy companions for you even when you are nowhere around. Even they keep you also around by doing that.

Testing Linux, Apache, MySQL, & PHP On Your VPS Or Dedicated Server

In the previous lesson, you learned about configuring the super admin access to your server.

Next, while launching a new web application project or a simple website you will need to make sure that the server versions of Linux, Apache, MySQL, and PHP are compatible with the application you like to build or install on your VPS or Dedicated Server.

At SANGKRIT.net, you always get an up-to-date server so you won’t be facing any such compatibility issues here. But, there are commands to check different versions of commonly installed services on your LAMP Server (VPS or Dedicated) running CentOS, Ubuntu, or Fedora.

Simply run these commands to check your versions of Linux, Apache, MySQL & PHP:

Apache: /usr/sbin/httpd -v or httpd -v

Server version: Apache/2.2.29 (Unix) Server built: Oct 9 2020 11:35:25 Cpanel::Easy::Apache v3.26.8 rev9999


Apache on cPanel: /usr/local/apache/bin/httpd -v

Server version: Apache/2.2.29 (Unix) Server built: Oct 9 2020 11:35:25 Cpanel::Easy::Apache v3.26.8 rev9999


Curl: rpm -q curl

curl-7.19.7-40.el6_6.3.x86_64


Bash: bash –version

GNU bash, version 4.1.2(1)-release (x86_64-redhat-linux-gnu) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>


Exim: exim -bV

Exim version 4.84 #2 built 9-Oct-2020 15:02:41


Glibc: ls /lib/libc-*

/lib/libc-2.12.so*


Kernel: uname -r

2.6.32-042stab093.5


PHP: php -v

PHP 5.4.33 (cli) (built: Oct 7 2014 11:48:26) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies


MySQL: mysql -v

Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 213432 Server version: 5.5.40-cll MySQL Community Server (GPL)


CentOS/Fedora: cat /etc/redhat-release

CentOS release 7.6 (Final)

Here, Linux is the operating system you are using on your VPS or Dedicated Server, Apache is the most popular HTTP server used on the public internet, MySQL is the database that contains all text and password information of your website and PHP is the programming language used to code web applications.

These most commonly used services need to work on your server so that you can build websites and web applications on your domains.

Making Highlevel Changes To Your Linux VPS Or Server

Before making high-level changes such as installing new applications or setting up server configurations, you will need to make sure that super admin i.e. sudo (also called as ‘root’) access has been enabled on your Linux-based VPS or Dedicated Server.

To do it, login to your SANGKRIT.net account and follow these steps:

  1. Visit your ‘Products‘ page
  2. On your ‘My Products‘ page, click ‘Manage
  3. In the account ‘Dashboard‘, select ‘Settings‘ option at the top of the page
  4. Select ‘Enable Admin Access’ (this is root account sudo access) 
  5. Now click ‘Save

In the settings section, you will see that admin access is now enabled on your server.

Next, to enjoy the privileges of super admin, you will need to switch to the root user. But be careful you now can do anything having super admin access, and now it is really easy for you to mess up your server. 

To switch to sudo i.e. root user, follow these steps:

  1. Enable root access for your server (you have already done that in the above mentioned steps)
  2. Next, connect your server via SSH
  3. Run this command: sudo su –
  4. Enter your server password

You now have the root access.

Make Your Life A Leisure

Startup in the internet industry as an outlet of Sangkrit.net to make everyone also an outlet like you. So that you actually start leaving almost everything to your assistants to make your life a leisure for yourself as that is the way of living in the universe of Sangkrit. Money comes flowing in for everyone as this universe expands.

Your outlets freely trade online support and global exposure while selling cloud infrastructure to bring every business online. Help everyone around to let bring their business online. Selling cloud infrastructure is the master key of business. Everything that is digitally deliverable is to be delivered digitally in a due course of time. When people buy into cloud infrastructure, they are more likely to buy online support and global exposure also.

Success here has the simplest algorithm for the leaders of a division of independent outlets like you. You are left with cleaning, cooking, programming and blogging just to end up domaining your whole benevolent venture. Life hereafter goes on within your house just like a permanent picnic for your family.

We Are Clouds, Selling Clouds

Sangkrit.net, the global portal in the business of selling completely cloud infrastructure along with all the necessary online support & global exposure via independent outlets, is itself a completely cloud infrastructure just like that as it is often said that we are clouds, selling clouds.

This must not ever get violated; never by no one, nowhere. It is a matter of commercial essence that clouds get sold by clouds. That is why no one is permitted to open an office anywhere.

This grows peer to peer only organically without loading any debt burden upon anyone involved.

Sangkrit Homeschools Into System Engineering For Free

System Engineering is the ultimate course to lead in future so Sangkrit homeschools everyone into this for free. Henceforth here everyone is free for pursuing this at one’s own pace.

Startup interface Sangkrit.net already homeschools everyone for homemploying everywhere in a blockchain order of independent outlets. These outlets run the free trade of online support & global exposure from everywhere around this portal. Thus one can earn from the very beginning while continue to learn the advanced engineering that runs the actual system at Sangkrit.net.

The smartest whizkids must complete this qualification to get homemployed by their clients as System Administrator. This is necessary to get paid at the highest hourly per terminal rate.

Accessing The Recovery Console Of Linux VPS & Dedicated Server

In the previous lesson, you learned about the secure shell i.e. SSH. Next important thing is that if you lose access to your server due to some security issue, you can use the recovery console provided to you to regain access (via SSH) to your Linux VPS or Dedicated Server.

For example, in a case, if you have been accidentally locked out by some new firewall or IP rule then a recovery console is the thing you will need to regain access to your server. But there also you will need to know your server username and password so that you can connect to your server via SSH.

But before that, you should know while working on Linux VPS, some steps to regain access are different from the actual steps of the recovery console on the Dedicated Server.

So, If you are a VPS user simply follow these steps:

  1. Login to your SANGKRIT.net account and visit your Products page
  2. On your My Products page, click Servers, and next to the server you like to use, click Manage button
  3. Now in the top left corner of the Account Dashboard, select Recovery Console
  4. Next press Enter and now you can now log into your server to make changes

Whereas on a Dedicated Server, log in to your SANGKRIT.net account and follow these steps:

  1. Click the Servers option on your My Products page
  2. Click Manage right next to the Server you like to use
  3. On the top-right corner, click Server Actions
  4. Select Recovery Console

It takes a moment for the Recovery Console and then it automatically launches in a new browser tab. You will have to use your SSH login credentials to get into your server to make the required changes.

Now, the next important thing you should know is in case logging in through the Recovery Console does not work for you or it is of no help to you then, you should try booting your server in Rescue Mode. We will discuss the Server Rescue Mode in our next lesson.

No Internet Promotion Is Complete Without A Website

The Internet has become the ultimate way of promoting anything worldwide or at a targetted location. 

If you are also thinking of using the Internet to promote your business then you must start by registering your domain name and making your website because no Internet marketing is complete without a website.

Unlike other offline ways of promotion, in addition to advertisement dialogs, the Internet additionally offers a clickable link that must direct your prospect to your website, and nowhere else because only your website can give you complete control over converting your prospects into customers.

Start by blogging your business

Exploring and examining campaigns can be an unnerving and long task for business owners, especially the ones who don’t want to keep a big team or staff. That is why we suggest you to simply start by blogging your business.

Because, with a blog, your possibilities become endless. A single blog post can do everything and give you everything which you otherwise get with paid promotions and costly marketing campaigns. 

For that, you simply need to your register domain name

Register your domain name, and then you can easily start your business website plus a blog with Managed WordPress, you can also use it for eCommerce i.e. online selling of your products. Moreover, you may combine it with an Email Marketing plan that now offers several enhancements to its digital marketing capabilities. Thus, making it easier and faster for small as well as big business owners who want to digitally connect with their prospects and customers.

With the new Email Marketing plan, you can very-very easily build a mailing list of your website visitors by prompting them to subscribe to your website. You can easily design effective and eye-catching content from the vast template library to suit their business needs. 

Once your marketing email has been built, you can then send it to all your subscribers, or to specific customers from your own list.

How To Make Your Online Store In Minutes?

Starting an online store with complete control and ownership has become so easy at SANGKRIT.net that you can also have a great eCommerce platform in minutes.

To start selling online, the best way is to make your own eCommerce store at SANGKRIT.net and enjoy complete freedom of doing business online without involving any third-party interference and share on your profit.

You can make your own smartphone-friendly eCommerce website live on the domain name in less than ten or fifteen minutes to start selling your products online and make your business operatable twenty-four-seven three sixty-five.

How To Start Selling Online?

If you want to go for the hosting option then simply register your domain name, subscribe cPanel hosting or a dedicated server, and then click the WordPress icon on cPanel to install it on your domain name. After WordPress is installed, simply install and activate the WooCommerce plugin.

Photo by cottonbro from Pexels

That’s it, your online store is ready.

WordPress Theme Installer Showing ‘Neve Theme’ Designs

And if you want to go for a bundled product then skip all the above-mentioned installation steps. Just register your domain name and subscribe to WordPress Ecommerce, to add your products and start selling.

You can do it for yourself (to bring your business online), you can do it for others (for a homemployment).

Build Your Wealth By Homemploying Everyone as Sangkrit’s Outlet

Becoming an outlet of Sangkrit is the best kind of homemployment that makes anyone independently comfortable. As an outlet, your task is to help people in bringing their businesses online simply by purchasing online support from you. 

Online support offers them programming power with all sorts of technical help that any business needs while configuring its online business setup. It may be an online store, business website, app, or anything else to start serving the customers online.

Hiring good prospects to make them an outlet of Sangkrit helps you achieve financial freedom. Because new outlets make more new outlets and thus help you in building more wealth.

A Sangkrit’s outlet that successfully converts at least one great salesman into his outlet becomes rich in less than a month. To build your own selling outlets you will need to 

  1. Build your prospect database to
  2. Start promoting this homemployment opportunity

Everybody likes money, so you have a big chance of transforming every single human into an outlet of yours. But for that, you will have to engage them in the right way.

Do these two things to effectively attract people and convert them into an outlet of yours:

  1. Find out what your prospects want (Everybody wants more money)
  2. Give it to them (Your homemployment opportunity)

You don’t have to do very deep research on your prospects because when it comes to making new outlets, everybody is your prospect. 

What you have to do is make an easy and effective offer to them and for that, you will have to test the potency of your statement so that you can deliver it better every next time.

And soon you will see some phrases are receiving more universal positive responses.

Whenever you start with what people want, you have a much easier time convincing them to consider, and ultimately get into this business. They all want money but they want it in a way that suits them best,

  1. Earning money from home can be appealing to housewives
  2. Earning more money on side can be appealing for employees
  3. Having multiple revenue streams can be appealing for small businesses

So make sure to polish your marketing statements and highlight such points, to make your promotion material more targeted and effective.

Let’s Solve Your Employment Problem

Your employment problem will itself get solved when you’ll stop looking for employment and become an outlet of Sangkrit.

Becoming a people’s personal outlet is the only homemployment that works for everybody. You can get homemployed and you can homemploy your family and friends too to finally build up a home business that can secure all generations of your family.

Simply start by having a daily routine of practicing & promoting four fundamentals of cleaning your private space, cooking your vegetarian meals, programming your world & blogging your business to pursue the core fundamental of domaining a public purpose of your life. 

Find Businesses & Sell Them Online Support

As an outlet your main objective is to help businesses come online and that you do by selling online support and global exposure. Online support comprises all sorts of technical and programming support that can help any business to start operating online, build his eCommerce store or smartphone app, etc. 

Buy Online Support & Utilize It On Your Client’s Projects

You simply need to find businesses and help them come online by purchasing online support from you.

You can purchase this online support (to utilize it on your client’s projects) from other outlets you have built or simply by emailing system@sangkrit.net.

Earn Money And Share It With Your Outlets

As you earn money from your clients, pay your outlets for the online support that they have provided for your client’s project. 

For Example: Suppose you have utilized online support for making an eCommerce store for your client then simply pay your outlets for helping you on that. 

You can decide an amount or some share in profit or you can keep things simple by buying online support (on a per hour per terminal basis) at a lesser price and then reselling it at a higher price to your client to gain profit. 

For Example, You can buy online support at 80USD per hour and resell it to your client at 120USD per hour. This means if you are putting two persons at work for 3 hours then online support will cost you 80USD * 3 for each individual you have put on work. That is called per hour per terminal basis rule.

Homemploy More People To Grow Business

Help others in following a similar routine comfort like you and join you in this business. Start growing your chain of outlets and they will bring you more orders.

Make a list of 100 people you know and then try to introduce your homemployment opportunity or your products i.e. online support and global exposure to at least one person in your network every day.

Build Your Home Business By Homemploying People

Apart from helping people bring their business online, you should always stay in hiring mode and look for the people whom you can transform into an outlet of Sangkrit. So that they can help you get more business. 

They would do the same thing that you are doing i.e. selling online support and global exposure to help others bring their business online. When you will have many outlets, you will have many new ways of money coming up to you.

Think of making your own outlets in the same way as a recruiter who looks for the best candidate to fill up a work position. You will have to put your best efforts to look for the best people for that. But at the same time, you should also keep the homemployment opportunity open for all.

Remember, this is not about trying hard to convince others, or about why they should think like you or arguing with people who you think will eventually become interested in doing this business. It is a simple process where you just put up this homemployment opportunity in front of everyone and then let them decide. You move on to the next.

And, as you receive any positive feedback from anyone, just put in your best effort to help that person to get into the system and grow with you.

Build outlets and your outlets are going to make your business succeed.