LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Update Checker
#37
@updater: An option to change the update interval, that would be the most usefull option.  Smile

@Network connection testing: great idea
In lite control center, we used this method to check the connection to the internet:
Pinging Gooogle dns servers.
Code:
ping -c 1 8.8.8.8 2>&1 | grep "connect: Network is unreachable" &>/dev/null
            if [ $? = 1 ]; then
                   echo Active
            else
                    echo Not connected
            fi
But if we use this method when google is down the script would not update. lol


Messages In This Thread
Update Checker - by shaggytwodope - 08-14-2015, 09:38 AM
Re: Update Checker - by Valtam - 08-14-2015, 05:20 PM
Re: Update Checker - by Wirezfree - 08-14-2015, 06:35 PM
Re: Update Checker - by bfb - 06-05-2016, 08:20 AM
Re: Update Checker - by bfb - 06-08-2016, 09:57 PM
Re: Update Checker - by shaggytwodope - 02-23-2016, 06:43 AM
Re: Update Checker - by Valtam - 02-23-2016, 06:47 AM
Re: Update Checker - by shaggytwodope - 02-23-2016, 07:12 AM
Re: Update Checker - by Valtam - 02-23-2016, 07:17 AM
Re: Update Checker - by shaggytwodope - 02-23-2016, 07:33 AM
Re: Update Checker - by Valtam - 02-23-2016, 07:42 AM
Re: Update Checker - by shaggytwodope - 02-23-2016, 08:10 AM
Re: Update Checker - by Valtam - 02-23-2016, 08:12 AM
Re: Update Checker - by Wirezfree - 02-23-2016, 08:35 AM
Re: Update Checker - by shaggytwodope - 02-23-2016, 08:55 AM
Re: Update Checker - by Valtam - 02-23-2016, 08:58 AM
Re: Update Checker - by shaggytwodope - 02-23-2016, 09:27 AM
Re: Update Checker - by Valtam - 02-23-2016, 09:35 AM
Re: Update Checker - by Wirezfree - 02-23-2016, 09:57 AM
Re: Update Checker - by shaggytwodope - 02-23-2016, 10:05 AM
Re: Update Checker - by Wirezfree - 02-23-2016, 10:25 AM
Re: Update Checker - by shaggytwodope - 02-23-2016, 10:31 AM
Re: Update Checker - by Wirezfree - 02-23-2016, 11:32 AM
Re: Update Checker - by shaggytwodope - 02-23-2016, 12:17 PM
Re: Update Checker - by Wirezfree - 02-23-2016, 01:17 PM
Re: Update Checker - by shaggytwodope - 02-23-2016, 01:36 PM
Re: Update Checker - by Wirezfree - 02-23-2016, 03:24 PM
Re: Update Checker - by shaggytwodope - 02-23-2016, 10:57 PM
Re: Update Checker - by torreydale - 02-24-2016, 01:08 AM
Re: Update Checker - by shaggytwodope - 02-24-2016, 04:37 AM
Re: Update Checker - by Valtam - 02-24-2016, 06:16 AM
Re: Update Checker - by Jocklad - 02-24-2016, 10:32 AM
Re: Update Checker - by avj - 02-24-2016, 12:14 PM
Re: Update Checker - by Wirezfree - 02-24-2016, 12:31 PM
Re: Update Checker - by shaggytwodope - 02-24-2016, 04:54 PM
Re: Update Checker - by shaggytwodope - 02-24-2016, 07:51 PM
Re: Update Checker - by misko_2083 - 02-24-2016, 10:58 PM
Re: Update Checker - by shaggytwodope - 02-24-2016, 11:07 PM
Re: Update Checker - by misko_2083 - 02-24-2016, 11:31 PM
Re: Update Checker - by torreydale - 02-25-2016, 12:26 AM
Re: Update Checker - by shaggytwodope - 02-25-2016, 01:15 AM
Re: Update Checker - by Valtam - 02-25-2016, 01:18 AM
Re: Update Checker - by shaggytwodope - 02-25-2016, 03:05 AM
Re: Update Checker - by LL-user - 02-25-2016, 04:50 AM
Re: Update Checker - by shaggytwodope - 02-25-2016, 05:24 AM
Re: Update Checker - by Valtam - 02-25-2016, 05:35 AM
Re: Update Checker - by Wirezfree - 02-25-2016, 08:13 AM
Re: Update Checker - by Coastie - 02-25-2016, 03:54 PM
Re: Update Checker - by fishmanluvslinux - 02-25-2016, 04:54 PM
Re: Update Checker - by shaggytwodope - 02-26-2016, 01:15 AM
Re: Update Checker - by shaggytwodope - 02-26-2016, 02:03 AM
Re: Update Checker - by shaggytwodope - 02-26-2016, 06:05 AM
Re: Update Checker - by shaggytwodope - 02-26-2016, 06:12 AM
Re: Update Checker - by LL-user - 02-26-2016, 09:21 AM
Re: Update Checker - by Valtam - 02-26-2016, 09:57 AM
Re: Update Checker - by Coastie - 02-26-2016, 07:01 PM
Re: Update Checker - by Coastie - 02-26-2016, 07:04 PM
Re: Update Checker - by shaggytwodope - 02-26-2016, 10:54 PM
Re: Update Checker - by shaggytwodope - 02-26-2016, 11:02 PM
Re: Update Checker - by LL-user - 02-27-2016, 12:49 AM
Re: Update Checker - by shaggytwodope - 02-27-2016, 01:03 AM
Re: Update Checker - by rokytnji - 02-27-2016, 02:46 AM
Re: Update Checker - by shaggytwodope - 02-27-2016, 02:53 AM
Re: Update Checker - by rokytnji - 02-27-2016, 02:19 PM
Re: Update Checker - by avj - 02-27-2016, 02:29 PM
Re: Update Checker - by shaggytwodope - 02-27-2016, 04:58 PM
Re: Update Checker - by shaggytwodope - 02-27-2016, 10:37 PM
Re: Update Checker - by Valtam - 02-29-2016, 08:52 AM
Re: Update Checker - by LL-user - 02-29-2016, 11:16 AM
Re: Update Checker - by avj - 02-29-2016, 12:58 PM
Re: Update Checker - by n1ksn - 02-29-2016, 05:16 PM
Re: Update Checker - by firenice03 - 03-01-2016, 01:48 AM
Re: Update Checker - by firenice03 - 03-01-2016, 11:50 PM
Re: Update Checker - by Wirezfree - 03-02-2016, 06:59 AM
Re: Update Checker - by shaggytwodope - 03-02-2016, 01:01 PM
Re: Update Checker - by shaggytwodope - 03-02-2016, 01:10 PM
Re: Update Checker - by shaggytwodope - 03-02-2016, 01:11 PM
Re: Update Checker - by n1ksn - 03-02-2016, 03:23 PM
Re: Update Checker - by Valtam - 03-02-2016, 10:59 PM
Re: Update Checker - by firenice03 - 03-03-2016, 12:19 AM
Re: Update Checker - by shaggytwodope - 03-03-2016, 12:40 AM
Re: Update Checker - by firenice03 - 03-03-2016, 01:04 AM
Re: Update Checker - by shaggytwodope - 03-03-2016, 05:56 AM
Re: Update Checker - by Valtam - 03-04-2016, 05:38 AM
Re: Update Checker - by shaggytwodope - 03-04-2016, 07:53 AM
Re: Update Checker - by Valtam - 03-04-2016, 08:06 AM
Re: Update Checker - by shaggytwodope - 03-04-2016, 08:46 AM
Re: Update Checker - by Valtam - 03-04-2016, 08:58 AM
Re: Update Checker - by Wirezfree - 03-04-2016, 10:50 AM
Re: Update Checker - by n1ksn - 03-04-2016, 01:32 PM
Re: Update Checker - by shaggytwodope - 03-04-2016, 02:41 PM
Re: Update Checker - by zygmunto - 03-05-2016, 06:56 AM

Forum Jump:


Users browsing this thread: 26 Guest(s)