[-] Steamymoomilk@sh.itjust.works 32 points 1 month ago* (last edited 1 month ago)

Follow up message be like

"Hi this is mark from instagram, so a face scan wasnt enough to verify your account. We sent you vials to fill with your dna, so we can be 100% sure.just to verify that you are who you say you are thanks!."

[-] Steamymoomilk@sh.itjust.works 50 points 2 months ago

Parry this you filthly casual!

Cool dress

[-] Steamymoomilk@sh.itjust.works 33 points 2 months ago

makes malware

Debian-THATS NOT FOSS IN ARE CODE, o yeah its also malware

[-] Steamymoomilk@sh.itjust.works 61 points 4 months ago* (last edited 4 months ago)

Where the usb port, we gotta start debugging. We only got 14 more hours to install a desktop. Then rice it and post it on unix porn

[-] Steamymoomilk@sh.itjust.works 60 points 5 months ago

Dude thats crazy!!! I know larry who knows jim, and jim has a barber that has a docter who has a freind that works at tacobell. and tom works in cyber security. He told me about this website where people post breaches of source code. Shhhh You didnt hear this from me

Github.com

Its very top secret

[-] Steamymoomilk@sh.itjust.works 31 points 5 months ago* (last edited 5 months ago)

I know lowes uses linux for there registers and help desks. 1000006548

[-] Steamymoomilk@sh.itjust.works 41 points 5 months ago* (last edited 5 months ago)

no, no, no its too easy, Wheres the terminals? and the long compile time.

(this post was written partially from and intel compute stick running gentoo, which started compiling 7hours ago and still is)

mmmm tasty 2GB of ram

532
submitted 6 months ago* (last edited 5 months ago) by Steamymoomilk@sh.itjust.works to c/linux@lemmy.ml

[Browsers]

Browsh

old school looking terminal web browser with image support that runs on a modified version of Firefox https://www.brow.sh/

Lynx

Terminal web browser (can configure to use MPV or YouTube-dl for videos) https://lynx.browser.org/

Links

Terminal based web browser a lot like lynx http://links.twibright.com/

suggested by https://sh.itjust.works/u/Buck@lemmy.world

[System Monitoring]

uptimed

System uptime record daemon that keeps track of your highest uptimes https://github.com/rpodgorny/uptimed/

suggested by https://sh.itjust.works/u/Steamymoomilk

TTYload

color-coded graph of load averages over time http://zhar.net/projects/shell/terminal-colors

suggested by https://sh.itjust.works/u/Steamymoomilk

Bottom

shows CPU cores, CPU usage, Memory usage, Disks, Disk usage, Processes, Network, Temperature. https://github.com/ClementTsang/bottom

gdu

Pretty fast disk usage analyzer written in Go.

Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However HDDs work as well, but the performance gain is not so huge.

https://github.com/dundee/gdu

suggested by @stepanzak@iusearchlinux.fyi

neofetch

display your *NIX and system info with one command! https://github.com/dylanaraps/neofetch

nvtop

Shows Program usage, GPU usage, GPU memory, Clock speeds, Power, Temperature, https://github.com/Syllo/nvtop

Htop

generic terminal system monitor and is very basic Shows CPU core util, Memory, Swap, Uptime, Load avrage, Tasks https://htop.dev/

duf

Shows disks space, Mounted point, File system type, Size https://github.com/muesli/duf

Pydf

Check disk space usage with colored output https://www.geeksforgeeks.org/pydf-check-disk-space-usage-with-colored-output/

suggested by https://sh.itjust.works/u/easeKItMAn@lemmy.world

Glacees

A lot like Htop or top but looks different and is cross platform. https://github.com/nicolargo/glances

Btop

Btop is like Htop but with customizability cranked to 11, it shows by default, Memory load, Available Memory, Cached Memory, Free Memory, Network interface, Network Download, Network Upload, IP address, Running Programs, How much memory the Programs are using as well as CPU, CPU cores, CPU util, CPU Temperature, and the time. https://github.com/aristocratos/btop

Suggested by https://sh.itjust.works/u/floofloof@lemmy.ca

[Text Editors and file location]

fd

Superfast file finder Via cmd line. https://github.com/sharkdp/fd

Autojump

autojump is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the most from the command line. https://github.com/wting/autojump

suggested by https://sh.itjust.works/u/chasingtheflow@lemmy.world

fzf

Fuzzy command line finder https://github.com/junegunn/fzf

mcfly

quickly look through your shell history, to find that one command you're too lazy to type again (I do it as well LMAO) https://github.com/cantino/mcfly

