Wednesday 25 December 2013

How to unblock someone on Whatsapp

A Quick Tutorial About Unblocking Contacts on Whatsapp App 
Tutorial Performed On Android OS.


How do I block or unblock a contact?

You can stop receiving WhatsApp messages from certain contacts by blocking them. Not sure what happens when you block someone?

Learn more here.

To block a contact on your Android phone:

    Open WhatsApp and go to your Chats screen.

    Tap the [Menu Button] > Settings > Contacts > Blocked Contacts.

        This page displays all contacts that you have blocked.
    Tap the Add blocked contacts icon in the top right.

If you would like to unblock someone, simply long-press the contact in the Blocked Contacts screen

and select [Unblock].

To block an unknown contact, simply open the chat conversation, scroll to the top, then tap [Block].



Sunday 1 September 2013

What is Java?

Java is a high-level object-oriented programming language developed by the sun Microsystems.Through it is associated with the World Wide Web but it is a older then the origin of web.It was only developed keeping in mind  the consumer electronics and communication equipments.It came into existence as a part of web application,web services and a platform independent programming language in the 1990s.


 Java us influenced by C,C++,Smalltalk and borrow some advanced features from some other languages.The company promoted this software product with a slogan named"Write Once Run Anywhere"
that means it can develop and run on any device equipped with java virtual machine(JVM).This language is applicable in all kinds of operating systems including Linux,Windows,Solaris, and HP-UX etc.

Subscribe Us On YouTube

Tuesday 27 August 2013

What Is Android?

Android is an open source and Linux based Operating System for mobile devices such as smartphones and tablet computer.Android was developed by the Open handset alliance,led by Google,and other companies.

Android offers a unified approach to application development for mobile devices which means developers need only develop for android,and their application should be able to run on different devices powered by Android.

The first beta version of the Android Software Development kit(SDK) was released by Google in 2007 where as the first commercial version,Android 1.0, was released in September 2008.

On June 27 ,2012 at the Google I/O Conference,Google announced the next Android version, 4.1 Jelly Bean. Jelly Bean is an incremental update,with the primary aim of improving the user interface, both in terms of functionality and performance.

Here How to know about your Android version…

Technorati Tags: ,,,

Monday 22 April 2013

What is LINUX ?







There are lots of reasons for Linux popularity, but the main one is that it gives you a huge amount of software to work with completely free of charge. If you want to render 3D models, Linux has a program for it. If you want to mix music or edit a podcast, Linux has a program for it. If you want to edit Microsoft Office documents, organize family photos, chat to your friends, burn CDs and DVDs, watch movies,edit images or do just about anything, Linux has a program for it. And it's almost certainly free!
  
KNOW ABOUT LINUX
  
Linux is a free Unix-type operating system originally created by Linus Torvalds with the assistance of developers around the world. It originated in 1991 as a personal project of Linus Torvalds, a Finnish graduate student. The Kernel version 1.0 was released in 1994 and today the most recent stable version is 2.6.9 Developed under the GNU General Public License the source code for Linux is freely available to everyone.

NFS Server


If you have two or more machines, you may wish to share disk space or devices, such as a CD drive, between machines. For this there is network file system (NFS), the easiest way of sharing files and resources across a network.


NFS is the way of working with files on a remote machine as if they are on your local one. NFS is the standard de facto solution to access the same $HOME directories from any machine on the Net. Using it also is a good way to avoid keeping duplicated informatioNFS n from eating large amounts of disk space.

How to make NFS

System should be Yum Server or Yum Client.

yum install nfs* -y                                    (package install)

yum install portmap* -y                           (package install)

mkdir /Data_Share                                  (making Dir for sharing)

vim /Data_Share/file1                              (making file)

vim /etc/exports
(Entry)
/Data_Share   *(rw,sync)
:wq!

service nfs restart                                  (Restart the Service)

service portmap restart                         (Restart the Service)

chkconfig nfs on

chkconfig portmap on



Configuration on Client Side   


mount -t nfs 192.168.1.1:/xyz  /mnt           (Considering server ip as 192.168.1.1)

vim /etc/fstab                                             (To make Permanent Entry)

192.168.1.1:/Data_Share /mnt nfs default 0 0

How to make FTP server on redhat linux

FTP Server on RedHat

It is a file transfer protocol, which is use to transfer the file and receive the file from a Central server up to client, it work at application layer of OSI model and port no. is 20 & 21. port no. 20 is used for connectivity and port no. 21 is used for send & receive data.

FTP Important note:-

  •  The configuration file for vsftpd is "/etc/vsftpd/vsftpd.conf"
  •  By default root user can't access ftp server
  •  By default other user can't access ftp server
  •  By default anonymous user can assess ftp server & it need no password.

Server configuration:-


Step-1 install vsftpd package
#yum install vsftpd*
(package is installing from yum server)

