Freenode now officially supports SSL connections and SASL certificate authentication on all servers. From the FAQ page:
Accessing freenode Via SSL:
freenode now provides SSL client access on all servers. If your client is not configured to verify SSL certificates, then you can simply connect, with SSL enabled, on port 6697, 7000 or 7070.
This site provides instructions on how to enable secure connections to Freenode with Irssi on Debian.
I recently came into the possession of a Canon EOS 400D (Rebel XTi). I had previously owned compact Canons, and while it was not technically a new camera, the 400D was the first camera that allowed me to tinker with exposure settings to obtain more creative shots.
As this was a hand-me-down present, I wasn’t entirely fussy with what I received. The lens that came with the camera was a Canon EF 28-80mm which probably was included in a camera kit at some point. While it wasn’t the best Canon lens available, I didn’t mind as I was rather new to DSLR photography, and I was more concerned with knowing how to properly handle the camera and lens.
I have watched countless YouTube tutorials on the fundamentals of photography (exposure settings & “rules”), and I was overwhelmingly inspired to create. I took several candid shots around the house, and I was able to produce photos that I feel were far superior to any of the ones I had taken in the past.
There are a number of third-party software repositories for Fedora. They typically have more liberal licensing policies and provide software packages that Fedora excludes for various reasons. These software repositories are not officially affiliated or endorsed by the Fedora Project. Use them at your own discretion.
For the RPMFusion repository (a merger of Dribble, FreshRPMs, and rpm.livna.org), as root:
During yum operation, you’ll notice the error Warning: RPMDB altered outside of yum. This cannot be avoided as we are dealing with third-party packages. To read more about the error, visit James Antill’s blog entry.
NB: Flash in Fedora 13 is still a CPU-hog, though I’ve now found that this applies to Flash in Linux in general. Where Flash in Windows Vista on the same box would use roughly 10-15% CPU time, Fedora would see 50-60% CPU usage. The problem is compounded by multiple flash sources on a single page - such pages employ flash-based advertisements that, without fail, degrade system performance.
If the Grub boot-loader resides on the MBR of any disk other than the first (per BIOS’ detection,) you may encounter a issue where Grub does not refer to the first BIOS-bootable disk as (hd0).
I had to trick Grub into mapping my first SATA drive (detected as (hd1) by Grub) as the first boot device, in order for Windows to boot properly:
# grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,1) # kernel /vmlinuz-version ro root=/dev/sdc4 # initrd /initrd-[generic-]version.img #boot=/dev/sdc default=1 timeout=5 splashimage=(hd0,1)/grub/splash.xpm.gz #hiddenmenu title Windows XP rootnoverify (hd1,0) map (hd1) (hd0) map (hd0) (hd1) chainloader +1 title Fedora (2.6.33.5-112.fc13.i686.PAE) root (hd0,1) kernel /vmlinuz-2.6.33.5-112.fc13.i686.PAE ro root=UUID=0d416a7b-cce0-4cbe-a17e-53398af6b943 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet initrd /initramfs-2.6.33.5-112.fc13.i686.PAE.img
In the pursuit of ‘fair’ bandwidth sharing with my housemates (who aren’t making financial contributions to net use,) I’ve implemented the following QOS setup to prioritise my CS:Source traffic over HTTP traffic and other miscellaneous traffic.
The default themes in Habari are placed in system/themes/. To make any customizations to a theme, it is often better to create a duplicate copy in user/themes/, and to work from there.
To be able to distinguish between the two versions of a theme in Habari’s theme selector, you need to modify the tag in theme.xml, e.g. with the following changes to themes/k2/theme.xml: