| Author |
Message |
Fuddster
|
|
|
Post subject:
Posted: Jan 31, 2006 - 10:06 PM
|
|
Member

Joined: Jan 24, 2001
Posts: 1050
Location: Sicklerville, NJ
Status: Offline
|
|
In the Cool Tools part of Novell's SuSE website, someone submitted a pair of shell scripts to import/export software installation sources into/out of YaST.
Download the scripts from this page. Just be sure that after you extract them, you set them as executable.
To export your sources from one machine:
exp.sh sourcelist
Then copy the file sourcelist to the new machine and run:
imp.sh sourcelist
Then jump into YaST and verify that the sources are indeed there! |
|
|
| |
|
|
|
 |
NoClue
|
|
Post subject:
Posted: Jan 31, 2006 - 10:19 PM
|
|
Site Admin

Joined: Jan 17, 2001
Posts: 10454
Location: Blackwood, NJ USA
Status: Offline
|
|
I might have to put that one on a USB stick.
Thanks! |
|
|
| |
|
|
|
 |
Fuddster
|
|
|
Post subject:
Posted: Feb 15, 2006 - 04:21 AM
|
|
Member

Joined: Jan 24, 2001
Posts: 1050
Location: Sicklerville, NJ
Status: Offline
|
|
If you want to check out what's going on in the world of Linux LiveCDs, you need to head over to FrozenTech's LiveCD List.
It should definitely keep you busy for a while. You can play with the filters to narrow down your choice of LiveCD, and there's even a link that takes you to a page of resources in case you want to make your own! |
|
|
| |
|
|
|
 |
NoClue
|
|
Post subject:
Posted: Apr 04, 2010 - 07:05 PM
|
|
Site Admin

Joined: Jan 17, 2001
Posts: 10454
Location: Blackwood, NJ USA
Status: Offline
|
|
Hard to believe this thread is darn-near 5 years old...
Anyway, from this post above:
/me wrote:
X-Win32 is not free
No, but Xming is. When I find myself stuck on a Windows box, I'll usually install Putty and Xming. They work really well. |
|
|
| |
|
|
|
 |
NoClue
|
|
Post subject:
Posted: Apr 04, 2010 - 07:08 PM
|
|
Site Admin

Joined: Jan 17, 2001
Posts: 10454
Location: Blackwood, NJ USA
Status: Offline
|
|
Forget what version of openSuSE you're running?
cat /etc/SuSE-release
...will spit back the version information. |
|
|
| |
|
|
|
 |
NoClue
|
|
Post subject:
Posted: Apr 04, 2010 - 07:13 PM
|
|
Site Admin

Joined: Jan 17, 2001
Posts: 10454
Location: Blackwood, NJ USA
Status: Offline
|
|
Need to hunt down a binary that's somewhere in your path?
which binary_name
...will tell you.
For instance, I always seem to forget where kpdf is when I need to find it for Firefox.
which kpdf
...lets me know it's in /opt/kde3/bin/kpdf. |
|
|
| |
|
|
|
 |
NoClue
|
|
Post subject:
Posted: Jun 13, 2010 - 02:45 PM
|
|
Site Admin

Joined: Jan 17, 2001
Posts: 10454
Location: Blackwood, NJ USA
Status: Offline
|
|
Restart Apache:
apachectl start/stop/restart |
|
|
| |
|
|
|
 |
NoClue
|
|
Post subject:
Posted: Jun 13, 2010 - 02:51 PM
|
|
Site Admin

Joined: Jan 17, 2001
Posts: 10454
Location: Blackwood, NJ USA
Status: Offline
|
|
Joining files that had been split with HJSplit:
cat file.001 file.002 file.003 > output_file
If the split files are all in the same folder, you can use a wildcard:
cat file.* > output_file |
|
|
| |
|
|
|
 |
Ultron12
|
|
Post subject:
Posted: Jun 13, 2010 - 02:53 PM
|
|
Member

Joined: May 12, 2008
Posts: 85
Status: Offline
|
|
|
Fuddster wrote:
If you want to check out what's going on in the world of Linux LiveCDs, you need to head over to FrozenTech's LiveCD List.
It should definitely keep you busy for a while. You can play with the filters to narrow down your choice of LiveCD, and there's even a link that takes you to a page of resources in case you want to make your own!
If you want to make Linux Live USB keys; I found a program called UNetbootin. It will download the distro and set up the key if it is blank. I would remove any U3 software from it, and re-format the key with the HP tool first. UNetbootin can also make anti-virus USB keys too.
http://en.wikipedia.org/wiki/UNetbootin |
|
|
| |
|
|
|
 |
NoClue
|
|
Post subject:
Posted: Jul 20, 2010 - 08:19 PM
|
|
Site Admin

Joined: Jan 17, 2001
Posts: 10454
Location: Blackwood, NJ USA
Status: Offline
|
|
What video card?
/sbin/lspci | grep VGA |
|
|
| |
|
|
|
 |
|
|