Step-2 make changes in vsftpd.conf file

#vim /etc/vsftpd/vsftpd.conf

Step-3 restart ftp service
#service vsftpd restart  (Service on temporary )
#chkconfig vsftpd on (Service on permanent)


Step-4  Make directory as per requirement

#cd /var/ftp/pub
#mkdir upload download
#cat /download file1


Client Configuration:-


Step-1 Now access ftp server

#ftp 172.24.0.56  (change ip address as ftp server ip)
user: anonymous
Password: (No password require)
>cd pub
>cd download
>mget file1 (mget use for multiple file)
or
>get file1 (get use for one file)
>bye (bye use for exit from ftp)
or
>quit
>good bye (Reply from server side)

Wednesday 10 April 2013

Hack 1:-Change Your Windows Vista Boot Screen

Tired of seeing the same old Windows Vista logo every time you

start Windows Vista? Here’s how you can replace it with any one

you want—for free.

Start Windows Vista. Stare at the same boring boot screen you’ve seen approximately 2,984 times.
Ho-hum. Another day of computing.
It doesn’t need to be that way. You can create your own boot screen for Windows Vista, or use a
graphic you find online. And it’s easy to do.
First you’ll need to create or find a graphic for your new boot screen. You’ll need two versions of the
graphic, one 1024 x 768 pixels, and one 800 x 600 pixels. They must be in 24-bit .bmp format.
If you can’t create them yourself, use Google’s image search (go to Google, then click the Images
link and do your search). In your search results, under each image, you’ll see the dimensions of the
graphic, so you’ll be able to know ahead of time whether it’s the right size (Figure 1-1). Note that if
you come across a graphic in .jpg format, you can still use it, because you can have Internet Explorer
save it as a .bmp.

You can save time by finding just one file, a 1024 x 768 pixel image. You can then use your graphics software
to make a copy of the file as an 800 x 600 pixel file, so that you’ll have two files, one 1024 x 768, and the
other 800 x 600 . A great tool for doing this is the free IrfanView (www.irfanview.com). When you open a file
in IrfanView, select Image→Resize/Resample, click 800 x 600 pixels on the right side of the screen, and click
OK. Then save the file with a new name, making sure not to overwrite your original file.


save the file to any location on your hard disk. over. The program does not save the files as graphics,
and instead will save them both as a single file, winload.exe.mui.
Now that the file is saved, copy it to C:\Windows\System32\en-US. There will already be a file in that
folder named winload.exe.mui, so make sure that you back up the original and replace it with this
new one.
Windows Vista may not allow you to overwrite the winload.exe.mui, file. If that’s the case, follow the directions
in “Troubleshooting,” later in this hack.
Now run the MSCONFIG utility: type MSCONFIG in the Search box or at the command prompt and
press Enter. Click the Boot tab, select “No GUI boot,” and click OK, as shown in Figure 1-3. You’ll be
asked to restart Windows. Click Restart, and you’ll see your new boot screen in living, full-color glory.
Whenever you run MSCONFIG to make a system change, it configures itself to run automatically on the next
reboot. Because MSCONFIG requires administrative privileges, it can’t start automatically, and you’ll get a
notification that “Windows has blocked some startup programs.” Click the blocked startup program icon
in the notification area, choose the System Configuration Utility, and let it run. You’ll get a dialog window
explaining that you’ve made changes to your startup configuration (and you can also tell MSCONFIG to stop
showing this message at startup).
Troubleshooting
When you try to copy winload.exe.mui to C:\Windows\System32\en-US, you might get a
permissions error of some sort, preventing you from copying the file. And even if you don’t get
an error, when you restart Windows, you might not see your boot screen. If either of those things
happens to you, follow this advice. It will solve the permissions problem.
First, run the command prompt as an administrator, by typing cmd at the Search box, and pressing
Ctrl-Shift-Enter. Then type the following at the command prompt, and press Enter:
takeown /f C:\Windows\System32\en-US\winload.exe.mui
You’ll get a message that you now have ownership of C:\Windows\System32\en-US\winload.exe.
mui. Next, type the following at the command prompt (where yourname is your username), and press
Enter:
cacls C:\Windows\System32\en-US\winload.exe.mui /G yourname:F
You’ll be asked whether you want to proceed. Press the Y key and then press Enter. You’ll get this:
processed file: C:\Windows\System32\en-US\winload.exe.mui
You can now go ahead and copy winload.exe.mui to C:\Windows\System32\en-US, and then
proceed with the rest of the hack.

Monday 8 April 2013

File Types and Permissions in Redhat Linux


इस विडियो में हम red hat Linux के फाइल परमिशन के बारे में जानेंगे.
step by step फॉलो करे!


How To Add Annotations To Youtube Videos - Tutorial 2013


इस विडियो में हम जानेंगे की हम कैसे YouTube विडियो में Annotations बना सकते है.
ये आसानी से किया जा सकता है.


