Many people who have Linux machines at home or at work still find them selves working on Windows computers at their desk. So how do you get into your Linux box from here. You need to use a terminal client to open a remote shell on your Linux PC. To do this your can use [...]
Using "consolehelper" for "root only" applications
How annoying is this: You need to make changes to your
menu order and gmenu won\’t allow you to do it. You need to be
logged in as root and that means opening an xterm and
su\’ing as root then launching the app. Well, there
is hope and its called \”consolehelper\”. This application [...]
The Linux filesystem hierarchy: a short description
The Linux filesystem
There is no doubt that one of the most confusing things about Linux (at
least to the novice user) is its filesystem. Since most of us grew
accustomed to the way Windows does things, thinking about the filesystem
in terms of the A or C drive seems almost natural, but understanding the
differences between /etc and [...]
Install applications from a tarball
Installing applications from tarballs
Even though the RPM Pacckage Manager (RPM) has quickly become pretty much
standard in many Linux distributions (Red Hat, Caldera, SuSE, Mandrake…),
you may still come across files with a .tar.gz or .tgz extension from time
to time. If you run Slackware, you definitely will see these files, since
it is the default file type [...]
Need ssh client for Windows
A typical problem that we Linux users have to solve is how to connect to our Linux box via ssh from a Windows system. You see this question posted over and over again in the newsgroups and mailing lists. Well, here is a list of Windows ssh clients [...]
Finding out which daemon is using a certain port
Sometimes you may run the netstat -a command and find that there are way too many ports open in your box and you\’d like to close some of them. However, a typical problem is to try to figure out which daemon is using which port. Taking a look at the etc/services file certainly [...]
Erasing the bash history
Ever wonder how to erase the bash history? Just remove the .bash_history file from your home directory:
rm ~/.bash_history
Changing sendmail configuration
If you ever need to change sendmail\’s default configuration, make sure you follow this procedure:
Edit the /etc/sendmail.mc file to make the changes.
Run m4 /etc/sendmail.mc > /etc/sendmail.cf to write those changes to the configuration file.
Restart the sendmail daemon: /etc/rc.d/init.d/sendmail restart
Creating aliases or abbreviations in vi
If you type a certain line really often, it may be worthy to write it into your vi\’s configuration file as an \”alias\”. For instance, if you code in C there is a good chance that you end up entering the comments line a lot. In that case, you can add the following [...]
Use VNC to run Linux remotely on a Windows box
Introduction
Where to get the program and how to install it
Setup for both Linux and Windows
Screenshots
Using VNC via the browser
Recent Posts
-
- The new face of open source on Wall Street | The Open Road – CNET News
- 50 ways to impress your geeky linux friends – LaptopLogic.com
- How to fix the most common Linux problems | TuxRadar
- The Beginner’s Guide to Linux, Part 1: Finding the Right Distribution | Maximum PC
- 10 things you wanted to do with Ubuntu but didn’t know how