LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-17-2019, 11:09 PM   #16
Michael Uplawski
Senior Member
 
Registered: Dec 2015
Posts: 1,620

Original Poster
Blog Entries: 40

Rep: Reputation: Disabled

Quote:
Originally Posted by BW-userx View Post
not having done anything with cards, the basic concept for me would be to have 2 arrays, 1st one is holding the beginning of a set of proverbs, the 2nd to have the endings to them. set a random on each then put the two together, print to screen, what is so hard about that?

the only check maybe to make sure the proper endings do not end up with the proper beginnings so the real proverb does not get displayed. If that match is had then call for one of them to redo the return value.
You describe the code of my program. Only that the two-dimensional array that I actually use, facilitates everything a bit. But I do not understand the question “What is so hard about that?” as it does not relate to anything previously mentioned in this thread.
Quote:
Originally Posted by jtonti
To reduce the amount of work, keep track of '+' and also '-', then run through AI to try to determine what makes a good one, continuously learning and self-rating. Once a trend emerges (if ever), the ratio of good to bad (or better to worse if rating on a fractional scale), you will have created an amusing and possibly insightful proverb machine!
I like the idea of a self-improving program, although I do currently not know what “run through AI” would mean. AI necessitates an algorithm, necessitates that a living person and programmer has a clear idea on what a “good” phrase must look like which is quite a daring exigence when you deal living languages. That is the real challenge with this kind of program or game.
I should try creating indices from binary shift operations and will try to understand the results. After that, either wisdom will strike or I will just use more color in the output...

Last edited by Michael Uplawski; 05-18-2019 at 02:26 AM. Reason: struck by something.
 
Old 05-17-2019, 11:21 PM   #17
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
What is to improve on? It is just a simple arrangement of array and the use of random. Put it in a GUI with mouse support?
 
Old 05-17-2019, 11:41 PM   #18
Michael Uplawski
Senior Member
 
Registered: Dec 2015
Posts: 1,620

Original Poster
Blog Entries: 40

Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
What is to improve on? It is just a simple arrangement of array and the use of random. Put it in a GUI with mouse support?
A few ideas have been presented in this thread which I will consider. The original question has not been exactly technical and most of the contributors have understood that.
 
Old 05-18-2019, 01:37 AM   #19
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Michael Uplawski View Post
Here is a new Gem, version 1.3. Now this is even (quite dumbly) multi-threading:
http://www.uplawski.eu/Sprichwoerter...oerter-1.3.gem
nice.
improvements:
  • separate the german and english man pages completely. in its current state, the german man page is confusing.
  • add a FILES section (e.g., where are the results of down/upvotes stored, where are manually added proverbs stored, is there a config file...)
feature request:
  • config options for coloured frame / no frame - ask or don't ask for up/downvotes - display / don't display the countdown etc.
 
Old 05-18-2019, 02:19 AM   #20
Michael Uplawski
Senior Member
 
Registered: Dec 2015
Posts: 1,620

Original Poster
Blog Entries: 40

Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
improvements:
Valid remarks... the unpleasant truth is that I have refrained from adding an option parser once again too keep it simple. But now this becomes almost imperative.

Quote:
[*]separate the german and english man pages completely. in its current state, the german man page is confusing.
Can you elaborate, please?
AFAIK, there is no way to have man-pages installed automatically by executing the gem installation; thus, it is anyway up to the user to install the man-pages to the pertinent directories. As the English man page is called proverbs.6.gz and the German one sprichwoerter.6.gz I have a problem to understand the issue... But this is important, the current way to handle the documentation is definitely unsatisfactory.

Quote:
[*]add a FILES section (e.g., where are the results of down/upvotes stored, where are manually added proverbs stored, is there a config file...)
For the time everything is in .proverbs... AH!!! Sorry. You talk about the man-page. “Acknowledged and WILCO”.

Quote:
[*]config options for coloured frame / no frame - ask or don't ask for up/downvotes - display / don't display the countdown etc.
This will make the option-parser appear less overhead ...

There is one request missing, but I have implemented it already:
Honor interrupts (Strg+C, +D) and a push on the ESC-button alike to interrupt the count-down.

Last edited by Michael Uplawski; 05-18-2019 at 02:22 AM. Reason: STuff.
 
Old 05-18-2019, 06:10 AM   #21
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Michael Uplawski View Post
Can you elaborate, please?
AFAIK, there is no way to have man-pages installed automatically by executing the gem installation; thus, it is anyway up to the user to install the man-pages to the pertinent directories. As the English man page is called proverbs.6.gz and the German one sprichwoerter.6.gz I have a problem to understand the issue...
oh, i have no problem executing
Code:
man ~/.gem/ruby/2.6.0/gems/Sprichwoerter-1.3/doc/man/sprichwoerter.6.gz
but this man page should refer to the german version only, methinks.
to clarify, I struck out what, IMO, is superfluous (and confusing):
Code:
SPRICHWOERTER(6)                               Games                               SPRICHWOERTER(6)

NAME
       Sprichwoerter  -  Kombiniert  Anfänge und Enden von Sprichwörtern zu neuen, meist sinnlosen,
       Sprichwörtern.

       Proverbs     - Der englische Name für das gleiche Programm.

PROGRAMMAUFRUF ENGLISCH UND DEUTSCH
          proverbs oder sprichwoerter

          proverbs add singular "A watched pot" "never boils"

          proverbs add plural "cheaters" "never prosper"

          sprichwoerter neu singular "Ein König mit Krone" "ist besser als ohne"

          sprichwoerter neu plural "Hunde, die bellen" "beißen nicht"

          proverbs -h   (--help) or sprichwoerter -h   (--help)

BESCHREIBUNG
       Das Programm kombiniert die Anfänge und Enden von  zufällig  aus  einer  Liste  ausgewählten
       Sprichwörtern. Das Ergebnis ist ein Satz, der immer noch als eine Art "Sprichwort" erkennbar
       ist, allerdings ohne den Anspruch, eine wirkliche Information zu vermitteln, geschweige denn
       "Weisheit".

       Ja.  Eine lustige Zeitverschwendung. Sie können das Programm "Sprichwörter" zum Beispiel aus
       Ihrer .bashrc Datei aufrufen.

       Wenn Sprichwörter ohne Argumente von der Kommandozeile gestartet wird, erzeugt es ein  neues
       Sprichwort  und zeigt es an. Führen Sie statt dessen proverbs aus, um englische Sprichwörter
       zu generieren.

       Sie können ein angezeigtes Sprichwort noch positiv bewerten, bevor das Programm  sich  been‐
       det.

       Der  Benutzer  kann  echte, originalgetreue Sprichwörter zur Standardliste hinzufügen, indem
       eine der sprachspezifischen Optionen verwendet wird (im März 2017 sind  nur  englische  oder
       deutsche  Sprichwörter  unterstützt).  Die  neuen  Sprichwörter  müssen  einigen Bedingungen
       genügen.

OPTIONEN
       list  bewirkt  die  Anzeige  einer  Liste  von  bisher   positiv   bewerteten,   generierten
       Sprichwörtern.

   SPRICHWÖRTER ZUR LISTE HINZUFÜGEN
       Zur  Zeit der Redaktion dieses Dokuments (Februar 2017) müssen Sprichwörter dem im Folgenden
       beschriebenen Muster folgen:

       "Jemand oder etwas" | "tut oder ist etwas"

       Führen Sie das Programm einfach ein paar Mal  auf  der  Kommandozeile  aus,  um  diese  Ein‐
       schränkung zu verstehen.

       neu (oder Englisch: proverbs add)
              neu  singular  "Beginn"  "Ende" fügt das originale Sprichwort "Beginn Ende" zur Liste
              der verfügbaren Sprichwörter hinzu. singular zeigt an, dass das Subjekt im originalen
              Satz  (in  "Beginn") im Singular steht. Dies vermeidet Grammatikfehler im generierten
              Ergebnis und hilft, die "Illusion" eines "echten" Sprichworts aufrechtzuerhalten.

              neu plural "Beginn" "Ende" fügt das originale Sprichwort "Beginn Ende" zur Liste  der
              verfügbaren  Sprichwörter hinzu. plural zeigt an, dass das Subjekt im originalen Satz
              (in "Beginn") im Plural steht. Dies vermeidet Grammatikfehler im generierten Ergebnis
              und hilft, die "Illusion" eines "echten" Sprichworts aufrechtzuerhalten.

(...) etc.
Quote:
but I have implemented it already
so is this the current version:
Quote:
Originally Posted by Michael Uplawski View Post
???

How do I uninstall old versions with this manual install method?
 
Old 05-18-2019, 07:14 AM   #22
Michael Uplawski
Senior Member
 
Registered: Dec 2015
Posts: 1,620

Original Poster
Blog Entries: 40

Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
I struck out what, IMO, is superfluous (and confusing):
TY.
This is just another example for my continuously misunderstanding plain English. I thought “separating” referred to the man-page files rather than their content. Got it now.

Quote:
How do I uninstall old versions with this manual install method?
I do not know how you have installed it. Usually, if you do not use the gem utility to download & install in one go, you install from a gem-file with the option -l or --local:
Code:
user@machine:~$ sudo gem install [path]/package.gem -l
For the time, I do not use rubygems.org, so this is the best way to install the packages that I linked above.

To uninstall, you just execute
Code:
sudo gem uninstall package
and in the case of Sprichwoerter:
Code:
user@machine:~$ sudo gem uninstall Sprichwoerter
If there are several versions installed on the same system and for the same ruby-version, gem uninstalls each of the installed packages. To restrict the process to just one version, name it with the -v option:
Code:
sudo gem uninstall Sprichwoerter -v 1.3
In addition, you can handle ruby-gems like self-compiled programs with the Porg utility and then use Porg also to remove these packages again.

Last edited by Michael Uplawski; 05-18-2019 at 07:18 AM.
 
Old 05-18-2019, 07:21 AM   #23
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Michael Uplawski View Post
A few ideas have been presented in this thread which I will consider. The original question has not been exactly technical and most of the contributors have understood that.
not to rain on your parade, but If I find something that I believe is a waste of my time, I don't bother with it. If something is useless by your own words, myself, I'd go try and find something useful to do, or not bother at it at all.

having read down a few post, separating the the languages is a good idea, maybe creating a menu to pick which language one wants to use, would then be the next logical line of thought.

as suggested a GUI where it could be a dock app, or a widget in the more modern Desktop like cinnamon, MATE and such that uses them. runs off a timer so it changes the output at a user specified time, or on the click of the mouse. That way one would not have to keep opening another terminal to read another one.

Last edited by BW-userx; 05-18-2019 at 07:24 AM.
 
Old 05-18-2019, 08:11 AM   #24
Beryllos
Member
 
Registered: Apr 2013
Location: Massachusetts
Distribution: Debian
Posts: 529

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
It is hard to tell what is useless, and even harder to tell when it is a waste of time. When the ancients were exploring what happened when they rubbed wool against amber, which we now understand as the separation of electric charge, they probably thought it was useless. Who knew it began a journey that would someday lead to electric power and information technology?

Last edited by Beryllos; 05-18-2019 at 03:45 PM.
 
1 members found this post helpful.
Old 05-19-2019, 12:21 AM   #25
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Michael Uplawski View Post
If there are several versions installed on the same system and for the same ruby-version, gem uninstalls each of the installed packages. To restrict the process to just one version, name it with the -v option:
Code:
sudo gem uninstall Sprichwoerter -v 1.3
I installed all 3 versions with gem to my $HOME (so no sudo required) but trying to uninstall the older ones, i get:
Code:
$ gem list
(...)
Sprichwoerter (1.4, 1.3, 1.2)
(...)
$ gem uninstall Sprichwoerter -v 1.2
ERROR:  While executing gem ... (NameError)
    uninitialized constant Gem::RDoc
$ gem uninstall Sprichwoerter -v 1.3
ERROR:  While executing gem ... (NameError)
    uninitialized constant Gem::RDoc

(a quick search for the error message seems to suggest that the problem is in your code, but i could be wrong there; ruby is unknown land to me)

Quote:
Originally Posted by BW-userx View Post
not to rain on your parade, but If I find something that I believe is a waste of my time, I don't bother with it. If something is useless by your own words, myself, I'd go try and find something useful to do, or not bother at it at all.
I find your posts in this thread rather useless; if I were you, I'd go try and find something useful to do.
 
Old 05-19-2019, 02:11 PM   #26
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by ondoho View Post

I find your posts in this thread rather useless; if I were you, I'd go try and find something useful to do.
exactly, working on something useless is a waste of time. though suggesting making it into a gui app is not exactly useless, but adds to it ability to be seen more often without having to open a new terminal each time to see a new one displayed. but yeh whatever dude. its your option... no sleep lost here over it.

Last edited by BW-userx; 05-19-2019 at 02:14 PM.
 
Old 05-20-2019, 08:43 AM   #27
Michael Uplawski
Senior Member
 
Registered: Dec 2015
Posts: 1,620

Original Poster
Blog Entries: 40

Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
$ gem uninstall Sprichwoerter -v 1.2
ERROR: While executing gem ... (NameError)
uninitialized constant Gem::RDoc
(a quick search for the error message seems to suggest that the problem is in your code, but i could be wrong there; ruby is unknown land to me)
The error is new to me, but as I have also never installed a gem to my home-directory only, can you confirm that you have the same problems, when you execute the command with sudo anyway, as if it were necessary..??

The way that the Error is presented, makes me assume a problem with the gem-utility itself. As RDoc is mentioned, I bet that the tool tries to remove API-documentation which could have been installed with the package. In this case and remembering all the awkward things that happen with Ruby, sometimes, the installation-path to this kind of API-documentation may still be a system-wide setting.

Hence my many words to just say: try sudo anyway. No guarantee. But then again.., I did also not explicitly prepare any inline-documentation for RDoc. So there should also be nothing to uninstall...

Edit: Also make sure that you use the --user-install option for the call to gem uninstall as well! Otherwise, gem will try to remove gems from the global gem-folders. I just tried that for the first time and it worked as I expected.

Good luck.

Last edited by Michael Uplawski; 05-20-2019 at 08:52 AM. Reason: --user-install
 
Old 05-21-2019, 12:59 PM   #28
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Code:
$ gem uninstall -v 1.2 Sprichwoerter
ERROR:  While executing gem ... (NameError)
    uninitialized constant Gem::RDoc

$ sudo gem uninstall -v 1.2 Sprichwoerter
Gem 'Sprichwoerter' is not installed

$ sudo gem --user-install uninstall -v 1.2 Sprichwoerter
ERROR:  Invalid option: --user-install. See 'gem --help'.

$ sudo gem uninstall --user-install -v 1.2 Sprichwoerter
Gem 'Sprichwoerter' is not installed

$ gem uninstall --user-install -v 1.2 Sprichwoerter
ERROR:  While executing gem ... (NameError)
    uninitialized constant Gem::RDoc
$ gem list

*** LOCAL GEMS ***

bigdecimal (1.4.4, default: 1.4.1)
cmath (default: 1.0.0)
csv (3.1.1, default: 3.0.9)
date (default: 2.0.0)
dbm (default: 1.0.0)
e2mmap (default: 0.1.0)
etc (default: 1.0.1)
fcntl (default: 1.0.0)
fiddle (default: 1.0.0)
fileutils (1.2.0, default: 1.1.0)
forwardable (default: 1.2.0)
gdbm (default: 2.0.0)
io-console (default: 0.4.7)
ipaddr (default: 1.2.2)
json (2.2.0, default: 2.1.0)
logger (default: 1.3.0)
matrix (default: 0.1.0)
mutex_m (default: 0.1.0)
openssl (default: 2.1.2)
ostruct (default: 0.1.0)
prime (default: 0.1.0)
psych (default: 3.1.0)
rexml (3.2.1, default: 3.1.9)
rss (0.2.8, default: 0.2.7)
scanf (default: 1.0.0)
sdbm (default: 1.0.0)
shell (default: 0.7)
Sprichwoerter (1.4, 1.3, 1.2)
stringio (default: 0.0.2)
strscan (default: 1.0.0)
sync (default: 0.5.0)
thwait (default: 0.1.0)
tracer (default: 0.1.0)
webrick (default: 1.4.2)
zlib (default: 1.0.0)

$ gem env
RubyGems Environment:
  - RUBYGEMS VERSION: 3.0.3
  - RUBY VERSION: 2.6.3 (2019-04-16 patchlevel 62) [x86_64-linux]
  - INSTALLATION DIRECTORY: /home/ondoho/.gem/ruby/2.6.0
  - USER INSTALLATION DIRECTORY: /home/ondoho/.gem/ruby/2.6.0
  - RUBY EXECUTABLE: /usr/bin/ruby
  - GIT EXECUTABLE: /usr/bin/git
  - EXECUTABLE DIRECTORY: /home/ondoho/.gem/ruby/2.6.0/bin
  - SPEC CACHE DIRECTORY: /home/ondoho/.gem/specs
  - SYSTEM CONFIGURATION DIRECTORY: /etc
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86_64-linux
  - GEM PATHS:
     - /home/ondoho/.gem/ruby/2.6.0
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :backtrace => false
     - :bulk_threshold => 1000
     - "gem" => "--user-install"
  - REMOTE SOURCES:
     - https://rubygems.org/
  - SHELL PATH:
     - /usr/lib/colorgcc/bin
     - /home/ondoho/.local/bin
     - /home/ondoho/bin
     - /usr/local/sbin
     - /usr/local/bin
     - /usr/bin
     - /opt/android-sdk/emulator
     - /usr/lib/jvm/default/bin
     - /usr/bin/site_perl
     - /usr/bin/vendor_perl
     - /usr/bin/core_perl
     - /home/ondoho/.gem/ruby/2.6.0/bin

Last edited by ondoho; 05-21-2019 at 01:01 PM.
 
Old 05-23-2019, 12:14 PM   #29
Michael Uplawski
Senior Member
 
Registered: Dec 2015
Posts: 1,620

Original Poster
Blog Entries: 40

Rep: Reputation: Disabled
At your place, I would manually remove the gem-directory, then re-install the gem with the --user-install option. If this works, try to uninstall it once again.

Code:
user@machine:~/prog/sprichwörter$ gem install --user-install -l Sprichwoerter-1.4.gem
WARNING:  You don't have /home/user/.gem/ruby/2.5.0/bin in your PATH,
	  gem executables will not run.
Successfully installed Sprichwoerter-1.4
Parsing documentation for Sprichwoerter-1.4
Installing ri documentation for Sprichwoerter-1.4
Done installing documentation for Sprichwoerter after 1 seconds
1 gem installed
user@machine:~/prog/sprichwörter$ gem uninstall --user-install Sprichwoerter -v 1.4
Remove executables:
	sprichwoerter, proverbs

in addition to the gem? [Yn]  y
Removing sprichwoerter
Removing proverbs
Successfully uninstalled Sprichwoerter-1.4
Code:
user@machine:~/prog/sprichwörter$ ruby -v
ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux-gnu]
Code:
user@machine:~$ gem -v
3.0.2
 
Old 05-24-2019, 12:01 AM   #30
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Code:
$ mv .gem .gem.old

$ gem install --user-install -l Sprichwoerter-1.4.gem
ERROR:  Could not find a valid gem 'Sprichwoerter-1.4.gem' (>= 0) in any repository

$ wget -q http://www.uplawski.eu/Sprichwoerter/Sprichwoerter-1.4.gem

$ gem install --user-install -l Sprichwoerter-1.4.gem
Successfully installed Sprichwoerter-1.4
1 gem installed

$ gem install --user-install -l Sprichwoerter
Successfully installed Sprichwoerter-1.4
1 gem installed

$ gem list

*** LOCAL GEMS ***

(...)
Sprichwoerter (1.4)
(...)

$ gem install --user-install Sprichwoerter -v 1.3
ERROR:  Could not find a valid gem 'Sprichwoerter' (= 1.3) in any repository
ERROR:  Possible alternatives: Sprichwoerter

$ gem install --user-install Sprichwoerter -v 1.2
Fetching Sprichwoerter-1.2.gem
Successfully installed Sprichwoerter-1.2
1 gem installed

$ gem list

*** LOCAL GEMS ***

(...)
Sprichwoerter (1.4, 1.2)
(...)

$ gem uninstall --user-install Sprichwoerter -v 1.2
ERROR:  While executing gem ... (NameError)
    uninitialized constant Gem::RDoc
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to REALLY improve linux performance? tradingbr Linux - General 7 05-01-2004 11:38 AM
improve scsi hd performance? bdp Linux - Hardware 2 01-12-2004 11:37 PM
How to improve performance on laptop Toshiba. gmichel Linux - Newbie 4 12-09-2003 09:14 AM
ways to improve performance flipboi Linux - Newbie 6 10-25-2003 11:22 AM
how can i improve the display performance of my system? im using RH8... kublador Linux - Software 4 07-27-2003 11:22 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 09:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration