Fix vista activation DNS error 0x8007232b
During Windows Web Server 2008 Activation if you get this error:
Windows Activation Error: A problem occurred when Windows tried to activate.
Error Code 0x8007232B.
For a possible resolution, click More Information. Contact your system administrator or technical support department for assistance.
DNS name does not exist.
Fix vista activation DNS error 0x8007232b:
Control Panel > System > Windows activation and then click "Change Product Key".
Enter the same product key you have been given by microsoft. (It's the same key you used to install Win Vista.) This time your windows will activate successfully.
6:39 PM | Tags: windows | 0 Comments
Run Linux inside Windows with andLinux
Site Description:
andLinux is a complete Ubuntu Linux system running seamlessly in Windows 2000 based systems (2000, XP, 2003, Vista; 32-bit versions only). This project was started for Dynamism for the GP2X community, but its userbase far exceeds its original design.
andLinux uses CoLinux as its core which is confusing for many people. CoLinux is a port of the Linux kernel to Windows. Although this technology is a bit like running Linux in a virtual machine, CoLinux differs itself by being more of a merger of Windows and the Linux kernel and not an emulated PC, making it more efficient. Xming is used as X server and PulseAudio as sound server.
andLinux is not just for development and runs almost all Linux applications without modification.
Download andLinux
Install andLinux
Preview:
9:41 AM | Tags: linux | 0 Comments
How to Windows 2000 PPP
Basicly this howto explain how to configure ppp using a Windows 2000 desktop.
7:06 AM | Tags: windows | 0 Comments
How to Run Linux on iPAQ Handhelds
- Table of Contents
- About this Document
- Handhelds.org Resources
- Getting Started with Linux on iPAQ
- Frequently Answered Questions
- Serial Port and UART Questions
- IPKG Packages and Feeds
- PPP Howto
- Working with Ramdisk, Initrd, and Filesystems
- Power Management
- PCMCIA and CF Card Howto
- Keyboards HOWTO
- Handheld Computers Supporting Linux
- What Hardware is Supported?
- Development Process
- Dual Booting Handhelds
- iPAQ PocketPC (WinCE) Restoration
- Compaq Bootldr
- Index
7:03 AM | Tags: PDA | 0 Comments
How to Run Linux on iPAQ Handhelds
- Table of Contents
- About this Document
- Handhelds.org Resources
- Getting Started with Linux on iPAQ
- Frequently Answered Questions
- Serial Port and UART Questions
- IPKG Packages and Feeds
- PPP Howto
- Working with Ramdisk, Initrd, and Filesystems
- Power Management
- PCMCIA and CF Card Howto
- Keyboards HOWTO
- Handheld Computers Supporting Linux
- What Hardware is Supported?
- Development Process
- Dual Booting Handhelds
- iPAQ PocketPC (WinCE) Restoration
- Compaq Bootldr
- Index
7:03 AM | Tags: PDA | 0 Comments
How to Run Remote X Applications
This HOWTO describes how to run remote X applications. How to have an X program display on a different computer than the one it's running on. How to make an X program run on a different computer than the one you're sitting at. The focus of this HOWTO is on security and this HOWTO also contains information on running X applications locally, but with a different user-id, and information on setting up a computer as an X terminal.
6:58 AM | | 0 Comments
Chkrootkit Checking bindshell INFECTED (PORTS: 465)
If you are running Chkrootkit on a cPanel server, or other it may be a false positive because Chkrootkit only checks the port 465 that should be used to secure smtp.
6:22 AM | Tags: security | 0 Comments
Work table pictures
All the people who works daily on a computer need to have a work space. Some time is very interesting how people organise their objects.



7:30 PM | Tags: offtopic | 0 Comments
Can't connect to local MySQL server through socket
I you are reding this, probably you are getting the next error:
/usr/local/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'
Check that mysqld is running and that the socket: '/tmp/mysql.sock' exists
To fix it, and if you are running cPanel just try to run the next commands:
# ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
# /scripts/mysqlup --force
6:33 PM | Tags: cpanel, linux | 0 Comments
Make scripts available to all users
If you have a cgi or php script that you want to make available to all users on your server, you just need to add an Alias in
/etc/httpd/conf/httpd.conf
pointing to a shared directory owned by root:wheel
6:24 PM | Tags: linux | 0 Comments
Run Windows and Linux together simultaneously
"With the latest release of VirtualBox, Windows and Linux can be run together simultaneously, and you don't even need to switch between the two. Using the seamless Windows feature of VirtualBox, you can run two different operating systems simultaneously on a single PC and you can use the applications of both operating systems from the same desktop simultaneously.
This has been made possible by the combined efforts of VirtualBox and SeamlessRDP that is meant for seamless Windows support for rdesktop. The rdesktop, ie, the remote desktop feature helps in creating X11 Window for each Windows application that you will run from the host machine, further the application that is running can be moved and resized."
Read Full Article: How to run Linux and Windows in the same place
"Prerequisites
Before we proceed, you should have the latest VirtualBox 1.5.2 installed on your system. For this download VirtualBox 1.5.2 rpm for openSUSE 10.3 from the link provided in the direct hit box. For installation first navigate to the folder where you have downloaded the rpm file and then run the following commands in the terminal.
# rpm -ivh VirtualBox-1.5.2_25433 _openSUSE103-1.i586.rpm
# /etc/init.d/vboxdrv setup
For running VirtualBox, navigate to Computer > more application and on the new application section click on the 'Innotek VirtualBox' icon."
10:15 AM | Tags: linux, windows | 0 Comments
Linux beginners guide
This is a online guide that can answer to that questions:
1. What is Linux? Learn more about the free operating system
2. Why not Windows? Why should avoid using Microsoft Windows
3. Making the switch Where to download and how to step into Linux
Visit: Get GNU/Linux
10:05 AM | Tags: linux | 0 Comments
Cisco Nexus 7000 Network Switch
This Switch Can Route 15 Terabits Per second with future availability of 40Gb and 100 Gb Ethernet and unified fabric I/O modules.
9:56 AM | Tags: offtopic | 0 Comments
Howto check the size of PAGESIZE on Linux
Some recent operating systems have their main memory divided into pages and it allows better utilization of memory.
Kernel swap and allocates memory using pages.
You can view the size of a page in bytes, using this command::
# getconf PAGESIZE
4:38 PM | Tags: linux | 0 Comments
Change VSFTPD port
How to change default vsftpd port (TCP port 21)?
vsftpd (Very Secute FTP Daemon) is used by Fedora, Ubuntu, RHEL and other Linux based distros.
Changing default can be a good ideia for security reasons.
Login to your server as root
Open vsftpd.conf file (by default /etc/vsftp/vsftpd.conf or /etc/vsftpd.conf)
# nano vsftpd.conf
Find line that read as follows
listen_port=21
Then, replace port 21 with new port (example 23)
listen_port=231
Save and Exite. Make sure that no other service is usign that port.
Restart vsftpd
# /etc/init.d/vsftpd restart
4:10 PM | Tags: ftp, linux, sysadmin | 0 Comments
Add user on FreeBSD using pw
The pw command allow root to add, modify and remove users and groups.
Example:
Adding an user usign add:
# pw useradd -n usern_you_want -s /bin/csh -m
# passwd user_you_want
The optins '-s' and '-m' (s -> Set shell /bin/csh) (-m -> setup home directory /home/user_you_want)
Delete a user usign pw:
# pw userdel -n user_you_want -r
'r' is used to remove the home directory created and all the content.
Note that -r option remove home directory & its contents.
Use help:
# pw useradd help
# man pw
3:43 PM | Tags: freebsd, sysadmin | 0 Comments
Change MYSQL root Password
Is very easy to change root password on Linux / BSD / Unix systems on propmpt line (shell) using a few commands.
Log in to your server as root
If you are setting mysql root password first time you can use:
Usign mysqladmin
1st way:
# mysqladmin password “password_you_want“
2nd way:
# mysqladmin -u root password “Npassword_you_want“
3rd way:
# mysqladmin -u root -h localhost password “password_you_want“
Use the same way if you want to change the current password:
# mysqladmin -u root password "password_you_want"
3:34 PM | Tags: mysql | 0 Comments
Find DNS Servers on Windows Server
Use: Start -> Run
"cmd"
Then execute on msdos prompt:
C:\>ipconfig /all
Or follow this steps:
1) Click on Start button > Settings > Network connections
2) Double click on Local Area Connection
3) Click on Properties button
4) Select Internet Protocol (TCP/IP)
5) Click on Properties button and Look for Preferred DNS Server:
3:23 PM | Tags: sysadmin, windows | 0 Comments
Find DNS servers on Linux
You can simply use that commands to find your DNS servers on a Linux/Unix/BSD based OS:or usign:
# nano /etc/resolv.confor using:
# less /etc/resolv.conf
3:20 PM | Tags: linux | 0 Comments
Upgrade 32 to 64-bit Fedora without a system reinstall
If you want to upgrade a machine running Fedora from 32.bit to 64-bit first read this article:
Upgrade from 32-bit to 64-bit Fedora Linux without a system reinstall
"One great thing about Linux is that you can transplant a hard disk from a machine that runs a 32-bit AMD XP processor into a new 64-bit Intel Core 2 machine, and the Linux installation will continue to work. However, if you do this, you'll be running a 32-bit kernel, a C library, and a complete system install on a processor that could happily run 64-bit code. You'll waste even more resources if your new machine has 4GB or more of system memory, and you'll be forced to either not use some of it or run a 32-bit Physical Address Extension (PAE) kernel. Cross-grading to the 64-bit variant of your Linux distribution can help you use your resources more wisely."
3:07 PM | Tags: fedora, linux | 0 Comments