Categories
Windows7-windows8

How do I turn Bluetooth Wi-fi on and off in Windows 8?

Use the following steps to enable or disable Bluetooth or Wi-fi devices in your Windows 8 PC or Windows 8 Laptop.

Categories
Microsoft Word

MS Word paragraph formatting- video tutorial

Categories
MS Powerpoint

Powerpoint animation tutorial- animate smart art object group individually

Powerpoint animation tutorial- animate smart art object group individually

The way out – Firstly convert smart art object group into individual shapes first. Then apply animation on them individually. Normally smart art objects are animated as a group and they get same type of animation.

Categories
Linux

Use Ubuntu terminal: complete list of linux commands

How to use the Terminal in Ubuntu

https://help.ubuntu.com/community/UsingTheTerminal

Categories
Linux

Linux command line- How to know which Linux distribution/ linux version you are using

How to know which Linux distribution or Linux version you are using from command line?

Categories
Linux

Linux command line- how to set root password in Ubuntu 12.04 LTS version

Read this article and use the Linux shell commands from a terminal window & know how to set the root password in Ubuntu 12.04 LTS version from command line. After setting the password for ROOT user in Ubuntu cross check it.

Categories
Linux

Linux command line- list of active users, su, sudo & gksu

Linux command- Get list of users in Ubuntu (v. 12.04 LTS). Open a terminal and type this command –
$ cat /etc/passwd

Also you can use these commands  to view the output as pagewise

$ less /etc/passwd
$
more /etc/passwd”

Categories
Linux

How to make partitions for a new linux O.S installation (Ubuntu, Fedora)

For Non GPT Disks: Strategy on partitioning a Linux system. The simplest partitioning scheme, on a non-GPT disk, is simply use a root partition and a swap partition.

For GPT type Disks:  You should add a BIOS-Boot or an EFI partition depending on the boot mode of your BIOS.

GPT type Disks can be checked via the “sudo parted -l” command)

Categories
PHP Tutorials

PHP Syntax- heredoc, string, variables and constants, logical operators

PHP Tutorial- Chapter 1 (PHP Syntax)

How to use HEREDOC in PHP with examples, also use easy to use examples in PHP for declaring variables, constants. Also know which tags you can use in PHP script to write PHP code in it.

Categories
PHP Tutorials

Upload files using PHP explained

Upload files using PHP explained here in this example.