Skip to main content

Posts

Showing posts from April, 2014

What is SEO?

[Internet]: Kiểm tra tốc độ Internet

[Tốc độ nội mạng] Dưới đây là một số địa chỉ giúp kiểm tra tốc độ kết nối đến nhà cung cấp dịch vụ Internet mà mình đang sử dụng (thường được gọi là tốc độ nội mạng). http://mirrors.digipower.vn/centos/ Thử tải một file .iso để đo tốc độ thực tế. [FPT] [Viettel] [VNPT] http://www.internetvnn.com/kiem-tra-toc-do-duong-truyen [Dịch vụ khác] Kiểm tra tốc độ kết nối khi dùng phần mềm quản trị doanh nghiệp hợp nhất của MISA http://speedtest.misa.com.vn/ [Tốc độ ngoại mạng] Kiểm tra tốc độ kết nối đến các website nước ngoài http://www.speedtest.net http://www.youtube.com http://mail.google.com [Các lần đứt/sửa cáp kết nối Internet quốc tế] 03/03/2014 http://vnpt-hanoi.com.vn/web/tintuc_chitiet.asp?news_id=5636 Ngày đưa thông tin: 14/2/2014 Thông báo sửa chữa tuyến cáp quang biển AAG. VNPT Hà Nội trân trọng kính báo: Dự kiến từ 0h00 ngày 03/03/2014 đến 09/03/2014, VNPT tổ chức sửa chữa bảo dưỡng tuyến cáp quang biển đi quốc tế. Trong th

[Windows]: open firewall ports for smtp, smtps, pop3s, imaps, domino

:: commands to open firewall ports for smtp, smtps, msa, pop3s, imaps services netsh advfirewall firewall add rule name = SMTP dir = in protocol = tcp action = allow localport = 25 profile = PUBLIC netsh advfirewall firewall add rule name = SMTPS dir = in protocol = tcp action = allow localport = 465 profile = PUBLIC netsh advfirewall firewall add rule name = MSA dir = in protocol = tcp action = allow localport = 587 profile = PUBLIC netsh advfirewall firewall add rule name = POP3 dir = in protocol = tcp action = allow localport = 110 profile = PUBLIC netsh advfirewall firewall add rule name = POP3S dir = in protocol = tcp action = allow localport = 995 profile = PUBLIC netsh advfirewall firewall add rule name = IMAP dir = in protocol = tcp action = allow localport = 143 profile = PUBLIC netsh advfirewall firewall add rule name = IMAPS dir = in protocol = tcp action = allow localport = 993 profile = PUBLIC netsh advfirewall firewall add rule name=DOMINO dir=IN protocol=TCP acti