FreeBSD :How do I disable desktop icons for “Computer,” “Home,” and “Trash?”

How do I disable desktop icons for “Computer,” “Home,” and “Trash?”

If you do not want your desktop cluttered with the default icons for “Computer,” “Home,” and “Trash,” you can disable any or all of them. To do this, launch Applications > System Tools > Configuration Editor (gconf-editor from the command line), and go to the [...]

FreeBSD : How do I upgrade from gnome2-lite to the full GNOME 2.28 desktop?

How do I upgrade from gnome2-lite to the full GNOME 2.28 desktop?

The Lite edition does not include all of the components of the standard GNOME 2.28 desktop. If you wish to install the full desktop, first remove the gnome2-lite package, then install the gnome2 port or package. For example:

root@kartook# pkg_delete gnome2-lite

Then one of the following:

root@kartook# [...]

How do I remove www from all my urls so that search engine can only rank domain.com ?

How do I remove www from all my urls so that search engine can only rank domain.com/ urls under Linux Apache web server?

Add following code to your .htaccess or httpd.conf (directory directive) file:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.yourdomain.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]

If you added directives to httpd.conf, restart Apache:

# service httpd restart

Possibly Related Posts:

FreeBSD : Data set [...]

Q : Windows Domain Log on issue ?

In Windows 2003 domain environment  desktops with XP Professional the log on to our domain name.

It now displays our domain name with (windows 2000) next to it.

Why would this change from the correct domain name to domain name (windows 2000) only on a  few computers and how do we correct it?

2 Domain Controllers.

Ans :

we would [...]

FreeBSD : How do I install perl on FreeBSD ?

How do I install perl on FreeBSD operating system?

Practical Extraction and Report Language or Perl can be installed using FreeBSD ports or binary package system. Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It’s also a good language for many [...]

Ubuntu :Disabling splash screen?

The splash screen is shown when you boot up ubuntu. You can stop showing it and display lot of details about your boot process as below.
Run gedit in sudo  mode and edit the file /etc/default/grub
sudo gedit /etc/default/grub
Locate the line that shows the following

GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
Remove quiet and splash

GRUB_CMDLINE_LINUX_DEFAULT=””
Then save and close out of your editor

Run the [...]

How do i enable sshd / ssh server in FreeBSD ?

how do i enable sshd / ssh server in FreeBSD ?

Open /etc/rc.conf and set sshd_enable=”yes”:

open file :

vi /etc/rc.conf

Append following text:

SSHD_ENABLE=”yes”

Save and close file. To test just reboot freebsd:

reboot

Possibly Related Posts:

FreeBSD :How do I disable desktop icons for “Computer,” “Home,” and “Trash?”
FreeBSD : How do I upgrade from gnome2-lite to the full GNOME 2.28 desktop?
How do [...]

Ubuntu : How to display My Computer icon in Desktop

How to display My Computer icon in Desktop (Linux, Ubuntu)

1. Press Alt+F2
2. Run gconf-editor.
3. Go to Applications -> Nautilus -> Desktop and then check the box computer_icon_visible.

Possibly Related Posts:

FreeBSD : Data set and change
Mysql : Connect to a remote mysql Server
MySql : how to create database user on mysql databbase?
MySql : How to Create a [...]

Can I upgrade from Server Core 2008 to the full Windows Server 2008?

No, you can’t upgrade from Server Core 2008 to Windows Server 2008, nor can you downgrade from Windows Server 2008 to Server Core 2008. If you need to switch versions, you’ll need reinstall .

Possibly Related Posts:

FreeBSD :How do I disable desktop icons for “Computer,” “Home,” and “Trash?”
FreeBSD : How do I upgrade from gnome2-lite to [...]