Showing posts with label how to... Show all posts
Showing posts with label how to... Show all posts

WordPress Security






1. Upgrade to the newest version of WordPress

I would look up known vulnerabilities in old versions of WordPress. Then I would scan the web looking for sites that are running an old version of WordPress that I know has a hole in it. I would automate the whole process. Once my automated script finds your blog running an old WordPress version, I would simply drop right in through the hole that security databases have known about for months or even years.
You can stop me from doing this by upgrading to the latest version of WordPress which is version 3.2.1 at the time of this writing.

2. Upgrade all your themes and plugins to their newest versions

In case you’re running the newest WordPress, I would look at your themes and plugins. I would try to find an old version of a theme with a known hole in it. Then I would drop right in and have my evil way with your server.


3. Get rid of the ‘admin’ user

If your WordPress core files, themes and

10 awesome ways to use a USB






1. Lock and unlock your computer, secret agent style
With Predator, you can turn your USB drive into a "key" that unlocks your computer when plugged in, and locks it when it's removed. If anyone attempts to access your computer without the key (or top-secret password), they'll be hit with an epic "ACCESS DENIED" message.
2. Revive a virus-ridden system With the free AVG rescue software loaded on your USB drive, you can scan a crippled computer for viruses. And, if all goes well, bring your system back to life.
3. Run portable apps, games, and utilities
What's more portable than a laptop, tablet, or smartphone? Answer: a USB flash drive. Run applications like Firefox, Chrome, OpenOffice, and more, with just your USB flash drive and any computer.
4. Install and test-drive Windows 8
Want to peek into Microsoft's upcoming operating system? The consumer preview is available, but with this tutorial, we'll show you how to try out Windows 8 without overwriting your current OS.
5. Give Linux a try
You might have

Lock and unlock your computer with a USB drive.






If you prevent access to your computer with just a password, you are missing out on an alternate (and more secure) way to lock down your computer.
Predator, a free Windows program, turns your USB drive into a key that locks your computer when it's removed. To unlock your computer, you'll have to plug the USB drive back in. (Talk about having secret-agent-style security.)
Anyone who attempts to access your computer without the USB flash drive will be hit with an epic "Access Denied" message. To get started, follow this guide:
Step 1: Download and install Predator.
Step 2: Once Predator launches, plug in your USB flash drive. None of the contents of the drive will be deleted or altered in any way, so feel free to use your primary thumbdrive.
When you insert the drive, a dialog box will appear asking you to create a password. Click OK to continue.
Step 3: In the Preferences window,

10 Youtube URL Tricks







youtube url tricksYoutube – You know that site with videos and all. Yeah! It turns out that its quite popular and you happen to visit and use it quite often. Instead of just searching and playing here are some top Youtube URL tricks that you should know about:

1. View high quality videos

Youtube gives you the option to switch to high quality videos for some of the videos, however you can check if a video is available in high quality format by appending ‘&fmt=18′(stereo, 480 x 270 resolution) or ‘&fmt=22′(stereo, 1280 x 720 resolution) for even higher quality.

2. Embed Higher Quality Videos

While the above trick works for playback, if however you want to embed hig quality videos you need to append “&ap=%2526fmt%3D18″ and “&ap=%2526fmt%3D22″ to the embed url.

3. Cut the chase and link to the interesting part

Linking to a video where the real action starts at

Set Up An Apache Web Server







Step One: Installation

New Install of Fedora

apache web server

Choose which packages you want to install with the “Customize Now” switch. Choose it and then under the Servers tab, you can select “Web Server”. Go ahead with the installation until

5 Useful Terminal Commands You Can Use More Than Once [Mac & Linux]







SSH

This can be used to securely remotely login to another device which has remote login enabled. It is commonly used to login to jailbroken iPhones and send files. It is also used to repair computers without a display attached or to make sure they are still working. SSH can also be used to tunnel web traffic.
If you’re on OS X, you must make sure that remote login is turned on in the computer you want to remotely login to. You can do this by going to the Sharing pane in System Preferences, then ticking the “Remote Login” checkbox. Note down the bit in quotes after, “To log in to this computer remotely…”

mac terminal commandsThat’s what you have to type into the terminal to log in to that account on that computer. To login using SSH, simply type:
ssh user@host
Where host is the IP. Then verify that

Clean Up Your Computer With An Automated Script






What This Script Will Accomplish

This Windows script is going to run the required tools in command line mode. Many of these tools that you’ve been using for years, you may not have even realized that there isa command-line mode available.

Clean Up Registry & Temp Folders

The first step is probably the most important. We’re going to launch CCleaner in command line mode to clean up temp files and the registry.
One catch. In order to make this script work without constant notifications about the apps making computer changes, you’ll have to disable the User Account Control windows feature in Windows 7.
Now you’re ready to roll. Create a file called CleanComputer.wsf and start it off with the following script.
<job>
<script language="VBScript">