Jonas Satkauskascybr.hashnode.dev·Dec 20, 2024Today I've learned: Changing Shell Prompt Name/PATH importance (Environment variables)Prompts in Kali Usually terminal in Kali looks like this (username@hostname)-[current_directory] # When you work as a root you see: (root@kali)-[current_directory] # Environment variable which is used to change the prompt There’s a PS1 Environment ...10 likescybr
Jonas Satkauskascybr.hashnode.dev·Dec 19, 2024Today I've learned: The Basics of Environment VariablesEnvironment variables in Linux It’s a very important topic. There are two types of variables: Shell Environment Variables are KEY=value pairs. Multiple values looks like this: KEY=value1:value2 Simply speaking environment variables determines...10 likesEnvironment variables
Nathan Virgílionathanvirgilio.hashnode.dev·Dec 16, 2024Buscando e instalando pacotes Flatpak via terminal.Para buscar por pacotes no repositório (geralmente Flathub), use o comando: flatpak search <nome_do_pacote> Por exemplo, para procurar o pacote do GIMP, você faria: flatpak search gimp Resultados da pesquisa: O comando retornará uma lista de...flatpak
TomShinetomshine.hashnode.dev·Dec 16, 2024工具推荐: Wave Terminal - 可以通过命令行控制 GUI 的终端这个终端的有意思的是: 可以在终端预览文件/照片/视频等(不借助其他的工具) 可以直接在可视化看到系统的监控(不借助其他的工具) 内置浏览器 提供类似 VSCode 的编辑器可以远程编辑文件 集成 AI(这个在2024年的终端中,当前的不算什么太大的优势) 我现在正在尝试使用这个终端,有一个问题就是他不支持直接 lrzsz 命令(也就是 zmodem 协议,安装 lrzsz 命令也不可以),这样远程 SSH 连接文件上传和下载文件就比较难了。 其他的功能我还在摸索中,这个 BLO...tools
Mounssif BOUHLAOUInuux.hashnode.dev·Dec 14, 202410 Ways to Copy Files from Server to Local: A DevOps GuideOkay, let's dive deep into the world of transferring files from a remote server to your local machine. As a DevOps engineer, this is a task you'll encounter frequently, and mastering various methods is crucial for efficiency and security. This articl...2 likesDevops
Dan Koskeidankoskei.hashnode.dev·Dec 10, 2024Navigating Your Computer Using the TerminalWhen I started learning to code, one of my earliest challenges was understanding that a “directory” is essentially a file folder. This guide is here to demystify the basics of navigating your computer’s file structure using the Linux terminal—an esse...terminal
QuillforWe Are Creationweacreation.hashnode.dev·Dec 8, 2024Command Line 101It may seem intimidating at first, but the command line can increase productivity and efficiency on your computer. The command line allows you to interact with your computer directly, giving you high control and flexibility. Allowing you to perform t...command line
Chris Holcombenullvoid.hashnode.dev·Dec 5, 2024Command & Conquer Mastering Linux From Scratch (Part 1)Welcome to the Void: Mastering Linux Commands, One Step at a Time In the digital trenches, Linux commands are your sword and shield. Whether you're a total newbie or brushing up your skills, this series, Command & Conquer, is here to guide you throug...Command & ConquerNullVoid
Surgicalthecodeoperation.com·Dec 3, 2024Introduction to the Command Line: Navigating Your Developer Toolkit with LinuxThe command line interface (CLI) is one of the most powerful tools in a developer's arsenal. Despite its minimalist appearance, the CLI opens doors to automation, deep system control, and efficient workflows that graphical interfaces can only dream o...Beginners GuideLinux
Favour Olukayodeneo-femo.hashnode.dev·Dec 2, 2024FeaturedBuilding a CLI App in GolangI recently moved back into a full-time mobile developer role at a company I admire, which means that I don’t write Golang as much anymore. I needed to keep up with Golang, but I needed something more glamorous than writing simple CRUD applications, a...31 likes·284 readsGo Language