This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://blog.easycron.com/2011/11/php-to-backup-mysql-database.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To send SMS, you have to use post method | |
___ | |
<form action="http://sms.sslwireless.com/pushapi/dynamic/server.php" method="post"> | |
<input | |
<input | |
<input type="hidden" value="UserName" name="user" /> | |
type="hidden" value="Password" name="pass" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. publisher -> queue -> consumer | |
after confirm publisher it insert into queue | |
after acknowledge by consumer it remove from queue | |
2. Failer handle : | |
insert duplicay in queue or remove from queue | |
multiple time handle by a flag call redelivey |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BASIC : | |
Symfony is a Model-View-Controller (MVC) framework | |
Symfony is now ready to generate the Object-Relational Mapping (ORM) for that schema | |
its use twig template engine | |
its bundle based. all migration controller seperated in bundle. | |
sf_sandbox/ // project directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//--Generating PPK File | |
Step-1: Login to your cPanel | |
Step-2: Click "SSH Access" on Security area. | |
Step-3: Click "Manage SSK Keys" Button | |
Step-4: Click on "Generate a New Key" Button | |
Step-5: Put "Key Name" & "keypass" as Password | |
Step-6: Click "Generate Key" Button [New key generated but not authorized yet] | |
Step-7: Click "Manage" Link to authorize it & then go back | |
Step-8: Click "View/Download" Link under "Private Keys" to download PPK file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. download wordpress & install | |
2. now in theme folder put your bootstrap template. | |
create a screenshot.png file on root for screenshot view. | |
create a style.css in root. all details given in here will show in theme preview | |
3. create header.php index.php footer.php functions.php in theme folder | |
For link them in index.php use get_head() & get_footer(); | |
if you have many more page like left-sidebar.php or right-sidebar.php then create it. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MongoDB is written in C++ | |
document oriented database system | |
can work with big data. (big data is large amount of unstructured data) | |
table = Collection | |
Document = A document is a set of key-value pairs | |
download install create object create crud |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What is it ? | |
Redis is key-value store that stores all its data in RAM. | |
Redis is written in C. | |
Redis is very fast and can perform about 110000 SETs per second, about 81000 GETs per second. | |
download install create object create crud | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CMT (configuration management tools): | |
configuration management tools need for track software use , automation jobs , manage multiple server. | |
It save all information in CMDS (configuration management database system) | |
It create a baseline for handle multiple database , application , | |
1. configuration management tools for run a playbook. | |
Ansible uses playbook to describe automation jobs, and playbook uses very simple language i.e. YAML. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Textit : | |
* RapidSMS is framework custom SMS systems. | |
UNICEF Innovation has been working with SMS systems since 2007, | |
when it created an open source platform called RapidSMS | |
* Add your own logic & you can trigger actions, such as sending an SMS, email or even calling an external API |