mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -04:00
growing up
This commit is contained in:
parent
ef5077cd50
commit
9bb02f2ddf
25 changed files with 47 additions and 50 deletions
|
@ -1,7 +1,6 @@
|
|||
# Bt3gl's ol'n'good Ultimate Linux Guide for Hackers
|
||||
# Mia Stein's ol'n'good Ultimate Linux Guide for Hackers
|
||||
|
||||
* I wrote this in 2013, but hey Linux is still Linux <3.
|
||||
* but if you want modern Linux, [check this out](https://github.com/ibraheemdev/modern-unix)
|
||||
|
||||
<br>
|
||||
|
||||
|
@ -319,7 +318,7 @@ $ export PATH=$PATH:/<DIRECTORY>
|
|||
|
||||
* **~/.bashrc** contains scripts and variables that are executed when Bash is invoked.
|
||||
|
||||
* It's a good experience to customize your **~/.bashrc**. Just google for samples, or take a look at this [site dedicated for sharing dot-files](http://dotfiles.org), or at [mine](https://github.com/bt3gl/Dotfiles-and-Bash-Examples/blob/master/configs/bashrc). Don't forget to ```source``` your **./bashrc** file every time you make a change (opening a new terminal has the same effect):
|
||||
* It's a good experience to customize your **~/.bashrc**. Just google for samples, or take a look at this [site dedicated for sharing dot-files](http://dotfiles.org), or at [mine](https://github.com/go-outside-labs/Dotfiles-and-Bash-Examples/blob/master/configs/bashrc). Don't forget to ```source``` your **./bashrc** file every time you make a change (opening a new terminal has the same effect):
|
||||
|
||||
```
|
||||
$ source ~/.bashrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue