Linux

180 Articles 5 Followers


The State of Linux Gaming - 1 Year After the Steam Deck

9 Apr 2023 2 minute read 2 comments LateToTheParty

Co-published on Read.cash and Zirkels. Time sure flies as the Steam Deck is already over a year old. Sporting a custom Zen 2/RDNA2 APU in a small handheld form factor, the device can play thousands of games on the go while running on an Arch-based op...

How to install Nginx+PHP+Mysql on Windows Powered by Linux with windows side files

6 Apr 2023 3 minute read 0 comments Chainable.it

Hi!   This time we will go with a more twisted topic, especially for people who have not done this yet. At least I hope that others do it too and not just me doing such messed up things xD What will we be doing today? Silly question, the title gave i...

GNU/Linux Can be a New Year's Gift

11 Jan 2023 2 minute read 1 comment Debesh Choudhury

Computers are by far one of our closest companions in our lives. The computer is one of our closest companions. It has almost become a family member to us. It helps us in our day-to-day work, be it professional or personal. It also entertain...

The State of Linux Gaming - 2022 in Review

2 Jan 2023 2 minute read 1 comment LateToTheParty

Co-published on Read.cash. Now that 2022 has come and gone, I think this is a good time to sit down and reflect on how Linux gaming has evolved over the past year. On February 25, 2022, Valve launched the Steam Deck to select markets. It proved to be...

Microsoft Accused of Stealing Open Source Codes

1 Dec 2022 3 minute read 0 comments Debesh Choudhury

Microsoft said many things against Linux in the PAST. Everybody knows one of the co-founders of Microsoft and the first CEO whose name I don't want to mention here. Most of the people surfing the Internet quote his name with deep respect. I think he...

Mining Banano in Debian Linux (Ubuntu)

29 Oct 2022 8 minute read 2 comments WinterYeti

If you've heard about crypto then it's almost a guarantee you've heard about mining coins and tokens as well. In fact, the very first coin, Bitcoin, came amount because people literally worked around the clock with early computers and processors to c...

Reinvent Computing with a Penguin

24 Oct 2022 2 minute read 6 comments Debesh Choudhury

Computer usage is indispensable in the current time. Surviving in this modern world without using a computer is almost impossible. Maybe, some of you would say that you would use a smartphone. But, a smartphone is also a computational device....

Become anonymous and untraceable with tails os

11 Oct 2022 2 minute read 0 comments 4rkal

In this article we will talk about what tails is and how to install and more. What is tails? Tails, or The Amnesic Incognito Live System, is a security-focused Debian-based Linux distribution aimed at preserving privacy and anonymity.It connects t...

[Bash] Returning from functions performatically

28 Sep 2022 1 minute read 0 comments rafaeldomi

So, once a while I posted some shell script tips. Now, let's see a little more, this time about functions and returning values. First, the basics Creating a function in bash is as simple like this: #!/bin/bash fnc_name() { echo "Inside the function...

Creating an Encrypted Local File System in a File

21 Sep 2022 4 minute read 0 comments TheJan

So you'd like to store your secrets in plain sight, and only want to decrypt and use them when you know it's safe? The Scenario Here's a use-case: You have access to a remote machine, which you do not have physical access to. At any point in time, s...