Skip to content

Commit 1c2e6bc

Browse files
Update README.md
1 parent 2ff0c32 commit 1c2e6bc

File tree

1 file changed

+28
-74
lines changed

1 file changed

+28
-74
lines changed

README.md

Lines changed: 28 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,39 @@
11
# TCET Linux
22

3-
TCET Linux is a GNU/Linux distribution based on Arch Linux. It is currently under development.
3+
![TCET LINUX](https://user-images.githubusercontent.com/55846983/227738673-5d215644-d234-4066-b97a-79aebf3b3301.jpeg)
44

5-
![tl](https://user-images.githubusercontent.com/55846983/227738673-5d215644-d234-4066-b97a-79aebf3b3301.jpeg)
5+
***
6+
## What is TCET Linux?
7+
TCET Linux is an open-source operating system providing basic services, and various software packages that make up the user-space applications, utilities and it is highly customized. Our goal in creating this operating system is to provide a platform that combines robust functionality with a user-friendly experience. Built from the ground up, TCET Linux boasts efficient performance, customization options, and a range of features tailored to meet the needs of both casual users and enthusiasts.
68

7-
TCET-Linux is an open-source operating system (OS) . It is known for its stability, security, and flexibility, making it a popular choice for various applications ranging from desktop computers and servers to embedded systems.TCET Linux began in 2022 and is continuing with a strong legacy.
9+
---
810

9-
# ABOUT US :
10-
The TCET Linux is an Arch based operating system, which is the core part responsible for managing hardware resources and providing basic services, and various software packages that make up the user-space applications and utilities.
11+
## Minimum requirements for Installation of TCET Linux
12+
* 64 bit x86_64 processor (Intel/AMD), with at least 2 CPU cores. (32-bit not supported)
13+
* Any GPU/iGPU with OpenGl 3.3+ support.
14+
* Atleast 2GB DDR3/DDR4 RAM.
15+
* Atleast 10GB HDD/SSD storage.
16+
* Basic WPA/WPA2 compatible wifi card or ethernet supported motherboard.
1117

12-
It also provides an installer, which makes the installation process user friendly. It has a rolling release, which makes Linux easier for new users.
13-
What sets it apart from other operating systems is its open-source nature. This means that the source code of the TCET Linux kernel and most software applications that run on it are freely available for anyone to view, modify, and distribute.
18+
The complete process for the installation is given in details on the website of [TCET Linux](https://linux.tcetmumbai.in/).
1419

15-
This open approach has led to a large community of developers and enthusiasts contributing to its development and improvement.
16-
17-
# WELCOME APP:
20+
---
1821

19-
![tl](https://cdn.discordapp.com/attachments/1077235507702013983/1140694346711179378/welcomeapp.png)
22+
## Welcome App
23+
The welcome app provides the user with the important links and shortcuts to some features and the installer.
2024

21-
LETS SEE
22-
## FEATURES & FUNCTIONS!
23-
> arch Linux related resources like Arch user repository and Arch wiki
25+
![Welcomeapp](https://cdn.discordapp.com/attachments/1077235507702013983/1140694346711179378/welcomeapp.png)
2426

25-
> System Update utility.
26-
These utilities play a crucial role in maintaining system health, optimizing performance, and resolving common issues that users might encounter while using their computerstility.
27-
Resetting or restoring screen resolution settings to their default values.
28-
Adjusting the screen resolution to match the native resolution of the monitor, which can help improve image quality and prevent scaling issues.
29-
Fixing problems with incorrect or unsupported screen resolutions.
27+
It includes the following options:
28+
* Install TCET Linux
29+
* Fix Screen Resolution(VM)
30+
* Arch User Repository (Main Page)
31+
* Link to our Discord Server
32+
* Updating the PC
33+
* Updating the Mirrors
34+
* Arch Wiki (Main Page)
35+
* How you can contribute to TCET Linux
36+
* Toggle autostart for the Welcome App
37+
* About us
38+
---
3039

31-
> support for Tcet Linux (Discord channel).
32-
33-
> Screen Resolution
34-
35-
> Autostart On/off
36-
It is a toggle for the welcome app itself, which decides the launching of the "Welcome app" on user login.
37-
>
38-
# Basic Requirements To Download TCET - Linux:
39-
- 64 bit x86_64 processor (Intel/AMD), with at least 2 CPU cores. (32-bit not supported)
40-
- Any GPU/iGPU with OpenGl 3.3+ support.
41-
- Atleast 2GB DDR3/DDR4 RAM.
42-
- Atleast 10GB HDD/SSD storage.
43-
- Basic WPA/WPA2 compatible wifi card or ethernet supported motherboard.
44-
45-
## To install and remove package
46-
Packages in TCET Linux is managed by package manager.
47-
Before installing any package it is always recommened to synchronize your package database. For that use command:
48-
```
49-
sync package-name
50-
```
51-
To install a package and its necessary depedencies use command:
52-
```
53-
install package-name
54-
```
55-
To remove a package from your package database use command:
56-
```
57-
remove package-name
58-
```
59-
Packages also come with dependencies on which package relies on in order to function properly.To remove package with its dependencies use command:
60-
```
61-
autoremove package-name
62-
```
63-
64-
## Autosuggestion and autocompletion
65-
`Autosuggestion` is for the people who are using terminal frequently, sometimes users forget about previously entered command and their parameters .It is also helpful for beginners who often make mistakes.
66-
67-
You can add autosuggestions to your terminal in Linux by installing the `zsh-autosuggestions package`. You can run following command on terminal-
68-
```
69-
install zsh-autosuggestions
70-
```
71-
72-
`Autocompletion` allows user to automatically complete the command by typing partial commands. It is one of the most useful tools in any operating system. Linux distribution with *Bash* as their default shell has inbuilt auto-completion feature. Type your command partially and then hit `tab` key to autocomplete rest of your command.TCET Linux comes with autocompletion and autosuggestion as a `default in-built` feature.
73-
You can add Autocompletion to your terminal by running command:
74-
```
75-
install zsh-auto-completion
76-
```
77-
78-
## Xfce
79-
`Xfce` is and `open-source desktop environment` for Unix and Unix like operating systems like Linux. Xfce provides user friendy interface while also being visually appealing. Its key feature includes `fast, lightweight and highly configurable`.In addition to this features,it runs `low on system resources` which makes it a perfect desktop environment for TCET Linux.
80-
81-
82-
# Important Links:
83-
84-
- [TCET Linux Website](https://linux.tcetmumbai.in/)
85-
- [TCET Linux Documentation](https://opensource.tcetmumbai.in/docs/projects/tcet-linux/about-tcet-linux)

0 commit comments

Comments
 (0)