/g/ - Technology

Board dedicated to discussions related to everyday technology!

0/4000

BharatChan Disclaimer

Notice

Before proceeding, please read and understand the following:

1. BharatChan is a user-generated content platform. The site owners do not claim responsibility for posts made by users.

2. By accessing this website, you acknowledge that content may not be suitable for all audiences.

3. You must follow BharatChan’s community guidelines and rules. Failure to do so may result in a ban.

4. By using BharatChan users agree to the use of cookies, mostly for session related to user.

A poster on BharatChan must abide by the following rules:

Sitewide Rules
You must be 18 or older to post.
Sharing personal details or engaging in doxing is strictly prohibited.
Political discussions should be confined to /pol/.
NSFW content is only allowed in /kama/.
Off-topic discussions, thread derailment, or spam may result in a ban and IP blacklist.
Pornographic content is strictly prohibited.
Any activity violating local laws is not allowed.
Acknowledge

Recent Posts

poast your fav cool websites

View

Give me one tech tip you know about

View

Emacs

View

just installed Arch Linux bros

View

Urge to watch Mr. Robot Hindi dub

View

/cyb/+/psg/: Cyber-Punk/Security & Privacy

View

soyjak.st forum which hacked 4chin blocks all indi...

View

Have you discovered female luke smith yet?

View

View

Aarambh hai prachand..

View

OTG vs Microwave

View

which llm subscription is the best

View

Tell me all about indiachan/bharatchan lore

View

View

How do people who have a job get time to code on s...

View

Great time to be a /g/enius

View

Just found out linux foundation has their own free...

View

the best android browser has arrived!!

View

View

My ThinkPad arrived

View

(((Open)))ai playing new tricks

View

NEED ADVICE FROM true /g/entooman

View

View

Create something interesting with your skills now ...

View

View

Gonna make my own 34-key keyboard

View

View

which software on PC and mobile you use to handle ...

View

🦀🦀🦀🦀🦀

View

C++ Resources

View

View

Local Models General

View

GPT-5

View

View

What is shell programming

View

View

Libre Thinkpads

View

Computing

View

Tech Scams

View

Thinkpads are the best Laptops

View

View

M. tech. thesis suggestion,ideas.

View

View

Linux /gen/

View

Indian related AI discussion

View

privacy chuds gtfih

View

View

Best LLM model for coding and maths.

View

PuchAI

View

View

What is shell programming

Anonymous

IN

XAi/I8

No.1721

I want to learn about Shell Scripting Basics, Shell Variables, Shell Script Arguments, If

Statement, Loop, Return, Basic UNIX commands. Where should I go to. Would be pleasant if y'all could give a run through basics of it. I had always used windows so very new to unix/linux and know zilch about them.

Anonymous

IN

XAi/I8

No.1722

>>1721(OP)

provide resources

Anonymous

IN

WIiccD

No.1723

shell scripting is scripting not programming. the shell is kind of like a text based alternative to the file manager. you can cd instead of double clicking a folder. you can open a file in an app like notepad (or more commonly vi/nano in text based environments). a shell script is a file where line by line your shell runs those commands

first get a shell environment. there extreme options like dual boot/vm, or less extreme options like wsl/msys2 or go online for one

tell chatgpt to give a list of commands to learn and see what happens when you run them

if you dont know what options a command can take get used to (command --help) ing or (man command) ing

Anonymous

IN

Viri32

No.1724

>>1721(OP)

First wipe out your whole HDD / SSD.

Then install alpine linux 3.20

Remember to select encrypt disk option during install.

Enjoy.

Anonymous

IN

XAi/I8

No.1725

>>1723

>>1724

I know these would be childish queries. But there are many terminologies getting mixed up in my mind. But pls bear and tell if python can be executed interactively in both cmd (terminal in case of mac/Linux) and shell (picrel). Both look similar, so what's the difference among the two. How is IDLE different from above two?

Anonymous

IN

BKOQNq

No.1727

Use linux and whenever there is an issue you will learn something new ,

As for basic commands related to file navigation

Learn about pwd,cd,ls,mkdir,touch,mv, there might be more commands that I don't remember as of now.

Anonymous

IN

B+FKzJ

No.1728

>>1725

yes you can. if you run ```python``` with no arguments you will end up in interactive python shell. they look similar because they are the same thing in different terminals. idle is a special terminal python org made that runs python as the interactive shell (similar to how windows terminal runs powershell as the interactive shell

the best way to understand these things is just using them

Anonymous

IN

cvKbEj

No.1729

>>1721(OP)

Maine ye course pirate kiya hai to learn shell scripting

Tujhe chahiye to bol magnet link send karta hu

Anonymous

IN

2z70gc

No.1731

>>1729

okay pls send

Anonymous

IN

Hoy2l4

No.1742

>>1729

edge

Anonymous

IN

rG250n

No.1743

>>1731

extreme edging

Anonymous

IN

lkUZK/

No.1744

>>1743

wth are u blabbering pajeet

Anonymous

IN

z0CpKF

No.1745

https://geoscripting-wur.github.io/Intro2Linux/

Anonymous

JH

nux4wa

No.1746

>>1721(OP)

Just install arch linux manually using their wiki and keep using it you will automatically go down the unix rabbithole and learn all the things about it no need to do coursefagging or anything

Anonymous

IN

bSDQTD

No.1747

>>1746

op wants shell scripting not desktop ricing

Anonymous

IN

Zl+PVS

No.1752

>>1746

yaar pajeet, jada oversmart nhi bante, jo admi maange use wahi dena chahiye.

>>1745

this is perfect, also someone who is in devops might know more.

Anonymous

ROJR

jK29uo

No.1757

https://en.wikipedia.org/wiki/Command-line_interface

https://en.wikipedia.org/wiki/Shell_(computing)

Anonymous

ROJR

jK29uo

No.1758

There was linuxjourney very basic and easy to go through simple commands idk if it is available now.

maquia

IN

Y+rR4G

No.1795

- pwn.college [linux luminarium dojo]

- https://tldp.org/LDP/abs/html/

- https://www.grymoire.com/Unix/Sh.html