Showing posts with label techs. Show all posts
Showing posts with label techs. Show all posts

Wednesday, July 10, 2013

God Mode in Windows 7

No comments:
Hello Friend,
Did you tried God Mode in windows. Its fun..
Just create a folder with the name as below.
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

Saturday, May 4, 2013

share WiFi internet in windows to another device - Hotspot

No comments:

Create using the following command in command prompt with administrator privileges:
netsh wlan set hostednetwork mode=allow ssid=myhostedwifi key=mypassword123* keyusage=persistent 


To start:
Type "netsh wlan start hostednetwork" in notpad without " and save as start.bat

To Stop:
Type "netsh wlan stop hostednetwork" in notpad without " and save as stop.bat

Run above bat files with administrator privileges.

Then share your internet connection with Microsoft Virtual WiFi Miniport Adapter in Network Connections

Saturday, January 19, 2013

How to set filters in Gmail to move Facebook and other automated emails away from your inbox

2 comments:

Go to Gmail Settings by clicking the gear ion on the top left
  • Take Filters tab
  • On the page bottom click Create new filter
  • In the From filter type facebookmail.com
  • Click Create filter with this search » and in the next screen check skip the inbox and Apply the label and create a label by typing a label name like Facebook mails and click the Create button
  • Select the Checkbox Also apply filter to # matching conversations and click the Create filter button.

Repeat the above step with m.facebook.com

You can do these steps for: foursquare.com, dropbox.com, twitter.com, linkedin.com, soundcloudmail.com

Friday, November 30, 2012

Wednesday, August 15, 2012

Access Windows 8 with TeamViewer for Android

No comments:

Access Windows 8 RC with TeamViewer for Android:

Install TeamViewer in windows 8 Release Preview and Android, and just connect..

Monday, August 13, 2012

Remove Blog Title from Blog Posts

No comments:
Take Edit Html from Blog Setting..

Find: 
<title><data:blog.pageTitle/></title>

And replace it with: 
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

Sunday, July 17, 2011

windows in Ubuntu 11 as Virtual OS

No comments:

Running windows in Ubuntu 11 as Virtual OS.
Running Visual Studio 2010 Express and SQL Server Express Edition 2008 R2 in virtual OS
Google Chrome, FileZilla, and Virtual Box in Ubuntu.

Tuesday, May 3, 2011

Fedora and VirtualBox

No comments:

Running Fedora in windows 7 using Oracle VM VitualBox. Cool...
Processor: intel E7500
Ram: 2GB

Sunday, June 20, 2010

Global hotkeys for windows media player

No comments:

Use media player just like Winamp.. use global hotkeys to control media player even when it is no longer in focus or it is minimized.

Install the plug-ins ‘Wmpkeys’. To customize go to options->Plug-ins and select the category Background. Then click Properties button to customizing its settings.

Hide windows live messenger icon or windows live mail icon to system notification

1 comment:

Hi, its easy to send the task bar icon of windows live mail or windows messenger to system notification area..

  1. Right click the program shortcut icon in All programs in start menu.
  2. Click Properties –> Compatibility tab
  3. use Compatibility mode for ‘Windows Vista (Service Pack 2) and click OK.
  4. Now open the program as usual and right click the icon in notification area.
  5. Check the option ‘Hide window when minimized’ and for messenger the there is no need of step 5.
  • Now you can see the program running in background just like in Windows Vista.

Saturday, May 15, 2010

Asp.net MultiView

No comments:

A multiview is useful when data from one page need to be transferred to another page. Example to jump from one page to other in a shopping cart web site. For each page step of shopping each views in MultiView can be used. MultiView control shows only one view at a time. So the same page seems to more than one page depending upon number of views present inside a multiview.

To use a MultiView control just drag and drop a MultiView control from the toolbox. Then add views from the toolbox in the blank area the MultiView control. Add more views by drag and dropping the view control on the grey header of previously added view control.

E.g.:

WebForm1.aspx

<asp:Button ID="Button1" runat="server" Text="General"
            onclick="Button1_Click" />

<asp:MultiView ID="MultiView1" runat="server">
       <asp:View ID="View2" runat="server">
           View Two
       </asp:View>
       <asp:View ID="View1" runat="server">
           View One
       </asp:View>
   </asp:MultiView>

To view the contents inside a view say View1 when Button1 is clicked use the following code.

protected void Button1_Click(object sender, EventArgs e)
{
    MultiView1.SetActiveView(View1);
}

Friday, May 14, 2010

Kubuntu and Kubuntu screenshots

No comments:
Kubuntu 10.04 transparency effects..


 Ubuntu 10.04 some visual effects.. 


Ubuntu 10.04 transparency effects..

Tuesday, April 27, 2010

Using blogger via Windows Live Writer.

No comments:

hi friends, downloaded windows live writer.. This software can be used as a desktop interface for blogging. This is very cool, easy software with many features… c you latter, Bye

Friday, April 9, 2010

Ubuntu V.S. Kubuntu

No comments:
http://ubuntuforums.org/showthread.php?t=621592

http://www.psychocats.net/ubuntu/kdegnome

http://www.psychocats.net/ubuntu/kde

http://www.psychocats.net/ubuntu/gnome

Monday, April 5, 2010

Kerala Google Technology User Group Launch

No comments:
Saturday, April 10, 2010 from 9:30 AM - 4:00 PM (GMT+0530)
Trivandrum, India
http://www.kerala-gtug.org/30/launch-event/

Sunday, April 4, 2010

Post in Blogger via email

No comments:
Go to Email & Mobile Settings and add your  Posting using email. Eg:
username.mysecretword@blogger.com
Click the save button...
Now you can post by sending email to the the posting secret address.
The subject of the email will be the title of the post and email body
will be the post. To add an image attach an image to the email.