SL Android Official 🇱🇰
2.8K subscribers
889 photos
78 videos
66 files
471 links
💢 SL Android වෙතින්,

💥 Termux Basic ඉදලා Advance දක්වා
vedio+ post Full Course එකක් කරනවා

💥 Python ,PHP ,HTML ,CSS ,Shell Programming Full course

💥 Hacking

💥අමතර තාක්ෂණික දැනුම ලබා ගත හැක
Download Telegram
Mastering Python_net.pdf
15.3 MB
🌭8
unauthorized.pdf
4.6 MB
🌭8
hacking-the-art-of-exploitation.pdf
4 MB
🌭8
myfile.pdf
2.1 MB
🌭8
docker-containers.pdf
11.1 MB
🌭9
Hacking_Beginner_to_Expert_Guide_to_Computer_Hacking,_Basic_Security.pdf
1 MB
bh-asia-02-shah.pdf
278 KB
Termux-Commands-List-PDF.pdf
73.5 KB
👍2
SL Android Official 🇱🇰


බ්ලැක් හැට් හැකර්ලා විසින් නිර්මානය කරන malicious gem හදුනා ගත හැකි උදාහරන කිහිපයක් real system එකේ කවදාවත් මෙවා install කරගෙන run කරන්න එපා ඔරිජිනල් gem පැකෙජ් වලට සමාන ෆේක් පැකෙජ් එ නිසා ඔයාල නිතරම original version විතරක් official rubygems.org repository එකෙන්ම විතරක් install කරගන්න. modified version ද..? කියලා
මුලින්ම bundler-audit හරහා චෙක් කරලා install කරගන්න නැත්තම් නොදැනුවත් කමට නොදැනුවත් කමින්ම අමාරුවේ වැටෙන්න වෙයි 🤝🤝

01 rest-client

02 sqlite3-debug

03 atlas-client

04 bootstrap-sass

05 rails-html-sanitiser
1
SL Android Official 🇱🇰

termux තුළ latex documents compile කිරීම සඳහා

00 pkg install texlive-bin texlive-bin-static texlive-installer

01  termux-install-tl (tex live package එක termux එකට install කිරිම)

02 tlmgr update --all (tex live installation එකේ සියලු package update කිරිම)

03 tlmgr install <package> (latex package එකක් ස්ථාපනය කිරීමට)

04 tlmgr uninstall <package> (latex package එකක් අයින් කිරීමට)

05 tlmgr search <package> (විශේෂ latex package එකක් සොයා බැලීමට)

06 tlmgr info <package> (latex package එකක් පිළිබඳ තොරතුරු ලබා ගැනීමට)

➡️➡️ latex package එකක් install කිරිමට උදාහරනයක් ⬇️⬇️

01 tlmgr install geometry (මෙ කමාන්ඩ් එක tex live පද්ධතියේ geometry පැකේජය ස්ථාපනය කිරීම සඳහා භාවිතා වේ)

⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️⬆️
3👍1🔥1
SL Android Official 🇱🇰

(01 පොස්ටුව 😋)

Termux එක ලස්සන කරගන්න කැමති අය මෙක ටිකක් ට්‍රයි කරලා බලන්න ගොඩක් පහසු වෙයි වැඩ කරද්දි ගොඩක් දෙවල් නිවැරදිව බලාගන්න පුලුවන් කෝඩින් එක මේ විදිහට දාන්නෙ මට ටයිම් එකක් නෑ පැකෙජ් එකක් විදියට නිර්මානය කරන්න අවුලක් හිතන්න එපා ඔයාල ට්‍රයි කරලා බලන්න 🥰🥰🥰

01 pkg install tmux jq termux-api

02 touch ~/.tmux.conf

03 mkdir IM=COOL=BOOY (මෙක මගේ විදිහ ඔයාලට කැමති විදිහට ෆොල්ඩර් එක හදාගන්න හොදේ එතකොට පාත් වෙනස් වෙනවා එවාට අවදානේ දෙන්න එතකොට error හදාගන්න පුලුවන්😋)

04 cd IM=COOL=BOOY

05 mkdir cool-booy-tmux

06 cd cool-booy-tmux

07 touch get_battery.sh

08 cd

09 echo '#!/data/data/com.termux/files/usr/bin/bash' > ~/IM=COOL=BOOY/cool-booy-tmux/get_battery.sh

10 echo 'termux-battery-status | awk -F'[,:]' '/percentage/ {gsub(/[^0-9]/, "", $2); print $2}' >> ~/IM=COOL=BOOY/cool-booy-tmux/get_battery.sh

11 chmod +x ~/IM=COOL=BOOY/cool-booy-tmux/get_battery.sh

📂 දැන් ඔයාලට කරන්න තියෙන්නෙ .tmux.conf ගොනුව කොඩ් කරගන්න එක එකටත් මන් ඔයාලට පහසු ක්‍රමයක් කියන්නම් 02 පොස්ටුවෙන්
🔥2👍1
SL Android Official 🇱🇰

(02 පොස්ටුව 😋)

📂 දැන් ඔයාලට කරන්න තියෙන්නෙ .tmux.conf ගොනුව කොඩ් කරගන්න එක ⬇️⬇️⬇️

01 echo "set -g mouse on" > $HOME/.tmux.conf

02 echo "source-file \"~/.tmux-themepack/basic.tmuxtheme\"" >> $HOME/.tmux.conf

