Enable or disable Bluetooth or Wi-fi in your Windows PC or Windows 8 Laptop
Author: admin
MS Word paragraph formatting- video tutorial
Powerpoint animation tutorial- animate smart art object group individually
Normally smart art objects are animated as a group and they get same type of animation. Powerpoint animation tutorial- animate smart art object group individually.
Use Ubuntu terminal: complete list of linux commands
How to use the Terminal in Ubuntu https://help.ubuntu.com/community/UsingTheTerminal
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? Open a terminal and just type the commands “cat /etc/*-release” or “cat /proc/version”
Linux command line- how to set root password in Ubuntu 12.04 LTS version
How to set root password for Ubuntu. Ubuntu has no root password by default, you need to set it. You need to login as the first user. Here my username is bikram. If you have a fresh Ubuntu installation there is no password set for root user.
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
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… Continue reading How to make partitions for a new linux O.S installation (Ubuntu, Fedora)
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.
Upload files using PHP explained
How to upload a file to the server using the PHP script.