this post was submitted on 04 Sep 2023
6 points (100.0% liked)

Linux

47764 readers
833 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 
top 6 comments
sorted by: hot top controversial new old
[–] mexicancartel@lemmy.dbzer0.com 1 points 1 year ago* (last edited 1 year ago)

Termux yeah. I use it everyday. So here is a (long) list

  • Use ffmpeg to convert videos or even edit it(with current 6.x version, mediacoded hwaccel is availiable)

  • yt-dlp

  • Use vim and emacs, maybe code something

  • Integrate it with other plugin apps like Termux:API(lots of system apis), Termux:Boot, Termux:Float(floating terminal), Termux:Widget, even Termux:X11 For running gui apps

  • You can run gui apps with other X servers like XSDL

  • Compile and run programs that is not availiable for arm(Worst thing, but i still does it. Much hassle and error prone, but fine for smaller programs)

  • Use ssh to connect to other devices

  • Install x11-repo and thus install xfce and firefox desktop(for fun)

  • Install proot-distro and use distros like debian, arch, ubuntu, manjaro, void, fedora, etc. which is cli only by default but you can install any DE.(You can combine display server from XSDL)

  • Use git, clone a repo, make changes, use it or push commit, whatever you do with git

  • Use your normal standard linux commands to browse thru your filesystem and make changes

  • neofetch, cpufetch, rxfetch, htop, gotop, cmatrix and hollywood for lolz

  • tmux, byobu or gnu screen

  • Tar, gzip and all coreutils

  • cryptomining(DON'T do that)

  • Test your webpage locally (php -S localhost:port)

Ahem I wasted a lot of time making this list i think i have to go now lol

[–] zolax@programming.dev 1 points 1 year ago (1 children)

you could use Termux::API to get stats (battery percentage, notifications, calls, some other stuff) of your phone from your PC.

this video gives good examples

[–] lunicoDee@feddit.it -1 points 1 year ago

Bugswriter is a chad, ha also built a script called tuxi that was really cool, but sadly now it's deprecated

[–] acec@lemmy.world 1 points 1 year ago

Compile llama.cpp, download a small GGML LLM model and you will have a quite intelligent assiatant running into your phone.

[–] penquin@lemm.ee 1 points 1 year ago* (last edited 1 year ago)

You could install YouTube revanced by running one command

curl -sL "https://raw.githubusercontent.com/decipher3114/Revancify/main/install.sh" | bash

[–] kmacmartin@lemmy.ca 1 points 1 year ago

Termux is awesome! I use it for a bunch of things:

  • sshing into servers and my home when I'm out and about
  • using croc to transfer files
  • making videos I'm going to send people smaller with ffmpeg
  • downloading stuff with yt-dlp
  • giving myself access to the sandbox + /sdcard from other computers by running an ssh server
  • scripting phone stuff (like taking photos) with the api
  • running weechat locally, which I can then connect to with weechat android
  • using vim
  • probably a bunch of other things I'm forgetting