03 echo "set -g status-position bottom" >> $HOME/.tmux.conf

04 echo "set -g status-bg \"#2E3440\"" >> $HOME/.tmux.conf

(03 පොස්ටුවත් බලන්න එක පාර ඔක්කොම දාන්න බෑ 😋)
SL Android Official 🇱🇰

(03 පොස්ටුව 😋) 02 පොස්ටුවේ ඉතුරු ටික..

05 echo "set -g status-fg \"#E5E9F0\"" >> $HOME/.tmux.conf

06 echo "set -g status-interval 1" >> $HOME/.tmux.conf

07 echo "set -g status-left-length 150" >> $HOME/.tmux.conf

08 echo "set -g status-right-length 150" >> $HOME/.tmux.conf

09 echo "set -g status-left \"#[fg=#81A1C1]📅 #[fg=#7F00FF]%Y-%m-%d #[fg=#008000]%A #[fg=#E0115F]%H:%M:%S #[fg=#81A1C1]🔰 # [fg=#5E81AC]#(git rev-parse --abbrev-ref HEAD 2>/dev/null || echo 'No Repo')\"" >> $HOME/.tmux.conf

10 echo "set -g status-right \"#[fg=#A3BE8C]🔋 #[fg=#E5E9F0]#(~/IM=COOL=BOOY/cool-booy-tmux/get_battery.sh)% #[fg=#88C0D0]💾 RAM: #[fg=#00FF00]#(free -h | awk '/^Mem/ {print $3 \"/\" $2}') #[fg=#FF6347]📁 SDCard: #(df -h | grep -E '/storage|/sdcard' | awk '{print $3 \"/\" $2}') #[fg=#2AAA8A] Uptime: #[fg=#FFC000]#(uptime -p | sed 's/up //')\"" >> $HOME/.tmux.conf

මෙටික හරියටම ස්ටෙප් බයි ස්ටෙප් රන් කරානම් දැන් .tmux.conf ගොනුවේ වැඩ ඉවරයි දැන් .bashrc ගොනුව ඩාම් ඩූම් කරමු 04 පොස්ටුවත් බලන්න 😂😋😋
SL Android Official 🇱🇰

(04 පොස්ටුව 😋)

01 echo 'if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
    tmux new-session -d -s unique_session_$(date +%s)
    tmux attach -t unique_session_$(date +%s)
fi' >> $HOME/.bashrc

02 source $HOME/.bashrc

03 tmux source-file ~/.tmux.conf

04 CTRL ± d

05 exit
2
Mastering Windows 10: How To Create Virtual Desktops with Essential Shortcuts | Sinhala

https://www.youtube.com/watch?v=BQxizu91qEM&list=PLxcAZ1qMSv65p2hGldRVwWe_rerDjqZn6
3🔥3👍1
four way to recovery forgotten WI-FI Router Password | Windows and android tricks in sinhala.

https://www.youtube.com/watch?v=KRh6aIcp9bk&list=PLxcAZ1qMSv65p2hGldRVwWe_rerDjqZn6&index=2
4🔥3🥰2
Need a site database for make a reverse IP domain tool

Need more than 20M lines

If you have drop your price I am ready to buy

@H3X4R
🔥3
IM-COOL-BOOY-FM 📻

🔰 SL Android Official

👨‍💻 Developed by IM COOL BOOY

Welcome to IM-COOL-BOOY-FM a powerful Python-based radio station player.This tool is designed to allow users to easily search for, play, switch, and stop radio stations from around the world.Powered by the Radio Browser API and VLC Media Player, it provides a seamless and enjoyable listening experience with a modern,colorful CLI interface.👨‍💻

📦 Installation Instructions:⬇️⬇️⬇️

⬇️⬇️To get started with IM-COOL-BOOY-FM, follow these steps:⬇️⬇️

1️⃣ pkg install vlc

📦 Install the package via pip:⬇️⬇️

2️⃣ pip install IM-COOL-BOOY-FM

🚀 Quick Start:⬇️⬇️⬇️

Explore and enjoy worldwide radio stations with simple commands ⬇️

⬇️⬇️ Run the program to get started

1️⃣ IM-COOL-BOOY-FM

Once installed, you can access the tool's help and start using it with the following command:⬇️⬇️⬇️

3️⃣ IM-COOL-BOOY-FM -h

🔰🔰🔰🔰🔰🔰🔰🔰🔰🔰🔰🔰🔰🔰🔰
3👍3
🌟 Thrilled to Share My Latest Project: SportsZone! 🏅💻

I’ve developed SportsZone, a Customer Relationship Management (CRM) System with an integrated website, designed to transform customer engagement in the sports industry! 🏀⚽️🎾

💡 Key Features:

🛒 Customers can shop for sports items, shoes, sportswear, and trophies across categories.
🛍 Cart functionality for seamless shopping.
📊 Admin Dashboard:
Manage products, customers, and orders effortlessly.
Send announcements to users.
Generate reports like income-expense summaries.

🛠 Technologies Used:

JSP & Servlets
HTML, CSS & Bootstrap
JavaScript & jQuery
MySQL

This project was a fantastic learning experience, combining technical innovation with practical application. Excited to explore more opportunities in software development! 🚀

✔️ Demo : https://youtu.be/7eXNHFnnSW8
📞 Contact : https://bumz.vercel.app

#SoftwareDevelopment #CRM #SportsTech #WebDevelopment #Java #TechInnovation
2👍1🔥1