SlideShare uma empresa Scribd logo
1 de 20
Baixar para ler offline
Setup Raspberry Pi
with
Raspbian
Get your Pi up and running
Vicknesh Suppramaniam
Requirements
 Hardware
 Raspberry Pi Model B or B+.
 5V 1A power adapter.
 Micro USB cable for power.
 Ethernet cable.
 MicroSD card adapter.
 SD Card reader.
Requirements
 Software
 Raspbian image
 Download from Raspberry Pi website
 Direct download URL
 http://downloads.raspberrypi.org/raspbian_latest
 Windows
 Win32Diskimager
 Putty
 Network Scanner
 Nmap
 SoftPerfect Network Scanner.
 Linux
 Most tools already installed.
 Install nmap separately.
Let’s get started
 Writing the image to an SD card.
 Windows
 Launch Wind32Diskimager with Administrator privileges.
 Right click -> Run as Administrator
 Choose the file 2014-06-20-wheezy-raspbian.img
 Make sure the SD card drive is selected.
 Click write. 1
2
3
Let’s get started
 Writing the image to an SD card.
 Linux
 Identify where the SD card is attached
 tail –f /var/log/syslog
 tail –f /var/log/messages
 fdisk –l
 Result will be something like /dev/sdX
 Make sure you get the right one, otherwise you can
destroy your entire partition.
 Begin writing (do the following as root)
 dd if=/path/to/raspbian/2014-06-20-wheezy-raspbian.img of=/dev/sdX bs=4M
 Make sure /dev/sdX is where the SD card is attached.
 To monitor the progress, you can do the following as root
 ps ax | grep dd – get the PID of dd
 watch –n5 kill –USR1 <pid of dd>
 Wait!!!
Configuring the Pi
 Plug the Pi into the network.
 Turn on the power for the Pi.
 Wait a minute or so.
 Windows
 Launch SoftPerfect Network Scanner.
 Enter your Network Range.
 Press Ctrl+Enter to begin scan.
 Linux
 Nmap –sP <network range>
 Nmap –sP 192.168.1.0/24
 If no scanner available, wait another minute and try
 arp -a
 Identify the IP address of the Raspberry Pi based on the MAC address.
 Raspberry Pi MAC address starts with B8:27:EB
Configuring the Pi
 Headless configuration
 Putty
 Enter the IP address of the Pi. Default port is 22.
 Linux
 ssh pi@<ip address>
 Default username – pi
 Default password – raspberry
Configuring the Pi
 Headless configuration
 sudo raspi-config
 Press enter.
Configuring the Pi
 Expand the filesystem.
 Makes Raspbian use all the space on the SD card. Needs
reboot.
 Change user password
 Change the default password. Don’t forget it.
 Enable Boot to Desktop/Scratch
 Choose which environment Raspbian boots to. Default is
console.
Configuring the Pi
 Internationalisation Options
 Change Locale
 Make sure en_US.UTF-8 is selected.
 Choose en_US.UTF-8 as default locale.
Configuring the Pi
 Internationalisation Options
 Change Timezone
 Asia->Kuala Lumpur
Configuring the Pi
 Enable Camera
 Choose this if you are going to use the Raspberry Pi camera or
the Raspberry Pi NoIR camera.
 Overclock
 Choose modest. No overvolting required.
 Advanced Options
 SSH enabled by default now.
 Change hostname to something else.
 Change memory split.
 I choose 32 for server ONLY without GUI.
 Update
 Update this tool to the latest version.
Post configuration
 sudo apt-get update ; sudo apt-get safe-upgrade –y
 Update Raspbian to apply any patches or security updates.
 Reboot after doing this.
 sudo rpi-update
 Downloads the latest firmware.
 Reboot after doing this.
 sudo apt-get install avahi-daemon
 Allows you to access your Raspberry Pi using
hostname.local instead of remembering the IP.
 Useable on all Linux, OSX and Windows machine with
Bonjour service.
Advanced Configuration –
Setting static IP
 Servers need static IP.
 How?
 sudo nano /etc/network/interfaces
 Ctrl+X to quit and save. Enter “y” and press ENTER.
 sudo nano /etc/resolv.conf
 Ctrl+X to quit and save. Enter “y” and press ENTER.
 Reboot.
iface eth0 inet static
address <ip address here>
netmask <netmask here>
gateway <gateway IP address here>
nameserver 4.2.2.3
nameserver 128.199.248.105
Advanced Configuration –
Configuring Wireless from CLI
 Plug your wi-fi dongle to the Raspberry Pi.
 Make sure it is detected and recognized.
 sudo iwconfig
 Make sure there is a wlanX interface listed.
 sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
 Ctrl+X to quit and save. Enter “y” and press ENTER.
 Reboot.
