Showing posts with label it. Show all posts
Showing posts with label it. Show all posts

Wednesday, September 27, 2017

Twitter fake page http ltwltter com timed out Beware it will steal your password phishing

Twitter fake page http ltwltter com timed out Beware it will steal your password phishing


If you get a Direct message that looks like this:

ROFLMAO i cant stop laughing at this pic of you ppfr.it/434
Direct message sent by YourFriend (@yourFriend) to you (@YourName)


The first reaction is to click on the short link ppfr.it/434 which will take you to http://t.co/tIdsrtv which will resolve to http://ltwltter.com/timed_out/ (notice the �l� before the �t� of twitter) which will present a FAKE Twitter login page that looks exactly like the Twitter web site with username and password screen:

image


Please beware � since this is a FAKE login screen � So do NOT enter your login details!

If you do enter your username and password � then the fake page will steal your username and password and then redirect you to another fake page:
http://ltwltter.com/status/error/  (notice the �l� before the �t� of twitter)
image
Once the phishers have harvested your login details then they will send DMs to all of your followers and send them the same �ROFLMAO� message and hope that they fall into the same trap and log in to the fake Twitter page.

Be careful out there and remember to ALWAYS check the URL of the page that you are logging in to.


download file now

Read more »

Friday, September 22, 2017

UBUNTU Linux Give it a try!

UBUNTU Linux Give it a try!


Well, I made a tutorial for installing Windows XP on your computer even it was against my will, lol. I am an Ubuntu Linux user and I support opensource softwares and anti-piracy programs of the governement (lol). And what I can say about this Operating System is that it is so smooth, so fast, so stable and so good coz its free! Unlike Windows OSes, you dont have to pay. OpenSource software is the answer and not piracy.

So, what is Ubuntu OS? Why is it called Ubuntu?

"Ubuntu is an ancient African word meaning humanity to others. It also means I am what I am because of who we all are. The Ubuntu operating system brings the spirit of Ubuntu to the world of computers."

It is  a computer operating system originally based on the Debian GNU/Linux distribution and distributed as free and open source software with additional proprietary software available. 


So whats the advantage of using Linux Ubuntu over Windows OS?

  • No more hangs, no more lags!

  • No more file corruptions, no more BSOD errors!

  • No more viruses, spyware, malware and underware! (kiddin lol)

  • Has a section called "Software Center" where everything could be downloaded easily and for free!

  • And lastly and the most important is..... its FREE to use, free to distribute and free to modify!

Oh, so you want one now? 

1. Go to www.ubuntu.com
2. Download the latest Ubuntu release, as of this writing, Ubuntu 11.04. The file is in .ISO file, just burn it on a CD and your good to go, its FREE!

3. Install Linux Ubuntu. Just boot from your CD and follow the onscreen instruction. You can install it side by side with Windows or other OS you use or try it using your CD without installing it.

For more information on how to install Linux Ubuntu, just go to their website. (www.ubuntu.com)

Enjoy using Ubuntu! 

download file now

Read more »

Tuesday, September 19, 2017

try it babylon com

try it babylon com



?
English
Add Content
Products
Support
Store
Free Trial
One click translation software from
any language to any language
  • Easy to install
  • Easy to use
  • Leading dictionary packs � Oxford, Britannica, Wikipedia
Buy Now!
  • Access to over 2000 dictionaries & glossaries
  • Wikipedia inside
Human Translation
Let the Pros Do It!
Thousands of professional translators
from all over the world are registered with
Babylon�s human translation service,
providing fast and accurate translations
in over 32 languages for business
and personal needs.
Learn a language
Learn any language,
the easy, fun and fast way
Learn from the comfort of your own computer, catering to all levels - from beginners to Advanced

Babylon 9 Translation Software features:

  • Available in over 75 languages >>
  • Over 2,000 Dictionary titles >>
  • Wikipedia @ a click in over 25 languages >>
  • Live Translation Community NEW >>
  • Spelling and Proofreading NEW >>
  • Human Voice NEW >>
  • Integrates seamlessly into Microsoft Office
    Spellers >>
  • Web Page & Document Translation >>
Business Customers
Babylon Improves
Communication
and Productivity
Babylon 9 offers the most powerful, easy-to-use translation tool ever. Translate words and full texts in over 75 languages, or get dictionary definitions from over 2000 dictionaries, glossaries and encyclopedias in one simple click.
You can also get help from our live community about translation and grammar issues.
Investor Relations |  About us |  Business Customers |  Affiliates |  Sitemap |  Webmaster Zone |  Free Dictionaries |  LookUp |  Contact Us
Copyright � 1997-2012 Babylon Ltd.   All Rights Reserved to Babylon Translation Software. | Privacy Statement | Terms of Use


download file now

Read more »

Monday, September 18, 2017

Two excuses IT professionals use

Two excuses IT professionals use


