LTSP-Build-Client Arch option not in Help
To find the options for a command you type: command --help It spits out a bunch of options that you can use to tweak the parameters of a command. On the --help for the ltsp-build-client script is the --dist option, which I thought can be used to install a different distribution that the one you are current using on the host. For instance:
sudo lts-build-client --dist lenny
There is another option, and it is not specified in the --help. The --arch option allows the specification of different architecture than your host. For instance:
sudo ltsp-build-client --arch -i386
If you are using a 64 bit host, you can install an i386 client file system with this.
No comments yet.
No trackbacks yet.
Working Locally from a Remote Location
March 2, 2010 - 10:26 am
Tags: location, ltsp, nvidia card, PXE, room, Server, server room, video capabilities, video chipset
Posted in gdm, ldm, local, ltsp, nvidia, remote | No comments
Yes, I know it sounds funny. You can work locally from a remote location. I am specifically referring to use of LTSP. I am managing a server for a company, and I will be placing the server in an air conditioned server room; and I don’t want to sit in that room all day long. [...]
SSH – Gateway Ports and Forward Reverse Tunnels
February 27, 2010 - 9:42 am
Tags: client, client location, connection, encrypted connection, gateway, gateway ports, option, ssh, ssh connection, ssh connections
Posted in .forward, client, gateway, host, port, reverse, ssh, tunnel | No comments
SSH can create forward and reverse tunnels to transmit port data through the encrypted connection. You can create forward tunnels that link the local port of the client machine to the remote port on the server. You can create reverse tunnels that link the remote ports of the server to the local ports on the [...]
Mod Security for Apache – Web Server Smart Firewall
February 22, 2010 - 9:25 am
Tags: debian repositories, denial of service, denial of service attacks, mod, module, security, security options, spamhaus, sudo, ubuntu
Posted in Apache, firewall, mod, security | No comments
Mod security has features that go above and beyond a standard firewall. It will help to prevent denial of service attacks, and also can be used to block traffic based on realtime blackhole lists issued by Spamhaus and others. Mod security is apparently in the Debian repositories as well as Ubuntu. In the Ubuntu repos [...]
Apache2 Server Side Includes
February 16, 2010 - 9:32 am
Tags: benifit, caption, client web, code, directory, directory path, document, gt options, host containers, html, Server, server parameters, shtml, side, sudo, Wikipedia
Posted in Server, apache2, include, side, ssi | No comments
Server side includes allow for external html documents to be injected into a page prior to it rendering on the client web browser. The benifit of this is eliminating the need to repetitiously repeat code over and over again. If you include the same scripts, on each of your website pages, you can create an [...]
Apache 2 Manage Modules and Sites – Configuration Structure
February 14, 2010 - 10:52 am
Tags: Apache, com, conf, default, document, document roots, example, host containers, php5, servername, software modules, sudo, virtualhost, www data
Posted in a2dismod, a2dissite, a2enmod, a2ensite, apache2, mod, php5 | No comments
Apache2 implements a structured method of organizing and enabling/disabling modules and sites. The default apache2 host is automatically turned on in /etc/apache2/sites-enabled/, and it includes the virtual hosting option. Therefore, by default, virtual hosting is enabled. Create your virtual host containers in /etc/apache2/sites-available, and then enable them by issuing the command:
sudo a2ensite xxxxx.com
VirtualHost containers are [...]
Remote Server Management in Local Facility – LTSP
February 13, 2010 - 9:26 am
Tags: boot sequence, dhcp, dhcp servers, domain default, local ip, ltsp, machine, Server, server option, sudo
Posted in Server, inet, ltsp, tftp | No comments
I’m using LTSP to manage a server remotely in a local facility. I setup an LTSP server on the host machine, and will place it in an air-conditioned room to preserve longevity. I configured a machine, of much lower power, to PXE boot from the server. There are several nuances to setting up an LTSP [...]
Nvidia Driver on Linux – Easy, and Quick
February 7, 2010 - 9:07 am
Tags: desktop, desktop cd, driver, gdm, modules package, nvidia, nvidia driver, open source driver, startup settings, sudo
Posted in driver, gcc, headers, linux, modules, nvidia, xorg | 1 comment
Image via CrunchBase
There is a buzz that installing the Linux based Nvidia accelerated graphics driver is complicated. I consider it rather straight forward. First install build-essential, and the headers for your kernel. Those may appear to be some bigs words in the previous sentence, but it is really one line in a terminal window. Build [...]
Linux Anti Virus for Websites
January 30, 2010 - 9:56 am
Tags: caption, ClamAV, command, cron job, cronjob, level directories, linux, linux machine, malware, root crontab
Posted in ClamAV, anti, linux, malware, virus | 3 comments
Just because you run linux does not mean you completely forgo anti virus. Your website can be broadcasting Windows viruses or malware. Clamav, run from the command line, will scan your web directories recursively to identify various concerns. Install Clamav:
sudo apt-get install clamav
Then you can run Clam manually or you can install a cron job [...]
Linux CUPS Configuration – Foomatic
January 16, 2010 - 3:58 pm
Tags: configure, foomatic, hp drivers, ppd, printer, printer configuration, setup script, static ip address, sudo, Webmin
Posted in cups, driver, foomatic, linux, open, ppd, print | No comments
First install all needed packages. Your going to need cups, and the client, and the foomatic and openprinting drivers.
sudo apt-get install cupsys cupsys-client
Then install everything in:
sudo apt-cache search foomatic
If its an HP printer your going to want that library. HP has an auto setup script. Install the package and run:
sudo hp-setup
Installing all the foomatic, [...]
Scrub – File Shredding for Linux
December 26, 2009 - 9:06 am
Tags: cronjob, folder, free space, gigs, global path, home folder, scrub, shred, space, sudo
Posted in free, linux, scrub, shred, space | No comments
With this handy little app you can shred files and folders, but more conveniently you can shred your entire free space. Just make sure you’ve erased all the files you want to shred. Empty the trans, issue:
sudo apt-get autoclean && localepurge
Download scrub from Sourceforge:
http://sourceforge.net/projects/diskscrub
Its a simply source so configure, make and install. It will install [...]


