Saturday, May 29, 2010

How To Enable Telnet In Microsoft Windows 7

Telnet is a feature that most of us dont use,infact most of the computer users would not have even heard of it before.So before trying to enable TELNET let us see what it is:

TELNET (TErminaL NETwork) is a network protocol used on the Internet or local area networks to provide a bidirectional interactive text-oriented communications facility via a virtual terminal connection. User data is interspersed in-band with TELNET control information in an 8-bit byte oriented data connection over the Transmission Control Protocol (TCP).

In Microsoft Windows XP and previous versions of Microsoft Windows Telnet is enabled by default but in Microsoft Windows 7,Telnet has been disabled by default so to enable it follow the procedures given bleow:

1]Click on START Button.Enter Control Panel.




2]Navigate to Programs.


3]Click on Turn Windows Features ON or OFF.


4]Tick on Telnet Client [Not Telnet Server].


5]Click OK.

How To Run Vodafone Live On External Java Apps.

Using GPRS on an external application like opera mini,gmail app etc.. is not always possible because the server connection is not possible for external apps,so ive come up with a solution to this problem.
To use External JAVA Applications like Opera Mini,Google Maps on Phones we need to setup proxy for these applications[Which is very easy].

To do that follow these steps:



1]You Cant use the normal applications which we download from Getjar etc.We need to use MODDED Applications which allow Proxy Editing.These can be downloaded from the links i provide.[Download Link @ theBottom of Post]

2]After Downloading open the application.

3]It show a page where there are many rows like Frontquery,Backquery etc..

4]There first select the OPERATOR as CUSTOM.

5]Config. Name anything like Vodafone Live etc..

6]Leave the Front Query,Back Query,Mid. Query etc BLANK.

7]Tick the REMOVE PORT FROM URL.

8]In the USE PROXY select HOST.

9]In the PROXY SERVER type[exactly as given below]

http://10.10.1.100:9401/

10]Leave the USERNAME\PASSWORD BLANK.

11]Save the configuration and if the Network Connection is Established then continue browsing happily,ELSE..

12]Make sure you have the settings from VODAFONE and even if it is not working THEN,

13]Select Default Connection as Vodafone Lve and Go to Personal Config.>Add a new Access Point>Give any Name>Select Packet Data>Access Point Name as "NOP" [without ""].Save the config. Set as Default

14]Restart Phone and Start Browsing


NOTE:THIS IS FOR ONLY VODAFONE CUSTOMERS.[Ucweb Doesnt seem to work with vodafone]

Download Links For Modded Applications:

1]Bolt Browser

2]Google Maps

3]eBuddy

4]Snaptu

5]Skype Lite

Use your Notepad as a clock


1. Open a blank Notepad file
2. Write .LOG as the first line of the file, followed by a enter. Save the file and close it.
3. Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after.
4. Type your notes and then save and close the file.

After that open the file and see the changes.
by this trick u can also use ur notebook as a personal diary.

Wednesday, May 26, 2010

Modify Shutdown


Often times when XP is shutting down a dialog appears saying the system is waiting for a service to close. This tweak will reduce (or increase) the amount of time that expires before this warning appears. In some cases it may be desirable to allow the service more time, but most often a shorter delay is desirable. The lower the number entered the quicker the task will end.


[Start] [Run] [Regedit]


Registry Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control


Modify/Create the Value Name [WaitToKillServiceTimeout] according to the Value Data listed below.


Data Type: REG_SZ [String Value] // Value Name: WaitToKillServiceTimeout
Value Data: [Default = 20,000 (expressed in milliseconds) Modify to preference.]

Increase Menu Display Speed

I see no reason for there to be any delay when I click on the Start Menu. Effects are pretty, but I wouldn’t click on it if I didn’t have business inside, so lets get it open and get moving. The default speed can be adjusted with a quick registry entry. The default value is 400. Set it to 0 and the delay is gone, but it will be nearly impossible to move the mouse fast enough not to activate [All Programs] if you mouse over it in route to your final selection. It's easy to train yourself to move the pointer to the right after clicking Start to avoid activating All Programs. Pick a number that suits your style and make the change, then test it until you find a good compromise between speed and usability.


[Start] --> [Run] --> Type Regedit --> Press Enter --> then Navigate to following key.


Registry Key: HKEY_CURRENT_USER\Control Panel\Desktop


Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.
Data Type: String Value // Value Name: MenuShowDelay
Setting for Value Data: [Default = 400 / Adjust to Preference]

Saturday, May 22, 2010

Add Keyboard Input Language to Ubuntu

