child...for all
i'm only human
Friday, June 19, 2015
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
Create partition(in this hard drivr), exam: /cache
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")
Then right-click start menu(applications) choose edit menus it will show the main menu
Select menu Internet then click new item
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
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

Select menu Internet then click new item
Main Menu

Now go to applications then Internet select Spark
or you can directly from the terminal with type ./Spark
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.
From boot menu, select recovery mode, which is usually the second boot option.
Once you're at the root shell prompt, if you have forgotten your username as well
Recovery Mode

Boot Root

ls /home
To reset passwordpasswd username
Where username is the username you want to reset. In this case, I want to reset Adi passwordpasswd andi
Now the password should be resetexit
After you get back to the recovery menu, select resume normal boot
Normal Boot

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
Reboot server
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 enterChanging password for user root New UNIX password:
Enter new password then press enterReboot server
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
Then click the button Configure and choose Advanced
Choose Local Administration Mac Network and change value with new Mac Address then click button OK
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

Friday, November 04, 2011
Installing Apache2 With PHP5 And MySQL Support On Debian Squeeze
Installing MySql
We can install PHP5 ang the apache PHP 5 module as follows
Phpmyadmin is a web interface through which you can manage your MySql database. It's a good idea to install it
aptitude install mysql-server mysql-client
Installing Apache2, Apache2 is available as a Debian package, therefore we can install it like thisaptitude install mysql-server mysql-client
Now direct your browser to htto://localhost, and you should see the apache2 placehoder page(it works!)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();
?>
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 thisaptitude search php5
Pick the ones you need ang install them like thisaptitude 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 modulePhpmyadmin 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/phpmyadminSearch 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
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
Sunday, October 23, 2011
In Memorial Marco Simoncelli
SIC Podium 3rd in Brno Republic Chezka
SIC Podium 2nd Philip Island Australia
SIC Podium 2nd Philip Island Australia
Saturday, October 22, 2011
How To Install Google Chrome Debian Squeeze
Download Google chrome from google.com/chrome then
or
add this repository in you source list
thank
# cd your-download-folder
exam
chaeful@aan:~$ cd Downloads/
then install usingroot@aan:/home/chaeful/Downloads# sudo dpkg -i google-chrome-stable_current_amd64.deb
and waiting then install sucsesfullyor
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 usingchaeful@aan:~$ gedit /etc/apt/sources.list
then update# apt-get update
then install google chrome withapt-get install google-chrome-stable
wait for sucsesfullythank
Subscribe to:
Posts (Atom)