Archive for the 'Ubuntu' Category
vsftpd: anonymous FTP uploads
0 Comments Published by Felipe Alfaro Solana January 13th, 2010 in FTP, UbuntuIn order to have an anonymous-only FTP server that allows anonymous uploads, based on vsftpd running on Ubuntu 9.10, I applied the following configuration changes:
— /etc/vsftpd.conf.orig 2010-01-13 02:00:46.287216196 +0100
+++ /etc/vsftpd.conf 2010-01-13 01:59:34.787215294 +0100
@@ -26,16 +26,18 @@
#local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
-#write_enable=YES
+write_enable=YES
#
# Default umask for local users is [...]
Chromium and ERR_NAME_NOT_RESOLVED
1 Comment Published by Felipe Alfaro Solana July 15th, 2009 in Chromium, UbuntuWhile trying to use Chromium on a Ubuntu 64-bit machine, I discovered I wasn’t able to browse to any web page. I always got the following error message:
This webpage is not available.
The webpage at http://www.google.com/ might be temporarily down or it may have moved permanently to a new web address.
Here are some suggestions:
Reload this web [...]
libvirt and bridged networking
0 Comments Published by Felipe Alfaro Solana June 7th, 2009 in Linux, Ubuntu, Virtualizationlibvirt and virt-manager are a blessing. They bring powerful, free, open source management to Xen- and KVM-based virtualization environments.
I’ve been using both for quite a while. Also, I’ve always prefered bridged networking support for my virtual machines over NAT. While NAT is non-disruptive and allows for isolation, I typically like to easily access services provided [...]
Scrolling with the Thinkpad’s TrackPoint in Ubuntu 8.10 Intrepid
0 Comments Published by Felipe Alfaro Solana October 11th, 2008 in Linux, Ubuntu, X11Recently, I upgraded to Ubuntu 8.10 Intrepid Ibex and found that my Thinkpad’s TrackPoint scrolling stopped working. While searching on the Internet, I found a post called Scrolling with the Thinkpad’s TrackPoint in Ubuntu 8.10 Intrepid by Phil Sung that explains in a clear and concise way how to enabling scrolling in Ubuntu 8.10 using [...]
Configuring a diskless Ubuntu
3 Comments Published by Felipe Alfaro Solana December 9th, 2007 in DHCP, NFS, PXE, TFTP, UbuntuThis post is not about doing a PXE-based network installation of Ubuntu. There are already many posts describing how to do this. This post is about setting up an Ubuntu workstation in diskless mode, such as the workstation boots via PXE and the root filesystem is mounted over NFS.
The process consists on the following main [...]
Installing FreeNX 0.7.1 on Ubuntu
12 Comments Published by Felipe Alfaro Solana November 24th, 2007 in NX, UbuntuIntroduction
DISCLAIMER: The contents of this post are mostly based on Manual Installation How-To. Thanks to Brent Davidson and Fabian Franz for writing such a nice HowTo and the beautiful open and free implementation of FreeNX, respectively.
I decided to use FreeNX instead of NoMachine’s own implementation due to the instability of the latter. Most of the [...]
Ubuntu Edgy, AIGLX y Beryl
12 Comments Published by Felipe Alfaro Solana November 1st, 2006 in UI, Ubuntu, Xgl¿A que no parece un sistema GNU/Linux?
Encrypted home on Ubuntu using dmcrypt
7 Comments Published by Felipe Alfaro Solana September 8th, 2006 in Linux, Security, UbuntuInstall crypsetup and dmsetup:
# apt-get install crypsetup dmsetup
Install pam_mount:
# apt-get install libpam-mount
Configure PAM to use pam_mount for authentication and session management. PAM authentication captures the user login password, while PAM session set ups the dmcrypt device and mounts it during log on, and unmounts the dmcrypt device during log off.
# echo “@include common-pammount” >> /etc/pam.d/common-auth
# [...]
Ubuntu Edgy, ATI’s fglrx, DRI, 3D acceleration and X.org Composite extension
36 Comments Published by Felipe Alfaro Solana September 6th, 2006 in Ubuntu, X11I think that Ubuntu Edgy Knot 2 is the first Linux distribution that enables the Composite extension by default for X.org. While this is really exciting, unfortunately it seems to negatively affect DRI and 3D acceleration when using ATI’s closed-source drivers, fglrx.
I don’t know exactly the reasons of this, but enabling Composite extensions disables ATI’s [...]
Encrypted home on Ubuntu using cryptoloop
4 Comments Published by Felipe Alfaro Solana August 19th, 2006 in Linux, Security, UbuntuInstall pam_mount:
# apt-get install libpam-mount
Configure Ubuntu to load the loop and cryptoloop kernel modules during boot or else pam_mount won’t be able to mount the cryptoloop devices:
# cat >> /etc/modules
loop
cryptoloop
Configure PAM to use pam_mount for authentication and session management. PAM authentication captures the user login password, while PAM session set ups the cryptoloop device and [...]
AboutYou are currently browsing the Felipe Alfaro Solana weblog archives for the 'Ubuntu' category. Longer entries are truncated. Click the headline of an entry to read it in its entirety. |
||||