en
Feedback
Stuff Digital

Stuff Digital

Open in Telegram

Stuff Digital Simplifying the digital for you. Chat: https://t.me/+UmZQ7MUe41uMtslf By @TogoFire

Show more
270
Subscribers
No data24 hours
+17 days
+230 days
Posts Archive
MD5: C7BD8D112BF429F3416F09F4F1BD3D9C SuSFS 1.3.2 Unofficial module Changelog of extra changes: - f3d25f8 - module: hide custom changes (Fix syntax) - f895b7e - module: Improve installation process - c2e7c05 - Add support k5.4 - patches ඞ Download: LINK Only install on kernels with SuSFS 1.3.2 or newer

SUS-FS (Suspicious File System) for KernelSU. It provides an add-on kernel level root hiding service to KernelSU user. SuSFS, a kernel based hiding hack for traces of rooting and modules. For example, with SuSFS you can use revanced without needing proc_injector and yt-revanced-inject Requirements: Add support in kernel + module-susfs. Support k5.4: https://github.com/dev-sm8350/susfs4ksu ඞ Source: https://gitlab.com/simonpunk/susfs4ksu/-/releases

Scene App Scene is a performance management app for Android devices. It allows users to fine-tune their device's performance for gaming, power saving, and other activities. Good to reduce heat while gaming, no performace loss. Official update channel of SCENE: https://t.me/scene2023 More info & Screenshots: https://telegra.ph/Scene-App-05-19

About Arch Linux: https://telegra.ph/About-Arch-Linux-05-19 If you want a normal system that is updated without breaking. Fedora or SUSE offer this better than anyone else. Go with LTS like openSUSE Leap! 🤝

## Unraveling the Mysteries of Ubuntu/Debian(.deb): A Globo Repórter Investigation Where does it come from? Where did it go? What it does? Is it better than Fedora, SUSE or Arch/derivatives? Why are there users who like something outdated so much? Does he have few problems? Why do new users go for .deb versions having better alternatives? Does it offer better performance? Why does the server version cause so many headaches? Why is glibc and others so outdated? Is it good? People who use it, how do they live? Why do they do this? "And yet: see how a group of just over 30 developers tries to support more than 90,000 LTS packages while the mainstream has already advanced in version (https://unixdigest.com/articles/the-delusions-of-debian.html)... Don't miss it, on the reporter globe." FRIDAY AT GLOBO REPÓRTER (Newspaper). https://telegra.ph/Unraveling-the-Mysteries-of-UbuntuDebiandeb-A-Globo-Rep%C3%B3rter-Investigation-05-19

Oh, Debian and Ubuntu, the fossils of the Linux world! Who's still using Debian/Ubuntu and its variants? Congratulations, you're a dinosaur climbing a mountain dressed in a pink bra and panties! Debian/Ubuntu, the operating systems that stopped in time, the relics of the Linux world! While most people who don't have their ostrich heads buried in the sand are enjoying the best and latest technology, you're still clinging to these outdated relics. While the world is moving towards more modern and innovative systems and is already exploring Mars, you're still stuck in the dinosaur era. Sure, enjoy your digital stone age. Absolutely, who needs the future? At least you share a timeless quality with the Egyptian mummies: a connection to a bygone era. Plus, who needs the modern internet when these "obsolete" systems still get the job done? Just don't forget to bring some mummy dust when you go buy a new computer. Btw, just remember to bring your dinosaur repellant when you venture into the modern world. https://telegra.ph/Debian-Ubuntu---Retro-Club-05-19

