adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

📣 Updated: Markdown Viewers for the Linux Command Line

Investigate, play, and explore the benefits of using one of these Linux command line interface application Markdown viewers.

https://www.adamsdesk.com/posts/linux-markdown-viewers/

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

Quickly Jump From Local Git Repository to Website

Improve your git workflow with a simple shell function that can quickly jump you from the terminal of a local git repository to the project's website.

https://www.adamsdesk.com/posts/open-repository-website/

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

How to View Files Without Comments

Explore the possible solutions to viewing files without comments using common command line tools on a variety of operating systems.

https://www.adamsdesk.com/posts/view-files-without-comments/

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

Find NIC Model, Driver and Firmware Info In Linux

Use these command line utilities to get the network interface card (NIC) model, driver version and firmware version using a GNU/Linux operating system.

https://www.adamsdesk.com/posts/network-interface-model-driver-firmware-linux/

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

Saying Goodbye To Neofetch and Giving Thanks

Gain the latest news as to what happened to the Neofetch project and giving thanks to the lead developer Dylan Araps and contributors.

https://www.adamsdesk.com/posts/neofetch-archive-goodbye/

adamsdesk, to windows
@adamsdesk@fosstodon.org avatar

5 Ways to Check Windows Operating System Uptime

A detailed guide of solutions on how to check a Microsoft Windows operating system's uptime duration since the last boot (power on/restart).

https://www.adamsdesk.com/posts/check-windows-system-uptime/

chris, to linux
@chris@mstdn.chrisalemany.ca avatar

It is absolutely mind bending how many options ffmpeg has. I've been trying to convince it to use the old Radeon 2600 Pro graphics hardware acceleration. No luck finding the magic command yet! :)

code GIF

iamdtms, (edited ) to linux
@iamdtms@mas.to avatar

Create a file in


touch file


cd . > file

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

Find Your Disk Drive's Model & Serial Number in Linux

Uncover the tools required to find a storage disk drive model name/number, serial number, firmware version, etc. using a GNU/Linux operating system.

https://www.adamsdesk.com/posts/find-disk-drive-model-serial-number-linux/

#linux #commandline #gnome #technology

aral, to random
@aral@mastodon.ar.al avatar

A couple of command-line tools I’ve recently switched to using:

  • yazi as file manager instead of lf (fast and, for me at least, more intuitive and better handles default editor)

https://terminaltrove.com/yazi/

  • ouch for compression/decompression from CLI instead of getting the fucking unintuitive flags wrong every fucking time

https://terminaltrove.com/ouch/

(Thanks to @orhun for the recent link to Terminal Trove for the new finds.)

orhun, to random
@orhun@fosstodon.org avatar

Some of y'all ask how I find cool terminal tools 🤔

🌐 Here is one of my sources: https://terminaltrove.com

🖥️ The $HOME of all things in the terminal.

💖 Also, big shout-out to @terminaltrove for sponsoring me on GitHub!

thatdnaguy, to linux
@thatdnaguy@genomic.social avatar

If you work on the command-line in Linux a lot, find + exec is your friend.

"I have many copies of MYFILE because my project got sloppy over time. Are they different?"

find . -type f -readable -name "MYFILE*" -exec md5sum {} ;

Also handy for if temporary files get out of control and rm chokes.

find . -type f -readable -name "*.temp" -exec rm {} ;




adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

11 Ways to Check Linux/Unix Operating System Uptime

An all-encompassing overview on how to check a GNU/Linux or Unix operating system's uptime duration since the last boot (power on/restart).

https://www.adamsdesk.com/posts/check-linux-unix-system-uptime/

#commandline #linux #archlinux #gnome #tech

adamsdesk, to linux
@adamsdesk@fosstodon.org avatar

How To Read The TOTP Secret Key from a QR Code Image

Demonstrating the process of reading the time-based one-time password secret key from a quick response code image.

https://www.adamsdesk.com/posts/read-totp-secret-key-qr-code-image/

adamsdesk, to Bash
@adamsdesk@fosstodon.org avatar

