October 25th, 2005
To change your own password, open a terminal window and type:
passwd
To change Paul’s password (which you can only do as the superuser), open a terminal window. Become root and type:
passwd paul
Share This
By Jon -- 0 comments
October 25th, 2005
fluxbox
Fluxbox is a window manager that can take the place of a ‘typical’ desktop environment like KDE or Gnome.
Sometimes Fluxbox is referred to as a ‘light-weight’ window manager which is accurate - it’s light. With that lightness comes speed. No more waiting the the KDE splashscreen to […]
By Jon -- 8 comments
October 24th, 2005
This is one of those subjects that can get really ugly, really fast. I’m going to forgo the ugly part and look at a symbolic link from a functional level.
A symbolic link is a file that points to another file somewhere else on the system. A good example of a typical symbolic link are the […]
By Jon -- 1 comment
October 23rd, 2005
Setuid or SUID is a permission bit that can be set on a file or directory. I’m going to refer to suid for the remainder of this entry, but both phrases are interchangeable.
Setting the suid bit on a file allows normal users to run that application with raised (usually superuser) priviledges. Remember that when a […]
By Jon -- 7 comments
October 21st, 2005
The ‘Sticky Bit’ is a permission bit that can be set on either a file or a directory.
If it is set on a file, then that file will remain in memory after execution, thus ’sticking’ in memory. This is useful when running a multi-user program (such as a bulletin board system that I ran once) […]
By Jon -- 0 comments
October 20th, 2005
Every file and directory on a GNU/Linux machine has a set of permissions attached to it. This is to ensure that only the users and applications that are supposed to access a file can do so. GNU/Linux was built from the ground up as a multi-user system and these permissions are part of ensuring a […]
By Jon -- 1 comment
October 19th, 2005
Ksnapshop is a KDE application that has come installed on every KDE installation I’ve ever used. It’s fast, clean, and handy. If you don’t have it installed for some reason, you can apt-get install ksnaphot or yum install ksnapshot or get it from here.
Start Ksnapshot either by rooting through your menu to find it, or […]
By Jon -- 3 comments
October 18th, 2005
Now that New Linux User has been up and running for about three weeks, we’ve had some time to amass some stats. Some of which are kind of interesting (I think).
I don’t know if I’m allowed to talk visitors, but I suspect that Jeremy, Duncan, and Darren won’t mind. But to be safe, let’s just […]
By Jon -- 0 comments
October 17th, 2005
There are a log of GNU/Linux applications for burning CD/DVDs, but the one I am the most familiar with is K3B. It’s probably installed on your distro already, but if not you can apt-get install k3b, or yum install k3b, or get it here.
If you got here by accident and don’t know what an ISO […]
By Jon -- 1 comment
October 16th, 2005
It might be hard to believe, but there are more than two browsers for GNU/Linux. When I think about web browsers, I always think of Firefox and Konqueror. In actuality, the party is a little bigger than that.
Enter Galeon. Galeon is a Gnome-based web browser built off the Mozilla engine. Don’t let the Gnome-based thing […]
By Jon -- 0 comments
Recent Comments