Safest way to clean up boot partition - Ubuntu 14.04LTS-x64, Ubuntu 16.04LTS-x64
Case I: if /boot is not 100% full and apt is working
1. Check the current kernel version
$ uname -r
$ uname -r
# Timezone extension to Sidetiq | |
Sidetiq::Schedulable::ClassMethods.class_eval do | |
# Sets the time zone for the recurrence rules. | |
# | |
# Example: | |
# | |
# class MyWorker | |
# include Sidekiq::Worker | |
# include Sidetiq::Schedulable | |
# |
tell application "SystemUIServer" | |
set actionSelected to the button returned of (display dialog "What you want to do?" buttons {"Send file", "Receive file"} default button 2) | |
if actionSelected = "Send file" then | |
set filepath to POSIX path of (choose file) | |
display dialog "Please enter IP address of receiver:" default answer "" | |
set ipAddress to text returned of result | |
if ipAddress = "" then | |
repeat | |
display dialog "IP address cant be blank,Please enter IP address of receiver:" default answer "" |