Add Public IP Address Caching To Neofetch

How to conserving bandwidth and improving Neofetch’s load time performance by caching the public IP address for a set duration of time.

https://www.adamsdesk.com/posts/neofetch-ip-address-caching/

#bash #commandline #linux #100DaysToOffload

freebliss, to random
@freebliss@post.lurk.org avatar

deleted_by_author

  • Loading...
  • mro,
    @mro@digitalcourage.social avatar

    @freebliss exactly - site generator is tied to like ​ling to ​s. It was like this once. Here for example is one with a UI: https://demo.mro.name/shaarligo and soon will be fediversified by https://seppo.social

    hoyd, to random Norwegian
    @hoyd@mastodon.scot avatar

    Forgot to give a name to a screen when starting it? Find the id with $ screen -list and rename it like this: $ screen -rd id_number -X sessionname new_screen_name

    @climagic
    @nixCraft
    #commandline #cli

    hut, to random
    @hut@chaos.social avatar

    OMG. There is this long-ongoing debate on whether the -v flag on linux #commandline tools should show the version, or should enable verbose output, right?

    I just saw that the zip command solved it most elegantly, by making it do.... both!

    If you run zip -v without further arguments, it will print the version.

    If you run zip -v [other params], it will run in verbose mode.

    Genius. Now we only have to solve the tabs vs. spaces debate.

    canard164, to linux French

    10 Things You Probably Didn't Know You Could do With Nano Editor

    https://itsfoss.com/nano-tips-tricks/

    > Learn and use these tips and tricks to utilize lesser known Nano editor features.

    clonezone, to random
    @clonezone@mastodon.social avatar

    jless is so friggin' useful: https://jless.io/

    nigelharpur, to linux
    @nigelharpur@musicians.today avatar

    Lovely is helping daddy learn about setting up jobs from in . She's making sure he doesn't give himself a bad back by crouching over to read the webpage!

    wick3dr0se, to linux
    @wick3dr0se@fosstodon.org avatar

    I wrote a matrix digital rain implementation in under 50 lines of pure Bash.. I chose Bash due to it being widely installed and extremely portable. With modern systems this shouldn't cause any noticable performance changes and seems more than efficent so far

    Looking for feedback, contributions or whatever helps 😆. If it interest you at all, let me know what you think about it!

    https://github.com/wick3dr0se/matrix

    #linux #bash #commandline #cli #programming #scripting #macOS #android #windows #Shell

    Matrix digital rain

    donwatkins, to linux
    @donwatkins@fosstodon.org avatar

    Configure a Linux workspace remotely from the command line #linux #commandline

    https://www.both.org/?p=4255

    adamsdesk, (edited ) to Help
    @adamsdesk@fosstodon.org avatar

    🚨 Help Wanted 🚨

    Can anyone tell me how to make fzf refresh or reload right after a key binding command completes? So you would only press one key binding, not press the desired key binding and then another to reload.

    #AskFedi #AskMastodon #help #commandline #CLI #terminal

    skybert, to linux
    @skybert@emacs.ch avatar

    TIL you can browse all packages pacman knows about, installed and not by writing:

    $ pacman -Slq | fzf --preview 'pacman -Si {}' --layout=reverse<br></br>
    

    This gives you fzf fuzzy search and excellent TUI display of each package and their meta data.

    Totally awesome IMHO.

    As always, there's even more in the treasure chest: https://wiki.archlinux.org/title/pacman/Tips_and_tricks

    #linux #archlinux #commandline

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • rosin
  • mdbf
  • everett
  • DreamBathrooms
  • Durango
  • magazineikmin
  • thenastyranch
  • Youngstown
  • osvaldo12
  • slotface
  • vwfavf
  • khanakhh
  • kavyap
  • megavids
  • ngwrru68w68
  • cubers
  • modclub
  • tester
  • InstantRegret
  • ethstaker
  • tacticalgear
  • normalnudes
  • cisconetworking
  • anitta
  • GTA5RPClips
  • Leos
  • JUstTest
  • All magazines