<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux on Salti</title>
    <link>https://salti.tech/tags/linux/</link>
    <description>Recent content in Linux on Salti</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sun, 04 Jun 2023 13:55:13 -0500</lastBuildDate><atom:link href="https://salti.tech/tags/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Writeup: Hackthebox Pilgrimage</title>
      <link>https://salti.tech/posts/writeup_hackthebox_pilgrimage/</link>
      <pubDate>Fri, 28 Jul 2023 11:12:49 -0500</pubDate>
      
      <guid>https://salti.tech/posts/writeup_hackthebox_pilgrimage/</guid>
      <description>Pilgrimage from HackTheBox Writeup We have been given the IP 10.10.11.219
Enumeration nmap We will first do the usual nmap scan. nmap -A -sC -sV 10.10.11.219 -oN nmap.log.
The webserver wants to redirect us to http://pilgrimage.htb, which we don&amp;rsquo;t have in our /etc/hosts. To fix this we will add this to our hosts file so it can follow the direct.
sudo echo &amp;#34;pilgrimage.htb 10.10.11.219&amp;#34; &amp;gt;&amp;gt; /etc/hosts Rerunning our nmap scan gives us the following: This is more fruitful.</description>
    </item>
    
    <item>
      <title>The Old Gone Mega Server</title>
      <link>https://salti.tech/posts/mega_server/</link>
      <pubDate>Sat, 03 Jun 2023 22:33:07 -0500</pubDate>
      
      <guid>https://salti.tech/posts/mega_server/</guid>
      <description>This project is important to me because it was one of my first major projects I had done, back in sixth grade. It tied a lot of things I was learning at the time together. I was playing around with PHP, and I wanted to make an application that had accounts where you could login. I don&amp;rsquo;t think I was completely sure what to do past that at that time, but one step at a time is probably what I was thinking.</description>
    </item>
    
    <item>
      <title>The Best Way to Learn Linux</title>
      <link>https://salti.tech/posts/best-way-to-learn-linux/</link>
      <pubDate>Sat, 03 Jun 2023 11:56:12 -0500</pubDate>
      
      <guid>https://salti.tech/posts/best-way-to-learn-linux/</guid>
      <description>The title is a bit &amp;ldquo;misleading.&amp;rdquo; I more mean &amp;ldquo;The Fastest Way to Learn Linux.&amp;rdquo; And also while I am at it, I need to clarify &amp;ldquo;learn.&amp;rdquo; Not learn as in textbook memorize what to do or whatever but to understand linux and feel confident using it.
You have to start with Arch Linux , and you need to go through that pain of installing it yourself, no scripts.</description>
    </item>
    
  </channel>
</rss>
