LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

Success Installing QGIS

Posted 05-08-2011 at 07:01 PM by megasaputra

Finally, I installed QGIS successfully. One of dependency of QGIS is grass. I had to look for the dependency of grass too. So, I searched the dependency. I got them. But, I don't know, why I couldn't find where the application. I will search the internet.
LQ Newbie
Posted in Uncategorized
Views 535 Comments 0 megasaputra is offline
Old

remote shell access

Posted 05-08-2011 at 07:03 AM by neonsignal
Updated 05-08-2011 at 08:06 AM by neonsignal

Remote (and secure) access to another system makes use of the ssh package.

At its simplest, this provides secure copying from one machine to an account on another remote machine:
Code:
scp file user@remote_machine:~
Login to the other machine can be automated by creating a private/public key pair to sign the access. The public key is added to the authorized keys of the destination account. The private key must be kept secure.
Code:
ssh-keygen
...
Senior Member
Posted in Uncategorized
Views 4168 Comments 1 neonsignal is offline
Old

Make http://screenshots.debian.net/ better

Posted 05-07-2011 at 11:33 AM by alan_ri (Thoughts and other things about Linux, GNU, FOSS etc.)

As one can see on the site there are at this very moment;

[B]3256 screenshots online[/B]

But the fact is there are almost 30000 Debian packages out there, which suggest that there are many screenshots missing. Screenshots are very useful in Synaptic Package Manager for example, because it can obviously give you a picture of what you want to install. The process of uploading a screenshot is simple as it can be, so help make Debian better by uploading screnshots of some apps...
Senior Member
Posted in Uncategorized
Views 2788 Comments 0 alan_ri is offline
Old

sharing files from Windows machines

Posted 05-07-2011 at 07:07 AM by neonsignal

To access files shared from Windows machines, install the package smbfs.

Shares on the other machine can be listed:
Code:
smbclient -L windows_machine
Shares can be mounted to a local mount-point (ie an empty directory):
Code:
smbmount //windows_machine/share share -o user=username
or using mount directly:
Code:
mount -t smbfs -o username=username //windows_machine/share share
Senior Member
Posted in Uncategorized
Views 582 Comments 0 neonsignal is offline
Old

unable to ping the remote host

Posted 05-07-2011 at 05:35 AM by praveen464
Updated 05-07-2011 at 06:25 AM by praveen464

I have installed the 2 linux os RHEL5.4 on 2 virtual machines in the VMware workstation7.0.

1st os IP address is 192.168.1.107
[root@redhat2 ~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:5D:13:A3
inet addr:192.168.1.107 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe5d:13a3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:324014 errors:0...
LQ Newbie
Posted in Uncategorized
Views 843 Comments 0 praveen464 is offline

  



All times are GMT -5. The time now is 01:35 AM.

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