Search Results

Search: Posts Made By: Huitzilopochtli
708
Posted By Peasant
I would use bsd or solaris derivative operating...
I would use bsd or solaris derivative operating system with ZFS such as freenas or likes.

As for network part, exposing stuff to internet comes with inherent risk.
You can minimize it by patching...
1,024
Posted By Don Cragun
With a question like this it ALWAYS helps to know...
With a question like this it ALWAYS helps to know what operating system and shell you're using...

Assuming you're using a shell that provides the basic parameter expansions required by the POSIX...
6,116
Posted By bakunin
First things first: how mail works There are...
First things first: how mail works

There are "mail servers" (correctly named: mail transfer agents), which act like a postman: either they know the user to whom to deliver the mail themselves...
1,568
Posted By RudiC
The main difference between a .doc and a .txt is...
The main difference between a .doc and a .txt is formatting like bold face typing, colours, tables, hyphenation, what have you, and/or embedded pictures etc.. All of this is missing in a plain .txt....
1,279
Posted By sea
Try: xfce4-terminal -e "nano example.txt" ...
Try:
xfce4-terminal -e "nano example.txt"

If you're on a system with multiple terminal-applications, multiple users with their own preferences, and if TUI is installed, you could also try:
...
4,020
Posted By RudiC
My above was just an example! Put your case ......
My above was just an example! Put your case ... esac in the place of the echo $x (which was a placeholder!).
4,020
Posted By RudiC
select will take ANY list and turn it into a...
select will take ANY list and turn it into a menu:PS3="Enter Value X: "
select X in A B C D E F; do echo $X; done
1) A
2) B
3) C
4) D
5) E
6) F
Enter Value X:
Then, add a case ... esac...
4,020
Posted By Don Cragun
I repeat: " Unless #!interpreter_path starts in...
I repeat: " Unless #!interpreter_path starts in column 1 on the 1st line in your file, that line is just a comment and has absolutely no effect on what interpreter will be used to run your script." ...
4,020
Posted By Don Cragun
Whatever shell is running your script via the...
Whatever shell is running your script via the "run in terminal" command is a shell that doesn't know about the recent bash and ksh [[ expression ]] test syntax.

If you convert all occurrences of...
Showing results 1 to 9 of 9

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