Sabin Shrestha

Mr. Sabin Shrestha is a technology visionary and computer sysadmin, security specialist, Web Application, Website, Mobile developer, who thrives on solving complex problems. Sabin is an industry-recognized expert with over 20 years of hands-on experience in Nepal and Europe . His career is highlighted on starting and creating new companies, organizations and products. He loves creating new entities and discovering creative ways of solving complex problems. Sabin's primary love is sysadmin, cyber security; but, he understands in order to be successful at securing an organization, you must have a detailed understanding of OS, Programming, WAN LAN Networks and related fields. He is passionate about customer service and his role as a network, sysadmin, developer, security expert and always exceeds his clients' expectations. He is also the Founder of I.T. Experts Solution, Check International, Global Link Technology in Nepal.

C Programming small project

download another project bridge management data-manager-for-education-centres.zip Below is the Project of Address Management written in C with Menu book.h book.h #include<conio.h> #include<stdio.h> #include<stdlib.h> #include<string.h> int getscancode(void) { int code; code=getch(); if (code==0) code=getch(); return(code); } int menuchoice(char menu[10][25],int numb) { int key,num=0,cont=1,posx=(10-(numb+1))/2,posy=(20-18)/2; numb–; _setcursortype(_NOCURSOR); textattr(30); gotoxy(posy,posx+1); cprintf(“%s”,menu[0]); cont=0; while(cont<numb) { textattr(3); gotoxy(posy,posx+2+cont); cprintf(“%s”,menu[cont+1]); cont++; } […]

Ethical Hacking CEH

Ethical Hacking and Countermeasures course mission is to educate, introduce and demonstrate hacking tools for penetration testing purposes only. Prior to attending this course, you will be asked to sign an agreement stating that you will not use the newly acquired skills for illegal or malicious attacks and you will not use such tools in […]

Create Database Manuly on Oracle 10g

1. Create necessary directories mkdir D:\oracle\product\10.2.0\admin\arcl\adump mkdir D:\oracle\product\10.2.0\admin\arcl\bdump mkdir D:\oracle\product\10.2.0\admin\arcl\cdump mkdir D:\oracle\product\10.2.0\admin\arcl\dpdump mkdir D:\oracle\product\10.2.0\admin\arcl\pfile mkdir D:\oracle\product\10.2.0\admin\arcl\udump mkdir D:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\arcl mkdir D:\oracle\product\10.2.0\db_1\database mkdir D:\oracle\product\10.2.0\flash_recovery_area mkdir D:\oracle\product\10.2.0\oradata\arcl 2. Make necessary files 2.1.    first make pfile and save it at the location D:\oracle\product\10.2.0\db_1\database 2.2.    then make password file using following cmd orapwd file=D:\oracle\product\10.2.0\db_1\database\PWDarcl.ora                 password=<password> force=y […]

Java Jnlp how to

http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/examples.html http://java.sun.com/developer/technicalArticles/Programming/jnlp/ http://java.sun.com/products/javawebstart/1.2/docs/developersguide.html * Introduction * Using a BasicService Service * Using a ClipboardService Service * Using a DownloadService Service * Using a FileOpenService Service * Using a FileSaveService Service * Using a PrintService Service * Using a PersistenceService Service * Using FileContents * Using a JNLPRandomAccessFile * Using a SingleInstanceService Service * Using a […]

Make Mozilla Fast

1. Type “about:config” into the address bar and hit return. Scroll down and look for the following entries: network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading. 2. Alter the entries […]