Search Results

Search: Posts Made By: int3g3r
Forum: Debian 04-24-2019
18,527
Posted By int3g3r
How do i correct restart network-services in Debian?
Hello,


I would like to do follow steps.


Set a static IP-Adress on eth0 (For Testing)
Set DHCP on eth0
All steps should be done without a single reboot.





...
2,606
Posted By int3g3r
/ts3/server/ts3server_startscript.sh start...
/ts3/server/ts3server_startscript.sh start createinifile=1 | tee -a /ts3/server/key.txt Doesn't hang.
/ts3/server/ts3server_startscript.sh start createinifile=1 Doesn't hang....
2,606
Posted By int3g3r
The complete output gets now written into the...
The complete output gets now written into the key.txt file. Thats good so far. Thank you!


Follow is the complete code block:
# ts3 Server Starten & config erstellen
...
2,606
Posted By int3g3r
Tee doesn't write all displayed data into text file
"Debain 9 - LXDE"

I execute follow line in the bash terminal:
/ts3/server/ts3server_startscript.sh start createinifile=1 | tee -a /ts3/server/key.txt


The displayed output looks like follow:...
4,380
Posted By int3g3r
Solved, Thank you!
Solved, Thank you!
4,380
Posted By int3g3r
./install.bash gets manual executed in a...
./install.bash gets manual executed in a lxterminal window.

install.bash calls the source.bash with follow line: xterm -e "./scripts/source.bash"

source.bash gets executet in a new xterm...
4,380
Posted By int3g3r
Sourcing file from parent directory bash
"Debian 9 64x - LXDE"

I try to source a file from my parent directory:

#!/bin/bash
#source.bash
. ../links.bash but i get "file not found".
I tried . "../links.bash" and ....
1,566
Posted By int3g3r
Thank you very much. This solved the problem!:)
Thank you very much. This solved the problem!:)
1,566
Posted By int3g3r
Escape characters in a variable
Debian 9 64x - LXDE

How can i disable escape sequences in a variable?

#!/bin/bash
#mainscript
. "./links.bash"
echo "$red_start This text should be red $color_end"#!/bin/bash...
1,189
Posted By int3g3r
I did only try to clarify my problem. It was not...
I did only try to clarify my problem. It was not my intention to make fools out of any people.
1,189
Posted By int3g3r
Thanks for the Help, I noticed that it is...
Thanks for the Help,


I noticed that it is not possible to execute scripts and -hold in the LXTerminal. The -hold option doesnt exist in LXTerminal.


This solution works now:

#!/bin/bash...
1,189
Posted By int3g3r
The LXTerminal doesn't have the -hold option. Do...
The LXTerminal doesn't have the -hold option. Do i need to switch to a other terminal emulator like xterm in that case ?

I know that i need to add exit to close the terminal window of the...
1,189
Posted By int3g3r
It is hard to explain a problem when i don't get...
It is hard to explain a problem when i don't get an error. The created terminal window got open and got closed instant. I only saw a flash of the new terminal window. but i get this solved now with...
1,189
Posted By int3g3r
Yes i tested the -e option aber it doesnt work...
Yes i tested the -e option aber it doesnt work too.

Is this code line not a comment ? Is this code line required that the scripts run ?


#!/bin/sh
I didn't wrote this line in the subscript....
1,189
Posted By int3g3r
English is not my first language, so maybe its...
English is not my first language, so maybe its not clear what i asking for. :o



It doesnt work at all thats my problem ...
And i don't know what im doing wrong ... The example is only to show...
1,189
Posted By int3g3r
Mainscript executes subscripts in a new terminal window
"Debian 9 64x - LXDE"


I try to create an install script in bash. Lets assume i want to install samba.
I call from the mainscript the install script for samba \folder\samba.sh.

The script...
Showing results 1 to 16 of 16

 
All times are GMT -4. The time now is 11:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy