🛠️ TossConf25 - Workshop அழைப்பு!

:hammer_and_wrench: TossConf25 - Workshop அழைப்பு!

தமிழ் திறந்த மூல மென்பொருள் மாநாடு 2025 (TossConf25) இன் முக்கிய அம்சங்களில் ஒன்றாக, நாங்கள் திறந்த மூலமென்பொருள் சார்ந்த பயிற்சிப் பட்டறைகளை (Workshops) நடத்த திட்டமிட்டுள்ளோம்!

:date: தேதி: ஜூலை 18, 2025
:round_pushpin: இடம்: செயிண்ட் ஜோசப் தொழில்நுட்ப நிறுவனம், செம்மஞ்சேரி, சென்னை
:world_map: Map: https://maps.app.goo.gl/8b4cEB1uKFXeBGYF6

:dart: எதற்கு அழைக்கிறோம்?

நீங்கள் ஒரு தொழில்நுட்ப அறிவைப் பகிர விரும்பும் நபராக இருந்தால் — ஒரு opensource tools, frameworks, programming language, DevOps, Linux, version control, documentation, security போன்ற பயிற்சிப் பட்டறை (hands-on workshop) நடத்த விரும்பினால்…

TossConf25 உங்களுக்கான மேடை தான்!

:memo: உங்கள் Workshop குறித்த விவரங்களை பகிரவும்

  1. பயிற்சியாளர்(கள்) பெயர்:
  2. பயிற்சி தலைப்பு:
  3. விளக்கம் (5–6 வரிகள்):
  4. பங்கேற்பாளர்களுக்கான முன்னறிவு (Pre-requisites):
  5. Linux இயந்திரம் தேவைப்படுமா? (பங்கேற்பாளர்களுக்கு):
  6. Maximum participant count:
  7. Demo / Hands-on உள்ளதா?
  8. அதிக விபரங்களுக்கு தொடர்பு: (contact details)

For Queries:

Syed Jafer : 9176409201

3 Likes

I want to know more details about this workshop with the organizers, like the details audience type, time limit, provisioning, etc etc.
Whom can I contact?

Can you please call me at 9176409201

1 Like

Hello Tamil Linux community, I would like to give a workshop on Self hosting 101 with @Mohamed_Salman_AR and other volunteers. This workshop is targeted to beginners. we will start with

  • Basics of networking
    • IP Addresss
    • Port
    • DNS
    • Socket
  • Running a simple http server
  • Terminal multiplexer - zellij
  • Let’s deploy a media server - jellyfin
  • Rich Site Summary feed reader - yarr
  • DNS blocking - blocky
  • If possible we will look into ntfy notification, calibre book management

If you have old laptop or old pc don’t know what to do with it. We will look into how to turn it into a server and use it to learn and do something pretty cool stuff in it.

Pre-requisites: Familiar with linux command line
Need linux machine? : Yes
Maximum participant count: 50-75
Demo / Hands-on உள்ளதா?: Yes
contact details: thangaayyanar@gmail.com

reference: GitHub - ThangaAyyanar/self-hosting-book: Book about self hosting in tamil language

1 Like

வணக்கம்,

நான் TossConf2025 நிகழ்வில் அசெம்ப்ளி நிரலாக்கம் அறிமுகம் - ஒரு மறந்து போன கலை (Introduction to Assembly Programming - A Forgotten Art) என்ற தலைப்பில் ஒரு பயிற்சிப்பட்டறையை நடத்த விழைகிறேன்.

பயிற்ச்சியாளர் பெயர்: மோகன் ராமன்
தலைப்பு: அசெம்ப்ளி நிரலாக்கம் அறிமுகம் - ஒரு மறந்து போன கலை (Introduction to Assembly Programming - A Forgotten Art)

