Sponsored Content
The Lounge What is on Your Mind? Update: UserCP Screeching Frog 0.7641 - Changed Live Chat to Live Updates Post 303039563 by Neo on Wednesday 9th of October 2019 12:38:23 PM
Old 10-09-2019
Update: UserCP Screeching Frog 0.7641 - Changed Live Chat to Live Updates

Update: UserCP Screeching Frog 0.7641 - Changed Live Chat to Live Updates

In this version of the UserCP, I have changed "Live Chat" to "Live Updates" by disabling the ability to post in the "live chat" area and changed the name to "Live Updates"

The reason for this change is that experienced forum members and moderators are not using this area to assist users, so there is no reason to permit users to post to an area they are not getting help.

You may have to clear your cache to update.

This is a "temporary" change, as I may kill the entire page in the future; but for now, it can be used to see updates, live in real time.
This User Gave Thanks to Neo For This Post:
 

6 More Discussions You Might Find Interesting

1. Solaris

Live Chat For Solaris?

Does anyone know of any online live chat discussion groups for Solaris? If so, please let me know... Thanks! Rob Sandifer (3 Replies)
Discussion started by: RobSand
3 Replies

2. UNIX for Dummies Questions & Answers

Live/real-time text-file updates in terminal

I want to have a terminal open and have something like a "repeating cat" command running in it for a certain text file (in particular /var/log/system.log). So my terminal will scan or cat the text file every so often or whenever the text file system.log gets written to by the system, it will... (1 Reply)
Discussion started by: guitarscn
1 Replies

3. What is on Your Mind?

New UserCP Update Profile Image Page (UserCP Screeching Frog 0.7485)

Update! UserCP Screeching Frog 0.7485 Created a new page for uploaded a profile picture (profile pictures are different than avatar pictures). https://www.unix.com/usercp/#/settings/other https://www.unix.com/members/1-albums225-picture1158.png ... (0 Replies)
Discussion started by: Neo
0 Replies

4. What is on Your Mind?

UserCP Screeching Frog 0.7446 Using Vue.js

Here is a status update on the new forum usercp. The current version of the new UserCP is Screeching Frog v0.7446. Most users will need to clear the files from your browser cache, quit and restart your browser to see the new version (check bottom of the page for version). Safari seems to... (9 Replies)
Discussion started by: Neo
9 Replies

5. What is on Your Mind?

PubNub Live Chat Beta Testing

Dear All, We are now beta testing our future "Live Chat" area using PubNub technology. https://community.unix.com/ This purpose of this testing is to test the core system, in general, and to see how many, if any, bugs crawl out of the woodwork. This "Live Chat" is not the... (48 Replies)
Discussion started by: Neo
48 Replies

6. What is on Your Mind?

Live Chat (Alpha) in UserCP SF 0.7517

Interesting.... I am still working on the kinks for Live Chat here at unix.com using a publish-subscribe API from PubNub. Two days ago while working on it, a new user joined the live chat and asked about how to post a new thread in the forum. Then today, one of the members of the PubNub team... (23 Replies)
Discussion started by: Neo
23 Replies
texconfig(1)							     TeX Live							      texconfig(1)

NAME
texconfig - configures teTeX or TeX Live texconfig-sys - configures teTeX or TeX Live system-wide SYNOPSIS
texconfig texconfig [ commands ...] texconfig-sys DESCRIPTION
texconfig allows one to configure and maintain TeX in an easy and convenient manner, offering a series of dialog boxes to the user. The tlmgr program has subsumed this function for TeX Live. This program is still supported, but the tlmgr interface is much more actively developed and tested. After choosing settings or options, the appropriate files are changed automatically and the new settings are applied for the user. If needed, copies of files in TEXMFDIST or TEXMFMAIN will be made in the user's TEXMFCONFIG tree. texconfig uses either the whiptail(1) or dialog(1) program to communicate with the user, so must be run in a terminal. For making system-wide changes, which will apply to all users of TeX (for example, default paper size and so on), run texconfig-sys instead. Changed or generated files will be placed in TEXMFSYSCONFIG. (You may need to be root to do this.) texconfig also offers a non-interactive batch mode which can be accessed with the following commands COMMANDS
Commands that accept further options usually display available options if called without them. For example, texconfig dvipdfm paper will inform about valid paper settings. conf Display the system configuration. dvipdfm paper [letter|legal|ledger|tabloid|a4|a3] Set up dvipdfm to use papersize PAPER by default. dvips add PRINTERNAME Create a new (empty) configuration file TEXMFCONFIG/dvips/config/config.PRINTERNAME. This file can later be filled with the mode, offset or printcmd options dvips del PRINTERNAME Remove config.PRINTERNAME dvips mode List available MetaFont modes. dvips [-P PRINTER] mode MODE Change the MetaFont mode to MODE for PRINTER or for all output files (config.ps), if no -P option is given. dvips [-P PRINTER] offset x-OFFSET,y-OFFSET Set printer offset for PRINTER or for all output files (config.ps), if no -P option is given. Offsets must be given with units, e.g. 0pt,10pt You can use testpage.tex from the LaTeX distribution to find these numbers. dvips [-P PRINTER] printcmd CMD Set the printing command for PRINTER or for all output files (config.ps), if no -P option is given. Commands might be lp or lpr. See the description of the o option in info dvips or the -O option in dvips(1). faq Display the list of Frequently Asked Questions about teTeX (and their answers). font vardir DIR, font ro, font rw formats This command allows to edit fmtutil.cnf(5) and (re)creates any new or changed formats afterwards. hyphen FORMAT This command allows to edit the hyphenation configuration file for formats that support this, and recreates the formats afterwards to enable the new languages. Available formats are shown when no FORMAT is given. Note that for formats that use LaTeX's language.dat, e.g. (pdf)jadetex and latex itself, this change is not persistent, since this file is a generated file. You should not use this command in these cases, read update-language(1) for alternatives. init [format] Recreate format or all formats if none is given, and the font information. This is the same as calling fmtutil --byfmt format or fmtutil --all, respectively, followed by updmap. mode-list List available printer modes, together with the printers they were developed for, and their DPI resolution mode MODE Set the default printer mode in /etc/texmf/web2c/mktex.cnf or the respective user file in $TEXMFCONFIG/web2c to MODE. paper [a4|letter] Set the default papersize for dvips, dvipdfm, pdftex and xdvi. The set is restricted because not all programs understand all sizes. pdftex paper [a4|letter] Set the default paper size for pdftex. rehash Call mktexlsr. xdvi paper PAPER Set the default paper size for xdvi. The (long) list is available with texconfig xdvi paper. ENVIRONMENT
To let you change files, texconfig will open the editor specified in the VISUAL or EDITOR variables, or sensible-editor if both are unset. SEE ALSO
whiptail(1), dialog(1), tlmgr(1), tex(1), mf(1), vi(1), EDITOR environment variable. AUTHOR
Thomas Esser TeX Live August 2011 texconfig(1)
All times are GMT -4. The time now is 05:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy