
thedjbway.rayservers.com
the djb waythe djb way
http://thedjbway.rayservers.com/
the djb way
http://thedjbway.rayservers.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
0.7 seconds
PAGES IN
THIS WEBSITE
20
SSL
EXTERNAL LINKS
20
SITE IP
209.177.151.218
LOAD TIME
0.724 sec
SCORE
6.2
the djb way | thedjbway.rayservers.com Reviews
https://thedjbway.rayservers.com
the djb way
the djb way: daemontools
http://thedjbway.rayservers.com/daemontools.html
Package provides a suite of utilities to start, run, log, and control server programs known as daemons. The daemontools package also provides the very foundation of the djb way. As our server build evolves, every new service added will rely on the facilities provided by daemontools. Cut 'n' save: a. Last edit 2004.04.27, wcm.
the djb way: clockspeed service daemons
http://thedjbway.rayservers.com/clocksd.html
At our disposal, we can now make better use of the clockspeed. Last edit 2003.12.31, wcm.
the djb way: you've got spam!
http://thedjbway.rayservers.com/djbrbl.html
The perfect server is protected from spam. djb provides tools for the job. Rbl: whitelists, blacklists. Last edit 2004.09.30, wcm.
the djb way: ucspi-tcp
http://thedjbway.rayservers.com/ucspi-tcp.html
Package provides a selection of utilities to easily create and secure client/server applications. Daemon, part 1. Daemon, part 2. Anatomy of a service. Last edit 2004.02.17, wcm.
the djb way: qmail
http://thedjbway.rayservers.com/qmail.html
Is a mail transport agent. Testing, tuning, trouble-shooting. The big qmail flowchart. Last edit 2005.05.02, wcm.
TOTAL PAGES IN THIS WEBSITE
20
MisterX Tech » Blog Archive » Getting NBD (Network Block Device) Back in RHEL 7.x, CentOS 7.x, RHEL 6.x and CentOS 6.x
http://www.misterx.org/2013/03/05/getting-nbd-network-block-device-back-in-rhel-6-x-and-centos-6-x
Ramblings of yet another Sysadmin. Laquo; Quick Hack to email CPU lmsensors thresholds. How To find the model of a USB harddrive in a USB enclosure in Linux. Getting NBD (Network Block Device) Back in RHEL 7.x, CentOS 7.x, RHEL 6.x and CentOS 6.x. March 5, 2013, 3:25 pm. The quick and dirty way:. Download SRC rpm for kernel you want to build module for. Next go to your your kernel build directory `cd /root/rpmbuild/BUILD/kernel-$(uname -r sed ‘s/.x86 64/ ’)/linux-$(uname -r)`. I will be doing some testin...
MisterX Tech
http://www.misterx.org/page/2
Ramblings of yet another Sysadmin. 2014 – January CLI command of the month. January 17, 2014, 4:04 pm. This month we are checking out fallocate. This can replace dd as a superfast file creation tool. Here is a example:. Fallocate -l 1G /tmp/test.2. For a quick benchmark (time output abbreviated for brevity):. Usr/bin/time -vvv fallocate -l 1G /tmp/test.2. Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00. Maximum resident set size (kbytes): 2192. Voluntary context switches: 1. Fallocate -l 1G 1Gtest.
MisterX Tech » Blog Archive » Yum has error on primary.xml.gz or similar when behind squid. (clearing and reloading a URL in Squid)
http://www.misterx.org/2015/02/06/yum-has-error-on-primary-xml-gz-or-similar-when-behind-squid-clearing-and-reloading-a-url-in-squid
Ramblings of yet another Sysadmin. Laquo; Linux Brain Teaser – Fall 2014. Yum has error on primary.xml.gz or similar when behind squid. (clearing and reloading a URL in Squid). February 6, 2015, 10:44 am. Verify the entry is getting hit in your cache by watching your logs. TCP MEM HIT/200 1597 GET http:/ linuxdownload.adobe.com/linux/x86 64/repodata/primary.xml.gz – HIER NONE/- application/x-gzip (or similar). To reload this entry run. To clear this entry. Click here to cancel reply. CLI on the FLY.
MisterX Tech » Benchmarks
http://www.misterx.org/category/linux/benchmarks
Ramblings of yet another Sysadmin. Archive for the ‘Benchmarks’ Category. KVM Local Network VMs TCP Congestion Algorithm on CentOS 6.5. April 27, 2014, 12:48 am. First off I have no idea what made me want to test this…likely because it was easy to script and let run a few times while I went off and did other things. What I am doing is testing network bandwidth between two KVM VMs on a single system using a bridge, the virtio network driver, and CentOS 6.5 as the Client and Host OS. December 18, 2013, 3:4...
MisterX Tech » Blog Archive » 2014 – January CLI command of the month
http://www.misterx.org/2014/01/17/2014-february-cli-command-of-the-month
Ramblings of yet another Sysadmin. Laquo; cron and its limited enviroment…. Fixes for named (bind) errors. 2014 – January CLI command of the month. January 17, 2014, 4:04 pm. This month we are checking out fallocate. This can replace dd as a superfast file creation tool. Here is a example:. Fallocate -l 1G /tmp/test.2. For a quick benchmark (time output abbreviated for brevity):. Usr/bin/time -vvv fallocate -l 1G /tmp/test.2. Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.00. Fallocate -l 1G 1Gtest.
MisterX Tech » Blog Archive » cron and its limited enviroment….
http://www.misterx.org/2014/01/17/cron-and-its-limited-enviroment
Ramblings of yet another Sysadmin. Laquo; Quick CLI Hack to set writecache on 3w-9xxx 9650SE on the cli. 2014 – January CLI command of the month. Cron and its limited enviroment…. January 17, 2014, 3:43 pm. If you ever see this from a crron script :. FILE RUN FROM CRON: line $LINE: $COMMAND: command not found Error: (CLI:043) Invalid shell command syntax. Forgot to setup a proper PATH in your script. Messed up something in a /etc/profile.d/ file. Likely more but …. Click here to cancel reply.
MisterX Tech » BASH Scripting
http://www.misterx.org/category/linux/bash-scripting
Ramblings of yet another Sysadmin. Archive for the ‘BASH Scripting’ Category. Cron and its limited enviroment…. January 17, 2014, 3:43 pm. If you ever see this from a crron script :. FILE RUN FROM CRON: line $LINE: $COMMAND: command not found Error: (CLI:043) Invalid shell command syntax. Forgot to setup a proper PATH in your script. You declared a variable but didnt use it or the file isnt in the setup PATH (ie set VAR1=/usr/local/bin/crazybinary but then just used crazybinary in the script). Would caus...
MisterX Tech » Blog Archive » Linux Brain Teaser – Fall 2014
http://www.misterx.org/2014/11/11/linux-brain-teaser-fall-2014
Ramblings of yet another Sysadmin. Laquo; Quick Hack to use DD to get LVM configs. Yum has error on primary.xml.gz or similar when behind squid. (clearing and reloading a URL in Squid). Linux Brain Teaser – Fall 2014. November 11, 2014, 10:18 pm. This was a fun problem exchanged with a coworker. The problem is simple run this :. Category: Linux Brain Teasers. Click here to cancel reply. Mail (will not be published) (required). Classy Old PC Hardware. CLI command of the Month. CLI on the FLY.
MisterX Tech » CLI command of the Month
http://www.misterx.org/category/linux/cli-command-of-the-month
Ramblings of yet another Sysadmin. Archive for the ‘CLI command of the Month’ Category. March 13, 2015, 8:45 pm. In my humble opinion when it comes to CLI tools `dd` ranks pretty high in my toolkit. Right there with `nc` and a few other ‘ole favorites. Today I wanted to show a quick hack on how to determine information about a block device using dd. This goes along the same path as previous post about using `dd` to get LVM configuration off devices. Well enough talk lets get down to the CLI:. Dd if=/dev/...
TOTAL LINKS TO THIS WEBSITE
20
Thedjbrothers.com
The domain thedjbrothers.com has expired. If you registered this domain name as a direct customer of Melbourne IT, please click here. To renew your domain name. If you registered this domain name via a reseller of Melbourne IT, please contact the reseller to renew this domain.
DJ Buddha | Official Website
TheDjBunnii (Helene) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Hardly active anymore sorry. Deviant for 5 Years. Last Visit: 6 days ago. This deviant's activity is hidden. Deviant since Nov 16, 2009. Hardly active anymore sorry. By moving, adding and personalizing widgets.
the djb way
D b s a b-z b.". An eye for an imap. Crypto, through the tulips. Programming the djb way. Last edit 2007.12.27, wcm.
DJB's Blog | DJB's Blog
Promovering af en ny hjemmeside. Jeg har lige fået lavet en ny hjemmeside til mit firma hos SimplexWeb.dk. Ikke denne) og dette bringer mig til denne post. En ny hjemmeside skal jo promoveres og det er hvad jeg gerne vil indlede med i denne først post på min blog. Den mest oplagte måde at fremme en billig hjemmeside. Eller en ny købt billig webshopweb. Velkommen til min blog. Jeg håber du kan lide hvad jeg skriver. Hvis du har nogen spørgsmål må du endelig kontakte os. Minimize by Slocum Studio.
the djb way
D b s a b-z b.". An eye for an imap. Crypto, through the tulips. Programming the djb way. Last edit 2007.12.27, wcm.
Welcome thedjcaccounting.com - BlueHost.com
Web Hosting - courtesy of www.bluehost.com.
thedjcafe.com - Registered at Namecheap.com
This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! This domain is registered at Namecheap. This domain was recently registered at Namecheap. Please check back later! The Sponsored Listings displayed above are served automatically by a third party. Neither Parkingcrew nor the domain owner maintain any relationship with the advertisers.
The DJ Calendar - EDM. At Your Fingertips!
The DJ Calendar is a one-stop mobile application that delivers EDM event information to fans worldwide. By verifying tour and festival information against multiple sources, we can provide accurate information to our users. Our app also delivers a platform for venues to directly market their nightlife offerings to potential and recurring customers. EDM At your fingertips. Click any of the links below to see how each page works. Your source for live music. The artists you love. Find the hottest events.
Blog de thedjcanard - just photo, no more - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Just photo, no more. 1092;* / . . . 1092;* . . . 1092;* . . Mise à jour :. Abonne-toi à mon blog! Ce blog n'a pas encore d'articles. Poster sur mon blog.
the times and life of thedjchad
The times and life of thedjchad. Thedjchad, the man, the myth, the legend. Blog This… Again. I just realized after 2 years I have not blogged once. Why is that? I have a pretty exciting job. Exciting Life… Well somewhat exciting. Why don’t I blog more? I think it’s because I have become so focused on my job that I am losing out on what I love to do… TECHNOLOGY. Sure I Facebook but sometimes that is not enough. This is not the last of me! July 10th, 2012. Long Time Ago…. July 5th, 2010. January 3rd, 2010.