Internet

Linux

MAC

PC General

Windows

NOTE! Before using any of those informations, be sure you read the Disclaimer! Thank you.

Home » Archive by Month

Articles Archive for May 2011

How to remove Swap Space CentOS

You have three options: remove an entire LVM2 logical volume used for swap, remove a swap file, or reduce swap space on an existing LVM2 logical volume.

Reducing Swap on an LVM2 Logical Volume

To reduce an …

How to add Swap Space in CentOS

You have three options: create a new swap partition, create a new swap file, or extend swap on an existing LVM2 logical volume. It is recommended that you extend an existing logical volume.

Extending Swap on …

How to install Kloxo on Centos / Fedora

Kloxo it is a free alternative to cPanel. Is simple and easy to use.
To install it follow next steps:
1: yum -y update
2: setenforce 0
3: mkdir temp; cd temp
4: wget http://download.lxlabs.com/download/kloxo/production/kloxo-install-master.sh
5: sh ./kloxo-install-master.sh
6: check if your …

How to add “Show Desktop” button in taskbar

Sometimes Windows XP users delete accidentaly “Show Desktop” button.
To fix this problem Microsoft created a hotfix for it.
You can download it from here

How to disable / turn off Kaspersky PURE / Antivirus / Internet Security licence validity expires soon message

I guess you need to rid of “Kaspersky Licence expire soon” notification. All you do is to follow the next steps:
1. Open your Kaspersky product
2. Click on settings on top right corner.

3. A new window …

Verifying AD RMS Functionality on ADRMS-CLNT

The AD RMS client is included in the default installation of Windows Vista and Windows Server 2008. Previous versions of the client are available for download for some earlier versions of the Windows operating system. For more information, …

Installing and Configuring AD RMS on ADRMS-SRV

To install and configure AD RMS, you must add the AD RMS server role.
Windows Server 2008 includes the option to install AD RMS as a server role through Server Manager. Both installation and configuration of AD RMS are handled through …

AD RMS – How to setting up the Infrastructure

To prepare your AD RMS test environment in the CPANDL domain, you must complete the following tasks:
Use the following table as a reference when setting up the appropriate computer names, operating systems, and network settings that …

How to remove fake antyspiware program System tool / Systemtool

Step 1. Reboot your computer in Safe mode with networking
Restart your computer.
After hearing your computer beep once during startup, start pressing the F8 key on your keyboard. On a computer that is configured for booting …

How to install and start GNOME Desktop Environmnet on CentOS or Fedora

To install GNOME use this command:
yum -y groupinstall “X Window System” “GNOME Desktop Environment”
If you boot your os and gnome don’t auto start login as user or root, type startx and press enter.
After …