VBoxTool Rumi, May 6, 2011June 11, 2018 Provides effective control of virtual machines of VirtualBox (virtualization solution) on a Linux headless server, published as free and open source software. Currently VirtualBox lacks a decent management environment for controlling virtual sessions on a headless server environment. VBoxTool mimics partly Virtual Machine Manager which controls sessions for other virtualization solutions like… Continue Reading
Virtual Machine Manager Rumi, May 6, 2011May 6, 2011 The "Virtual Machine Manager" application (virt-manager for short package name) is a desktop user interface for managing virtual machines. It presents a summary view of running domains, their live performance & resource utilization statistics. The detailed view graphs performance & utilization over time. Wizards enable the creation of new domains,… Continue Reading
Virtualbox Rumi, May 6, 2011May 6, 2011 VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the… Continue Reading
Mount Windows partitions in to Linux Rumi, May 6, 2011 Procedure to mount remote windows partition (NAS share) 1) Make sure you have following information: ==> Windows username and password to access share name ==> Sharename (such as //server/share) or IP address ==> root level access on Linux 2) Login to Linux as a root user (or use su command)… Continue Reading
Configuring command line network inteface in Debian Rumi, May 1, 2011February 13, 2012 Configure the Network Manually You can use ip or ifconfig command to configure IP address and other information. Task: Display the Current Network Configuration Type the following command: $ ip address show Output: 1: lo: mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128… Continue Reading
IIS 6 Metabase Error on Restoration or Migration Rumi, April 30, 2011 If you are trying to restore IIS and receive an Invalid Signature error trying to restore the IIS Metabase you must make a small tweak to ensure you can restore the IIS Metabase to another windows server. What probably happened is that you created a backup to the c:\windows\system\inetsrv folder… Continue Reading
How to upgrade PHP 5.2 Centos Rumi, April 27, 2011September 5, 2017 Method-1 This guide describes how to upgrade the standard PHP 5.1.x packages in CentOS 5.x 32-bit to the current development versions 5.2.x. These instructions were created using CentOS 5.3 32-bit and with the following PHP packages installed: # rpm -qa |grep php php-common-5.1.6-15.el5.i386 php-cli-5.1.6-15.el5.i386 php-5.1.6-15.el5.i386 php-pdo-5.1.6-15.el5.i386 php-bcmath-5.1.6-15.el5.i386 php-ldap-5.1.6-15.el5.i386 php-devel-5.1.6-15.el5.i386 php-gd-5.1.6-15.el5.i386… Continue Reading
Data Execution Prevention (DEP) in Windows Vista and Windows 2008 Rumi, April 7, 2011 Right click on Command Prompt icon and select “Run as Administrator". Then execute the following command: bcdedit.exe /set {current} nx AlwaysOff If you regret your decision and now wants to enable or turn back on the DEP protection for your Windows Vista, simply use the following command instead: bcdedit.exe /set… Continue Reading
সুন্দরবনের কলাগাছিয়া Rumi, April 6, 2011 পশ্চিম সুন্দরবনের সাতক্ষীরা রেঞ্জের অধীন বুড়িগোয়ালিনী স্টেশনের কাছেই বনবিভাগের উদ্যোগে গড়ে তোলা হয়েছে কলাগাছিয়া ইকো- টু্যরিজম কেন্দ্র। সুন্দরবনের পরিবেশকে ঠিক রেখে পর্যটকদের বন ভ্রমণের জন্য নানান সুযোগ-সুবিধা বাড়ানোর পাশাপাশি বন্যপ্রাণী দেখারও ব্যবস্থা রয়েছে এখানে। যারা মংলার কাছে করমজল ইকো-টু্যরিজম কেন্দ্র দেখেছেন, এ জায়গাটি তাদের কাছে আরো বেশি সাজানো-গোছানো ও সুন্দর… Continue Reading
Error installing iscsi initation 2.00 on windows 2000 server Rumi, April 4, 2011 1- create a batch file containing the following commands: net stop winmgmt c: cd %systemroot%\system32\wbem rd /S /Q repository regsvr32 /s %systemroot%\system32\scecli.dll regsvr32 /s %systemroot%\system32\userenv.dll mofcomp cimwin32.mof mofcomp cimwin32.mfl mofcomp rsop.mof mofcomp rsop.mfl for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s for /f %%s in ('dir… Continue Reading