Navigation: Home | THE LOG | Log Archives | Resume | Contact Info | Public Key | SSL | Math Applets | Site Map | RSS2 | Atom | Backend
Hal Canary |
Mindless Link Propagation, Politics |
2004-07-26 15:05:23 UTC
Permanent Link |
Comments Off (but feel free to email)
I’ve been getting attacks against my sshd server:
Failed logins from these: admin/password from 12.47.62.139: 2 Time(s) admin/password from 134.21.2.227: 2 Time(s) guest/password from 12.47.62.139: 1 Time(s) guest/password from 134.21.2.227: 1 Time(s) guest/password from 210.1.9.227: 1 Time(s) guest/password from 61.193.179.162: 1 Time(s) root/password from 12.47.62.139: 3 Time(s) root/password from 134.21.2.227: 3 Time(s) test/password from 12.47.62.139: 2 Time(s) test/password from 134.21.2.227: 2 Time(s) test/password from 210.1.9.227: 1 Time(s) test/password from 61.193.179.162: 1 Time(s) user/password from 12.47.62.139: 1 Time(s) user/password from 134.21.2.227: 1 Time(s)
If you have one of these common accounts, shut off logins from them:
## lines added to /etc/ssh/sshd_config PermitRootLogin no DenyUsers admin guest test user ## EOF
Hal Canary |
Computers & Code |
2004-07-26 13:47:22 UTC
Permanent Link |
Comments Off (but feel free to email)
Attention Madisonians!
For some time there has not been anywhere to buy a cup of coffee / breakfast downtown after 2am. This has changed. Now the
Come Back Inn is open 24 hours friday and saturday nights.
That is all.
UPDATE 2004-07-26: The omelets aren’t great, but they have a lot of veggies in them. And the coffee is bottomless.
Hal Canary |
Life |
2004-07-24 10:03:31 UTC
Permanent Link |
Comments Off (but feel free to email)
Hal Canary |
Mindless Link Propagation |
2004-07-23 11:50:16 UTC
Permanent Link |
Comments Off (but feel free to email)
Hal Canary |
Life |
2004-07-21 17:39:25 UTC
Permanent Link |
Comments Off (but feel free to email)
Hal Canary |
Photos |
2004-07-19 15:45:28 UTC
Permanent Link |
Comments Off (but feel free to email)
* votes/person :=
( (electoral college votes for this state) /
(population of this state) ) /
( (total number of electoral votes) / (total us pop) )
| State | votes/person | State | votes/person |
|---|---|---|---|
| California | 0.850 | Oregon | 1.070 |
| Texas | 0.853 | Connecticut | 1.076 |
| New York | 0.855 | Colorado | 1.094 |
| Florida | 0.883 | Mississippi | 1.102 |
| Illinois | 0.885 | Kansas | 1.167 |
| Michigan | 0.895 | Utah | 1.172 |
| Pennsylvania | 0.895 | Arkansas | 1.174 |
| Ohio | 0.922 | Iowa | 1.251 |
| New Jersey | 0.933 | Nevada | 1.309 |
| Indiana | 0.947 | New Mexico | 1.437 |
| Georgia | 0.958 | West Virginia | 1.445 |
| Virginia | 0.960 | Nebraska | 1.528 |
| North Carolina | 0.975 | Idaho | 1.616 |
| Washington | 0.976 | Maine | 1.641 |
| Wisconsin | 0.976 | New Hampshire | 1.693 |
| Maryland | 0.988 | Hawaii | 1.723 |
| Massachusetts | 0.990 | Montana | 1.737 |
| Tennessee | 1.012 | Rhode Island | 1.997 |
| Arizona | 1.020 | Delaware | 2.003 |
| Missouri | 1.028 | South Dakota | 2.078 |
| Kentucky | 1.036 | North Dakota | 2.443 |
| South Carolina | 1.042 | Alaska | 2.500 |
| Louisiana | 1.053 | Vermont | 2.578 |
| Alabama | 1.057 | D.C. | 2.749 |
| Oklahoma | 1.061 | Wyoming | 3.175 |
| Minnesota | 1.064 |
Hal Canary |
Politics |
2004-07-19 13:21:37 UTC
Permanent Link |
Comments Off (but feel free to email)
If you have problems getting your .htaccess files working, don’t forget to insert “AllowOverride All” into /etc/httpd/conf/httpd.conf.
I’ve been having fun with mod_rewrite. For example:
## public_html/archives/.htaccess ## from halcanary.org RewriteEngine On RewriteBase / RewriteRule ^cat$ /archives/cat.php [L] ## EOF
So /archives/cat is just a pointer to /archives/cat.php.
The whole /p/* directory is just a pointer to a single php script.
Hal Canary |
Computers & Code |
2004-07-17 20:23:57 UTC
Permanent Link |
Comments Off (but feel free to email)
Hal Canary |
Mindless Link Propagation |
2004-07-17 16:00:30 UTC
Permanent Link |
Comments Off (but feel free to email)
Chris Wilson put up some photos taken around town. The quatiy is poor, but the subject matter is often very cool. The type of things I have seen around town, but never thought to photograph.
Hal Canary |
Life |
2004-07-16 21:27:31 UTC
Permanent Link |
Comments Off (but feel free to email)
![[mono logo]](/images/mono.png)
Mono has just hit 1.0. It is now time for me to abandon Java and start developing in c# instead. Let’s get started:
## Lines added to /etc/yum.conf ## visit http://www.mono-project.com/downloads/ ## for the correct url for your distro and version. [ximian-mono] name=Ximian Mono baseurl=http://mono2.ximian.com/archive/1.0/fedora-2-i386/
After updating /etc/yum.conf, I installed everything mono, willy-nilly.
$ sudo yum install mono*
Now we play with mcs, the mono compiler. Here is Hello World:
/* ~/code/c-sharp/Hello.cs */
/**
Hello World in C Sharp
**/
using System;
class Hello {
static void Main() {
Console.Write("hello world\n");
}
}
/*EOF*/
Compile and and run:
$ mcs Hello.cs Compilation succeeded $ ls Hello.cs Hello.exe $ mono Hello.exe hello world $
Yea!
$ monodoc &
Hal Canary |
Computers & Code |
2004-07-16 20:33:21 UTC
Permanent Link |
Comments Off (but feel free to email)
Hal Canary |
Photos |
2004-07-15 23:52:43 UTC
Permanent Link |
Comments Off (but feel free to email)
You are currently browsing the Voder-Vocoder weblog archives for 2004-07.
Copyright 1997-2011 by Hal Canary.
mailto: h3 at halcanary dot org
http://halcanary.org