itsorganic-itsorgasmic:

musicalbeing:

prettylittlerunner:

curvecreation:

Just a reminder to women that cellulite isn’t this evil thing that only ‘fat’ people have. Most women, including well known celebrities have cellulite. The term cellulite was started in the 1960’s in a Vogue magazine. Its nothing more than the body storing fat, which practically every person has to some degree. Don’t be ashamed of something that’s normal!

Thank you for this post.

It was recently found that 98% of women have cellulite…which is a little higher than the percentage of women who develop breasts. 

Cellulite is more common than breasts—so stop acting like it’s not natural.

98% of women have cellulite because of the shape of our fat cells. The shape of our fat cells is different than men’s, which is why they don’t get cellulite and we do.

So you’re saying men and women are different…

BRING ME A VICTORY HAM.

Temptations of the fork.

I’m a man. I live my days in a way that makes me feel good at the end. I try not to hurt people, I don’t get road rage, I don’t throw bacon at vegans any more. I avoid temptation, I don’t notice beautiful women walking around, I don’t pay attention to the crazy people screaming about buy this new religion or taco. But I can only walk past so many forklifts with keys in them before I jump in an drive one and get stopped by an employee.

Because TFTP is a dick.

Use an FTP Server to Backup and Restore a Configuration

In this procedure, an FTP server can be used in place of a TFTP server.

At the Router> prompt, issue the enable command, and provide the required password when prompted.

The prompt changes to Router#, which indicates that the router is now in privileged mode.

Configure the FTP username and password.

CE_2#config terminal
CE_2(config)#ip ftp username cisco
CE_2(config)#ip ftp password cisco123
CE_2(config)#end
CE_2#
Copy the configuration to the FTP server.

CE_2#copy running-config ftp:
Address or name of remote host []? 10.66.64.10
Destination filename [ce_2-confg]? backup_cfg_for_router
Writing backup_cfg_for_router !
1030 bytes copied in 3.341 secs (308 bytes/sec)
CE_2#
Open the configuration file with a text editor. Search for and remove any line that starts with “AAA”.

Note: This step is to remove any security commands that can lock you out of the router.

Copy the configuration file from the FTP server to a router in privileged (enable) mode which has a basic configuration.

Router#copy ftp: running-config
Address or name of remote host [10.66.64.10]?
Source filename [backup_cfg_for_router]?
Destination filename [running-config]?
Accessing ftp://10.66.64.10/backup_cfg_for_router…
Loading backup_cfg_for_router !
[OK – 1030/4096 bytes]
1030 bytes copied in 13.213 secs (78 bytes/sec)
CE_2#