The following excuses are used frequently by IT professionals as a scape goat for not letting you do something they dont want you to do, or to lay blame on problems they dont know how to solve.
  1. Your problems are caused by these other applications that I dont support.
  2. I cant allow you to do that, or have that software because it is a security threat.
The first one is used to explain why you are having PC problems. This often comes in the form of some sort of "fanboy" bias. A Microsoft lover might say, "Your computer boots slowly because you have Firefox installed" or, "The Google toolbar is why IE is crashing so much." They will usually remove the offending program, but it wont actually fix the problem. They will then have to actually find the real solution, and then go back and say you still cant have whatever app they removed still claiming it was the problem. They will not let you have your old application back, even though it was never causing any problems.
The second excuse will be used to explain why they wont let you have the program even before youve installed it. They will insist that every program you want is a security risk.
This is not to say that there are not legitimate reasons for the IT staff at your work to deny you from having no other programs installed except the ones they provide. A good security policy, in my opinion, is to set up an employees computer in a manner that is consistant with their work duties, and then lock it down very tight so the user does not have access to add or remove software, or make any system changes. However, these reasons should be properly articulated using facts and valid arguments, not scape-goats and non-truths.

download file now

Read more »

Monday, September 11, 2017

Ubuntu 11 10 aireplay ng and the mon0 is on channel 1 error and how to fix it shell script included

Ubuntu 11 10 aireplay ng and the mon0 is on channel 1 error and how to fix it shell script included


I had recently upgrade my Ubuntu install to 11.10. Along with other annoyances I came across I ran into a bit of a deal breaker when I went to run aireplay-ng. I was getting the following error:

