Click the settings (yellow yin-yang) icon on the far right. Click the Hight button (center of settings bar). Drag up or down to grow or shrink icon size. You can make the icons virtually any size you want.
Apparently. If you knew what a compressor does, you would not be recommending refrigeration equipment when clearly what is required is audio equipment.
Our running joke used to be: Marketing: We need it real bad! Engineering: How bad do you need it? Marketing: <puzzled look> Engineering: Careful what you wish for... OK, Ops. Ship it!
What's it for?
https://portal.mytesting.org:8080/ (including)
* tinyHTTP (AppWeb, Apache, etc.)
* SQLite (MySQL, Postgres, etc.)
* [chroot-path-0]/www/html/*
* Other ([chroot-path-0]/usr/lib, [chroot-path-0]/bin, etc.)
and repeat...
https://my-test-env.org:8081/
https://my-test-env.org:8082/
https://my-test-env.org:8083/
https://my-test-env.org:8084/ Next, bind/proc to all 5. Then make a script to easily update them from SVN. Done.
Now you have 5 chroot'ed web environments to help your test team (of 5) speed up Alpha testing. May be fraught with bad security? That's not the point.
The article is from ZDNet. The author probably stumbled upon kerneltrap for the first time and thought, "OMG! There's a real *war* happening here! This is news!" -- not realizing that the "war" was business-as-usual.
Another thing the author doesn't seem to realize is that Linux code (the kernel) is forking all the time. It may be support for real-time embedded or support for MMU-less processors, etc. The point is, people experiment, discover something interesting (fork), then try to get the interesting part back into the mainline tree. Happens a lot. Let the code fork in a big way? It will later merge and improve, yet again.
I recommend to anyone covering geek news: Be a lurker for longer than ten minutes and try harder to understand what you're writing about. From the article: "Much like Republicans and Democrats, Linux is dominated by two factions with entirely different ideas." In psychology I think that's called "projection".
And a good sized crescent wrench. Absolutely indispensable.
Drop it across the terminals of one of your backup batteries -- when it's disconnected from the grid. When the wrench cools off, store it in a safe place. Makes a great scapegoat when things go wrong. Could save your career...
trial
Function: noun
Etymology: Anglo-French, from trier to try 3:a test of faith, patience, or stamina through subjection to suffering or temptation; broadly : a source of vexation or annoyance
If Apache made 70% of the webservers in the world, they would also likely be the most hacked webserver in the world... Oh wait -- they do make 70% of the webservers in the world. Your metaphor fails.
So back to the obvious explanation: the IE team can't code for shit
KDE 4.2.2
Click the settings (yellow yin-yang) icon on the far right. Click the Hight button (center of settings bar). Drag up or down to grow or shrink icon size. You can make the icons virtually any size you want.
Wasn't that easy?
I have three points left and wanted to mod you up, but I wanted to submit this post (telling you how much I wanted to mod you up) even more.
Fresh set of GOP numbers? What to do...
Joe: Hello?
New BB Owner: Is your refrigerator running?
So many possibilities!
Emacs saves me tons of time in two main ways:
.emacs:
;; define common macros
;; map macro calls to single key-presses
;; PREFERENCES
;; disable welcome message
;; disable backup files
;; ask for y/n instead of yes/no
;; enable font-lock mode
;; disable insert-tabs
;; enable remove-trailing-whitespace
;; re-map delete key
;; C/C++ STYLE
;; set C tab offset to 4-character
;; set C/CC/C++ indent style to K&R
;; PHP SUPPORT
;; php syntax highlighting
;; php file extensions to include .inc and .html
1) Macros (see Ctrl-Z or F5)
2) Visual diff (see F7 and F8)
Typical
;; MACROS
(fset 'switch-buffers "\C-xb\C-m")
(fset 'page-down-buffers "\C-v\C-xb\C-m\C-v")
(fset 'sub-word "\C-f\C-[b\C-y\C-[d\C-@\C-[b\C-[w\C-[f")
(global-set-key "\C-z" 'call-last-kbd-macro)
(global-set-key [f5] 'call-last-kbd-macro)
(global-set-key [f7] 'switch-buffers)
(global-set-key [f8] 'page-down-buffers)
(global-set-key "\C-[t" 'sub-word)
(setq inhibit-startup-message t)
(setq make-backup-files nil)
(fset 'yes-or-no-p 'y-or-n-p)
(global-font-lock-mode t)
(setq-default indent-tabs-mode nil)
(add-hook 'write-file-functions 'delete-trailing-whitespace)
(define-key global-map [delete] 'delete-char)
(setq c-basic-offset 4)
(setq c-default-style '((c-mode . "k&r") (cc-mode . "k&r") (c++-mode . "k&r")))
(load-file "~/.emacs.d/php-mode.el")
(require 'php-mode)
(add-hook 'php-mode-user-hook 'turn-on-font-lock)
(setq auto-mode-alist (append '(("\\.html\\'" . php-mode) ("\\.inc\\'" . php-mode)) auto-mode-alist))
So we're going to be using some other creatures shit for our fuel? Hardly clean. It's shit!
If you want to define "clean" by that standard, you may want to avoid beer.
Apparently. If you knew what a compressor does, you would not be recommending refrigeration equipment when clearly what is required is audio equipment.
Vizzini? Truly you have a dizzying intellect.
Here are more details on how such an attack can take place, and the devastation it can cause.
And the next chart looks rather monochromatic.
Our running joke used to be:
Marketing: We need it real bad!
Engineering: How bad do you need it?
Marketing: <puzzled look>
Engineering: Careful what you wish for... OK, Ops. Ship it!
I don't know. This guy seems pretty convincing.
4) Couldn't say "Developers!" more than seven times in a row without getting tongue-tied.
Yes. But imagine a cheap / "free" Windows on every XO -- when access to the Internet becomes more and more readily available:
;)
"That's no Storm Worm..."
https://portal.mytesting.org:8080/ (including)
* tinyHTTP (AppWeb, Apache, etc.)
* SQLite (MySQL, Postgres, etc.)
* [chroot-path-0]/www/html/*
* Other ([chroot-path-0]/usr/lib, [chroot-path-0]/bin, etc.)
and repeat...
https://my-test-env.org:8081/ https://my-test-env.org:8082/ https://my-test-env.org:8083/ https://my-test-env.org:8084/ Next, bind
Now you have 5 chroot'ed web environments to help your test team (of 5) speed up Alpha testing. May be fraught with bad security? That's not the point.
The article is from ZDNet. The author probably stumbled upon kerneltrap for the first time and thought, "OMG! There's a real *war* happening here! This is news!" -- not realizing that the "war" was business-as-usual.
Another thing the author doesn't seem to realize is that Linux code (the kernel) is forking all the time. It may be support for real-time embedded or support for MMU-less processors, etc. The point is, people experiment, discover something interesting (fork), then try to get the interesting part back into the mainline tree. Happens a lot. Let the code fork in a big way? It will later merge and improve, yet again.
I recommend to anyone covering geek news: Be a lurker for longer than ten minutes and try harder to understand what you're writing about. From the article: "Much like Republicans and Democrats, Linux is dominated by two factions with entirely different ideas." In psychology I think that's called "projection".
And his proud, feathered father.
Was that before or after he started secretly working at SCO?
;-)
Actually, he really did get the gig at MS -- he just told the rest of us otherwise.
And a good sized crescent wrench. Absolutely indispensable.
Drop it across the terminals of one of your backup batteries -- when it's disconnected from the grid. When the wrench cools off, store it in a safe place. Makes a great scapegoat when things go wrong. Could save your career...
trial
Function: noun
Etymology: Anglo-French, from trier to try
3: a test of faith, patience, or stamina through subjection to suffering or temptation; broadly : a source of vexation or annoyance
Try explaining anything scientific to your friends -- you soon won't have any.
Hair? Yeah. That would be Sampson. Goliath was a a Philistine warrior; Sampson and David both Hebrews.
You're right. What a case of mistaken generalization. You're an individual. You *are* unique.
;-)
Just like everyone else
If Apache made 70% of the webservers in the world, they would also likely be the most hacked webserver in the world ... Oh wait -- they do make 70% of the webservers in the world. Your metaphor fails.
So back to the obvious explanation: the IE team can't code for shit
Needs some modding up, please.
Considering that server OSs were examined, why no OpenBSD? Too "obvious"?
Title says, "Top 12"? (Am guessing.)
Here you go.
Link corrected.