Atuin

Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server. (its like mcfly but better objectively)

https://github.com/atuinsh/atuin suggested by https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi

TLDR

a community driven easy man page finder. (life saver) https://github.com/tldr-pages/tldr

Nano

The default text editor, not stupid complicated not. not very configurable but does the job https://www.nano-editor.org/

Micro

it's like Nano but is static and has no dependency as well as plugin support. https://micro-editor.github.io/

Suggested by https://sh.itjust.works/u/jelloeater85@lemmy.world

Helix

It's a post-modern text editor that is similar to VIM or Neovim the main difference is it runs on Rust meaning No JavaScript, Electron or Vim Script and is highly customizable!

https://helix-editor.com/ Suggested by https://sh.itjust.works/u/ultra@feddit.ro

Emacs

Behold the Church of Emacs, its like nano and vim had a child. its configurable and somewhat simple https://www.gnu.org/software/emacs/

Kakoune

A modal terminal text editor based on Vi. Kakoune is based on selection before action and is committed to the unix Philosophy https://github.com/mawww/kakoune

suggested by https://sh.itjust.works/u/RAM@discuss.tchncs.de

Bim

Bim aims to be lightweight and featureful with no external* dependencies, providing a modern editing experience in a lightweight, extensible package and is based on VIM https://github.com/klange/bim

suggested by https://sh.itjust.works/u/neurospice@lemmy.dbzer0.com

Vim

The master-race of text editors that has a learning curve but is very configurable as well as plugins, to the point so people argue why need anything other than VIM https://www.vim.org/

Neovim

it's like vim and Oh my ZSH had a child, its got a lot of configurability and is ment to be more user-friendly https://neovim.io/

[Command utilities]

Tmux

its a CLI window, manager with a lot of bits and bobs. its actually a terminal multiplexer which is a fancy word i don't understand :D Also the keybindings are hard to remember and would highly recommend https://github.com/tmux-plugins/tmux-pain-control suggested by https://sh.itjust.works/u/ptrckstr@lemmy.world

https://github.com/tmux/tmux/wiki

tmate

its a fork of tmux that lets your share your terminal over LAN or the internet https://tmate.io/ Suggested by https://sh.itjust.works/u/Steamymoomilk

Terminal colors

It automatically detects 8, 16, 88, 256 color capabilities (via ncurses)
and displays the appropriate color charts.

http://zhar.net/projects/shell/terminal-colors suggested by https://sh.itjust.works/u/Steamymoomilk

byobu

its alot like tmux with added features https://www.byobu.org/ suggested by https://sh.itjust.works/u/Geert@lemmy.world

zellij

Alot like Tmux and has plugin support https://github.com/zellij-org/zellij suggested by https://sh.itjust.works/u/ptrckstr@lemmy.world

jq

jq is a lightweight and flexible command-line JSON processor akin to sed,awk,grep, and friends for JSON data. It's written in portable C and has zero runtime dependencies, allowing you to easily slice, filter, map, and transform structured data. https://github.com/jqlang/jq suggested by https://sh.itjust.works/u/ptrckstr@lemmy.world

zoxide

faster/easier cd lets you quickly jump to places in your filesystem. E.g. z pic will put you in ~/Pictures. https://github.com/ajeetdsouza/zoxide

suggested by https://sh.itjust.works/u/flamingos@feddit.uk

ncdu

shows how much disk space is used by each directory, can also explore subdirectories and delete files suggested by https://sh.itjust.works/u/Hexagon@feddit.it

neomutt

email via cli! https://neomutt.org/

suggested by https://sh.itjust.works/u/gaael@lemmy.world

tig

interactive terminal UI for git with lots of functionality https://github.com/jonas/tig

suggested by https://sh.itjust.works/u/Hexagon@feddit.it

pass

the standard Unix password manager https://www.passwordstore.org/ suggested by https://sh.itjust.works/u/ptrckstr@lemmy.world

Starship

The minimal, blazing-fast, and infinitely customizable prompt for any shell! (its lets you customize your shell) https://github.com/starship/starship suggested by https://sh.itjust.works/u/ptrckstr@lemmy.world

Lazygit

Terminal UI for git https://github.com/jesseduffield/lazygit Suggested by https://sh.itjust.works/u/ptrckstr@lemmy.world

Lazydocker

Terminal ui for docker, Shows CPU and memory, and what's running and where its pulled from. https://github.com/jesseduffield/lazydocker

Suggested by https://sh.itjust.works/u/ptrckstr@lemmy.world

RM-improved/RIP

Use RM but everything goes to /tmp folder https://github.com/nivekuil/rip

suggested by https://sh.itjust.works/u/ptrckstr@lemmy.world

Trashy

fast and light weight RM that moves items to trash folder and has colorized outputs like FD. https://github.com/oberblastmeister/trashy

suggested by https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi

tealdear

tldr but in rust (tldr lets your easily find manpages/examples and usage for terminal command) https://github.com/dbrgn/tealdeer

suggested by https://sh.itjust.works/u/ptrckstr@lemmy.world

Navi

navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list. https://github.com/denisidoro/navi

suggested by https://sh.itjust.works/u/stepanzak@iusearchlinux.fyi

Cheat

this program allows you to create and view interactive cheatsheets on the command-line. https://github.com/cheat/cheat suggested by https://sh.itjust.works/u/2kool4idkwhat@lemdro.id

gomi

its RM except has a trash can so you don't permitly delete something by accident
https://github.com/babarot/gomi suggested by https://sh.itjust.works/u/2kool4idkwhat@lemdro.id

broot

a different than ranger/lf approach to navigating folders https://github.com/Canop/broot suggested by https://sh.itjust.works/u/2kool4idkwhat@lemdro.id

mdr

a markdown viewer https://github.com/michaelmure/mdr suggested by https://sh.itjust.works/u/2kool4idkwhat@lemdro.id

eza

modern ls, with cool features like file icons https://github.com/eza-community/eza suggested by https://sh.itjust.works/u/2kool4idkwhat@lemdro.id

Rtorrent

a terminal based torrent client https://rakshasa.github.io/rtorrent/

suggested by https://sh.itjust.works/u/gunpachi@lemmings.world

ouch

It's a CLI tool for compressing and decompressing for various formats. such as .tar .zip 7z .gz .xz .lzma .bz .bz2 .lz4 .sz .zst .rar https://github.com/ouch-org/ouch

suggested by https://sh.itjust.works/u/crunchpaste@lemmy.dbzer0.com

bat

modern cat, with features like syntax highlighting, line numbers, etc https://github.com/sharkdp/bat suggested by https://sh.itjust.works/u/2kool4idkwhat@lemdro.id

thefuck

hey you!, yeah you I DIDNT TYPE THAT COMMAND WRONG! with thefuck it fixes when you type a prevoius command wrong https://github.com/nvbn/thefuck

suggested by https://sh.itjust.works/u/tourist@lemmy.world

[Shells]

Nushell

it is a new type of shell that has some really cool features such as more detailed error messages and displays licenses via HTTP get, git or curl As well as a more clean UI for ls. https://www.nushell.sh/ suggested by https://sh.itjust.works/u/callyral@pawb.social

Bash

its the default and lots of programs use it, https://www.gnu.org/software/bash/

ble.sh

Bash Line Editor, bash Shell with a few tweaks https://github.com/akinomyoga/ble.sh suggested by https://sh.itjust.works/u/iusearchbtw@lemmy.sdf.org

Mosh

Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. (sadly there is no pit) https://mosh.org/

suggested by https://sh.itjust.works/u/Bitflip@lemmy.ml

DASH

a POSIX-compliant /bin/sh that is fast and simple http://gondor.apana.org.au/~herbert/dash/

suggested by https://sh.itjust.works/u/callyral@pawb.social

Fish

its like bash but has auto correct for typing https://fishshell.com/

Zsh

its like vim for a shell, it has lots of bells and whistles and is very customizable. https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH

[File Browsers]

Midnight Commander

Midnight commander is a file Browser that has 2 panes where you can do basic file manager stuff such as Copy, Pasting, moving files, and Deleting all Via Terminal!

https://midnight-commander.org/

Suggested by https://sh.itjust.works/u/logir@feddit.it

Fm.awk

File manager written in awk https://github.com/huijunchen9260/fm.awk/ Suggested by https://sh.itjust.works/u/Steamymoomilk

lmf

st File Manager is a powerful file manager for the UNIX console. It has a curses interface and it's written in Python v3.4+. https://inigo.katxi.org/devel/lfm/

Rover

Rover is a small file browser that aims to be simple, fast and portable. https://lecram.github.io/p/rover/ suggested by https://sh.itjust.works/u/Steamymoomilk

LF

lf (as in "list files") is a terminal file manager written in Go with a heavy inspiration from ranger file manager. https://github.com/gokcehan/lf

suggested by https://sh.itjust.works/u/callyral@pawb.social

Ranger

Alot like Midnight Commander but running on VIM, and just like VIM it is highly customizable
https://github.com/ranger/ranger

----added note ranger should be installed via git most distros have 4+ older versions and lots of bugs