Want to type in multiple languages in Ubuntu? Here we’ll show you how you can easily add and switch between multiple keyboard layouts in Ubuntu.

Add a Keyboard Language

To add a keyboard language, open the System menu, select Preferences, and then select Keyboard.

image

In the Keyboard Preferences dialog, select the Layouts tab, and click Add.

image

You can select a country and then choose an language and keyboard variant. Note that some countries, such as the United States, may show several languages. Once you’ve made your selection, you can preview it on the sample keyboard displayed below the menu.

image

Alternately, on the second tab, select a language and then choose a variant. Click Add when you’ve made your selection.

image

Now you’ll notice that there are two languages listed in the Keyboard Preferences, and they’re both ready to use immediately. You can add more if you wish, or close the dialog.

image

Switch Between Languages

When you have multiple input languages installed, you’ll notice a new icon in your system tray on the top right. It will show the abbreviation of the country and/or language name that is currently selected. Click the icon to change the language.

image

Right-click the dialog to view available languages (listed under Groups), open the Keyboard Preferences dialog again, or show the current layout.

image

If you select Show Current Layout you’ll see a window with the keyboard preview we saw previously when setting the keyboard layout. You can even print this layout preview out to help you remember a layout if you wish.

image

Change Keyboard Shortcuts to Switch Languages

By default, you can switch input languages in Ubuntu from the keyboard by pressing both Alt keys together. Many users are already used to the default Alt+Switch combination to switch input languages in Windows, and we can add that in Ubuntu. Open the keyboard preferences dialog, select the Layout tab, and click Options.

image

Click the plus sign beside Key(s) to change layout, and select Alt+Shift. Click Close, and you can now use this familiar shortcut to switch input languages.

image

The layout options dialog offers many more neat keyboard shortcuts and options. One especially neat option was the option to use a keyboard led to show when we’re using the alternate keyboard layout. We selected the ScrollLock light since it’s hardly used today, and now it lights up when we’re using our other input language.

image

Conclusion

Whether you regularly type in multiple languages or only need to enter an occasional character from an alternate keyboard layout, Ubuntu’s keyboard settings make it easy to make your keyboard work the way you want. And since you can even preview and print a keyboard layout, you can even remember an alternate keyboard’s layout if it’s not printed on your keyboard.

Add a User on Ubuntu Server

Ubuntu Server is like any Linux variety, and has full multi-user capabilities, and a common task on any server is adding users.

useradd

The useradd command will let you add a new user easily from the command line:

useradd

This command adds the user, but without any extra options your user won’t have a password or a home directory.

You can use the -d option to set the home directory for the user. The -m option will force useradd to create the home directory. We’ll try creating a user account with those options, and then use the passwd command to set the password for the account. You can alternatively set a password using -p on the useradd command, but I prefer to set the password using passwd.

sudo useradd -d /home/testuser -m testuser

sudo passwd testuser

This will create the user named testuser and give them their own home directory in /home/testuser. The files in the new home directory are copied from the /etc/skel folder, which contains default home directory files. If you wanted to set default values for your users, you would do so by modifying or adding files in that directory. If we take a look at the new home directory for the user:

geek@ubuntuServ:/etc/skel$ ls -la /home/testuser
total 20
drwxr-xr-x 2 testuser testuser 4096 2006-12-15 11:34 .
drwxr-xr-x 5 root root 4096 2006-12-15 11:37 ..
-rw-r–r– 1 testuser testuser 220 2006-12-15 11:34 .bash_logout
-rw-r–r– 1 testuser testuser 414 2006-12-15 11:34 .bash_profile
-rw-r–r– 1 testuser testuser 2227 2006-12-15 11:34 .bashrc

You’ll notice that there are bash scripts in this directory. If you wanted to set default path options for all new users, you would do so by modifying the files in /etc/skel, which would then be used to create these files by the useradd command.

adduser

The adduser command is even easier than the useradd command, because it prompts you for each piece of information. I find it slightly funny that there are two virtually identically named commands that do the same thing, but that’s linux for you. Here’s the syntax:

adduser

Example:

geek@ubuntuServ:/etc/skel$ sudo adduser thegeek
Password:
Adding user `thegeek’…
Adding new group `thegeek’ (1004).
Adding new user `thegeek’ (1004) with group `thegeek’.
Creating home directory `/home/thegeek’.
Copying files from `/etc/skel’
Enter new UNIX password:
Retype new UNIX password:
No password supplied
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for thegeek
Enter the new value, or press ENTER for the default
Full Name []: The Geek
Room Number []: 0
Work Phone []: 555-1212
Home Phone []: 555-1212
Other []:
Is the information correct? [y/N] y