For the contents of a file to the table Shell script Unknown Add Comment You need to use the contents of your file? Is so simple with table but how ?? This is the solution with bash: #!/bin/sh i=1; while r... Read More
Create your own command to show just your ip address Unknown Add Comment Hello again In the first time you need to create a new file and you call it for example showip but not showip.sh with the command touch... Read More
Shell script to detect your run level and your distribution Unknown Add Comment You need to detect the run level and detect the distribution. It's so simple you must just download the script from https://gith... Read More
Shell script to configure your IP address dynamically or statically Unknown Add Comment If you want to configure your network but you don'y know why. It's so simple you must just download the script from https://... Read More
What's shell script and the role of Environment variables with example Unknown Add Comment What's shell script The command interpreter is the interface between the user and the operating system. Shell script... Read More
Create your Command with several options Unknown Add Comment You need to create your first command with several options in linux step by step . Make our linux command more useful this time around... Read More
How to create a script to test the run levels Unknown Add Comment To execute command in Linux sometimes you must to be super administrator if not you can't execute. For that if you want to ... Read More
How to create a persistent linux command (also after reboot) Unknown Add Comment Make our linux command more useful this time around, the command will not vanish after system reboot Read More