#apt-get install iprelay
$iprelay -b 2500 8000:localhost:80
point the browser to localhost:8000
you can see how website look like with connection speed of 2.5Kbps.
simulate slow internet connection
#apt-get install iprelay
$iprelay -b 2500 8000:localhost:80
point the browser to localhost:8000
you can see how website look like with connection speed of 2.5Kbps.
simulate slow internet connection
changing eth0 name to eth1 and eth2 after each reboot. it is a bug in udev package.
make all image in a page to have a direct link.
$content = ''; //content of a page with <img tag
$content = preg_replace('/<img alt=".*" \/>/',
'<a href="\\1">\</a>', $content);
it is important to change the TTL setting of the domain to a short time (60s) before migrating to new server.
and wait for the dns record to propagate before changing the dns records.
sdlmame is a new alternative that replace the old xmame
one of my client complaining to me about this problem (using IE 7). another hasLayout problem
not sure which one really fix the problem. But avoiding
<div>and <span> tags inside <a> tags might help.
#find / -type f \( -perm -4000 -o -perm -2000 \) -exec ls -ld '{}' \;
$wget -r --level=1 -k -p http://websiteurl.com/
Practically, just need it so the webpage with chinese writing in it doesn’t look ugly
#apt-get install iceweasel-l10n-zh-cn