跳转至

Network Utilities

Bash
ifconfig               # 查看所有网络接口的属性
iptables -L            # 查看防火墙设置
route -n               # 查看路由表
netstat -lntp          # 查看所有监听端口
netstat -antp          # 查看所有已经建立的连接
netstat -s             # 查看网络统计信息
nmcli                  # NetworkManager tools
rfkill                 # tool for enabling and disabling wireless devices
arp -a

# share folder
sudo mount -t cifs //192.168.4.247/shareGHC ../../shareMount

云存储

  • 百度网盘

  • 七牛云:图片外链

  • 坚果云:中国版Dropbox

  • Dropbox

    Bash
    # Ubuntu 16.04使用代理安装Dropbox
    sudo dpkg -i dropbox_2020.03.04_amd64.deb
    
    # 然后使用代理安装Dropbox其他服务
    sudo apt install proxychains
    sudo vi /etc/proxychains.conf   # 将最后一行修改为 socks5 127.0.0.1 1080
    sudo proxychains dropbox start -i
    

  • OneDrive

  • box

  • MEGA

  • pCloud

  • hubiC

  • 个人云存储

    • NAS云服务器

Web Server

Browser

Chrome & FireFox Extentions

download chrome

Bash
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

install extentions

Bash
google-chrome --enable-easy-off-store-extension-install

Remote Access

  • remote.it: Remote Device Access and Bulk Management

  • Remote Desktop

    • TeamViewer
    • VNC
    • NoMachine: Free Remote Desktop For Everybody
    • xrdp: An open source remote desktop protocol(rdp) server.The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop, freerdp, and Microsoft's own terminal server / remote desktop clients.
  • SSH & Telnet

  • 无线传屏

Files Transfer/Share

  • FTP/SFTP

    • FTP三剑客:CuteFTP、LeapFTP、FlashFXP
    • FileZilla: the free FTP solution
  • scp

  • rsync

Network Share

Network Protocol

Network Analysis

Website Rank

Whois / Domain

Scanner

  • SuperScan: 强大的端口扫描工具
  • Nmap: Nmap ("Network Mapper") is a free and open source (license) utility for network discovery and security auditing
  • Angry IP Scanner: Fast and friendly network scanner
  • ARP Scan
  • Advanced IP Scanner

Mosh

Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.

Mosh is a replacement for interactive SSH terminals. It's more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.

Mosh is free software, available for GNU/Linux, BSD, macOS, Solaris, Android, Chrome, and iOS.

TCP/UDP

  • TCPView: 一个查看端口和线程的小工具
  • sokit: TCP/UDP数据包收发测试(调试)工具

ADSL

SpeedTest

Config Wireless Network On Linux