Suggested by https://sh.itjust.works/u/logir@feddit.it

nnn

nnn (n³) is a full-featured terminal file manager. It's tiny, nearly 0-config and incredibly fast. https://github.com/jarun/nnn suggest by https://sh.itjust.works/u/gunpachi@lemmings.world

[Fun/games]

lolcat

make your terminal rainbow https://github.com/busyloop/lolcat

suggested by https://sh.itjust.works/u/GentooIsBased@lemmy.ml

Cowsay

make a cow say something in Terminal! https://github.com/piuccio/cowsay

Suggested by https://sh.itjust.works/u/bizdelnick@lemmy.ml

Bastet

Tetris clone via terminal https://github.com/fph/bastet/ suggested by https://sh.itjust.works/u/pastaPersona@lemmy.world

Cmatrix

make your terminal look like your mr.hacker man https://github.com/abishekvashok/cmatrix suggested by https://sh.itjust.works/u/tourist@lemmy.world

spotify-tui

Spotify CLI frontend (Spotify via terminal) https://github.com/Rigellute/spotify-tui

suggested by https://sh.itjust.works/u/tourist@lemmy.world

cacademo

plays a bunch of neat ASCII animations https://linux.die.net/man/1/cacademo

suggested by https://sh.itjust.works/u/tourist@lemmy.world

figlet

ASCII text art. http://www.figlet.org/

toilet

turn text into ASCII art. http://caca.zoy.org/wiki/toilet

Yewtube

a cli youtube piped client, stream, download and play audio from YouTube piped. https://github.com/mps-youtube/yewtube

suggested by https://sh.itjust.works/u/Steamymoomilk

cbonsai

Little ASCII art bonsai tree that can be animated with the -l flag https://gitlab.com/jallbrit/cbonsai suggested by https://sh.itjust.works/u/tourist@lemmy.world

tty-clock

a digital clock via your terminal! https://github.com/xorg62/tty-clock

I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs

I would love to add more useful and cool programs to this list! Feel free to leave suggestions to add! I really want to make this post a really good place to find cool new programs

[-] Steamymoomilk@sh.itjust.works 31 points 6 months ago

The internet is leaking out.

[-] Steamymoomilk@sh.itjust.works 33 points 6 months ago

What u mean granny just grep 'apple' Duh

Lmao

[-] Steamymoomilk@sh.itjust.works 37 points 6 months ago

She wants a tall glass of water. Thats it

19
submitted 7 months ago* (last edited 7 months ago) by Steamymoomilk@sh.itjust.works to c/privacy@lemmy.ml

Sorry if this isnt exactly perfect topic for this community. But i bought a t440p because of libreboot, and am waiting for it to come in the mail. Im very excited and have watched a few videos about it. I purely bought it because of the privacy that can be had

34
submitted 7 months ago* (last edited 7 months ago) by Steamymoomilk@sh.itjust.works to c/linux@lemmy.ml

So i have my main system, i have been running NixOS on for over a year. It has been a pleasure to daily drive. And ive recently been playing with gentoo and funtoo. And althought alot of information, which is somewhat overwhelming but is slowly growing on me and making me appreatate linux as a whole. So i was wondring what other software users run, and what hardware they run it on. Ive also been looking into replacing my lenovo W540 because the Nvidia K110m is royal pain and kills my battery life. Ive been looking at lenovos t480, t480s t440p. And cant decide, i really would like at least 4 cores, good linux support and long battery life aswell as repairablility. The laptop is going to mostly be a web browsing machine aswell as trying out gentoo and new distros. If you have any suggestions on a laptop id very be much grateful.

Cheers,

72
Yeah, Yeah, wait what? (sh.itjust.works)
submitted 7 months ago* (last edited 7 months ago) by Steamymoomilk@sh.itjust.works to c/lemmyshitpost@lemmy.world

for legal reason this is a joke, dont commit crimes, obey the geniva convention. also i want to add, that you matter. ive recently had chats with friends about there mental heath, and please take care of yourself.

97

Its printing PLA and you could smell it very strongly and was super cool to see

[-] Steamymoomilk@sh.itjust.works 56 points 8 months ago

My homie need to go touch grass

742
submitted 8 months ago* (last edited 8 months ago) by Steamymoomilk@sh.itjust.works to c/technology@lemmy.world

