linkx: Update to links 2.2


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News linkx: Update to links 2.2
# 1  
Old 10-17-2008
linkx: Update to links 2.2

Linkx is a fork of the Links-2 web browser. This fork will in general be less stable, but more featureful than the standard distribution of links.
Image Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Red Hat

RedHat 5 update 9 BASH update issue

Hi i want to update the BASH because of the "shell shock" vulnerability. my RedHat 5 is clean install with the default mirror site. when im running the command: yum update bash im getting a message saying there is no update. you can see in the attach picture... what am i doing wrong? is... (4 Replies)
Discussion started by: guy3145
4 Replies

2. Programming

MYSQL - trigger update on record insert or update

Right I have a MYSQL database with table1 with 3 columns, colA, colB and colC. I want to combine the data in the 3 columns into a 4th column names col_comb. Here's the SQL command that works: UPDATE table1 SET `col_comb` = CONCAT( `colA` , ' - ', `colB` , ', ', `colC` ); So now I want this... (5 Replies)
Discussion started by: barrydocks
5 Replies

3. Post Here to Contact Site Administrators and Moderators

"SunOS/Solaris Links" Sticky thread need an update

7 out of 8 links in one of the two Solaris Sticky threads are dead: https://www.unix.com/solaris/17943-sunos-solaris-links.html Could a moderator update them or unlock the thread to allow contributors to provide up to date replacement links ? (3 Replies)
Discussion started by: jlliagre
3 Replies

4. AIX

List all the soft links and hard links

Hi I'm logged in as root in an aix box Which command will list all the soft links and hard links present in the server ? (2 Replies)
Discussion started by: newtoaixos
2 Replies

5. Solaris

Hard Links and Soft or Sym links

When loooking at files in a directory using ls, how can I tell if I have a hard link or soft link? (11 Replies)
Discussion started by: Harleyrci
11 Replies

6. Solaris

Install update 6 on solaris with update 3

I want to update my solaris 10 server which is currently on update 3 stage. A new application require it to be on update 6. What is the best way to make it update 6. should i just install the patch or should i go for the liveupgrade?? thanks for you help in advance (3 Replies)
Discussion started by: uxravi
3 Replies

7. Solaris

update the timestamp of symbolic links

I'm not sure if my private messages to cdoyle and rcarnesiii are being sent. So after searching for how to update the timestamp of symbolic links (NOT the file the link points) I decided to try here for better solutions. I understand that the FreeBSD's touch supports a -h option to update links'... (4 Replies)
Discussion started by: lmjennings44094
4 Replies
Login or Register to Ask a Question
update-boinc-applinks(1)												  update-boinc-applinks(1)

NAME
update-boinc-applinks - create/remove symbolic links for anonymous BOINC applications SYNOPSIS
update-boinc-applinks [options] DESCRIPTION
update-boinc-applinks creates (or removes) symbolic links for anonymous BOINC applications and their associated app_info.xml files in a given BOINC data directory. Note: update-boinc-applinks is an extension for Debian users and is only available in Debian's boinc-client package. OPTIONS
For a full summary of options, run update-boinc-applinks --help. -h, --help Show help message and all options. --create Create symbolic links and project directories. --remove Remove symbolic links and empty project directories. --data-dir=DIR Manage symbolic links in the given directory DIR. If this option is not present, DIR defaults to the current working directory. --project=PROJECT Manage symbolic links only for the given project PROJECT. Run update-boinc-applinks --list-projects to get a list of projects for which anonymous applications are available and therefore can be replaced with PROJECT. If this option is not present, update-boinc- applinks will manage symbolic links for all available projects. --list-projects Show a list of projects for which anonymous applications are available. Normally those applications are provided by packages called boinc-app-PROJECT (e.g. boinc-app-seti). AUTHOR
Written by Frank S. Thomas. COPYRIGHT
Copyright (C) 2006, 2008 Debian BOINC Maintainers. This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. 13 January 2008 update-boinc-applinks(1)