
Hi
I gathering some screenshots of KDE from KDE 1 to KDE 4. You can see more screenshots in KDE official site.
KDE 1
KDE 2
KDE 3

Hi
I gathering some screenshots of KDE from KDE 1 to KDE 4. You can see more screenshots in KDE official site.
KDE 1
KDE 2
KDE 3
Reconfigure an already installed package like gdm.
dpkg-reconfigure package_name
For example you can reconfigure X Server:
sudo dpkg-reconfigure xserver-xorg

Hi
Issue 9 at Full Circle Magazine is out!
Contents

Good Luck

Hi ![]()
I wrote post about Webmin in ITPencil. My Persian friend like it. I decide to write post about Webmin and how to installing it on Ubuntu Gutsy Gibbon (7.10).
It’s very good for newbie.
from webmin.com:
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.
Installing Webmin On Ubuntu Gutsy Gibbon (7.10)
Webmin has some dependency package.
Install dependencies:
sudo aptitude install bash perl libnet-ssleay-perl openssl \ libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
After install dependencies, you can download and install Webmin. Last version of Webmin is 1.390.
Download Webmin:
sudo wget http://prdownloads.sourceforge.net/webadmin/webmin_1.390_all.deb
Install Webmin:
sudo dpkg -i webmin*.deb
Log in and use it:
Copy this URL into your web browser: https://localhost:10000
Read the rest of this entry »
![]()
Hi
Commonly used for a long strings that are frequently used. Alias allows you to have a small more familiar command or name to execute a long string.
Set an alias
Syntax
alias [name[='command']
| name | Specifies the alias name. |
| command | Specifies the command the name should be an alias for. |
| -a | Removes all alias definitions from the current shell execution environment. |
| -t | Sets and lists tracked aliases. |
| -x | Sets or prints exported aliases. An exported alias is defined for scripts invoked by name. |
| -p | Prints the list of aliases. |
Examples
alias command with no arguments or with the -p option prints the list of aliases:
$ alias alias ff='firefox' alias l='ls -CF' alias la='ls -A' alias ll='ls -l' alias ls='ls --color=auto' alias sx='startx'
Sets clr to type clear
$ alias clr='clear'
Remove an alias
Syntax
unalias [name]
| name | Specifies the alias name. |
| -a | Removes all alias definitions |
Clear all Linux / UNIX bash shell aliases
$ unalias -a
Note
When the computer is rebooted all alias will be lost.
How to prevent it?
All alias must be added to .bashrc file located at your user folder (example: /home/saeid/.bashrc)
Example
$ gedit /home/saeid/.bashrc
paste:
alias clr='clear'
now you have to ‘compile’ your .bashrc file
$ source .bashrc
Now clr alias it’s saved.
Good luck

Hi
I installed gOS on Ubuntu Gutsy Gibbon.
It’s nice but I prefer Gnome windows desktop environment.
If you want to install gOS , from terminal do the following (ONE LINE AT A TIME HITTING ENTER AFTER EACH STEP):
echo "deb http://packages.thinkgos.com/gos/ painful main"\ | sudo tee -a /etc/apt/sources.list
echo "deb-src http://packages.thinkgos.com/gos/ painful main"\ | sudo tee -a /etc/apt/sources.list
wget -q http://www.thinkgos.com/files/gos_repo_key.asc -O-\ | sudo apt-key add -
sudo apt-get update
sudo apt-get install greenos-desktop
Once installed, you can select gOS/Enlightenment from sessions option in your login screen.
Good Luck
![]()
Hi
Ubuntu has the root account disabled.
You use sudo to run commands as root. if you need root access for some work:
sudo -s
sudo -i
There is also a root terminal that is in the Applications menu. You have to right-click to edit the menu’s and add a check to the root terminal in System Tools items.
Don’t forget to type ‘exit’ (or press Ctrl+D) to switch back to your normal user when you are done.

Hi
Linux users:
for download a website to a local location in Linux, you can use wget command with a some parameter.
It’s very simple:
wget URL -k -c -r -p
![]()
Hi
For changing GNOME default media player, please follow steps:
1. Press Alt+F2, then enter gconf-editor to run:

2. Go to /desktop/gnome/applications/media/
3. Change value of exec key to your media player name. like Exaile:
Good bye
Hello
After many years blogging in Persian language, I decide to create a English weblog.
About me
I’m Saeid Zebardast 20 years old proud Iranian Ubuntu user.
I live in Iran.