விளக்கம்: கீழ்வரும் தலைப்புகளை பற்றி விளக்கம் அளிக்க விரும்புகிறேன்.

  1. புராசஸ் அடிப்படைகள் (Basics of a Process)
    1.1 எக்சிக்யூட்டபில் என்றால் என்ன (What is mean by an Executable)
    1.2 எக்சிக்கூட்டபில் வகைகள் (Executable formats)
    1.3 சிபியூ ஆர்கிடெக்சர்ஸ் (CPU Architectures)
    1.4 எக்சிக்யூட்டபில்களை சி நிரலாக்கம் வழியாக உருவாக்குவது எப்படி (How to create an Executable using C programming).

  2. சி கம்பைலர் என்ன செய்கிறது (What happens when we invoke C compiler)
    2.1 பிரிப்புராசசிங் (Pre Processing)
    2.2 கம்பைலிங் (Compiling)
    2.3 அசம்லிங் (Assembling)
    2.4 லிங்கிங் (Linking)

  3. அசெம்ப்ளி நிரலாக்கம் (Assembly Programming)
    3.1 சிபியூவும் அதன் சர்க்யூட்டுகளும் (Circuits in CPU)
    3.1.1 காம்பினேஷ்னல் சர்க்யூட்ஸ் (Combinational Circuits)
    3.1.2 சீக்குவன்ஷியல் சர்க்யூட்ஸ் (Sequential Circuits)
    3.2 ஆப்கோடுகள் (Opcodes)
    3.3 ரெஜிஸ்டர்கள் (Registers)
    3.3.1 பொது ரெஜிஸ்டர்கள் (General Purpose Registers)
    3.3.2 தனித்தன்மை ரெஜிஸ்டர்கள் (Special Registers)
    3.4. தரவு அளவுகள் (Data sizes)
    3.5 தரவு வரிசை வகைகள் (Endianness)
    3.6 நினைவக முகவரி (Memory Address)
    3.7 ஸ்டேக் (Stack)
    3.8 ஹீப் (Heap)

  4. முதல் அசெம்ப்ளி நிரல் (First Assembly Program)
    4.1 காஸ் வழியாக எக்சிக்யூட்டபிள் உருவாக்குதல் (Create Executable using GNU Assembler - GAS)
    4.2 இண்ட்ரப்டுகள் (Interrupts)
    4.2.1 வன்பொருள் இண்ட்ரப்டுகள் (Hardware Interrupts)
    4.2.2 மென்பொருள் இண்ட்ரப்டுகள் (Software Interrupts)
    4.3 கர்னலும் அதன் சிஸ்கால்களும் (Kernel and its Syscalls)
    4.4 அசெம்ப்ளி நிரல் வழியாக சி லைப்ரரி செயல்பாடுகளை எப்படி அழைப்பது (Calling C library functions from Assembly)
    4.5 ஜிடிபி (GDB - GNU Debugger)

பங்கேற்பாளர்களுக்கான முன்னறிவு (Pre-requisites): கணினி அறிமுகமும் அது எப்படி செயல்படுகின்றது என்று கற்றுக்கொள்ள ஆர்வமும் இருந்தால் போதும்.
Linux இயந்திரம் தேவைப்படுமா? (பங்கேற்பாளர்களுக்கு): கட்டாயம்.
Demo / Hands-on உள்ளதா?: ஆம்
அதிக விபரங்களுக்கு தொடர்பு: (contact details): @mohan43u

2 Likes

:point_right:Name: Vivekanandan KS

:point_right:Title:
Nix - Supercharging Linux, DevOps, IT Teams with Determinism, Reliability & Precise Control

:point_right:Description:
This workshop helps you to understand and utilize the power of Nix for reliability, determinism, atomicity etc
Who can benefit from this: Developers, Sys/IT Admins, DevOps engineers, Linux geeks etc
At the end of this workshop you’ll understand:
a) What’s Nix and NixOS?
b) How you can start utilizing and exploring your current & existing projects based on Nix.
c) Getting an overview of fundamental problems in imperative methods and how to approach this.
d) How u can save ur time and make ur efforts portable with Nix.

:point_right:Target Audience: From terminal newbies to pro linux users.
(Of course depending upon the audience type I’ll scale the technical details accordingly. So participants of any level can participate)

:point_right:Pre-requisites - Just any one of these:
a) Recommended: Just install NixOS in a VM. It’s just calamares installer :slight_smile:
b) Any linux distribution: Just install Nix in ur distro.

Nix and NixOS download links: Download | Nix & NixOS
Follow the instructions given in the website carefully.

:point_right:Linux machine needed: Yes - any distro (or) NixOS in a VM

:point_right:Duration: 2 hours (But flexible to += or -= my time)

:point_right:Demo/Hands-on: Yes

:point_right:Contact:
Vivekanandan KS
ksvdevksv@gmail.com

Telegram: Contact @vivekanandanks

Call For Workshops is Officially Closed. !!!

1 Like