Search Results

Search: Posts Made By: Ethan Stark
Forum: Debian 06-13-2017
4,245
Posted By Ethan Stark
You have to set the setuid bit on hddtemp, which...
You have to set the setuid bit on hddtemp, which may slightly increase the security risk. That's why Debian does not have it by default.

CODE: SELECT ALL
sudo chmod +s /usr/sbin/hddtemp

Ethan...
Forum: Linux 06-13-2017
3,242
Posted By Ethan Stark
To install the ODBC driver, you can manually...
To install the ODBC driver, you can manually create ODBC .ini files or add to the existing .ini file for the ODBC driver manager you are using. Use the following procedure:
Download and unzip the...
9,278
Posted By Ethan Stark
The only tool I know is Vera. Haven't used it,...
The only tool I know is Vera. Haven't used it, though, so can't comment how viable it is. Demo looks promising.

Ethan Stark
Software Developer
Free SharePoint Hosting...
Forum: Programming 06-13-2017
1,324
Posted By Ethan Stark
27 down vote You cannot grab the output of an...
27
down vote
You cannot grab the output of an awk system() call, you can only get the exit status. Use the getline/pipe or getline/variable/pipe constructs

awk '{
cmd = "your_command " $1
...
Showing results 1 to 4 of 4

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