Título: Add a shell script to panel to ping ISP Gateway
Autor: kennethmjohnson
Categoria: Ciência e tecnologia
Descrição: Linux is all about the command line, create shell scripts from successful commands,then automate them, then make things convenient by adding to panel. Simple script to ping your ISP gateway. Open gedit, go to Applications|Accessories|Text Editor.
The script top line reads #!/bin/sh. Line 2 reads ping xx.xxx.xxx.xxx, replace x your real Class A Ip address. Save as pingisp.sh in your Home Folder. Open terminal, type chmod 775 pingisp.sh. To test, open Terminal,type ./pingisp.sh. Ctrl C to stop.
As far as Network troubleshooting goes, could make another similar script to rule out LAN issues like a crashed router. A Class C IP address will be something like 192.168.1.1
Duração: 1:25
Tags: computing how-to Linux panel script shell Ubuntu
Tags para Busca na Web: computing how-to Linux panel script shell Ubuntu