Well I finally did it - I took the encryption challenge! I followed Zeth’s instructions to encrypt my home directory:
I made a change to use the basic aes driver, which on my machine uses the aes-padlock for accelerated encryption. So far so good!
Open Source Notes, Wiki, Forums. We Proudly Use Debian GNU/Linux
Well I finally did it - I took the encryption challenge! I followed Zeth’s instructions to encrypt my home directory:
I made a change to use the basic aes driver, which on my machine uses the aes-padlock for accelerated encryption. So far so good!
I’m installing another Ubuntu desktop, xubuntu-desktop, on an old laptop notebook which happens to have a decent graphics card. The machine was originally a debian etch machine, and with a little encouragement, I was able to convert it to an ubuntu gutsy machine. The biggest problems were the sysvinit, sysv-rc, and initscripts packages. I was very careful when handling those directly with dpkg.
When I got x to start, I was greeted with this:
Xsession: warning: xrdb command not found X resources not merged.
Not sure what it means, but no negative side effects that I can find. I’m installing the linux-image-2.6.22-14-386 package now as well as the linux-restricted-modules package to use the nVidia card.
UPDATE: The new nvidia driver didn’t work with my old school GeForce 460, so I had to download the firmware from nvidia, then compile the kernel module interface. It was kind of a pain, but in the end it worked. The glxgears fps is pretty sorry (300), but at least it works!
Thanks: http://ubuntuforums.org/showthread.php?t=330657&page=2
UPDATE Jan. 30 2008 - I added more RAM (128MB up to 384) and the glxgears FPS rate shot up to 3000+, but I also reduced the color depth to 16bit. Not sure which helped more, but to make sure I added another 128MB of RAM since this machine is my active desktop now. Next up - libpam-ssh!
UPDATE February 4, 2008 - Fonts in XFCE / X11 can really be tricky. Even though my monitor resolution is 96, I’ve found that using the 100dpi font setting in the XFCE user interface control panel to work much better.
It works!!! That is so cool. I’m just about all the way converted to linux.
Special thanks to this thread.
I’ve been using linux as a server platform for years but have relied upon Apple Macs with a BSD-ish core to handle my office, desktop, and home computing needs. Now that Apple is focusing more on entertainment, music, movies, and TV, while creating a more closed user interface, I’ve decided to stop using their hardware and product services. Don’t get me wrong, I like their goods, we’ve just developed more differences lately.
I noticed in XFCE4, there is a window theme which resembles old school mac, very nice feel for me. That’s when I really got into user interface design, on a Mac iici. Before that, I was all about BBS’ing and video games, which are cool too!
Bluefish as an editor is pretty good. Comparing it to jEdit, the two have the functionality I need:
* Remote filesystem browsing
* Element completion
However, Bluefish needs some work on the file browser. When browsing remote filesystems, its displaying files as folders, and the bookmarks appear to refer to spots in files rather than folders. I’d like to be able to quickly connect to a folder on a remote filesystem. In connecting, Bluefish is better since it can use the ssh-agent for sftp authentication.