698 reputation
5
bio website
location
age
visits member for 7 months
seen Feb 26 at 15:41
stats profile views 14

I am graduate of Computer Sciences and have knowledge in Linux, Security, Software Development, and I am learning a lot about building SELinux Policies.


Feb
26
comment Control how linux deletes files
@ott-- you should put this as an answer below. I was just about to submit something similar to this, and then saw this.
Feb
6
comment Move all files to a new directory excluding that directory
Ah, you're right. I didn't even think to check that.
Feb
6
answered Move all files to a new directory excluding that directory
Feb
6
answered Application for Facebook Chat
Dec
4
comment RHN Satellite scout won't push
Have you done a service iptables stop and a setenforce 0 and then tried to see if it would work?
Dec
3
comment Ubuntu 12.04 Load balancer
This seems more like a proxy setup and less of a load balancer...you can use iptables to do forwarding for you.
Nov
27
comment Can you specify an enclosure for cut?
You could quickly code up csv output script using some python or perl.
Nov
27
comment Set network connection for internet access
Then you you are going to have to change your network routes to use the phone as the default. See Karlson's answer below.
Nov
25
comment Set network connection for internet access
Is disabling your local LAN an option?
Nov
19
revised How to read '\n' into variable with Bash's built-in command?
Quoting.
Nov
18
answered How to read '\n' into variable with Bash's built-in command?
Nov
18
comment phpmyadmin is listing my server version and client version as being different
When you use apt-get purge you only listed client-core did you do apt-get purge mysql-client-5.1 as well? What is the output of mysql --verison
Nov
17
answered Is xfstt necessary?
Nov
16
comment How to use sudo in Fedora?
I went ahead and clarified further above. Also, for more in-depth information about sudoers file see man sudo
Nov
16
revised How to use sudo in Fedora?
clarifications
Nov
15
answered How to use sudo in Fedora?
Nov
14
comment Mint 12 - Error updating MySQL (mysql-client-core-5.1)
Then you will likely need to remove both and start fresh.
Nov
14
answered Mint 12 - Error updating MySQL (mysql-client-core-5.1)
Nov
12
comment How to cat a file from awk?
Why are you cat-ing a file from awk? Sounds like you are trying to do something uber-complex...
Nov
12
comment Easiest way to manage users for two machines
@JodieC that's why I added the URL to the list of config management systems. The Puppet part was about a personal experience.