BigSmoke

Smokes your problems, coughs fresh air.

Page 27 of 52

Burning media with wodim

Every time I want to burn media, I have to look up again what the syntax is. So, for future reference, this post.

CD ISO image:

wodim dev=/dev/sr1 -eject  ubuntu-10.04-server-amd64.iso

For DVD’s it’s different. If you mimick the above command, you will have a DVD with the ISO file on it. I don’t know exactly, but you have to specify /dev/dvd=image.iso or something. When the next time I burn a DVD ISO arrives, I’ll update this post.

Configuring a Debian exim server for internet delivery

I wanted an Exim server which could send mail on its own without the use of another SMTP server.

First see this for some general explantion.

I used this config file:

# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to generate
# exim configuration macros for the configuration file.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file
 
dc_eximconfig_configtype='internet'
dc_other_hostnames='existingdomain.com'
dc_local_interfaces='127.0.0.1'
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost=''
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname=''
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'

Also remember to put that existingdomain.com in /etc/mailname.

Goosh

For a Vimperator user like me, Goosh (the unofficial Google shell) is an obvious replacement for Google’s normal search page.

I’m not sure if I’ll ever really use it, because I tend to start my Google queries from Vimperator’s command-line, but nice to know that it’s there.

And there’s another bookmark deleted…

Technique for extracting hierarchical structure of networks

Aaron Clauset, Cristopher Moore and M.E.J. Newman published a paper in Nature about the automatic extraction of hierarchical structure of networks: Hierarchical structure and the prediction of missing links in networks. There’s a free PDF of the paper on Mark Newman’s personal website.

In the abstract the say that their results suggest that hierarchy is a central organizing principle of complex networks, capable of offering insight into many network phenomena.

This is of interest of a pet project of mine that I haven’t spent much time on in recent years, but may again in the future.

I’m rummaging through my old bookmarks… More to come.

« Older posts Newer posts »

© 2024 BigSmoke

Theme by Anders NorenUp ↑