Search Results

Search: Posts Made By: vaibhavvsk
Forum: IP Networking 03-22-2016
12,153
Posted By Peasant
How about using ssh encapsulation (ssh -Y ) from...
How about using ssh encapsulation (ssh -Y ) from the client side ?

If you use that, and have an X on client, exporting DISPLAY will not be required.

Hope that helps.
Regards
Peasant.
2,213
Posted By ctsgnb
Something like : # awk...
Something like :

# awk '{$1=$1}NR==FNR{s=NR;L[NR]=$0;next}{for(i=0;++i<=s;)
{n=split(L[i],F," ");
if ((F[1]==$2)&&($3>=F[3])&&($4<=F[4])) {print $0 OFS F[2]}
}}' OFS="\t" File_1 File_2
1099 ...
Forum: Cybersecurity 09-20-2012
8,216
Posted By bakunin
For the rest - limitation of space in the HOME...
For the rest - limitation of space in the HOME directory - there are disk quotas.

Here is a document describing the setup...
Forum: Cybersecurity 09-20-2012
8,216
Posted By Corona688
Some of what you want can be done with...
Some of what you want can be done with /etc/security/limits.conf, which lets you set hard and soft limits for things like memory use and maximum number of processes, controlled by user or group.
Showing results 1 to 4 of 4

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