Welcome to Onlinetunes24 .....

We are committed to become your long-term, trusted partner. Our priority is not only to provide professional services and solutions but to become your IT vendor dedicated to meet your needs today and support your growing business needs tomorrow.

This is default featured post 1 title

We are committed to become your long-term, trusted partner. Our priority is not only to provide professional services and solutions but to become your IT vendor dedicated to meet your needs today and support your growing business needs tomorrow.

This is default featured post 2 title

We are committed to become your long-term, trusted partner. Our priority is not only to provide professional services and solutions but to become your IT vendor dedicated to meet your needs today and support your growing business needs tomorrow.

This is default featured post 3 title

We are committed to become your long-term, trusted partner. Our priority is not only to provide professional services and solutions but to become your IT vendor dedicated to meet your needs today and support your growing business needs tomorrow.

This is default featured post 4 title

We are committed to become your long-term, trusted partner. Our priority is not only to provide professional services and solutions but to become your IT vendor dedicated to meet your needs today and support your growing business needs tomorrow.

Printer Shared

1. Click start button, then click devices and printers
2. Click Add a printer 
3. Click Add a local printer
4. Choose a printer port and click Next button
5. Choose Manufacture and Printers
6. Type Printer Name and click Next button
7. Choose Share this printer so that others on your network can find and use it
8. Click Next button

Shared Folder

1. Create a folder
2. Right clicking folder and go to properties
3. Click sharing -> Share -> choose people to share with
4. Click share
5. Click Done
6. Then Click advance sharing
7. Click check box this folder
8. Click Ok

Run Share folder
Go to Run and write “\\192.168.100.1” (IP number ).

Connect to another computer using Remote Desktop Connection.

Step-1: To allow remote connections on the computer you want to connect .

  1. Open System by clicking the Start button, right-clicking Computer, and then clicking Properties.
  2. Click Remote settings. If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
The Remote tab in the System Properties dialog box 

  1. Under Remote Desktop, select one of the three options.
  2. Click Select Users.
If you're an administrator on the computer, your current user account will automatically be added to the list of remote users and you can skip the next two steps.
  1. In the Remote Desktop Users dialog box, click Add.
  2. In the Select Users or Groups dialog box, do the following:
    • To specify the search location, click Locations, and then select the location you want to search.
    • In Enter the object names to select, type the name of the user that you want to add, and then click OK.
The name will be displayed in the list of users in the Remote Desktop Users dialog box. Click OK, and then click OK again.

 

 

Step-2: To allow all remote access service.

 

  1. Open System by clicking the Start button, right-clicking Computer, and then clicking Manage.
  2. Click Service and Application
  3. Click Service
  4. Start all remote service

 

Step-3: To start Remote Desktop on the computer you want to work from

 

1.    Open Remote Desktop Connection by clicking the Start button. In the search box, type Remote Desktop Connection, and then, in the list of results, click Remote Desktop Connection.
2.    In the Computer box, type the name of the computer that you want to connect to, and then click Connect. (You can also type the IP address instead of the computer name.)

Compare Date Month Year etc.

// Find Today
    function today()
    {
        return date('Y-m-d');
    }


// Find Yesterday   
    function yesterday()
    {
        return date("Y-m-d", strtotime("yesterday"));
    }
 

// Find Current Week   
    function currentweek()
    {
        return date('Y-m-d'). ' To ' .date('Y-m-d', strtotime('-7 days'));
    }
 

// Find Last Week   
    function lastweek()
    {
        return date('Y-m-d', strtotime('-7 days')). ' To ' . date('Y-m-d', strtotime('-13 days'));
    }
 

// Find Current Month   
    function currentmonth()
    {
        return date('Y-m');
    }
 

// Find Last Month   
    function lastmonth()
    {
        return date("Y-m", strtotime("previous month"));
    }
 

// Find Current Year   
    function currentyear()
    {
        return date("Y");
    }
 

// Find Last Year   
    function lastyear()
    {
        return date("Y", strtotime("last year"));
    }

Program to display circles within circle

#include<graphics.h>
#include<conio.h>
#include<stdio.h>

