Alogos
Παρασκευή 4 Σεπτεμβρίου 2015
Παρασκευή 17 Οκτωβρίου 2014
Setup your own Linux router using iptables – Part 1
http://www.leaseweblabs.com/2013/12/setup-linux-gateway-using-iptables/
Τετάρτη 15 Οκτωβρίου 2014
How to find largest objects in a SQL Server database?
http://stackoverflow.com/questions/2094436/how-to-find-largest-objects-in-a-sql-server-database
Τρίτη 14 Οκτωβρίου 2014
How to enable the F8 key to start Safe Mode in Windows 8
http://www.bleepingcomputer.com/tutorials/enable-the-f8-key-in-windows-8/
Τρίτη 21 Μαΐου 2013
Δευτέρα 29 Απριλίου 2013
Πέμπτη 4 Απριλίου 2013
Τετάρτη 20 Φεβρουαρίου 2013
Τρίτη 20 Νοεμβρίου 2012
Setting limits with ulimit
Setting limits with ulimit
By Sandra Henry-Stocker 0 Comments
November 18, 2012, 4:45 PM — Administering Unix servers can be a challenge, especially when the systems you manage are heavily used and performance problems reduce availability. Fortunately, you can put limits on certain resources to help ensure that the most important processes on your servers can keep running and competing processes don't consume far more resources than is good for the overall system. The ulimit command can keep disaster at bay, but you need to anticipate where limits will make sense and where they will cause problems.
It may not happen all that often, but a single user who starts too many processes can make a system unusable for everyone else. A fork bomb -- a denial of service attack in which a process continually replicates itself until available resources are depleted -- is a worst case of this. However, even friendly users can use more resources than is good for a system -- often without intending to. At the same time, legitimate processes can sometimes fail when they are run against limits that are designed for average users. In this case, you need to make sure that these processes get beefed up allocations of system resources that will allow them to run properly without making the same resources available for everyone.
To see the limits associate with your login, use the command ulimit -a. If you're using a regular user account, you will likely see something like this:
$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 32767
max locked memory (kbytes, -l) 32
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 50
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
One thing you might notice right off the bat is that you can't create core dumps -- because your max core file size is 0. Yes, that means nothing, no data, no core dump. If a process that you are running aborts, no core file is going to be dropped into your home directory. As long as the core file size is set to zero, core dumps are not allowed.
Τρίτη 13 Μαρτίου 2012
Δευτέρα 6 Φεβρουαρίου 2012
Τετάρτη 18 Ιανουαρίου 2012
Τρίτη 25 Οκτωβρίου 2011
Τετάρτη 20 Ιουλίου 2011
Downloadable Computer Repair CDs | Technibble
Downloadable Computer Repair CDs | Technibble: "- Sent using Google Toolbar"
Δευτέρα 4 Ιουλίου 2011
Πέμπτη 5 Μαΐου 2011
Τρίτη 3 Μαΐου 2011
IBM developerWorks : Java Technology : Open source projects
IBM developerWorks : Java Technology : Open source projects: "- Sent using Google Toolbar"
Δευτέρα 11 Απριλίου 2011
Δευτέρα 21 Μαρτίου 2011
Τετάρτη 2 Μαρτίου 2011
Τρίτη 1 Μαρτίου 2011
Δευτέρα 28 Φεβρουαρίου 2011
Recovering Filesystems from corrupted RAID sets
Recovering Filesystems from corrupted RAID sets: "- Sent using Google Toolbar"
Πέμπτη 24 Φεβρουαρίου 2011
50 UNIX / Linux Sysadmin Tutorials
50 UNIX / Linux Sysadmin Tutorials: "- Sent using Google Toolbar"
Παρασκευή 18 Φεβρουαρίου 2011
Πέμπτη 17 Φεβρουαρίου 2011
Coding Horror: A Visual Explanation of SQL Joins
Coding Horror: A Visual Explanation of SQL Joins: "- Sent using Google Toolbar"
Δευτέρα 14 Φεβρουαρίου 2011
150 Best Windows Applications Of Year 2010 [Editor's Pick]
150 Best Windows Applications Of Year 2010 [Editor's Pick]: "- Sent using Google Toolbar"
Πέμπτη 10 Φεβρουαρίου 2011
Τετάρτη 9 Φεβρουαρίου 2011
Δευτέρα 7 Φεβρουαρίου 2011
Protect Your Privacy When Downloading
Protect Your Privacy When Downloading: "- Sent using Google Toolbar"
Πέμπτη 3 Φεβρουαρίου 2011
The Best Hacking Tutorial Sites - Learn Legal Hacking
The Best Hacking Tutorial Sites - Learn Legal Hacking: "- Sent using Google Toolbar"
Τετάρτη 2 Φεβρουαρίου 2011
HowStuffWorks "How C Programming Works"
HowStuffWorks "How C Programming Works": "- Sent using Google Toolbar"
Δευτέρα 31 Ιανουαρίου 2011
shortcuts3.jpg (JPEG Image, 2761x2325 pixels) - Scaled (21%)
shortcuts3.jpg (JPEG Image, 2761x2325 pixels) - Scaled (21%): "- Sent using Google Toolbar"
Τρίτη 11 Ιανουαρίου 2011
101 Most Useful Websites You Dont Know About | Curious? Read
101 Most Useful Websites You Dont Know About | Curious? Read: "- Sent using Google Toolbar"
Δευτέρα 29 Νοεμβρίου 2010
Πέμπτη 25 Νοεμβρίου 2010
Repairing Windows XP in Eight Commands « Icrontic Tech
Repairing Windows XP in Eight Commands « Icrontic Tech: "- Sent using Google Toolbar"
Τρίτη 23 Νοεμβρίου 2010
Πέμπτη 18 Νοεμβρίου 2010
15 steps to configure samba on Ubuntu linux
15 steps to configure samba on Ubuntu linux: "- Sent using Google Toolbar"
OBJECT ORIENTED PHP TUTORIAL FOR BEGINNERS
OBJECT ORIENTED PHP TUTORIAL FOR BEGINNERS: "- Sent using Google Toolbar"
Τρίτη 9 Νοεμβρίου 2010
Freeware Geeks :: The True Free Software Directory
Freeware Geeks :: The True Free Software Directory: "- Sent using Google Toolbar"
10 Free Server & Network Monitoring Tools that Kick Ass
10 Free Server & Network Monitoring Tools that Kick Ass: "- Sent using Google Toolbar"
Τρίτη 2 Νοεμβρίου 2010
Δευτέρα 18 Οκτωβρίου 2010
100 best ever free PC system tools | News | TechRadar UK
100 best ever free PC system tools | News | TechRadar UK: "- Sent using Google Toolbar"
Παρασκευή 15 Οκτωβρίου 2010
Πέμπτη 7 Οκτωβρίου 2010
Τετάρτη 29 Σεπτεμβρίου 2010
Secret codes for your Android phone
Secret codes for your Android phone: "- Sent using Google Toolbar"
Παρασκευή 24 Σεπτεμβρίου 2010
ZeroDibs : best of free & opensource software
ZeroDibs : best of free & opensource software: "- Sent using Google Toolbar"
Πέμπτη 16 Σεπτεμβρίου 2010
Τετάρτη 8 Σεπτεμβρίου 2010
67 Things Every Computer Geek Should Know. | Arrow Webzine
67 Things Every Computer Geek Should Know. | Arrow Webzine: "- Sent using Google Toolbar"
Δευτέρα 6 Σεπτεμβρίου 2010
Learn Linux, 101: Maintain the integrity of filesystems
Learn Linux, 101: Maintain the integrity of filesystems: "- Sent using Google Toolbar"
Learn Linux, 101: Maintain the integrity of filesystems
Learn Linux, 101: Maintain the integrity of filesystems: "- Sent using Google Toolbar"
Πέμπτη 2 Σεπτεμβρίου 2010
Windows Commands: Think You Know It All !?
Windows Commands: Think You Know It All !?: "- Sent using Google Toolbar"
Τετάρτη 1 Σεπτεμβρίου 2010
WinPE 3.0 Boot Environment Scripts - Blog.BrianLeeJackson.com
WinPE 3.0 Boot Environment Scripts - Blog.BrianLeeJackson.com: "- Sent using Google Toolbar"
Τετάρτη 25 Αυγούστου 2010
CCNA Lab Workbook Table of Contents | Free CCNA Workbook
CCNA Lab Workbook Table of Contents | Free CCNA Workbook: "- Sent using Google Toolbar"
Τρίτη 20 Ιουλίου 2010
HTML Cheatsheet | Webmonkey | Wired.com
HTML Cheatsheet | Webmonkey | Wired.com: "- Sent using Google Toolbar"
How to: Change / Setup bash custom prompt (PS1)
How to: Change / Setup bash custom prompt (PS1): "- Sent using Google Toolbar"
Πέμπτη 15 Ιουλίου 2010
20+ Small Yet Powerful Windows Application @ Techie Blogger
20+ Small Yet Powerful Windows Application @ Techie Blogger: "- Sent using Google Toolbar"
Τρίτη 13 Ιουλίου 2010
SecurityDistro - Security Distributions
SecurityDistro - Security Distributions: "- Sent using Google Toolbar"
Τετάρτη 7 Ιουλίου 2010
Τρίτη 6 Ιουλίου 2010
Παρασκευή 2 Ιουλίου 2010
Πέμπτη 1 Ιουλίου 2010
Τετάρτη 30 Ιουνίου 2010
Παρασκευή 25 Ιουνίου 2010
Πέμπτη 24 Ιουνίου 2010
Τετάρτη 23 Ιουνίου 2010
Τετάρτη 16 Ιουνίου 2010
Τρίτη 15 Ιουνίου 2010
Παρασκευή 11 Ιουνίου 2010
Πέμπτη 3 Ιουνίου 2010
Τρίτη 1 Ιουνίου 2010
Παρασκευή 28 Μαΐου 2010
Πέμπτη 27 Μαΐου 2010
Τετάρτη 26 Μαΐου 2010
Τρίτη 25 Μαΐου 2010
Πέμπτη 20 Μαΐου 2010
Τετάρτη 19 Μαΐου 2010
Παρασκευή 14 Μαΐου 2010
Τρίτη 11 Μαΐου 2010
Δευτέρα 10 Μαΐου 2010
Τετάρτη 5 Μαΐου 2010
Τρίτη 4 Μαΐου 2010
Παρασκευή 30 Απριλίου 2010
Παρασκευή 23 Απριλίου 2010
Πέμπτη 22 Απριλίου 2010
Εγγραφή σε:
Αναρτήσεις (Atom)