INTERNET, PHONES and COMPUTER Codes |
- [Krebs on Security] Please confirm your request
- [Krebs on Security] Please confirm your request
- WELCOME TO EBONYPIX (EP)
- (6 stories) Obama's Love Affair with Bloggers
- NairaCareer
- [Krebs on Security] How To Avoid CryptoLocker Ransomware
- INFORMATION NIGERIA (60 New Items)
- ALL AFRICAN GIST and INFO
- How to Make a Program Using Notepad
- How to Make a Program Using Notepad
- How to Make a Password Generator Using Command Prompt
- How to Create a Shutdown Icon on Your Desktop
- How to Create a Partition
- How to Create a Chatbot/Chatbox
- How to Choose Keywords For SEO
- How to Change Word to Txt
- How to Change File Properties
- Latest posts today - 08/01/2013
- Latest posts today - 07/31/2013
- How to Bypass Registration on Websites using the Google Cach
- How to Access the Cached Version of a Page Using Google
- How to Stop Animated Images in a Browser
- How to Get a Free Internet Connection
- How to Access a Web Page That Doesn't Load Fully
- How to Physically Secure Your Office Computers
| [Krebs on Security] Please confirm your request Posted: 01 Nov 2013 05:59 PM PDT Krebs on Security has received a request to unsubscribe for this email address. To complete your request please click on the link below: http://krebsonsecurity.com/?s2=0652faa46a14b83d9dcfcf907d2db80ff12295 If you did not request this, please feel free to disregard this notice! Thank you, Brian Krebs Bot. |
| [Krebs on Security] Please confirm your request Posted: 01 Nov 2013 05:57 PM PDT Krebs on Security has received a request to unsubscribe for this email address. To complete your request please click on the link below: http://krebsonsecurity.com/?s2=0652faa46a14b83d9dcfcf907d2db80ff12295 If you did not request this, please feel free to disregard this notice! Thank you, Brian Krebs Bot. |
| Posted: 01 Nov 2013 03:11 PM PDT h1 a:hover {background-color:#888;color:#fff ! important;} div#emailbody table#itemcontentlist tr td div ul { list-style-type:square; padding-left:1em; } div#emailbody table#itemcontentlist tr td div |
| (6 stories) Obama's Love Affair with Bloggers Posted: 01 Nov 2013 02:21 PM PDT Blog News - News November 1, 2013 |
| Posted: 01 Nov 2013 01:11 PM PDT h1 a:hover {background-color:#888;color:#fff ! important;} div#emailbody table#itemcontentlist tr td div ul { list-style-type:square; padding-left:1em; } div#emailbody table#itemcontentlist tr td div |
| [Krebs on Security] How To Avoid CryptoLocker Ransomware Posted: 01 Nov 2013 02:51 PM PDT Krebs on Security has posted a new item. Over the past several weeks, a handful of frantic Microsoft Windows users have written in to ask what they might do to recover from PC infections from "CryptoLocker," the generic name for an increasingly prevalent and nasty strain of malicious software that encrypts your files until you pay a ransom. Unfortunately, the answer for these folks is usually |
| INFORMATION NIGERIA (60 New Items) Posted: 01 Nov 2013 11:10 AM PDT h1 a:hover {background-color:#888;color:#fff ! important;} div#emailbody table#itemcontentlist tr td div ul { list-style-type:square; padding-left:1em; } div#emailbody table#itemcontentlist tr td div |
| Posted: 01 Nov 2013 11:05 AM PDT h1 a:hover {background-color:#888;color:#fff ! important;} div#emailbody table#itemcontentlist tr td div ul { list-style-type:square; padding-left:1em; } div#emailbody table#itemcontentlist tr td div |
| How to Make a Program Using Notepad Posted: 31 Jul 2013 11:55 AM PDT Though Notepad is not an ideal text editor for programming, it has all the functions that allow it to be used for writing programs. It'll be hard to write thousands of lines of code and still keep everything straight given the lack of formatting features, but you can get started with simple code in a free program already on your PC. EditSteps 1First open Notepad. It can be found in Acessories |
| How to Make a Program Using Notepad Posted: 31 Jul 2013 11:49 AM PDT Though Notepad is not an ideal text editor for programming, it has all the functions that allow it to be used for writing programs. It'll be hard to write thousands of lines of code and still keep everything straight given the lack of formatting features, but you can get started with simple code in a free program already on your PC. EditSteps 1First open Notepad. It can be found in Acessories |
| How to Make a Password Generator Using Command Prompt Posted: 31 Jul 2013 11:47 AM PDT You may be bored with your work andwant to make something for fun or something else, then you can try this technique to make a password generator in command prompt. EditSteps 1Open Notepad. There are many ways to open it. You can do this by: Click on Start -> Accessories -> Notepad, or Click on Start -> Run and typenotepad, then hit Enter. 2Type the code as shown below into Notepad. 3Click onFile |
| How to Create a Shutdown Icon on Your Desktop Posted: 31 Jul 2013 11:46 AM PDT In this article you will be shown how to create an interactive icon on your desktop that shuts down your PC. EditSteps 1Open Notepad and type in (without quotes) "c:\windows\system32\shutdown -s -f -t 10".Save it as "shutdown.bat"(you have to change the file type drop down box to "All Files(*.*)"). DO NOT FORGET THE".bat"! 2Find a great internet photo of a shutdown button and save it. 3Open |
| Posted: 31 Jul 2013 11:44 AM PDT Sometimes you may want to divide a single hard disk into multiple drives, often called partitions or volumes. You may want multiple partitions to ensure the integrity of certain types of data, to install different operating systems on a single computer, or to limit the amount of space certain information can occupy, like music or video. The process for partitioning a hard disk is not necessarily |
| How to Create a Chatbot/Chatbox Posted: 31 Jul 2013 11:42 AM PDT This is a simple tutorial how to make your chatbot/chatbox in notepad... EditSteps 1Open notepad. 2Then type in the following: fname=inputbox ("hello") fname=inputbox ("i am Sara") fname=inputbox ("what's your name?") fname=inputbox ("i like your name") fname=inputbox ("i must go") fname=inputbox ("see ya") 3Save document as a.vbs file. EditVideo This is my video xD EditTips fname=inputbox ("") |
| How to Choose Keywords For SEO Posted: 31 Jul 2013 11:40 AM PDT Finding and using valuable keywords can increase the success of your website. Identifying the best adjectives and nouns for your websitewill determine your success in the search engine optimization (SEO) process. Make sure you understand the SEO process well before picking the keywords. Learn how to choose keywords for SEO. EditSteps Part One: Prepare a Keyword List 1Think like a consumer. Search |
| Posted: 31 Jul 2013 11:37 AM PDT Text, or .txt files generally don't have formatting, but are much smaller thanMS Word documents. They are ideal for e-mail or posting to the web. Programing files are almost universally written in plain text format, and are often used to store notes or CSS and HTML files. EditSteps 1Open your MS Word, Corel WordPerfect, or OpenOffice document. 2Click on the file menu near the top left hand corner |
| Posted: 31 Jul 2013 11:36 AM PDT When a file is created on a computer it is automatically given a set of properties such as date, size, and format. Changing properties can allowyou to personalize the organization and synchronization of files on your computer. You can manually change some attributes in Windows 7 and Vista by using the Details pane at the bottom of each folder window. You can also access the Properties menu of the |
| Latest posts today - 08/01/2013 Posted: 31 Jul 2013 11:03 AM PDT <!-- // BEGIN PREHEADER --> <!-- --> Email not displaying correctly? |
| Latest posts today - 07/31/2013 Posted: 30 Jul 2013 11:03 AM PDT <!-- // BEGIN PREHEADER --> <!-- --> Email not displaying correctly? |
| How to Bypass Registration on Websites using the Google Cach Posted: 29 Jul 2013 12:44 PM PDT Want to know how to access a cached webpage and view content that normally requires registration? Here'show to do it. EditSteps 1Visit google.com. 2Find the exact page that you want in a list of Google search results. 3Hover your cursor over the right edge of the search entry. You should see a set of double arrows pointing to the right come up. Click on them. 4Click the blue "Cached" link near |
| How to Access the Cached Version of a Page Using Google Posted: 29 Jul 2013 12:42 PM PDT When important websites go down and you still need to access their content, you can often be out of luck. However, Google caches the content of many popular websites, allowing you to access it even when the website itself won't. This article describes the method. EditSteps 1Search Googlefor "site:(Type in the site URL that is down)" followed by search terms that will help you getto the content |
| How to Stop Animated Images in a Browser Posted: 29 Jul 2013 12:40 PM PDT Have you ever wanted to disable those annoying images on web pages, especially the ones with excessive movement that never ends? You can easily disable those animations in Firefox, Opera, and Internet Explorer (MacOS X's Safari does not let users disable GIF animations). This guide will show youhow to disable all of those animated GIFs, so that you'll see only the first frame of each image |
| How to Get a Free Internet Connection Posted: 29 Jul 2013 12:39 PM PDT Forking over a substantial wad of cashjust to get online can be a real pain. Shouldn't wi-fi be free everywhere bynow? Luckily, there are steps you can take to avoid paying those fees. To get a free internet connection, try one of the following methods. EditSteps Around Your Home 1 Go wardriving .It's a little less exciting than it sounds, unfortunately.Grab your vehicle (you'll look a bit |
| How to Access a Web Page That Doesn't Load Fully Posted: 29 Jul 2013 12:36 PM PDT A simple method to access a webpagethat either doesn't fully load, incurs a 404 not found error or simply to bypass a corporate firewall in some instances. EditSteps 1Be aware that a common error occurs when the router needs re-setting. Which you do by unplugging it, waiting a minute and plugging it in again. 2Look for other possibilities. Another possible error is that the WEPcode in the router |
| How to Physically Secure Your Office Computers Posted: 29 Jul 2013 12:33 PM PDT Many individuals, companies, and small businesses often focus on maintaining the security of office computers from a virtual standpoint; however, sometimes physical instances of theft or burglary can occur in which your office computers are stolen. There are several ways to physically secure your office computers depending on your specific preference or office layout; including keeping computers |
| You are subscribed to email updates from COMPUTER1005.BLOGSPOT.COM To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
| Google Inc., 20 West Kinzie, Chicago IL USA 60610 | |
No comments:
Post a Comment