Thursday, June 12, 2014

How To Create Cache Squid Out Directory Default

Cache squid proxy server default in ClearOS be /var/spool/squid. If we use partition or another hard drive as a separate cache from system, so we must change directory cache
Create partition(in this hard drivr), exam: /cache

»» Readmore

Thursday, April 19, 2012

How To Install Spark IM In Debian Linux

Spark is an Open Source, cross-platform IM client optimized for businesses and organizations. It features built in support for group chat, telephony integration, and strong security. It also offers a great end-user experience with featurs like-in line spell checking, group chat room bookmarks, and tabbed conversations. Then how to install in Debian follow below
Download spark from ignite realtime spark
Your extract spark_2_6_3.tar.gz from terminal (select your directory spark then extract "tar -xvzf spark_2_6_3.tar.gz")
Extract Spark
Then right-click start menu(applications) choose edit menus it will show the main menu
Select menu Internet then click new item
Main Menu
Fill in the form name then browse find where your extract spark, select spark
Now go to applications then Internet select Spark

or you can directly  from the terminal with type ./Spark
»» Readmore

Tuesday, April 10, 2012

How To Reset Password Ubuntu

If you have a single boot (only u buntu), to get the boot menu to show, you have to hold down Shift key during bootup.
Recovery Mode
From boot menu, select recovery mode, which is usually the second boot option.
Boot Root
Once you're at the root shell prompt, if you have forgotten your username as well
ls /home
To reset password
passwd username
Where username is the username you want to reset. In this case, I want to reset Adi password
passwd andi
Now the password should be reset
exit
After you get back to the recovery menu, select resume normal boot
Normal Boot
»» Readmore

Friday, February 17, 2012

How To Reset Password Clear OS

Turn on your server and when the boor screen press the up arrow to stop its counter
Select kernel linux(not safe mode), press a
Point your cursor at the end of the existing order, press SPACEBAR and type a single, then ENTER to continus the boot process
Finished booting you will get into console
>sh-3.00#
Type password and enter
Changing password for user root New UNIX password:
Enter new password then press enter
Reboot server
»» Readmore

Wednesday, February 15, 2012

How To Change Mac Address For Windows

Follow step below
Go to control panel then Network Connections
Right click icon Network interface LAN/WAN that you want to change

Network connections
Network Properties

Then click the button Configure and choose Advanced
Adapter Properties
I
Choose Local Administration Mac Network and change value with new Mac Address then click button OK
»» Readmore

Friday, November 04, 2011

Installing Apache2 With PHP5 And MySQL Support On Debian Squeeze

Installing MySql
aptitude install mysql-server mysql-client
Installing Apache2, Apache2 is available as a Debian package, therefore we can install it like this
aptitude install mysql-server mysql-client
Now direct your browser to htto://localhost, and you should see the apache2 placehoder page(it works!)
Spoiler for title :
We can install PHP5 ang the apache PHP 5 module as follows
aptitude install php5 libapache2-mod-php5
We must restart apache afterwards
/etc/init.d/apache2 restart
The document root of the default web site is /var/www. We will now create a small PHP file(info.php) in that directory and call it in browser. The file will display lots of useful details about our PHP installation, such as the installed PHP version.
vi /var/www/info.php
<?php
phpinfo();
?>
Now  we call that file in a browser(http://localhost/info.php)
Spoiler for title :
To get MySql support in PHP, we can install the php5-mysql package. It's a good idea to install some other PHP5 modules as well as you might need them for your applications. You can search for avaulabe PHP5 modules like this
aptitude search php5
Pick the ones you need ang install them like this
aptitude install php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php5-json
Now restart apache2
/etc/init.d/apache2 restart
Now reload http://localhost/info.php in your browser ang scroll down to the modules section again. You should now find lots of new modules there, including the MySql module
Spoiler for title :
Phpmyadmin is a web interface through which you can manage your MySql database. It's a good idea to install it
aptitude install phpmyadmin
Afterwards, you can acsess phpmyadmin under http://localhost/phpmyadmin

Spoiler for title :
»» Readmore

Search Driver With Easy In Windows

Clik right on your my computer then propertis

















Click on hardware then device manager

















Select the one that has not, exam click right on Ethernat Controller(Lan Card) then propertis

















Choose menu on tab click id Devide then copy the id device with CTRL+C

















Goto seacrh and paste




Choose some of the driver you want then click download





And download driver


»» Readmore

Sunday, October 23, 2011

In Memorial Marco Simoncelli

SIC Podium 3rd in Brno Republic Chezka















SIC Podium 2nd Philip Island Australia


»» Readmore

Saturday, October 22, 2011

How To Install Google Chrome Debian Squeeze

Download Google chrome from google.com/chrome then
# cd your-download-folder
exam
chaeful@aan:~$ cd Downloads/
then install using
root@aan:/home/chaeful/Downloads# sudo dpkg -i google-chrome-stable_current_amd64.deb
and waiting then install sucsesfully
or
add this repository in you source list
# Google software repository
deb http://dl.google.com/linux/deb/ stable non-free main
add in source list with using
chaeful@aan:~$ gedit /etc/apt/sources.list
then update
# apt-get update
then install  google chrome with
apt-get install google-chrome-stable
wait for sucsesfully
thank
»» Readmore

Wednesday, October 05, 2011

How To Install Libreoffice In Fedora 15

Before your install, download Libreoffice http://www.libreoffice.org/download/  adjust with computer architectur, exstraxt and installation file you've download same version and file name.
Below command for installation
open your terminal, login as root for linux and your follow command below
tar -zxvf LibO_3.3.0_Linux_x86-64_install-rpm_en-US.tar.gz
cd LibO_3.3.0rc4_Linux_x86-64_install-rpm_en-US/RPMS/
yum --nogpg install *.rpm
cd desktop-integration
yum --nogpg install *redhat*.rpm

if what wrong something you can comment or email ok
»» Readmore