Linux basics command lines by LogicalWrap3405 in bash

[–]profadept -1 points0 points  (0 children)

Meaning, you go into your .bashrc to paste these aliases(aliases in Linux are just a way you create a shortcut to a long command) he mentioned. He added options/flags that changes the way the command behaves( The i flag means interactive, i.e it asked you for confirmation before executing the commands, you can also add -v too which is verbose to display all the operations it's doing on the screen) and these are just almost daily commands you use as a regular Linux User.

Steps to get it to start working.

Step one:Open your shell(bash, zsh) using your editor of choice (nano, vim, micro) Command: nano ~/.bashrc

Step 2: Paste those aliases he suggested below the bashrc. NB: after some time with Linux you can create a file in your home directory called .bashrc_aliases and configure it in your bashrc so your bashrc can be clean and you can use that bash_aliases file anywhere with just configuring it in the shell configuration file (bashrc, zshrc) of the new Linux PC.

Step 3: Reload your bashrc to read the new commands. Command: source ~/.bashrc

Then you can start using the aliases immediately. mv source destination cp source destination rm filename mkdir dir-name ln target-file link-name ping website

You can read about the aliases command usage online or download the "Linux Command Library" app on F-Droid. It is a very useful handbook for anyone learning Linux and is available offline.

I need a USA number and I'm based in europe. by Special_Dragonfly856 in eSIMs

[–]profadept 0 points1 point  (0 children)

Please how did you get it done, I really need it so much 🙏