network={
ssid=“YOUR_SSID"
psk=“YOUR_PASSWORD"
}
Uploading files to Raspberry Pi
 Download and install WinSCP
 http://portableapps.com/apps/internet/winscp_portable
 Launch WinSCP and enter the following information
 IP address of the Raspberry Pi.
 Port number of SSH (default 22).
 Username – pi
 Password – raspberry (default)
 Click “Login”.
Uploading files to Raspberry Pi
Uploading files to Raspberry Pi
You now have a working Raspberry Pi for your enjoyment.
Have some cake 
Thank you for attending!!!
Vicknesh Suppramaniam
Contact : vicknesh@any6.asia

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Raspberrypi best ppt
Raspberrypi best ppt Raspberrypi best ppt
Raspberrypi best ppt
 
Raspberry pi technology
Raspberry pi technologyRaspberry pi technology
Raspberry pi technology
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
Low Cost HD Surveillance Camera using Raspberry PI
Low Cost HD Surveillance Camera using Raspberry PILow Cost HD Surveillance Camera using Raspberry PI
Low Cost HD Surveillance Camera using Raspberry PI
 
Raspberry Pi presentation for Computer Architecture class
Raspberry Pi presentation for Computer Architecture classRaspberry Pi presentation for Computer Architecture class
Raspberry Pi presentation for Computer Architecture class
 
Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
IPv6: A Digital Game Changer
IPv6: A Digital Game ChangerIPv6: A Digital Game Changer
IPv6: A Digital Game Changer
 
Raspberry pi ppt
Raspberry pi pptRaspberry pi ppt
Raspberry pi ppt
 
Rasberry pi
 Rasberry pi Rasberry pi
Rasberry pi
 
Raspberry Pi and Amateur Radio
Raspberry Pi and Amateur RadioRaspberry Pi and Amateur Radio
Raspberry Pi and Amateur Radio
 
Raspberry Pi
Raspberry PiRaspberry Pi
Raspberry Pi
 
My presentation raspberry pi
My presentation raspberry piMy presentation raspberry pi
My presentation raspberry pi
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
Raspberry Pi Technology
Raspberry Pi TechnologyRaspberry Pi Technology
Raspberry Pi Technology
 
Introduction to Raspberry PI
Introduction to Raspberry PIIntroduction to Raspberry PI
Introduction to Raspberry PI
 
Raspberry Pi in Education (English)
Raspberry Pi in Education (English)Raspberry Pi in Education (English)
Raspberry Pi in Education (English)
 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pi
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 

Destaque (6)

Getting Started With Raspberry Pi
Getting Started With Raspberry PiGetting Started With Raspberry Pi
Getting Started With Raspberry Pi
 
Raspberry Pi en las IV jornadas Libres de la UNED de VIla-real
Raspberry Pi en las IV jornadas Libres de la UNED de VIla-realRaspberry Pi en las IV jornadas Libres de la UNED de VIla-real
Raspberry Pi en las IV jornadas Libres de la UNED de VIla-real
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
RaspberryPi + IoT - Lab to switch on and off a light bulb
RaspberryPi + IoT - Lab to switch on and off a light bulbRaspberryPi + IoT - Lab to switch on and off a light bulb
RaspberryPi + IoT - Lab to switch on and off a light bulb
 
A seminar report on Raspberry Pi
A seminar report on Raspberry PiA seminar report on Raspberry Pi
A seminar report on Raspberry Pi
 
Raspberry pi : an introduction
Raspberry pi : an introductionRaspberry pi : an introduction
Raspberry pi : an introduction
 

Semelhante a Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh

Raspi_TOR_Access_Point_BenMoore
Raspi_TOR_Access_Point_BenMooreRaspi_TOR_Access_Point_BenMoore
Raspi_TOR_Access_Point_BenMoore
Benjamin Moore
 
Adafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-pi
Adafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-piAdafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-pi
Adafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-pi
Mardiyah Azzahra
 

Semelhante a Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh (20)

Ex.no1
Ex.no1Ex.no1
Ex.no1
 
Raspi_TOR_Access_Point_BenMoore
Raspi_TOR_Access_Point_BenMooreRaspi_TOR_Access_Point_BenMoore
Raspi_TOR_Access_Point_BenMoore
 
Raspberry with laptop
Raspberry with laptopRaspberry with laptop
Raspberry with laptop
 
introduction to Raspberry pi
introduction to Raspberry pi introduction to Raspberry pi
introduction to Raspberry pi
 
Configuring Raspberry Pi as a Dev Environment
Configuring Raspberry Pi as a Dev EnvironmentConfiguring Raspberry Pi as a Dev Environment
Configuring Raspberry Pi as a Dev Environment
 