void main()
{
   int gd = DETECT, gm, x, y, color, angle = 0;
   struct arccoordstype a, b;

   initgraph(&gd, &gm, "..\\bgi");
   //delay(2000);

   while(angle<=360)

   {
   setcolor(BLACK);
      arc(getmaxx()/2,getmaxy()/2,angle,angle+2,50);
      setcolor(BLUE);
      getarccoords(&a);
      circle(a.xstart,a.ystart,25);
      setcolor(BLACK);
      arc(getmaxx()/2,getmaxy()/2,angle,angle+2,100);
      setcolor(RED);
      getarccoords(&a);
      circle(a.xstart,a.ystart,25);
      setcolor(BLACK);
      arc(getmaxx()/2,getmaxy()/2,angle,angle+2,150);
      getarccoords(&a);
      setcolor(GREEN);
      circle(a.xstart,a.ystart,25);
      angle = angle+5;
     // delay(50);
   }

   getch();
   closegraph();
   }

C graphics program to display Indian National Flag.

#include <stdio.h>
#include <graphics.h>
#include <stdlib.h>
#include<conio.h>

void main()
{
int gd=DETECT,gm,i,j=0;
clrscr();
initgraph(&gd,&gm,"c:\\TurboC3\\bgi");
//delay(100);
setcolor(6);
rectangle(225,125,355,155);
while(j<=30)
{
for (i=0;i<125;i++)
outtextxy(225+i,125+j,"Û");
j++;
}
//delay(300);
setcolor(7);
rectangle(225,155,355,185);
j=0;
while(j<=30)
{
for (i=0;i<125;i++)
outtextxy(225+i,155+j,"Û");
j++;
}
//delay(300);
setcolor(2);
rectangle(225,185,355,215);
j=0;
while(j<=30)
{
for (i=0;i<125;i++)
outtextxy(225+i,185+j,"Û");
j++;
}
//delay(300);
setcolor(9);
rectangle(220,120,225,440);
j=0;
while(j<=312)
{
for (i=0;i<1;i++)
outtextxy(220+i,120+j,"Û");
j++;
}
//delay(300);
rectangle(200,440,245,450);
rectangle(190,450,260,460);
rectangle(175,460,275,470);
//delay(300);
circle(291,170,13);
//delay(300);
line(291,158,291 ,183);
line(279,170,303,170);
line(282,160,300,180);
line(282,180,300,160);
//delay(300);
settextstyle(3,0,7);
setcolor(5);
outtextxy(100,5,"INDIAN FLAG");
//delay(1000);
getch();
closegraph();
}

C graphics program to display a circle.

#include<stdio.h>
#include<conio.h>
#include<math.h>
#include<graphics.h>
void main ()
{
int gd=DETECT, gm=0;
int dx, dy, p, end;
initgraph(&gd, &gm,"c:\\TurboC3\\bgi");
setcolor(RED);
dx=100;
dy=150;
p=25;
circle (dx, dy, p);
getch ();
}

Telnet


What is Telnet?

Telnet is a simple, text-based program that allows you to connect to another computer by using the Internet. If you've been granted the right to connect to that computer by that computer's owner or administrator, Telnet will allow you to enter commands used to access programs and services that are on the remote computer, as if you were sitting right in front of it. Telnet can be used for many things, including accessing e‑mail, databases, or files.

How to Activate Telnet in Windows 7 ?
Create User:  
  1. Create a user and set password

Installing Telnet:

  1. Open the “Control Panel”. By default, Telnet is not installed with Windows 7. It will need to be manually activated in order for you to use it. You can do so through the Control Panel, which can be accessed from the Start menu. 
  2. Open "Programs and Features" or "Programs". The option available to you will depend on whether your Control Panel is in Icon or Category view, but they both take you to the same.
3. Click the "Turn Windows features on or off" link. You may be asked for the Administrator password.


4. Find the "Telnet Client and Telnet Server" entry. In the list of available features, you will see an entry labeled Telnet Client. You may have to scroll down to find it. Check the box next to Telnet Client, Telnet Server, and click OK. 

You may have to wait a minute or two for the client to be installed after selecting it.

 Using Telnet:

1. Go to My Computer -> Manage
 

2. Go to Services and Applications -> Service ->Telnet (by following image)

13. Select Start up type Automatically -> apply -> start -> Ok (by following image)


User Add Telnet Group:
1. Go to My Computer-> Manage-> Local Users and Groups-> Groups-> Telnet Clients        

12. Add user by following image
3. Add user by following image


14. Type Telnet <space> Remote Server (eg. 127.0.0.1) press enter

  5. Type n and press enter


16. Login using user and password
Successful 





Loading
Twitter Delicious Facebook Digg Stumbleupon Favorites More

 
Flying Twitter Bird Widget By ICT Sparkle