#how-to-use-freqbench HOW TO USE FREQBENCH by Tashar02 1. Check freqbench repo and configure your defconfig according to your kernel version. Examples are given there. Follow the guidelines there on which patches to revert and how to setup the defconfig for freqbench for different kernel revisions. 2. Compile the kernel with basic bringup + freqbench setup. If kernel panics, check for troubleshooting at the repo. 3. Download the freqbench-installer.zip 4. Take a backup of your boot image (your usual kernel). 5. Flash the compiled kernel zip and boot into system. Make sure to keep the device cool before proceeding to step 6. 6. Then reboot to recovery and flash freqbench-installer.zip 7. Reboot to system. But it won't boot. 8. Device will be stuck at splash and will either switch off or reboot to bootloader (fastboot) automatically once benchmarking is done. This process will take time based on the capability of your CPU. Don't touch your phone at this stage, just keep it somewhere else. 9. Once done, reboot to recovery using fastboot boot <recovery>.img (replace <recovery> with your recovery's name). 10. Mount /cache and /persist. 11. Go to the file manager of your recovery and check /cache or /persist, a freqbench folder should be there. 12. Copy the freqbench folder to your internal storage. 13. Restore your backed up kernel boot image which was suggested at step 1 and you are done here. 14. Clone the freqbench repo. 15. Put your results at freqbench/results/$SOC like others (here $SOC = sdm660 or any other soc names) and exclude the cpufreq_stats folder there. EXAMPLE: freqbench/results/sdm660 16. Open a terminal at freqbench/postprocess and type the following command: ./legacy_energy_model.py $HOME/freqbench/results/$SOC/results.json 17. You will get the generated legacy energy model on your terminal :) Note: Check freqbench repo's README.md for getting instructions to generate other kind of energy models (e.g Simplified etc). Note2: Bench results are better when compiling a kernel with neutron clang + gcc (eva). DONE!! Credits to kdrag0n for freqbench.

freqbench

#sultan-bench https://github.com/Tashar02/sbanalyze #uibench https://t.me/stuff_android/103 #callbench https://github.com/kdrag0n/callbench #bg-dexopt-job If you got root: su -c "cmd package bg-dexopt-job" If you don't have root: adb shell "cmd package bg-dexopt-job" For more info: https://kelvincrag.github.io/Optimizer/

#how-to-use-geekbench By Tashar02 A guide for noobs on how to use Geekbench 6: 1. Keep your wifi turned off and reboot your phone. 2. Let it rest for 5 mins. 3. Unlock your phone and force stop all the apps that can trigger notifications upon turning on wifi (e.g: Facebook, messenger, telegram etc). 4. Turn on wifi. 5. Clear everything from recent pages. 6. Open Geekbench 6. 7. Start the benchmark and do not touch the phone while running the test. Do not dare to charge your device while benchmarking. Remember to follow this to produce correct results. And if possible, use a decent cooler so the device doesn't get too hot.

🎯Hail 〄 GitHubFdroid • This app is very similar to AirFrozen for freezing apps (to save battery and free up ram) but with support for root and non-root devices. × By Aistra ➩ @HailAndroid