9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training9 creating cent_os 7_mages_for_dpdk_training
9 creating cent_os 7_mages_for_dpdk_training
 
Raspbery pi commands
Raspbery pi commandsRaspbery pi commands
Raspbery pi commands
 
Develop Smart Solutions with Raspberry Pi and EnableX Live Video API
Develop Smart Solutions with Raspberry Pi and EnableX Live Video APIDevelop Smart Solutions with Raspberry Pi and EnableX Live Video API
Develop Smart Solutions with Raspberry Pi and EnableX Live Video API
 
Raspberry pi : how to get started
Raspberry pi : how to get startedRaspberry pi : how to get started
Raspberry pi : how to get started
 
Project-make a public website server using raspberry pi
Project-make a public website server using raspberry piProject-make a public website server using raspberry pi
Project-make a public website server using raspberry pi
 
Raspberry pi tutorial
Raspberry pi tutorialRaspberry pi tutorial
Raspberry pi tutorial
 
Free radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmapleFree radius billing server with practical vpn exmaple
Free radius billing server with practical vpn exmaple
 
Workshop Raspberry Pi NAS with Windows Share
Workshop Raspberry Pi NAS with Windows ShareWorkshop Raspberry Pi NAS with Windows Share
Workshop Raspberry Pi NAS with Windows Share
 
Smart Wireless Surveillance Monitoring using RASPBERRY PI
Smart Wireless Surveillance Monitoring using RASPBERRY PISmart Wireless Surveillance Monitoring using RASPBERRY PI
Smart Wireless Surveillance Monitoring using RASPBERRY PI
 
Raspberry pi Board Hardware & Software Setup
Raspberry pi Board Hardware & Software SetupRaspberry pi Board Hardware & Software Setup
Raspberry pi Board Hardware & Software Setup
 
Home security with Raspberry Pi
Home security with Raspberry PiHome security with Raspberry Pi
Home security with Raspberry Pi
 
Raw Iron to Enterprise Server: Installing Domino on Linux
Raw Iron to Enterprise Server: Installing Domino on LinuxRaw Iron to Enterprise Server: Installing Domino on Linux
Raw Iron to Enterprise Server: Installing Domino on Linux
 
manual_2020_Cyber Physical System.pdf
manual_2020_Cyber Physical System.pdfmanual_2020_Cyber Physical System.pdf
manual_2020_Cyber Physical System.pdf
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
Adafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-pi
Adafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-piAdafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-pi
Adafruit raspberry-pi-lesson-1-preparing-and-sd-card-for-your-raspberry-pi
 

Último

the Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentationthe Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentation
brynpueblos04
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka
call Now 9811711561 Cash Payment乂 Call Girls in Dwarkacall Now 9811711561 Cash Payment乂 Call Girls in Dwarka
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka
vikas rana
 
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
Cara Menggugurkan Kandungan 087776558899
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morcall Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
vikas rana
 

Último (14)

Call Girls In Mumbai Just Genuine Call ☎ 7738596112✅ Call Girl Andheri East G...
Call Girls In Mumbai Just Genuine Call ☎ 7738596112✅ Call Girl Andheri East G...Call Girls In Mumbai Just Genuine Call ☎ 7738596112✅ Call Girl Andheri East G...
Call Girls In Mumbai Just Genuine Call ☎ 7738596112✅ Call Girl Andheri East G...
 
the Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentationthe Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentation
 
WOMEN EMPOWERMENT women empowerment.pptx
WOMEN EMPOWERMENT women empowerment.pptxWOMEN EMPOWERMENT women empowerment.pptx
WOMEN EMPOWERMENT women empowerment.pptx
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka
call Now 9811711561 Cash Payment乂 Call Girls in Dwarkacall Now 9811711561 Cash Payment乂 Call Girls in Dwarka
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka
 
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
 
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
 
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
 
LC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfLC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdf
 