How To Increase Your Available Hard Drive Space




इस विडियो में हम अपने हार्ड ड्राइव का स्पेस बढ़ाने के बारे में जानेंगे.
और इस से सम्बंधित सेटिंग के बारे में जानेंगे.

   
    

how to know about your IP address

know everything about your ip address.Just type config/all and know mac address,IP and Subnet

how to install WDS in server 2008 R2

Microsoft provides the WDS technology to install a windows operating system from the network.WDS is an update version of remote installation service (RIS). it creates disk images in windows imaging (WIM) format to install the windows vista,windows 7,or windows server 2008 operating system.WDS technology is used in middle-sized organizations to automatically deploy servers or workstations.
 

how to make Domain Controller on server 2008 R2

In this video we know about Domain controller on server 2008 R2


Sunday 17 March 2013

Basic Commands of Red Hat

In this video we know about basic commands of Red Hat.
this Video for beginner.



How to run a android game on PC

In this video we know about how to run android games like subway surfer and angry birds on PC or your Laptop


how to add port on a router

In this video we know about adding a port on router.How to add a port on router.



Wednesday 13 March 2013

What is RSS feed..??

Lets know something about this feed so called RSS Feed..!!
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-> RSS Rich Site Summary is a family of web feed formats used to publish frequently updated works-such as blog entries, news headlines, audio, and video-in a standardized format..
=-> An RSS document includes full or summarized text, plus metadata such as publishing dates and authorship..
=-> A standardized XML file format allows the information to be published once and viewed by many different programs..They benefit readers who want to subscribe to timely updates from favorite websites or to aggregate feeds from many sites into one place..

 

                                                                  rss
=-> RSS feeds can be read using software called an "RSS reader", "feed reader", or "aggregator", which can be web-based, desktop-based, or mobile-device-based..
=-> The RSS reader checks the user's subscribed feeds regularly for new work, downloads any updates that it finds, and provides a user interface to monitor and read the feeds..
=-> RSS allows users to avoid manually inspecting all of the websites they are interested in, and instead subscribe to websites such that all new content is automatically checked for and advertised by their browsers as soon as it is available..

Tuesday 12 March 2013

Seagate to launch wireless storage devices

Seagate....A US-based hard disk supplier will launch its latest wireless storage solutions...which provides automatic backup...remote access from outside a home network among other niche features...!!!
# The company has priced Central with
2 TB at Rs 10,500,
3 TB at Rs 14,400,
4 TB at Rs 17,700,

                           

                              seagate
# Wirelessly stream content for up to eight smartphones or tablets with enough space for up to 500 high-definition movies.
# It also includes a 10-hour battery life.

Technorati Tags: ,,

Google finest service:Google Takeout

Today I am going to tell one of the finest service of GOOGLE, The Great.
Google Takeout is a free service launched by Google which lets users Export their data to a downloadable zip file .
It is helpful to those who needs their data to be retained with them also.
Here is a list of services whose data can be downloaded into your PC in the form of a Zip or ATOM file.


*Google+ +1s, Circles, Pages, and posts
*Blogger posts
*Google Buzz posts
*Google Contacts
*Google Drive files
*Google Latitude
*Picasa albums
*Google Profile
*Google Reader sites
*Google Voice settings
*YouTube videos
559721_417937814960097_608657594_n

User can select the service and TAKEOUT will process the request and sends the zip file to your email or let you download it directly.
Must visit and Try once.      

Sunday 10 March 2013

setting up banner and Host name on Cisco router in Cisco packet tracer

In this video we know about how to set banner and host name on Cisco router in Cisco packet tracer


Enable and disable password on Cisco routers

In this video we know how to enable and disable password on Cisco routers.



How to set Telnet Banner and Password

In this video we know about how to set Telnet banner and password on Cisco router.


How to hide friend list on facebook

hey friends!!! In this Video we know how to hide friend list on Facebook


How to make CMD matrix

क्या आप कमांड प्रोम्प्ट पर मैट्रिक्स बनाना जानते है? अगर नहीं तो यहाँ से सीखे...

 

How to open your router/modem configuration

अपने राऊटर/मॉडेम को रिमोटली एक्सेस करने के लिए ये विडियो देखे!
 

How to configure fast Ethernet IP on Cisco router

know about how to configure fast Ethernet IP on Cisco router
 

How to connect two Cisco router in packet tracer


how to install Windows 7 in VmWare

In this video we know about how to install Windows 7 in VmWare





Cisco packet tracer for beginners



This video for beginners.who started learning CCNA on Cisco packet tracer

connecting two network on Cisco 2811 router using Cisco packet tracer


In this video we know about connecting two network on Cisco 2811 router using Cisco packet tracer.


how to configure a wireless router.


 In this video we know about how to configure a wireless router.


Technorati Tags: ,,,,