Beauty and the Beast 2017
Saturday, March 18, 2017
Monday, March 13, 2017
Friday, March 10, 2017
XXX Return of Xander Cage 2017 Full Movie
XXX Return of Xander Cage 2017
Extreme athlete turned government operative Xander Cage (Vin Diesel) comes out of self-imposed exile, thought to be long dead, and is set on a collision course with deadly alpha warrior Xiang (Donnie Yen) and his team in a race to recover a sinister and seemingly unstoppable weapon known as Pandora's Box. Recruiting an all-new group of thrill-seeking cohorts, Xander finds himself enmeshed in a deadly conspiracy that points to collusion at the highest levels of world governments. Written by Ohad Gabay
Tuesday, March 7, 2017
Logan 2017 (CAM) Full Movie
Logan 2017
In the near future, a weary Logan cares for an ailing Professor X in a hide out on the Mexican border. But Logan’s attempts to hide from the world and his legacy are up-ended when a young mutant arrives, being pursued by dark forces.
Monday, March 6, 2017
Don't Hang Up 2017 Full Movie
Don't Hang Up 2017
An evening of drunken prank calls becomes a nightmare for a pair of teenagers when a mysterious stranger turns their own game against them...with deadly consequences.
Sunday, March 5, 2017
Fifty Shades Darker 2017 Full Movie
Fifty Shades Darker 2017
Christian and Ana decide to rekindle their relationship, except this time there are no more rules or punishments. As they begin to get used to their newfound relationship, Christian's past begins to haunt Ana as Christian struggles with his innermost thoughts.
Web Development using HTML5 and CSS 3 offline Tutorial
HTML5 and CSS3 have swept the web by storm in only 2 years. Before them there have been many altered semantics in the way web designers are expected to create web pages, and with their arrival come a slew of awesome supports such as alternative media, XML-style tags, and progressive input attributes for web designers to achieve dreamy features like animation.
Thursday, March 2, 2017
Cellphone Servicing Offline Tutorial
Cellphone Servicing Offline Tutorial
What is a Cellular Phone Technician?
A cellular phone technician carries out proper diagnosis and repair of damaged cellular phones.
As a cellular phone technician, it is important that you should also learn how to identify and know exactly the things you are going to undertake before performing troubleshooting of faulty cellular phones.
Duties and Responsibilities
Being a cellular phone technician entails duties and responsibilities which are as follows:
Prepare the work station
A cellular phone technician must work in a well-lighted work station. This is because of the small parts inside the cellular phones interior. Most of the repairs are done with the use of electricity; make sure that the work station has sufficient access to power outlets. All the tools and materials should be made available all the time.
Perform diagnostics, troubleshooting and repair of cellular phones
The main duty of a cellular phone technician is to repair faulty phones brought in by customers. He diagnoses and repairs the phones, and informs the customers of when the phones will be available for pick-up.
Inform the customers about the warranties and after-sales service
It is the duty of the cellular phone technician to inform the customer about warranty issue if not serviced by an accredited service center of the cellular phone manufacturer.
Quality assurance
Before releasing the repaired cellular phone to the customer, make sure that all the functionalities of the phone are working.
MAD Families 2017 Full Movie
MAD Families 2017
Three families compete for a camping spot during a busy Fourth of July holiday weekend.
How to Remove Protected Excel Sheet Password
How to Remove Protected Excel Sheet Password
Follow these Steps Carefully.Note: Applicable to any version of MS Office. What I am using in this demonstration is MS Office 2010.
1. Open the Password Protected Excel Sheet.
2. Press Alt+F11. A MS Visual Basic Interface will popup.
3. Do as what the image shows
4. Paste this code:
Code:
Sub PasswordBreaker()
Dim i As Integer, j As Integer, k As Integer
Dim l As Integer, m As Integer, n As Integer
Dim i1 As Integer, i2 As Integer, i3 As Integer
Dim i4 As Integer, i5 As Integer, i6 As Integer
On Error Resume Next
For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
ActiveSheet.Unprotect Chr(i) & Chr(j) & Chr(k) & _
Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
If ActiveSheet.ProtectContents = False Then
MsgBox "One usable password is " & Chr(i) & Chr(j) & Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
Exit Sub
End If
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
End Sub
5. Close the MS Visual Basic Interface and return to the protected excel sheet.
6. Go to view>macros (it may differ with other version of MS Office).Follow the steps in the image as shown.
7. Then a window will popup and will look like this.
8. After running the code please wait until it finishes its routine. It may take a minute or two depending on the speed of your system.
9. If you see the messagebox as shown below then you're successful.
10. Then "Save As" it in a different filename.
©kadz_amr
Wednesday, March 1, 2017
Voodoo 2017 Full Movie
Voodoo 2017
When Dani, an innocent southern girl, vacations to Los Angeles to evade her increasingly complicated life, she learns that escaping her past isn't as easy as she hoped.
ALL CMD Compiled Command
ALL CMD Compiled Command
Command Description
assoc Displays or modifies file name extension associations. Used alone, displays a list of all the current file name associations
at Schedules commands and programs to run on a computer at a specified time and date. Requires the Schedule service. Superseded
by schtasks
attrib Configures file attributes read only, hidden, system
bootcfg Used to repair or edit the boot.ini file
cd or chdir Displays the name of the current directory or changes the current folder
chkdsk Checks hard drives for errors. With switches,does repairs.
cls Clears the screen
copy Copies a file from one location to another copy somefile somefolder
del Deletes one or more files
dir Displays a list of a folder's files and subfolders
diskpart Disk management shell. A suite of various commands
driverquery Displays a list of all installed device drivers and their properties. Requires administrator privileges.
(Not available in Windows XP Home)
echo Used to display a message or to turn off/on messages in batch scripts echo message
goto Directs the Windows command interpreter to a labeled line in a batch program
if Performs conditional processing in batch programs
ipconfig Displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and
Domain Name System (DNS) settings
md or mkdir Creates a directory (folder) or subdirectory (subfolder)
more Displays one screen of output at a time. Used with another command that has extensive output
move Moves a file from one folder to another
net A suite of various networking and service commands
netsh Network services shell . Complex suite of commands.
netstat Displays active TCP connections, ports on which the computer is listening, Ethernet statistics, the IP routing table,
statistics for the IP, ICMP, TCP, and UDP protocols
path Sets the command path in the PATH environment variable, which is the set of directories used to search for executable files
pathping Provides information about network performance and conditions at intermediate hops between a source and destination
pause Used in batch scripts pause
ping Checks connectivity to other networked computers, routers, or Internet sites
popd, pushd Changes the directory being referenced in a command prompt. Pushd changes the directory and stores the previous
directory. Popd changes the current directory to the directory stored by the pushd command pushd somefolder
popd
powercfg Manages the power settings such as hibernation. Has numerous switches
reg Adds, changes, and displays registry entries. A suite of various commands
rd or rmdir Deletes a directory (folder)
ren or rename Changes the name of a file or a set of files
sc Used to obtain information about services and to configure them. A suite of various commands
schtasks Schedules commands and programs to run periodically or at a specific time
set Displays, sets, or removes environment variables
sfc System file checker scans and verifies the versions of all protected system files
shutdown Shuts down or restarts a computer
sort Alphabetizes strings from a text file or the output of a command.
start Starts an application or opens a new command window
subst Associates a folder with a drive letter
systeminfo Displays detailed configuration information about a computer and its operating system systeminfo | more
taskkill Ends one or more tasks or processes
tasklist Displays a list of applications and services with their Process ID (PID) for all tasks running
tree Graphically displays the directory structure of a folder or drive tree somefolder
type Displays the contents of a text file type somefile.txt
vssadmin For administering and configuring volume shadow copies
xcopy Powerful command with many switches for copying and backing up files and folders
©Siddiq
Computer System Servicing NCII Online Reviewer
Computer Systems Servicing NCII
4 Core Competencies
(1) Install Computer Systems & Network
Installing Windows 7 - Step by Step
(2) Set-up Computer Network
(3) Set-up Computer Server
Kung may CHS NC-II kana, di mo na kailangan itake ung Level-1, Level-2, and Level 4. Ung Level-3 na lang gagawin mo which is Setup Computer Server. Windows Server 2008 ung gagamiting OS nya.
Note: 3 Computer sa 1 examinee
1 Desktop (Server) - Windows Server 2008 OS
1 Desktop (Client 1) - Windows 8.1 or 8 (OS)
1 Laptop (Client 2) - Windows 7 or XP (OS)
Level -3: Setup Computer Server Task.
Checklist Task:
A. Create peer to peer networks
Create share folder permission
Duration : 10 minutes
B. Configure network server
B. 1 install and configure active directory (Domain Controller)
B. 2 install and configure domain name services (DNS)
B. 3 install and configure dynamic host configuration protocol (DHCP)
B. 4 Install and configure file server
C. 5 Install and Configure Network Policy and Access Sevices
C. 6 Create 2 User Client Windows 8 and Windows 7
C. 7 Perform File and Printer Sharing
D. 1 Add Client to Remote Settings
Remote Server -> Client.
Remote Client -> Server.
Additional Videos for Router Configuration:
TPLINK ROUTER CONFIG CSS NCII
(4) Maintain & Repair Computer Systems & Network
1 Create system image and save it to another partition
2 Restoring from a System Image Backup in Windows 7
(5) Oral Interview
Oral Questioning Reviewer
B. 2 install and configure domain name services (DNS)
B. 3 install and configure dynamic host configuration protocol (DHCP)
B. 4 Install and configure file server
C. 5 Install and Configure Network Policy and Access Sevices
C. 6 Create 2 User Client Windows 8 and Windows 7
C. 7 Perform File and Printer Sharing
D. 1 Add Client to Remote Settings
Remote Server -> Client.
Remote Client -> Server.
Additional Videos for Router Configuration:
TPLINK ROUTER CONFIG CSS NCII
(4) Maintain & Repair Computer Systems & Network
1 Create system image and save it to another partition
2 Restoring from a System Image Backup in Windows 7
(5) Oral Interview
Oral Questioning Reviewer
Subscribe to:
Posts (Atom)