EmreOvunc / Linux-System-Management-Scripts-Tricks

Linux Security & Linux Hardening & Linux Management & Linux Configuration
147 stars 41 forks source link

New Tricks & Scripts (Hacktoberfest) #1

Closed EmreOvunc closed 3 years ago

EmreOvunc commented 3 years ago

Hello Everyone,

To participate in Hacktoberfest, you can help me to add new scripts or tricks to Linux System Management repository.

Note: The important thing is that your codes or samples should be reproducible easily and they are verified.

Feel free to open PR :) (All PRs which have been verified, will be merged on October 1, 2020)

For instance: https://github.com/EmreOvunc/Linux-System-Management-Scripts-Tricks/commit/6640a27c6a074a70c71c969634beebe944efa54a

Happy Hacktoberfest

hacktoberfest2020

ghost commented 3 years ago

Hellow ! I have include my software aliaz it's a alias creator for linux, in bash, CLI and GUI available.

You can refer here can i PR it ?

EmreOvunc commented 3 years ago

Hellow ! I have include my software aliaz it's a alias creator for linux, in bash, CLI and GUI available.

You can refer here can i PR it ?

Hellow :)

I reviewed your project, it seems successful. I would appreciate if you could get a PR on how to add Alias to the Others Part, because in this repo I don't want to add GUI based things. For instance:

#nano ~/.bashrc
alias myip='curl ipinfo.io/ip'
source ~/.bashrc
ghost commented 3 years ago

Hello ! The update 3.0.0 offers the possibility of one-line command, I suggest you work on a special version of aliaz for your project !

Exemple of "one-line" command : mkalias --name="myip" --command="curl ipinfo.io/ip"

Would that suit you?

EmreOvunc commented 3 years ago

Hello ! The update 3.0.0 offers the possibility of one-line command, I suggest you work on a special version of aliaz for your project !

Exemple of "one-line" command : mkalias --name="myip" --command="curl ipinfo.io/ip"

Would that suit you?

Innovation is nice to have, you are welcome :)

ghost commented 3 years ago

@EmreOvunc Hellow ! I have finally finished the version, I will put it on the fork of your project tomorrow, you can tell me if I have the right to do a PR ?

EmreOvunc commented 3 years ago

@EmreOvunc Hellow ! I have finally finished the version, I will put it on the fork of your project tomorrow, you can tell me if I have the right to do a PR ?

You can open a PR whenever you want :)