search for: kellyremo

Displaying 7 results from an estimated 7 matches for "kellyremo".

2011 Jan 23
3
NOD32 on Linux
Anyone using it? http://beta.eset.com/linux What are the experiences? Does it slows down the pc? Do we need it? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110123/4831dc0b/attachment-0002.html>
2011 Jan 23
2
putting "/tmp" to memory
"to memory" means: mounting a ~2 GByte filesystem [ tmpfs?, or ramfs? ], and put the "/tmp" on it. [ e.g.: 4 GByte ram in the pc ]. what to write in the "/etc/fstab"? I would like to collect the [ answers too:P ]: Advantages: - Memory is way faster then HDD/SSD, so it could speed things up - "SSD amortization" is less Disadvantages: - Security?
2011 Feb 06
3
OpenSSH could be faster...then why don't they path it??
https://www.psc.edu/networking/projects/hpn-ssh/hpn-v-ssh-tput.jpg "SCP and the underlying SSH2 protocol implementation in OpenSSH is network performance limited by statically defined internal flow control buffers. These buffers often end up acting as a bottleneck for network throughput of SCP, especially on long and high bandwith network links. Modifying the ssh code to allow the buffers
2011 Feb 07
3
Autorun is VERY bad
How to disable autorun? Are there any hidden autorun features on a standard CentOS install?? http://securitytube.net/USB-Autorun-attacks-against-Linux-at-Shmoocon-2011-video.aspx -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110207/c3f7644f/attachment-0001.html>
2011 Feb 03
1
How to set GNOME-panel to several columns if needed?
http://i.imgur.com/rUKeu.png how could i configure the GNOME-panel to have several columns [if there are many applications]? ~~like this: http://i.imgur.com/ElgAA.jpg Thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110203/14e5ab1a/attachment-0001.html>
2011 Jan 28
2
internet connection tester script
http://pastebin.com/raw.php?i=rykHdvBh bix.hu and www.yahoo.com are "pingable" test sites. 127.0.0.1 could not be pinged [firewall drops all icmp] i have a "oneliner" that echoes if theres "internet connection or no". $ ping -W 1 -c 2 bix.hu &gt;&amp; /dev/null &amp;&amp; ping -W 1 -c 2 www.yahoo.com &gt;&amp; /dev/null &amp;&amp;
2011 Feb 06
2
if the file changes send email about diff
I have 2 script. Script "A", Script "B". Script "A" is regulary watching the "dhcpacks" [dhcp release is configured to 2mins] in the logs, for the past 2 minutes. it writes the MAC addresses to a file [/dev/shm/dhcpacks-in-last-2min.txt] every 2 minutes. Ok, this is working, active clients are in this file. Super! Script "B":