Git commands for everyday life: #To git push: Commands: If need: git config --global http.postBuffer 900000000 Rename local branch: git branch -m [new-name] git remote rm origin git remote add origin https://github.com/YOUR-TREE.git git pull origin git push -f https://github.com/YourTree HEAD:test or git push -f https://github.com/YourTree HEAD:refs/heads/test #To authorship Example: git status git add * git commit -m 'Settings: Update' git commit --amend --author "YourName <YourEmail@mail.com>" git commit --amend: command is a convenient way to modify the most recent commit. git reflog --relative-date: This displays the reflog for the local repository. git reflog: Reference logs, or "reflogs" are a mechanism Git uses to record updates applied to tips of branches and other commit references. ref: https://www.atlassian.com/git/tutorials/rewriting-history git branch: Check out existing branches. git branch -r: List all remote branches. git branch -a: List all branches, both local and remote. git branch <new_name>: Create a new branch from the current commit. git branch -d <branch_name>: Delete a local branch. git checkout feature_x: Switch to the new branch git checkout main: Return to the main branch Check date: Example: https://github.com/LineageOS/android_vendor_lineage/commit/57a063cff7c4dd62112ec5d488c00007a9f89ccb.patch Set date: git commit --amend --no-edit --date "Mon, 1 May 2023 17:01:51 +0800" #To get git log git log git log --oneline #Download patch, example: curl -L https://github.com/utziacre/android_kernel_oneplus_sm8250/commit/1088eeb6e625600d5aba8b3fa909b2cf7a61f4bf.patch -o 1088eeb6e625600d5aba8b3fa909b2cf7a61f4bf.patch patch -p1 < 1088eeb6e625600d5aba8b3fa909b2cf7a61f4bf.patch # Git Login: cd Github git config --global user.email YourMail@mail.com git config --global user.name YourUSER # Set nano default: git config --global core.editor "nano" # Space hd: df -h # Chmod chmod +x file.sh chmod 777 -R out chmod 777 -R .repo # To zip file: zip -rj SuSFS_132.zip ksu_module_susfs/ # Git cherry-pick: Commit example: https://github.com/LineageOS/android_device_fairphone_FP4/commit/1da23c976af56596a08a5e6523db3e18c0856ad7 git fetch https://github.com/LineageOS/android_device_fairphone_FP4 lineage-21 git cherry-pick 1da23c976af56596a08a5e6523db3e18c0856ad7 # Windows $HIT: https://telegra.ph/Git-in-windows-05-15 # Fix VsCode: rm -rf ~/.config/VSCodium/GPUCache VSCODIUM: https://vscodium.com BEST TERMINAL SSH to desktop: https://tabby.sh Best SSH mobile: https://juicessh.com/#! Ios ssh: https://apps.apple.com/us/app/koder-code-editor/id1447489375 More info: https://t.me/stuff_android/341

pack extra.. soon

🎅⭐️ Xmas VIP Build Free for all⭐️🎅 - Celestial Windows 11 https://www.teamos.xyz/threads/%F0%9F%8E%85%E2%AD%90-xmas-vip-bui
🎅⭐️ Xmas VIP Build Free for all⭐️🎅 - Celestial Windows 11 https://www.teamos.xyz/threads/%F0%9F%8E%85%E2%AD%90-xmas-vip-build-free-for-all%E2%AD%90%F0%9F%8E%85-celestial-windows-11.206894/ Ss: https://imgur.com/a/pfct7UC#i0eV4gI Torrent Magnet link:- magnet:?xt=urn:btih:6e54dc1c63d7038758529cce6e8206de9161683e&dn=Celestial.iso&tr=https%3A%2F%2Fmy.teamos.xyz%2F00054e26d6ec2c28f2bd45cd8eeae14d%2Fannounce

📺 How to install AdGuard for Android TV: a video guide In case you missed it: there is now an AdGuard version for Android TVs! Check out this video guide that will show you how to install it on your Android TV in just one minute. 🛡Download AdGuard for Android TV: https://agrd.io/tvapk! More info: @adguarden

Systemless hosts for KernelSU via mount --bind by xfirstnamelastname - no bad mount detections for shit (no rw overlay) - keeps old hosts file intact - tries to avoid unnecessary writes fully ksu only, boot-completed.sh
#!/usr/bin/env sh
#
MODDIR="${0%/*}"
# no need to always zero out hosts at boot
ls $MODDIR/hosts || (cat /system/etc/hosts || echo "127.0.0.1 localhost")> $MODDIR/hosts
# shitpost at dmesg
echo "bind-mount-hosts: writable /system/etc/hosts for KernelSU" >> /dev/kmsg
# this is it
chcon -r u:object_r:system_file:s0 "$MODDIR/hosts"
chmod 644 $MODDIR/hosts
mount --bind "$MODDIR/hosts" /system/etc/hosts
`````````
https://t.me/KernelSU_group/27237/178989

Come to GiffGaff - the best international chip! https://giffgaff.com/orders/affiliate/togof80_1690153797952