So my mother recently bought an ET-2800, By HP we had an HP printer before and we got a new one because the old one would not work with my sister's Windows 11 Laptop. So I had to set it up for my mother, the manual said you can use it without the app. But there was no way to physically do that. Anyway, I downloaded the app on my phone (android) and the app would not connect to the printer. So I used my mother's iPhone and it would connect. The setup process was stupid proof. And after I got it all full of ink, it was very painless. However, this is where the H in HP should stand for HELL. Because a few months go by and my sister and my mother need some papers printed. No problem. I thought to myself, so my sister tried to print it wirelessly. Couldn't find the printer, I said ok maybe it's a dumb driver, USB didn't work either. I asked my sister to send it to me, so I can print it on my w540 running rocky 9. Rocky picked up that I needed drivers and installed them. Wireless didn't work but wired showed up, I thought sweet I can just print the paper and get back to what I was doing. However, when I clicked print, the printer would grab the paper and run it though but not put ink on the paper. My mother asks me to forward the email to her to try to print it on her phone. I send it, and it prints, and the paper come out how it should with ink and the paper is finally printed.

After this experience with this printer, it makes me rather aggravated at this purchase, and no longer want to buy from HP. I have looked at Brother printers and there are no Proprietary ink cartage, and or laser printers. I purely wanted to talk about my experience with HP printers and would like to know what others have for a printer for recommendations, for when eventually HP kills support and makes it a paper weight, I've read many negative experiences with HP printer, specially from Lois Ross man and their anti consumer products.

151

"im going on the hub", What else could that mean? other than the a universal binary management website!!!

[-] Steamymoomilk@sh.itjust.works 38 points 8 months ago

I was about 90% reading this going wtf is this guy on?

0
submitted 9 months ago* (last edited 9 months ago) by Steamymoomilk@sh.itjust.works to c/linux@lemmy.ml

so my English teacher was kick ass and let us use tasteful swear words (no racial swears) and let us read them in class which was so cool and is probably the reason why i loved that English class. but anyway --edit yes i know the english is bad there are also a few swears viewer digression advised

NEW FROM MICROSOFT -WINDOWS 11

To Microsoft

I love how windows has automatic driver support

I have used windows XP since I was 6

Every program that ends with .exe runs great

But you got some problems to fix

it started with automatic random windows updates

BUT FOR FUCKS SAKE

LET ME UNINSTALL MICROSOFT EDGE

ITS NOT GOOD

ITS DOG SHIT YOUR SO DESPRATE

YOU MAKE IT RUN ON X86

IT EATS ALL MY RAM LIKE AN OBEESE MAN AT MCDONALDS

IT SLOWS MY COMPUTER DOWN

AND ITS GIVIN ME BLUE SCREENS WITH THAT STUPID ASS FROWN

HERES AN ERROR CODE Screw you

GOOD LUCK FINDING IT ON GOOGLE IT DOESN’T EXIST

YOUR RANDOMLY UNINSTALL IMPORTANT THINGS

HOW AM I SUPPOSED TO FIX MY PC WHEN IT UNINSTALLS THE DRIVER FOR MY DISPLAY

I WOULD RATHER USE MacOs Monterey

SCREW YOU, YOU UNIX WANNABE

YOUR WINDOWS 11 IS A STD.

YOU LEAVE A STUPID NOTEPAD OPEN WITH ONE COMMA

WHEN I CLICK SHUTDOWN YOU WONT CLOSE!

YOU ACT LIKE I INSTALLED WINDOWS

IT COMES PREINSTALLED, PRE DESTROYED, PRE BROKEN

AND YET YOU SAY YOUR OPIRATING SYSTEM IS THE BEST

75% OF GLOBAL MARKET SHARE IS A TRUE SHAME

YOUR OS IS REALLY LAME

YOU DON’T OWN YOUR COMPUTER

YOUR COMPUTER OWNS YOU

WINDOWS 3.1 1992

Your Os is as fun as a lobotomy

And is designed as well as a ford pinto

IT LOOKS LIKE A LOW BUDGE KDE DESKTOP

LINUX COULD MOP THE FLOOR WITH YOU

THE RISE OF LINUX DESKTOP 2022!

I LEAVE YOU IN YOUR SHAME

LYLING IN YOUR COFFIN BILL GATES TO BLAME

Linus Torvald was right

A computer is like air-conditioning

It becomes useless when you open windows

That is all

I leave you to dwell in your non open source

Propriety Hell

4

Shell--Gruvbox-Dark-B-LB Cursor--PearDarkCursors Background-- is my own image from a family trip then i used this GitHub project https://github.com/paulopacitti/gruvbox-factory I also used Gruvbox dark Firefox extension and the Gruvbox color pallet for Cavalier

Its not much but i enjoy it!

15
4
153
view more: ‹ prev next ›

Steamymoomilk

joined 1 year ago