en
Feedback
SL Android Official β„’ πŸ‡±πŸ‡°

SL Android Official β„’ πŸ‡±πŸ‡°

Open in Telegram

πŸ’’ SL Android ΰ·€ΰ·™ΰΆ­ΰ·’ΰΆ±ΰ·Š, πŸ’₯ Termux Basic ࢉࢯࢽා Advance ΰΆ―ΰΆšΰ·Šΰ·€ΰ· vedio+ post Full Course ΰΆ‘ΰΆšΰΆšΰ·Š ΰΆšΰΆ»ΰΆ±ΰ·€ΰ· πŸ’₯ Python ,PHP ,HTML ,CSS ,Shell Programming Full course πŸ’₯ Hacking πŸ’₯ΰΆ…ΰΆΈΰΆ­ΰΆ» ΰΆ­ΰ·ΰΆšΰ·Šΰ·‚ΰΆ«ΰ·’ΰΆš ࢯැࢱුࢸ ࢽࢢා ࢜ࢭ ΰ·„ΰ·ΰΆš

Show more
2 785
Subscribers
No data24 hours
No data7 days
-2930 days
Posts Archive
πŸ“ŒοΈπŸ”° Termux (Linux-like environment
πŸ“ Directory / Folder Commands

pwd Current working directory ΰΆ‘ΰΆš display ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
ls Current folder ΰΆ‘ΰΆšΰ·š files/folders list ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
ls -l Detailed view (permissions, size, owner, date) ࢯෙࢱවා.
ls -a Hidden files (dotfiles) ΰ·ƒΰΆΈΰΆŸ list ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
cd <folder> Folder ΰΆ‘ΰΆšΰΆ§ ࢺࢱවා.
cd .. Parent folder ΰΆ‘ΰΆšΰΆ§ ࢺࢱවා.
cd ~ Home folder ΰΆ‘ΰΆšΰΆ§ ࢺࢱවා.
mkdir <folder> ΰΆ±ΰ·€ folder ΰΆ‘ΰΆšΰΆšΰ·Š create ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
mkdir -p <path> Nested folder structure ΰΆ‘ΰΆšΰΆšΰ·Š create ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
rmdir <folder> Empty folder ΰΆ‘ΰΆšΰΆšΰ·Š delete ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
rm -rf <folder> Folder ΰ·ƒΰ·„ ΰΆ‘ΰ·„ΰ·’ ΰ·ƒΰ·’ΰΆΊΰΆ½ΰ·” files delete ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.

πŸ“„ File Commands

touch <file> ΰΆ±ΰ·€ empty file ΰΆ‘ΰΆšΰΆšΰ·Š create ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
cat <file> File ΰΆ‘ΰΆšΰ·š content ΰΆ‘ΰΆš display ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
less <file> Long file scrollable view ΰΆ‘ΰΆšΰ·š ࢢࢽࢱවා.
head <file> File ΰΆ‘ΰΆšΰ·š ΰΆΈΰ·”ΰΆ½ΰ·Š 10 lines display ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
tail <file> File ΰΆ‘ΰΆšΰ·š ΰΆ…ΰΆœ 10 lines display ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
cp <source> <dest> File copy ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
mv <source> <dest> File/folder move / rename ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
rm <file> File delete ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
file <file> File type ΰΆ‘ΰΆš display ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.

πŸ” Searching / Finding

find <path> -name "<pattern>" Folder path ΰΆ‘ΰΆš ΰΆ­ΰ·”ΰΆ½ pattern match ΰ·€ΰ·™ΰΆ± files search ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
grep "<text>" <file> File content ΰΆ‘ΰΆšΰ·š specific text search ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
grep -r "<text>" <folder> Folder ΰΆ‘ΰΆšΰ·š ΰ·ƒΰ·’ΰΆΊΰΆ½ΰ·” files ΰ·€ΰΆ½ text search ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
locate <file> File system ΰΆ‘ΰΆšΰ·š file quick search (database update)

πŸ“ File Permissions

ls -l File/folder permissions display ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
chmod 755 <file> File/folder permission change ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
chown user:group <file> File/folder owner change ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.
stat <file> File metadata display ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·.

πŸ“¦ Misc File Utilities

du -sh <folder> Folder size human-readable format ΰΆ‘ΰΆšΰ·™ΰΆ±ΰ·Š ࢢࢽࢱවා.
df -h Disk space usage human-readable format ΰΆ‘ΰΆšΰ·™ΰΆ±ΰ·Š ࢢࢽࢱවා.
tar -cvf archive.tar <folder> Folder compress ࢚ࢻࢱ්ࢱ (tar)
tar -xvf archive.tar Tar file extract ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·
zip archive.zip <folder> Folder zip ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·
unzip archive.zip Zip file extract ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·

πŸ”— Symbolic / Hard Links

ln -s <target> <linkname> Symbolic link (shortcut) create ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·
ln <target> <linkname> Hard link create ΰΆšΰΆ»ΰΆ±ΰ·€ΰ·

🧭 Navigation / Shortcuts

~ β†’ Home folder

. β†’ Current folder

.. β†’ Parent folder

/ β†’ Root folder
πŸ“ŒοΈ file system management commands.

This tool enhances the nano text editor with syntax highlighting for various programming languages, providing a more visually
This tool enhances the nano text editor with syntax highlighting for various programming languages, providing a more visually appealing and efficient coding experience. With this tool, users can easily read and edit code using nano in the Termux environment, offering support for multiple languages. πŸ”§ Features: IM-COOL-BOOY-NANO-SYNTAX for different programming languages in nano. Customizable and easy-to-use setup. Termux compatibility for users on mobile devices. Backup system for nano files. Fully open-source and free to use. πŸ“‚ Installation: Update default packages: apt update && apt upgrade -y Install necessary packages such as Python and nano. Setup IM-COOL-BOOY-NANO-SYNTAX and backup directories. Enjoy improved syntax highlighting in your nano editor.! Installation: TOOL
* apt update && apt upgrade -y

* apt install python -y

* pkg install nano -y

* git clone https://github.com/imcoolbooy/IM-COOL-BOOY-NANO-SYNTAX.git

* cd IM-COOL-BOOY-NANO-SYNTAX

* chmod +x *

* bash install.sh

One popular and versatile tool for Termux is called Nmap Nmap is a powerful network scanning and security auditing tool that
One popular and versatile tool for Termux is called
Nmap
Nmap is a powerful network scanning and security auditing tool that can be used for various network exploration, vulnerability scanning, and security auditing tasks. Here is how you can install and use Nmap in Termux:
pkg update pkg upgrade pkg install nmap
    Use Nmap to scan a target network or host: To scan all ports of a target host, you can use the following command:
nmap target_ip
You can also specify a range of IP addresses or use other Nmap options for more advanced scanning techniques. For the full list of options, you can run
nmap --help
Nmap provides various scanning techniques and output formats to ensure a thorough network security assessment. Be sure to use Nmap responsibly and with permission from the network owner when scanning external targets

πŸ“ŒοΈ manpages vs erlang file conflict * ΰ·„ΰ·œΰΆ―ΰΆΊΰ·’ ΰΆ…ΰΆ΄ΰ·’ ΰΆΆΰΆ½ΰΆΈΰ·” ࢸො࢚ࢯ්ࢯ ࢸේ pkg ΰ·€ΰΆ½ ΰΆ‡ΰΆ­ΰ·’ΰ·€ΰ·™ΰΆ± ࢜ශ්ࢧࢱࢺ ΰΆ‡ΰΆ­ΰ·ŠΰΆ­ΰΆ§ΰΆΈ ΰΆΈΰ·™ΰΆš normally termux bug ΰΆ‘ΰΆšΰΆšΰ·Š ࢔ࢺාࢽ manpages install ࢚ࢻࢽා ΰΆ­ΰ·’ΰΆΊΰ·™ΰΆ―ΰ·ŠΰΆ―ΰ·’ erlang install ࢚ࢻࢱ්ࢱ ΰΆ‹ΰ·ƒΰ·Šΰ·ƒΰ·„ΰ· ࢚ࢻොࢭ් already install වෙࢽා ΰΆ­ΰ·’ΰΆΊΰ·™ΰΆ± manpages package ΰΆ‘ΰΆšΰ·š file overwrite ࢚ࢻࢱ්ࢱ ΰΆ‹ΰΆ­ΰ·Šΰ·ƒΰ·„ ΰΆšΰΆ»ΰΆ±ΰ·€ΰ· ΰΆ‰ΰΆ­ΰ·’ΰΆ±ΰ·Š termux dpkg system ΰΆ‘ΰΆš override ΰΆ‘ΰΆš allow ࢱො࢚ࢻࢱ ࢱිසා ࢸේ࢚ error ࢸࢠࢱ් ΰΆ…ΰΆ΄ΰ·’ ࢯැࢱ් ΰΆΆΰΆ½ΰΆΈΰ·” ΰΆΈΰ·™ΰΆš fix ࢚ࢻ࢜ࢱ්ࢱ ΰΆ΄ΰ·”ΰΆ½ΰ·”ΰ·€ΰΆ±ΰ·Š ΰ·€ΰ·’ΰΆ―ΰ·’ΰ·„. β€’ apt --fix-broken install β€’ dpkg -i --force-overwrite /data/data/com.termux/cache/apt/archives/erlang_28.3_aarch64.deb β€’ apt remove manpages β€’ apt install erlang * ࢱැවࢭ manpages install ࢚ࢻࢱ්ࢱ β€’ apt install manpages * ࢯැࢱ් clean package cache β€’ apt clean β€’ apt update β€’ apt upgrade β€’ apt --fix-broken install
β€’ apt list --installed | grep manpages

β€’ apt list --installed | grep erlang

β­• Social media boost ΰΆœΰ·„ΰΆ½ ΰ·ƒΰΆ½ΰ·ŠΰΆ½ΰ·’ ΰ·„ΰ·œΰΆΊΰΆ±ΰ·ŠΰΆ± ΰΆšΰ·ΰΆΈΰΆ­ΰ·’ ΰΆ…ΰΆΊ inbox ΰΆ‘ΰΆ±ΰ·ŠΰΆ±... β­• ΰ·€ΰ·’ΰΆΊΰΆ―ΰΆΈ rs 30.00 likes 1000 ࢆࢯාࢺࢸ calculate 🫡 To buy panel 0722826618 ΰΆ­ΰΆΈΰΆ±ΰ·ŠΰΆœΰ·™ acc ΰΆ‘ΰΆš ΰΆ‹ΰΆ±ΰΆ­ΰ·Š promote ࢚ࢻ࢜ࢱ්ࢱ වාසි ‼️ Only 10 chances @Dew2008