Monday, October 12, 2020

Run php script as daemon process with Systemd (AWS EC2)

To run PHP script as a  daemon service under Linux using Systemd do as below. Best way to make a shell script daemon? With new systemd you can create a service. You must create a file or a symlink in /etc/systemd/system/, eg. myservice.service and place content like this one, myservice will be the name of the service:Create a...

Thursday, August 24, 2017

OKTA API Call with PHP Curl

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 Show hidden characters /********************************** Function for OKTA REST API CALL ***********************************/ function Okta ($url, $method = "GET", $data = "") { $apiKey...

Friday, September 6, 2013

नेपाली नलेख्ने नेपालीहरु

संदेश दाजु काठमाडौंको पपुलर स्कूलमा नेपाली पढाउनु हुन्छ l एकपल्ट दाजुले फेसबुक स्टाटस लेखी पोस्ट बटन दाबेर आफ्नो पोस्ट देखिएला भन्दै न्युज फिड हेरिरा बेला माथीबाट लुत्रुक्क एन.एस.ए सर्भिलेन्स सम्बन्धि पोस्ट झरेछ l संदेश दाजुको कम्पारो तात्यो l आफ्ना साथीले हेरुन भनेर लेखेको पोस्ट फेसबूक मार्फत घुमी फिरी कहाँ कहाँ पुग्दो रहेछ अनी त्यसमा अनेक थरिका मेसिनरी प्रोसेसिंग...

Thursday, May 16, 2013

Met the social media personality #fotosoto

Starting this post i'm going to share some of the moments captured through my camera. Will be using the label #fotosoto so share similar posts. If you know the persons in picture, feel free to add an awesome comment which will delight both of us : ) The person in this photo is a internet spammer, yeah people...

Tuesday, April 30, 2013

Social Network Status Updates – Database Schema

Here's a simple database schema which can be used in cases where you want to take user status input. The entities available are users, updates, comments & likes. Additional entities can be added as required. Also, for simple user registration and status updates it will be more than enough.  Schema derived by studying popular social networks like Facebook...

Saturday, April 27, 2013

Online Shopping System–Database Design

Database design of Online Shopping System. Schema represents minimal information required to store information of a shop and products to sell. Cart information can be stored in session or if wishlist / watchlist is needed, the schema can be simply extended. Enjoy.Entities: users – shop admin, owner and customers products – products to sell categories - category of...

Friday, April 26, 2013

Quiz System–Database Schema Design

MySQL Database Schema design for quiz system. Schema Diagram: MySQL Create Script: -- phpMyAdmin SQL Dump -- version 3.2.0.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Apr 01, 2013 at 08:27 PM -- Server version: 5.1.37 -- PHP Version: 5.3.0 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET...

Photo Video Gallery–Database Design

Database design for photo video gallery website / app. Enjoy. Schema Diagram: MySQL Create script: -- phpMyAdmin SQL Dump -- version 3.2.0.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Apr 03, 2013 at 10:25 PM -- Server version: 5.1.37 -- PHP Version: 5.3.0 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION...

Wednesday, April 24, 2013

Marksheet Generation System–Database Design

Schema for Marksheet Generation System useful for school, colleges and institutes to store student's information, exam marks etc. Extend at your will. Schema Diagram: MySQL Create Script phpMyAdminDump: -- phpMyAdmin SQL Dump -- version 3.2.0.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Apr 02, 2013 at 07:28 PM -- Server version: 5.1.37 -- PHP Version: 5.3.0...

Friday, April 19, 2013

Simple CMS (Content Management System) – database design

Schema design of simple content management system. Schema and tables itself speak about the type of information indented to be stored by the system. Schema Diagram: MySQL Create Script phpMyAdmin dump: -- phpMyAdmin SQL Dump -- version 3.2.0.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Mar 30, 2013 at 10:20 PM -- Server version: 5.1.37 --...

Friday, April 5, 2013

Online Vehicle Ticketing System Database Design Sample

Online Bus/Vehicle Ticketing System Database Design Sample – MySQL. With minor modifications or further generalization this database schema can be used to implement any kind of ticket booking system. eg. movie ticket booking system, events/show ticket booking etc.  Entities: users – user details user_type – type of users in system vendors – providers' information, in this case vehicle...

Tuesday, November 8, 2011

PyroCMS Themes, Widgets and Modules - for reference.

Themes :https://github.com/semicolondevelopers/pyro_theme_artificial_castinghttps://github.com/semicolondevelopers/pyro_theme_blue_spadeshttps://github.com/semicolondevelopers/pyro_theme_business_timehttps://github.com/semicolondevelopers/pyro_theme_coffeehttps://github.com/semicolondevelopers/pyro_theme_eco_designhttps://github.com/semicolondevelopers/pyro_theme_night_clubPyroCMS v1.3.2 Theming Guide for beginners:http://echo.semicolondev.com/2011/11/hot-to-create-pyrocms-v132-theme-step.htmlPyroCMS Tag Cheat Sheet Widgetshttps://github.com/semicolondevelopers/pyro_widget_categoryhttps://github.com/semicolondevelopers/pyro_widget_login_boxhttps://github.com/semicolondevelopers/pyro_widget_selected_category_postsPyroCMS v1.3.2 Widget creation guide for beginnershttp://echo.semicolondev.com/2011/11/how-to-create-pyrocms-v132-widgets.htmlModules:Hello World Module https://github.com/semicolondevelopers/pyro_module_helloOld 0.9.9.x Forum module upgraded to v1.3.2 https://github.com/semicolondevelopers/pyro_module_forumsPyroCMS v1.3.2 & v0.9.9.7 Module Creation guide for beginners:http://bhu1st.blogspot.com/2010/09/hello-world-pyrocms-module.html ...

Monday, November 7, 2011

नेपाली ब्लगरहरुलाई छोटो मीठो सल्लाह

Quick SEO tip for Nepali (Unicode) Bloggers Here goes, one quick SEO (Search Engine Optimization) tip for Nepali Bloggers who use Blogger.com to publish their content written in Nepali Unicode. What I’m talking about ? Say: your blog post title is “मेरो नेपाल” You publish it. Now blogger gives you one random “url/permalink” to your post which looks...

Tuesday, March 29, 2011

Android SDK and AVD Manager slow download problem

I was Installing the Android SDK (http://developer.android.com/sdk/installing.html) on my Windows XP box.Problem : Slow download of android SDK platforms ~5kb/s Android SDK and AVD Manager Stalling During Download : Google Groups Android sdk download/update failing : Stack OverflowHow to speed up Android SDK platform download ?1. Allow download over http : check the option in Settings section of...

Monday, March 7, 2011

PHP Short Tag : Avoid Them

PHP Short Tag:  it  look like this: <?   ?> <?= $var ?> obvious ones: <?php  ?> <?php echo $var ?>. I downloaded an open source php script, thinking to work it out for my own purpose – but what sucks is - the project uses short tag that my host doesn’t *seems* to provide support for. For the...

Sunday, March 6, 2011

Wordpress Themes / Templates - Useful Codes

Here are few fairly basic but handy wordpress codes that a wordpress theme or template developer/designers could use as reference. i personally use these a lot while working with wordpress.   Wordpress Site Name: <?php bloginfo('name'); ?>   Wordpress Site Description: <?php bloginfo('description'); ?>   Wordopress: Home Page Link: <a href="<?php get_option('home'); ?>">Home</a></p> or <a href="<?php bloginfo('url'); ?>">Home</a>...

Friday, February 4, 2011

Hello World – Ruby on Rails

None of tutorials i found around web helped me get straight to the Ruby on Rails development environment in Windows. that’s why i thought would sum up how i setup rails in my Windows XP Professional box. Yet, this was amusing (from Ruby on Rails Getting Started Guide) If you’re working on Windows, you should be aware that...

Friday, January 14, 2011

7th National ICT Student & Youth Conference – My Paper Abstract

Event 7th National ICT Student & Youth Conference Date: 15th January 2011, (Saturday) Venue: Local Development training Center, Jawlakhel, Lalitpur Time: 9:00 A.M – 4:00 pm Organized By: Information technology Society, Nepal (ITSN) Conference Theme: Youths on collaborative development Conference Tracks: Recent Trends in IT for Rural Developments Smart Data Policy IT Security Electronic Document Management Future Information...

Saturday, September 25, 2010

Hello World - PyroCMS Module

/*---------------------------------------------------------------------------------------------Update 10/16/2011:This tutorial has been here for older version (< 1.0.x) of PyroCMS. Latest Stable PyroCMS release is v1.3.2Please download and use following tutorial files which are for PyroCMS 1.3.2:PyroCMS Hello World Module tutorial pdf for v1.3.2Download Sample Hello World Module PyroCMS 1.3.2Pyro docs have been significantly improved over the year. You can refer it too. If you...