Linux

188 Articles 5 Followers


DeepDarkCTI

21 Aug 2025 1 minute read 0 comments Ph03nix

I wanted to share something I recently acquired for OSINT purposes for my first red team share. DeepdarkCTI The official website of the project is https://www.deepdarkcti.com. https://github.com/fastfire/deepdarkCTI I will summarize all of his page a...

Making a Desktop Entry in Linux

21 Aug 2025 1 minute read 0 comments Ph03nix

In Linux we can make buttons to execute commands on the desktop and not just scripts. A .desktop file is a configuration file used to define application entries in the GNOME and other desktop environments. It allows users to launch applications from...

Installing Appimages in Linux for newbies

19 Aug 2025 1 minute read 0 comments Ph03nix

In linux we use appimages to distribute applications without the need to install dependencies. The easiest way to add them to your shortcut menu is gearlever https://github.com/mijorus/gearlever I will show you how to install gearlever with flatpack....

Installing an application in Terminal when the github script doesn't work

19 Aug 2025 1 minute read 3 comments Ph03nix

A common grievance for newbies in linux is when you download a tool from github and the darn thing won't install, but the app runs. I am here to make your life easier. go to home cd  then make a folder named tools mkdir tools put the folder from gith...

[Solved] Oracle Linux 10 WiFi adpator not found

8 Jul 2025 1 minute read 0 comments Lochard

This is a solved problem, but I think it might help other newbies like me. It might also work on other Linux distros with the same problem. You can read here or read my post on Oracle Forums. I can't provide much technical information as I lack the k...

Coin Wallet & XMR Deposits

29 May 2025 1 minute read 0 comments WinterYeti

Ever since the ongoing fiasco of Coinbase continued to evolve into something worse, I've been exploring other digital wallets. One of the tried and true tools that I've come across has been Coin Wallet. Originally, I discovered it when I was busy lea...

The Journey of Resolving Ubuntu Installer Issues ("stdin: Invalid argument")

23 Nov 2024 2 minute read 0 comments Kuberteas

Background The Ubuntu installer as been causing issues for quite some time, I finally found the solution. This blog post describes the solutions found, as well as further troubleshooting information in case the issue doesn't resolve a reader who need...

Setting Up Your Own DomainServerSiteHomeDigitalKingdom for Free (Well Almost)

13 Sep 2024 3 minute read 0 comments WinterYeti

We're going to start with a simple acroynm: LAMP. No, not the illuminating gizmo. The acronym stands for Linux, Apache, MySQL and PHP, ergo LAMP. It is a simple and, more importantly, free package that comes with a Linux environment and gives you eve...

Ubuntu Bitcoin Ful Node - Installation and Configuration

3 Sep 2024 4 minute read 0 comments BSD Blockchain

A full node is a program that fully validates transactions and blocks. Almost all full nodes also help the network by accepting transactions and blocks from other full nodes, validating those transactions and blocks, and then relaying them to further...

Installing Bitcoin (BTC) Full Node with Ordinal Protocol support on Google Cloud

2 Sep 2024 5 minute read 1 comment BSD Blockchain

Ordinal is a scheme used to number satoshi values ​​that allows tracking and transfer of individual satoshis. These numbers are called ordinal numbers. Satoshis are numbered in the order in which they were mined, and are transferred from transaction...