Showing posts with label password. Show all posts
Showing posts with label password. 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 »

Saturday, August 26, 2017

Ubuntu Forum require password to view page

Ubuntu Forum require password to view page


Ubuntu forum require password to view forum postSome times ago I am searching for a Ubuntu Linux Tips and click on a Ubuntu forum link found by Google. Ubuntu forum require password to view forum posts. What a absurd thing it is? Are there any problem or am I making any unauthorized access? Dont sure.

I know that it is a open forum which can be view from any place of this world. Am I wrong?

download file now

Read more »

Sunday, August 20, 2017

Ubuntu Linux root password default password zz

Ubuntu Linux root password default password zz


Q. I have just installed Ubuntu Linux. But, what is the default root password? I can only login as a normal user.

A. This is the mystery for most users - you didnt set a root password, so what is it?
The root user can do anything as this a/c has full access to system. So using root account for daily work can be dangerous.

To be frank root a/c is locked by default under Ubuntu Linux. Therefore, you cannot login as root or use su - command to become superuser.

To run all administrative command use sudo command. sudo allows a permitted user to execute a command as the superuser or another user. Ubuntu setup your default account (the one created during installation) to run all administrative commands.

For example create a new user called bar, you need to type sudo command as follows:
$ sudo adduser barPassword:
When sudo asks for a password, it needs YOUR OWN Password; this means that a root password is not needed.

Here are few more examples.
Task: Start / stop / restart services stored in /etc/init.d/ directory
$ sudo /etc/init.d/ssh stop$ sudo /etc/init.d/networking restart
Task: Avoid typing sudo each and every time

Note that this is not recommended until and unless you are an expert and aware of what you are typing:
$ sudo -i

Above command will start /bin/bash as a root shell so that you can enter a root user command w/o using sudo.

http://www.cyberciti.biz/faq/ubuntu-linux-root-password-default-password/

download file now

Read more »

Tuesday, August 15, 2017

Ubuntu的root密� �是什么 How to set the password for root in UTUNBU

Ubuntu的root密� �是什么 How to set the password for root in UTUNBU


Ubuntu???root?????????????????????????root????????? user ?? admin ? ??????? root ???? ?

?root???????
??????????????--??--?????????????
sudo passwd root

??????????????????????
[sudo] password for you ?---> ??????????????????????
Enter new UNIX password: --- > ??root ??
Retype new UNIX password: --> ????????root???????

????????root?????root????????????System->Administration->Users and Groups. Choose root and unlock it.

????????????

http://wuxiong8665.blog.163.com/blog/static/93512200961184643307/

download file now

Read more »