Category: news

book water tanker chennai

How to book water tanker in Chennai 2024

  1. Search for Chennai water tanker on Google.
  2. Booking time (7 AM to 3 PM). Also once booking is made, no cancellation is allowed.
  3. Go to Dial for water 2.00 –  https://dfw.chennaimetrowater.in/#/indexbook water tanker chennai
  4. If you have a previous booking, enter your phone number and get your OTP. delivery confirmation
  5. Under the book a water tanker section, enter your phone number, enter your phone number and OTP.How to book water tanker in Chennai 2024 1
  6. Choose the Number of litres and pay using your preffered payment method.
irctc booked ticket history
aus vs nz world cup 2023

How to setup wacom tablet in ubuntu

If you have read the Medium Wacom article and are still confused, don’t worry. Here are easy steps to install Wacom tablet in Ubuntu

Open a terminal in Ubuntu (control+alt+T) and run the following piece of code individually.

 

sudo add-apt-repository ppa:doctormo/wacom-plus

sudo apt-get update

sudo apt-get dist-upgrade

 

Download the latest release of Wacom from here. On the page, click on the release page which will take you to the download page.

 

You can also skip the previous line and download the package from here. 

 

https://github.com/linuxwacom/input-wacom/releases/download/input-wacom-0.44.0/input-wacom-0.44.0.tar.bz2

Unzip the file.

 

If the unzipped file is in your Downloads folder with folder name input-wacom-0.44.0, follow the steps below.

 

Go to the Downloads folder.

 

cd Downloads

 

Go to the input wacom folder.

 

cd input-wacom-0.44.0

 

Run this command.

 

if test -x ./autogen.sh; then ./autogen.sh; else ./configure; fi && make && sudo make install || echo “Build Failed”

 

Now restart your computer. Your wacom device is ready to be used in ubuntu.