Posted in March 7, 2010 ¬ 11:40 amh.Cihan DOGAN
First of all, we will see which outputs are available, connected/disconnected with xrandr –verbose command:
black@sysbuntu:~$ xrandr –verbose
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 2720 x 900
LVDS connected 1280×800+0+0 (0×4f) normal (normal left inverted right x axis y axis) 0mm x 0mm
Identifier: 0×4b
Timestamp: 12612
Subpixel: horizontal rgb
Clones:
CRTC: [...]
Read the rest of this entry »
Posted in February 23, 2010 ¬ 12:59 pmh.Cihan DOGAN
I have installed Ubuntu 64bit edition on my Sony Vaio laptop. After i get failed with usb functionality at Sun Virtualbox, i decided to use another virtualization software which is VMware player. At the beginning everything was fine. But a while later, when i try to use my wlan0 interface via bridge mode in my [...]
Read the rest of this entry »
Posted in February 9, 2010 ¬ 5:27 pmh.Cihan DOGAN
Usually, it is really hard to find a freeware antivirus for Windows Servers. But still you have one option. Clamwin. ClamWin is a Free Antivirus program for Microsoft Windows 7 / Vista / XP / Me / 2000 / 98 and Windows Server 2008 and 2003. ClamWin Free Antivirus comes with an easy installer and [...]
Read the rest of this entry »
Posted in February 9, 2010 ¬ 12:02 pmh.Cihan DOGAN
For Centos 5.4:
Firstly, install the dependencies:
# yum -y install perl-Net-SSLeay
Then download the rpm package and install it:
# cd /opt # wget http://sourceforge.net/projects/webadmin/files/webmin/1.500/webmin-1.500-1.noarch.rpm/download # rpm -i webmin-1.500-1.noarch.rpm
Then reach your management url:
https://your-hostname-or-ip:10000 The default user is setted to “root” and the password is your root account’s password.
For Debian 5.0:
Firstly, install the dependencies:
# apt-get install perl libnet-ssleay-perl [...]
Read the rest of this entry »
Posted in January 29, 2010 ¬ 5:46 amh.Cihan DOGAN
You have installed the Windows Server operating system. It is working well. So now you should be thinking about the security, i.e. unnecessary ports, unlimited login access and ip restrictions. So if you haven’t got an hardware based firewall, you can use Microsoft’s SCW tool and Windows Firewall together to keep your server secure.
Security Configuration [...]
Read the rest of this entry »
Posted in December 6, 2009 ¬ 12:15 pmh.Cihan DOGAN
I had taken some Dvd Movies last week. But my Dvd player did not played them. I think the player damaged somehow. So i decided to copy them to my Arch Linux installed laptop. A few months ago, i had 1-1 copied my hard drive to a new one with “dd” tool at console. But [...]
Read the rest of this entry »
Posted in August 24, 2009 ¬ 12:07 pmh.Cihan DOGAN
The date from i start to use Linux, my biggest difficulty is that i could not find any alternative software that is powerful as Microsoft Outlook in Windows. So i decided to find the way that allows me to use Microsoft Outlook in Linux. After googling a few useful tutorial, i found the most [...]
Read the rest of this entry »
Posted in June 29, 2009 ¬ 5:38 amh.Cihan DOGAN
I was trying to install new virtual machine (Ubuntu 8.10 Server – i386 ) on VirtualBox. After i install my O.S, while it was reebooting the system, my Ubuntu system stucked with the error: ” Please use a kernel apropriate for your cpu ” error.
After a while googling, i found how to solve this issue:
1. [...]
Read the rest of this entry »
Posted in June 9, 2009 ¬ 12:52 pmh.Cihan DOGAN
Installation:
I will not tell you basic setup of Arch Linux, because it has been told at Arch Linux beginners guide very well. So you can follow up the setps Part I (Install the Base System) and Part II (Configure&Update the New Arch Linux base system) exactly. After that:
1. We will install Xorg packet via terminal:
#sudo [...]
Read the rest of this entry »
Posted in June 7, 2009 ¬ 3:39 pmh.Cihan DOGAN
I want to check one of the most famous CRM softwares, SugarCRM, so i googled it, but unfortunately i got no result on Arch Linux, so i decided to setup myself. Then i posted here. Hope it helps somebody else who wants to setup on Arch Linux.
SugarCRM is a webbased CRM solution written in PHP. [...]
Read the rest of this entry »