Brave Cobra's Hideout

If Linux doesn't have the solution, you have the wrong problem.

News » Technology

[ Lead page  | Categories  |  Archive ]

Technology

Windows Vista not accepting IP address from a Linux dhcpd

I had a problem with Windows Vista not accepting an IP address, being offered from a Linux DHCP server. Apart from changing the already known registry entry (DhcpConnEnableBcastFlagToggle), I had to add the following line to my dhcpd.conf 

Codeserver-identifier 192.168.0.3;

Now my config looks like this: 

Codesubnet 192.168.0.0 netmask 255.255.255.0 { allow unknown-clients; ddns-updates on; ddns-domainname "olympus.home"; option domain-name-servers 192.168.0.3; option broadcast-address 192.168.0.255; option subnet-mask 255.255.255.0; option routers 192.168.0.1; range 192.168.0.100 192.168.0.200; server-identifier 192.168.0.3; }

Restarting the dhcpd server, solved my problem. I found the solution at http://www.fedoraforum.org/forum/archive/index.php/t-157188.html


Technology

GMail has IMAP support

Gmail now also has IMAP support. That means you can leave your email on the servers of gmail, keeping it accessible through the browser and handle it your favorite email client at the same time. The next article shows you how to configure KMail to get access to your gmail account. It isn't to hard to figure out what to do with the other email clients you might have running. http://linux.wordpress.com/2007/11/13/howto-configuring-kmail-with-gmail-imap-and-disconnected-imap/ Should you need help for the other ones:http://mail.google.com/support/bin/answer.py?hl=en&ctx=mail&answer=75726

Technology

ThunderBird Tip: reading in threads

When reading the newsgroups I follow in Thunderbird, I always like the most recent messages to be displayed on top. However Thunderbird adds them on the bottom by default. No problem there, however when resorting the column, it unthreads the messages, so you need to group them together again. Why? because a setting in thunderbird tells it to. So, in the Options on the General tab, select the config editor and change the the value of mailnews.thread_pane_column_unthreads to false. Now, when resorting the messages by hitting the column title, it keeps all of them grouped by thread.

Technology

QNAP TS-201 NAS Server

I just bought myself a NAS Server from QNAP (TS-201). Lots of cute gadgets in there, which I'll never use References : http://www.redbrick.dcu.ie/~d_fens/articles/Firefox:_This_Address_is_Restrictedhttp://www.linuxquestions.org/questions/showthread.php?t=263724

Technology

OOP in Delphi Course

In regard to the previous entry on tiOPF and MySQL, a course on OOP programming in Delphi might be useful reviewing. Combine this with tiOPF's TtiDataset, separate the user interfaces from the business logic using OOP and you can start creating killer applications with virtually any database in the backend.

Technology

Word document to Docbook to whatever

Documentation is so very important when writing software. But some never learn: They write their documentation in Word! You can't make a worse choice. Luckily these documents are easily converted to the DocBook format. Infinite-loop made a java application called upCast to do the job. It converts Word documents to DocBook , by saving them to rtf first. Once you have a DocBook version of your documentation, you can start publishing it in whatever format you want using xslt stylesheets. A nifty little program, called DocMan, can process DocBook into html, xhtml, pdf, chm. In other words, you have one source of your documentation and different output formats.

Technology

Import b2evolution posts to wordpress

If you want to import your b2evolution posts into wordpress, then RealNitro seems to have a recent version of the import script b2evo2wp. Have a look at blog: http://blog.realnitro.be/2007/02/21/convert-a-b2evolution-blog-to-wordpress/

Technology

Link shell extension for ntfs junctions

Symbolic links on linux is known for a long time. Did you know that it "somehow" exists on ntfs as well? Quite useful during development, I might add. NTFS Link Shell Extension Link Shell Extension NTFS Reparse Point and HardLinks

Technology

NFS on Windows

Yep, it's possible. I always found it a pain to have samba installed on a Linux machine in order to have files shared to window$ boxes. Now it seems those days are over for me. I came accross a neat little program that offers NFS on window$. Just take a look at http://www.pavitrasoft.com/products/crossmeta/. At first glance it seems that it simulates a Linux root partition from which NFS can be started. I'll have to investigate all that a bit further, but it works for now... icon_smile

Technology

Why mickey$oft?

Try reading these sites and still dare to ask me the question why!
http://www.euronet.nl/users/frankvw/rants/microsoft/IhateMS.html
http://www.msversus.org/

6 anonymous users and 0 registered users online.

You are an unregistered user or have not logged in. You can register here.