Sponsored Content
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Nifty tools for your Asus Eee PC Post 302215874 by Linux Bot on Thursday 17th of July 2008 11:10:05 AM
Old 07-17-2008
Nifty tools for your Asus Eee PC

07-17-2008 08:00 AM
It didn't take the enterprising community of Asus Eee PC users long to come up with some great tweaking tools for this Linux-based ultra-low-cost laptop. Just a few weeks after the official launch of Eee PC, the first tweaking utilities started to appear on the EeeUser forums. Today, you can choose from a wide selection of tools that can help you to customize your tiny laptop and make your work on it more efficient.



Source...
 

2 More Discussions You Might Find Interesting

1. BSD

Asus EEE PC 1000H

hi has someone installed freeBSD 7.1 on the notebook Asus EEE PC 1000H ? are these interfaces supported? ethernet adapter: Atheros AR8121/AR8113/AR8114 PCI-E wireless: RALINK, it needs rt2860 module (0 Replies)
Discussion started by: ccc
0 Replies

2. Shell Programming and Scripting

Nifty (and non-working) File Copy Using ls

Greetings :) Got a basic one to muddle through tonight; and hoping for a smidgen of help 'long the way ;) Here 'tis:ls ./dir1/ | grep -i .jpg | xargs cp -f ./dir1/$1 ../../dir2/$1Simple enough; and to this amateur eye, it looks like things should work pretty well. But, of course, it tanks... (10 Replies)
Discussion started by: LinQ
10 Replies
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 07:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy