LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old
Rating: 2 votes, 3.00 average.

How did we live before the internet?

Posted 02-23-2009 at 03:19 AM by bitpicker (Bitpicker's Blog: Random musings and rants)
Updated 02-23-2009 at 03:23 AM by bitpicker

This isn't so much about Linux today as about the internet. Just yesterday I had one of those moments where I wondered how I ever got through life when there was no internet.

Last November I decided to take up learning Russian. I went for the traditional approach first, got myself a couple of books for self-teaching and took off. Only the books wouldn't get me very far, and they did not quite fit my style of learning, which is more geared towards immersion and using a language rather...
Member
Posted in Uncategorized
Views 3554 Comments 1 bitpicker is offline
Old

Linux From Scratch rebuildathon: 64-bit edition.

Posted 02-21-2009 at 09:24 AM by Seph64 (Seph64's Lair)

Every year or so, after the last variation of LFS was wiped from the system (it's just something I do for fun, so I do not keep important files on the partition I am building it on), I decide to rebuild Linux From Scratch so I can try to force education on my ignorant self. The main reason why I wipe LFS is because of problems that prop up from time to time and my lack of motivation to solve them (mostly something to do with GNOME, so I am going to avoid using it this time around).

...
Member
Posted in Uncategorized
Views 1871 Comments 2 Seph64 is offline
Old

How to generate password

Posted 02-21-2009 at 08:56 AM by ErV

Generating password is simple:

password8.sh:
[code]
#!/bin/sh
cat /dev/urandom| tr -dc '0-9a-zA-Z!@#$%^&*_+-'|head -c 8;echo
[/code]
This script generates 8 characters long password.
To change number of characters, replace 8 with other number.
'0-9a-zA-Z!@#$%^&*_+-' defines character set used in password. If you need another charset, change this string to suit your needs.
ErV
Senior Member
Posted in Uncategorized
Views 5490 Comments 0 ErV is offline
Old

problem installing fortran77 on suse11

Posted 02-20-2009 at 04:50 PM by minaesm

Have you installed both the fftw and fftw-devel packages? Check where the include files and libraries have been installed:
Code:
$ rpm -ql fftw-devel | grep include
$ rpm -ql fftw-devel | grep lib
then try to specify the correct path using the environment variable LDFLAGS and CPPFLAGS as suggested. For example:
Code:
$ export LDFLAGS='-L/usr/lib'
$ export CPPFLAGS='-I/usr/include'
$ ./configure
You don't really need to export these variables if the include files...
Member
Posted in Uncategorized
Views 932 Comments 0 minaesm is offline
Old

problem installing fortran77 on suse11

Posted 02-20-2009 at 04:47 PM by minaesm

hi
i installed the fftw package form the DVD but again when i try to run the program , the erroe is this :configure: error: The FFTW libraries could not be found. Make sure FFTW is installed, and that LDFLAGS and CPPFLAGS are set appropriately if necessary.
Member
Posted in Uncategorized
Views 813 Comments 0 minaesm is offline

  



All times are GMT -5. The time now is 10:45 PM.

Main Menu
Advertisement
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