How to create hotkeys for Windows sleep and shutdown

Your computer has one, and maybe two, special buttons that you can configure for just these purposes. In addition, you can create shortcuts for these tasks, and assign hotkeys to the shortcuts.
Let’s start with the special buttons that already exist.
In Windows 7, click Start, or in Windows 8, go to the Search charm. Once there, type power, and select Power Options. In the resulting Control Panel window’s left pane, select Choose what the power buttons do. Read More

Make website Mobile ready

mobile_readyWith all those new Mobile Devices that are capable to display and handle any kind of data, it is only reasonable to provide your Online content to as much devices as possible and not only Computer.
In this post you will see how easy it is to setup a mobile version of your Website without any Modules or Online Services that are being offered around. Read More

login banner Linux

To create a banner so that whenever a user logs into a system will see some default text, you can couple of options
1. put the default text into /etc/motd
2. type echo “<the text you want to display>” into /etc/profile
3. type echo “<the text you want to display>” into user home .profile file. Read More