2k Shots ≽ 9205541914 ≼ Call Girls In Jasola (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Jasola (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Jasola (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Jasola (Delhi)
 
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
 
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
 
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theory
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morcall Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
 

Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh

  • 1. Setup Raspberry Pi with Raspbian Get your Pi up and running Vicknesh Suppramaniam
  • 2. Requirements  Hardware  Raspberry Pi Model B or B+.  5V 1A power adapter.  Micro USB cable for power.  Ethernet cable.  MicroSD card adapter.  SD Card reader.
  • 3. Requirements  Software  Raspbian image  Download from Raspberry Pi website  Direct download URL  http://downloads.raspberrypi.org/raspbian_latest  Windows  Win32Diskimager  Putty  Network Scanner  Nmap  SoftPerfect Network Scanner.  Linux  Most tools already installed.  Install nmap separately.
  • 4. Let’s get started  Writing the image to an SD card.  Windows  Launch Wind32Diskimager with Administrator privileges.  Right click -> Run as Administrator  Choose the file 2014-06-20-wheezy-raspbian.img  Make sure the SD card drive is selected.  Click write. 1 2 3
  • 5. Let’s get started  Writing the image to an SD card.  Linux  Identify where the SD card is attached  tail –f /var/log/syslog  tail –f /var/log/messages  fdisk –l  Result will be something like /dev/sdX  Make sure you get the right one, otherwise you can destroy your entire partition.  Begin writing (do the following as root)  dd if=/path/to/raspbian/2014-06-20-wheezy-raspbian.img of=/dev/sdX bs=4M  Make sure /dev/sdX is where the SD card is attached.  To monitor the progress, you can do the following as root  ps ax | grep dd – get the PID of dd  watch –n5 kill –USR1 <pid of dd>  Wait!!!
  • 6. Configuring the Pi  Plug the Pi into the network.  Turn on the power for the Pi.  Wait a minute or so.  Windows  Launch SoftPerfect Network Scanner.  Enter your Network Range.  Press Ctrl+Enter to begin scan.  Linux  Nmap –sP <network range>  Nmap –sP 192.168.1.0/24  If no scanner available, wait another minute and try  arp -a  Identify the IP address of the Raspberry Pi based on the MAC address.  Raspberry Pi MAC address starts with B8:27:EB
  • 7. Configuring the Pi  Headless configuration  Putty  Enter the IP address of the Pi. Default port is 22.  Linux  ssh pi@<ip address>  Default username – pi  Default password – raspberry
  • 8. Configuring the Pi  Headless configuration  sudo raspi-config  Press enter.
  • 9. Configuring the Pi  Expand the filesystem.  Makes Raspbian use all the space on the SD card. Needs reboot.  Change user password  Change the default password. Don’t forget it.  Enable Boot to Desktop/Scratch  Choose which environment Raspbian boots to. Default is console.
  • 10. Configuring the Pi  Internationalisation Options  Change Locale  Make sure en_US.UTF-8 is selected.  Choose en_US.UTF-8 as default locale.
  • 11. Configuring the Pi  Internationalisation Options  Change Timezone  Asia->Kuala Lumpur
  • 12. Configuring the Pi  Enable Camera  Choose this if you are going to use the Raspberry Pi camera or the Raspberry Pi NoIR camera.  Overclock  Choose modest. No overvolting required.  Advanced Options  SSH enabled by default now.  Change hostname to something else.  Change memory split.  I choose 32 for server ONLY without GUI.  Update  Update this tool to the latest version.
  • 13. Post configuration  sudo apt-get update ; sudo apt-get safe-upgrade –y  Update Raspbian to apply any patches or security updates.  Reboot after doing this.  sudo rpi-update  Downloads the latest firmware.  Reboot after doing this.  sudo apt-get install avahi-daemon  Allows you to access your Raspberry Pi using hostname.local instead of remembering the IP.  Useable on all Linux, OSX and Windows machine with Bonjour service.
  • 14. Advanced Configuration – Setting static IP  Servers need static IP.  How?  sudo nano /etc/network/interfaces  Ctrl+X to quit and save. Enter “y” and press ENTER.  sudo nano /etc/resolv.conf  Ctrl+X to quit and save. Enter “y” and press ENTER.  Reboot. iface eth0 inet static address <ip address here> netmask <netmask here> gateway <gateway IP address here> nameserver 4.2.2.3 nameserver 128.199.248.105
  • 15. Advanced Configuration – Configuring Wireless from CLI  Plug your wi-fi dongle to the Raspberry Pi.  Make sure it is detected and recognized.  sudo iwconfig  Make sure there is a wlanX interface listed.  sudo nano /etc/wpa_supplicant/wpa_supplicant.conf  Ctrl+X to quit and save. Enter “y” and press ENTER.  Reboot. network={ ssid=“YOUR_SSID" psk=“YOUR_PASSWORD" }
  • 16. Uploading files to Raspberry Pi  Download and install WinSCP  http://portableapps.com/apps/internet/winscp_portable  Launch WinSCP and enter the following information  IP address of the Raspberry Pi.  Port number of SSH (default 22).  Username – pi  Password – raspberry (default)  Click “Login”.
  • 17. Uploading files to Raspberry Pi
  • 18. Uploading files to Raspberry Pi
  • 19. You now have a working Raspberry Pi for your enjoyment. Have some cake 
  • 20. Thank you for attending!!! Vicknesh Suppramaniam Contact : vicknesh@any6.asia