mon0 is on channel -1, but the AP uses channel [#]


This was going to be a huge problem since I know that my ZyDAS 1211 chip set was compatible with packet injection. After searching around for a bit I found a great solution from this site here about the drivers and how to patch and reinstall the older ones back in. Below I have a script that you can run to get that installed.

Driver Patcher in action.

==================================================================


#!/bin/bash
#
# This fix was found at:
# http://linux-software-news-tutorials.blogspot.com/2011/06/solve-error-mon0-is-on-channel-1-but-ap.html
#
# If this script helps you be sure to drop him a line and
# say thanks!
echo -e " 33[1;32m###########################################"
echo -e "# Ubuntu Patched Drivers Installer Script #"

echo -e "# Tested on Ubuntu 11.04 and 11.10 #"
echo -e "###########################################"
echo " Coded By: Travis Phillips"
echo " Date: 01/18/2012"
echo " Website: http://theunl33t.blogspot.com"
echo -e -n " [*] Installing build-essential...33[0m"
sudo apt-get -y install build-essential &> /dev/null
echo -e "33[1;32mDone!"
echo -e -n " [*] Downloading Wireless Drivers...33[0m"
wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2011-06-16.tar.bz2 &> /dev/null
echo -e "33[1;32mDone!"
echo -e -n " [*] Extracting...33[0m"
tar -jxf compat-wireless-2011-06-16.tar.bz2
cd compat-wireless-2011-06-16
echo -e "33[1;32mDone!"
echo -e -n " [*] Downloading Patches...33[0m"
wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch &>12 /dev/null
wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch &>12 /dev/null
echo -e "33[1;32mDone!"
echo -e -n " [*] Applying Patches...33[0m"
patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch &> /dev/null
patch ./net/wireless/chan.c channel-negative-one-maxim.patch &> /dev/null
echo -e "33[1;32mDone!"
echo -e " [*] Building patched drivers and installing."
echo -e " 33[31mTHIS WILL TAKE ABOUT 5-10 mins..."
echo -e " Please be patient and do *NOT* interrupt this process33[0m "
make &> /dev/null
echo -e " 33[1;32m[*] Compiling Complete. Installing Drivers...33[0m "
sudo make install &> /dev/null
echo -e "33[1;32m[*] Installing Patched drivers completed!"
echo -e -n " [*] Cleaning Up...33[0m"
cd ..
rm compat-wireless-2011-06-16.tar.bz2
rm -rf compat-wireless-2011-06-16
echo -e "33[1;32mDone!"
echo -e " [*] 33[1;37mScript Finished! Please reboot to finish the patch.33[0m "



==================================================================

To run save it to a save to a file called patchwifidrivers.sh and in a terminal type

chmod +x patchwifidrivers.sh
./patchwifidrivers.sh


Hope this helps some people.

download file now

Read more »

Thursday, September 7, 2017

Unable To Use Product Key For Clean Install Fix it Error 0xC004F061

Unable To Use Product Key For Clean Install Fix it Error 0xC004F061


Microsoft follows the policy of one key for one Windows activation. This means only a single key can be used for one installation. Suppose you installed Windows on multiple hard drives of a same computer, you won�t be able to activate all copies, using the same key, because of this policy. Again, some keys can be used for upgrading your Windows only and not for new clean installations. If you, you may get an Invalid Product Key Error Code: 0xC004F061.

Invalid Product Key Error Code: 0xC004F061

FIX Error 0xC004F061 FIX : Error 0xC004F061, Unable To Use Product Key For Clean Install

Since you�ve bought new license, such error shouldn�t be faced. But unfortunately if you�re facing one, then we�ll tell you the way to fix it, here is how:

FIX : Error 0xC004F061

1. Press Windows Key + R combination, type put Regedt32.exe in Run dialog box and hit Enter to open the Registry Editor.
2. Navigate to the following location:
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Setup/OOBE
FIX Error 0xC004F061 1 FIX : Error 0xC004F061, Unable To Use Product Key For Clean Install
3. In the right pane of this location, you�ll see MediaBootInstall named DWORD, which is having Value data as 1. Double click on this DWORD to modify it:
FIX Error 0xC004F061 2 FIX : Error 0xC004F061, Unable To Use Product Key For Clean Install
4. In the above window, replace the Value data to 0 from 1. Click OK. Close the Registry Editor.
5. Now open administrative Command Prompt, type following command:
slmgr /rearm
FIX Error 0xC004F061 3 FIX : Error 0xC004F061, Unable To Use Product Key For Clean Install
6. After hitting above said command, hit the Enter key and you�ll receive following prompt:
FIX Error 0xC004F061 4 FIX : Error 0xC004F061, Unable To Use Product Key For Clean Install
7. In case you�re asked to enter product key, then do it and reactivate Windows. Click OK in above shown window and reboot the system. After reboot, your error should be fixed now.
Hope this helps!

download file now

Read more »

Wednesday, August 9, 2017

Twitter’s Latest Addition Makes It Easier To Report Threats On Its Service To The Police

Twitter’s Latest Addition Makes It Easier To Report Threats On Its Service To The Police



At the end of last year, Twitter began to focus in earnest on upgrading its suite of tools designed to help users dealing with abuse, threats, and other forms of harassment that took place on its service. Today, the company is making yet another change along these same lines � it�s adding a new feature that will make it easier for affected users to report abuse to law enforcement.
The new feature isn�t exactly a one-click process, nor does it immediately put the report in front of law enforcement agents directly. Instead, the added option appears after a user files a report with Twitter about a threatening tweet they received. On the last screen, they�re then presented with an option to receive a copy of their report via email.
twitter-email-report-law-enforcement
By selecting this option, the Twitter user will receive an email package that includes the threatening tweet and URL, the Twitter username of the account making the threat, a timestamp of the threat and the report itself, as well as the victim�s own account information, explains the company via a blog post announcing the addition.
This email concludes with a link to Twitter�s Law Enforcement Guidelines, which provides more information for authorities, including how they can go about making requests for non-public user account information from Twitter itself.
�While we take threats of violence seriously and will suspend responsible accounts when appropriate, we strongly recommend contacting your local law enforcement if you�re concerned about your physical safety,� says Twitter on its post this afternoon. �We hope that providing you with a summary of your report will make that process easier for you.�
twitter-email-report
The change follows a series of upgrades to Twitter�s service which are aimed at cutting down on the abuse and threats that take place as Twitter users hide behind anonymous accounts in order to harass their victims. In December, the company rolled out a suite of new tools which allowed Twitter users to more specifically detail their abuse, and it made further changes to how Blocked Accounts operated. At the same time, Twitter said it would increase its response times for handling abuse, too.
Then last month, the company said it would crack down on serial offenders by tracking their phone number. That solution was not perfect, of course, because a troll could abandon their account and just start a new one that�s not associated with the phone number being tracked. Plus, it hasn�t been a requirement that users provide Twitter with a phone number when setting up a new account. But that changed to some extent earlier this month, when it appeared that, in many cases, those using the anonymous web browser Tor had to provide a phone number in order to create a new account. (Twitter said this was not a requirement, but was �occasionally� the case. It said that it would sometimes ask for phone numbers when user behavior resembled that of spammers.)
Twitter has faced a problem with trolling and abuse for some time, which CEO Dick Costolo said was impacting its ability to grow. In an internal memo leaked earlier this year, the company acknowledged the issue directly. �We suck at dealing with abuse and trolls on the platform and we�ve sucked at it for years,� wrote Costolo. �It�s no secret and the rest of the world talks about it every day. We lose core user after core user by not addressing simple trolling issues that they face every day.�
Until more recently, Twitter has been fairly reactive instead of proactive when it came to dealing with abuse on its service, but several high-profile cases of harassment have brought the problem into the limelight, including the #gamergate saga as a whole, as well as things like the harassment of Robin Williams� daughter after her father�s death, to name just a couple of examples.
Twitter says the new email reporting feature is beginning to roll out today.

download file now

Read more »

Sunday, August 6, 2017

Uber must face charges it discriminates against blind passengers

Uber must face charges it discriminates against blind passengers


Taken from PC World.
A court case that alleges Uber discriminates against blind passengers will be allowed to proceed despite an attempt by Uber to have it thrown out, a California judge ruled late Friday.

Read more �

download file now

Read more »