We all live in a yellow submarine, yellow submarine, yellow submarine …
YELLOW SUBMARINE- The Beatles
G D C G
In the town where I was born
Em Am C G
Lived a man who sailed to sea
G D C G
And he told us of his life
Em Am C D
In the land of submarines
G D C G
So we sailed up to the sun
Em Am C G
Till we found the sea of green
G D C G
And we lived beneath the waves
Em Am C D
In our yellow submarine
CHORUS:
G D
We all live in a yellow submarine
G
Yellow submarine, yellow submarine
G D
We all live in a yellow submarine
G
Yellow submarine, yellow submarine
And our friends are all on board
Many more of them live next door
And the band begins to play …CHORUS
As we live a life of ease
Everyone of us has all we need
Sky of blue and sea of green
In our yellow submarine …CHORUS TWICE
(from Revolver, 1966)
(sent by Harlan at harlant@hawaii.edu)
1989 Daihatsu Charade CLS ENGINE REMOVAL & INSTALLATION
download
2. Mark and remove hoses from air cleaner. Remove air cleaner. Disconnect vent hose from valve cover. Mark and remove vacuum hoses from throttle body, brake booster, A/C fast idle and pressure Vacuum Switching Valve (VSV). 3. Disconnect ground cable at transaxle, engine and alternator. Disconnect wire clamp at ignitor. Disconnect wiring connector at ignitor, engine fuse block and cowl connector. Disconnect wiring at alternator and A/C compressor. WARNING: Fuel lines are under pressure. Use caution during removal to prevent personal injury. 4. Cover fuel line at fuel filter with shop towel and carefully remove fuel line at fuel filter. Disconnect pressure sensor connector. Remove radiator and heater hoses. 5. Mark and remove vacuum hose between Bi-Metallic Vacuum Switching Valve (BVSV) and charcoal canister. Disconnect electrical connector at radiator fan motor. Remove radiator and A/C compressor drive belt.
How To Change A Timing Belt In Your Car
Emmy Award Winning mechanic Scotty Kilmer shares his 42 years of repair experience in his video illustrating how to replace an engine timing belt. Visit www.scottykilmer.com for answers to all your car questions.
thks scott
Virtual Host Pada Apache
Ini terkadang perlu, atau perlu-perlu ngak juga …
biarin lah yg penting ada catatannya deh…
Step 1.
edit file host yg ada di `C:\Windows\System32\drivers\etc\hosts`
tambahkan misal : 172.0.0.1 myweb.dev
Step 2.
edit file httpd.conf punyanya Apache
tambahkan baris berikut misalnya :
NameVirtualHost 172.0.0.1
<VirtualHost 127.0.0.1:80>
DocumentRoot “C:\www”
ServerName localhost
</VirtualHost>
<VirtualHost 127.0.0.1:80>
DocumentRoot “C:\www\myweb_dev”
ServerName myweb.dev
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
ErrorLog logs/myweb.dev-error_log
CustomLog logs/myweb.dev-access_log common
</VirtualHost>
Step 3. Finish
gitu doank …
All About Ubuntu
Ganti ipaddress
nano /etc/network/interface
tambahin:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.11
netmask 255.255.0.0
gateway 192.168.0.1
Restart Apache
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/mysql restart
Samba
sudo mkdir /srv/samba/share
sudo chown nobody.nogroup /srv/samba/share
sudo /etc/init.d/samba restart
sudo service smb restart
nano /etc/samba/smb.conf
tambahin
[share]
comment = Ubuntu File Server Share
path = /srv/samba/share
browsable = yes
guest ok = yes
read only = no
create mask = 0755
open port mysql
iptables -A INPUT -p tcp –dport 3306 -j ACCEPT
iptables -A INPUT -p udp –dport 3306 -j ACCEPT
Set mysql bind address
Before you can access the database from other computers in your network, you have to change its bind address. Note that this can be a security problem, because your database can be accessed by others computers than your own. Skip this step if the applications which require mysql are running on the same machine.
type:
nano /etc/mysql/my.cnf
and change the line:
bind-address = localhost
to your own internal ip address e.g. 192.168.1.20
bind-address = 192.168.1.20
update lewat cdrom
sudo apt-cdrom add
sudo aptitude update
sudo aptitude install build-essential
Shutdown
sudo shutdown -h 0
sudo reboot
Mounting
usb -> mount /dev/sdx /media/sdx
cdrom -> mount /dev/cdrom /media/cdrom
sudo unmount /dev/cdrom
Building and installing the mssql extension from source
download http://freetds.org/
$ ./configure –prefix=/usr/local/freetds –enable-msdblib
$ make
$ sudo make install
$ sudo cp include/tds.h /usr/local/freetds/include
$ sudo cp src/tds/.libs/libtds.a /usr/local/freetds/lib
$ apt-get source php5
mkdir ~/SourceCode/php-mssql
$ cp ext/mssql/config.m4 ~/SourceCode/php-mssql
$ cp ext/mssql/php_mssql.c ~/SourceCode/php-mssql
$ cp ext/mssql/php_mssql.h ~/SourceCode/php-mssql
$ ./configure –with-mssql=/usr/local/freetds
$ make
$ make install
$ cd /etc/php5/conf.d/
$ sudo vim mssql.ini
; Enable the mssql extension
extension=mssql.so
$ sudo vim /etc/profile
At the end of the file add:
export FREETDSCONF=/etc/freetds/freetds.conf
Now add this same entry into your web server’s environment variables. I am using apache and assuming you are to. If not, consult your web server’s documentation for how to do this:
$ sudo vim /etc/apache2/envvars
Now add these entries to the end of the file:
export FREETDSCONF=/etc/freetds/freetds.conf
$ sudo vim /etc/freetds/freetds.conf
Go to the end of the file and add the following lines
;— Custom MSSQL server name —
; THIS CAN BE ANY NAMED SERVER REFERENCE YOU WANT TO CREATE
[SERVERNAME]
; This is the host name of the MSSQL server
host=HOSTNAME
; This is the port number to use
port=PORTNUMBER
; This is the TDS version to use for anything over Server 2000
tds version=8.0
Now we need to add the freetds library to the load library stack.
$ sudo vi /etc/ld.so.conf
Go to the end of the file and add the following line:
/usr/local/freetds/lib
# Restart your web server
Like everything that involves a change to the PHP environment or configuration on your machine, restart the web server. I am assuming this is being built upon an apache server. If not, you will need to know how to stop and start your web server or, at the very least, know how to reboot your machine:
$ sudo apache2ctl stop
$ sudo apache2ctl start
mod-rewrite
sudo a2enmod rewrite
restart/reload apache
detail :
http://ubuntuforums.org/archive/index.php/t-764037.html
http://ubuntuforums.org/archive/index.php/t-7304.html
iyo botoi – botoi
iyo botoi-botoi
iyo tarik tali
mangerok pukek …
pasar bengkulu
cuplikan lagu di atas adalah lagu daerah Bengkulu, yg mengingatkan kita untuk selalu bergotong-royong dalam hidup ini.
Memanggil Module Joomla!
fungsi untuk memanggil module :
<jdoc:include type=”modules” name=”user4″ style=”xhtml” />
user4 adalah module name yang terdapat pada admin site.
File : template.css
html
{
margin: 0;
/* setting border: 0 hoses ie6 win window inner well border */
padding: 0;
}
body
{
margin: 0;
/* setting border: 0 hoses ie5 win window inner well border */
padding: 0;
font-family: verdana, ‘trebuchet ms’, sans-serif;
font-size: 12px;
background: #e6e6e6;
}
/* page layout */
body { text-align: center; } /* center on ie */
#container
{
position: relative;
margin: 0 auto; /* center on everything else */
width: 720px;
text-align: left;
}
#container-inner { position: static; width: auto; }
#container {
width: 1000px;
height: 800px;
border: 1px solid gray;
background: url(../images/body-bg.gif) center top repeat-y
}
#container-inner {
margin: 0 0 0px 0;
}
#alpha, #beta, #gamma
{
float: left;
margin: 0 0 0 0px;
}
#alpha-inner, #beta-inner, #gamma-inner
{
padding: 0px 0 0px 0;
}
#alpha {
margin: 0px 0px 0px 19px;
width: 265px;
border: 1px solid gray;
}
#beta {
width: 415px;
margin-left: 40px;
border: 1px solid gray;
}
#gamma {
width: 200px;
border: 1px solid gray;
}
/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
content: ” “;
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
Tips & Trick Template Bikin Template Joomla!
1. copyright dicantumkan di paling atas, contoh template :
<?php
/**
* @copyright Copyright (C) 2005 – 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”<?php echo $this->language; ?>” lang=”<?php echo $this->language; ?>” >
<head>
<jdoc:include type=”head” />
<link rel=”stylesheet” href=”<?php echo $this->baseurl ?>/templates/default/css/template.css” type=”text/css” />
<body>
<!– container –>
<div id=”container”>
<div id=”container-inner” class=”pkg”>
<!– banner –>
<div id=”banner”>
<div id=”banner-inner” class=”pkg”>
</div>
</div>
<!– /banner –>
<!– page body –>
<div id=”pagebody”>
<div id=”pagebody-inner” class=”pkg”>
<!– alpha –>
<div id=”alpha”>
<div id=”alpha-inner” class=”pkg”>
</div>
</div>
<!– /alpha –>
<!– beta –>
<div id=”beta”>
<div id=”beta-inner” class=”pkg”>
</div>
</div>
<!– /beta –>
<!– beta –>
<div id=”gamma”>
<div id=”gamma-inner” class=”pkg”>
</div>
</div>
<!– /beta –>
</div>
</div>
<!– /page body –>
</div>
</div>
<!– /container –>
</body>
</html>