Enter to the Terminal as root.
sudo su
gedit /etc/samba/smb.conf
Edit the line below
workgroup = workgroup
Replace with
workgroup = MSHOME
Save the file that has been in the edit.
reboot.
cd /etc/apache2/sites-available
touch-your-site name.conf
gedit-your-site name.conf
Enter your Virtual hostname, for example:
Servername myserver
ServerAdmin me@myserver
DocumentRoot/home/me/webroot/default
Options-Indexes
AllowOverride All
Order Allow, Deny
Allow From All
Save Name the new virtual host.
cd .. /sites-enabled
ln-s/etc/apache2/sites-available/nama-site-anda.conf
. /site-name-anda.conf
cd .. /
gedit apache2.conf
Enter the script below on apache2.conf
# Include the virtual host configurations:
NameVirtualHost 127.0.1.1:80
Include /etc/apache2/sites-enabled/
Save the above script that you add.
gedit /etc/hosts
127.0.0.1 localhost
127.0.1.1 minez myserver
Then save. restart apche2
/etc/init.d/apache2 restart
Virtual host that you just created, and can be accessed, if not successful, repeat above.
Congratulations and Thank Testing
Playing N64 With Emulator Mupen64 Plus for Linux on Ubuntu
Posted by Rahadian Syarif | 06.21 | 0 comments »Nintendo N64 Games and Mupen64 is an application of game N64 emulator for multiple OS.
unzip Mupen64Plus-1-3-bin-*.zip
cd Mupen64Plus-1-3-bin-*/
./install.shmupen64plus
Just Try it...!!
Install Al-Qur'an Research Tool (zekr) On Ubuntu 8.10
Posted by Rahadian Syarif | 06.12 | 0 comments »Many who do not know that ubuntu also have islamic application, namely zekr-Qur'an.
For Al-Qur'an Installing ubuntu on you, first check the repository universe, is already active / not yet.
Easy to install highly enough to enter the terminal as root and enter the command
apt-get install zekr zekr-quran-translations-en ttf-scheherazade ttf-SIL-farsiweb
In addition to the applications above, there are many more applications islamic,
Happy Testing
sudo gedit /etc/apt/sources.list
## Zenoss - Ubuntu
## Please report any bugs at http://dev.zenoss.org/trac
deb http://dev.zenoss.org/deb main stable
Save n exit.
apt-get update
apt-get install zenoss-stack
start zenoss
/etc/init.d/zenoss-stack start
sudo apt-get install libstdc++6-4.1-dev
extract ungrab_winmodem by type
tar xvfz ungrab_winmodem
change to active directory ungrab_winmodem sa root
make
make install
modprobe ungrab-winmodem untuk mengaktifkan pada saat startup, extract slmodem by type
tar xvfz slmodem
change to active directory slmodem as root
make
make install
modprobe slamr
ln -s /dev/ttySL0 /dev/modem to detect prolink modem
Then install gppp/kppp
Thanks
Configuring samba printer sharing
We can make Linux as a server sharing the printer. Configuration process must be done as user root. At the Ubuntu distro/Debian, open the terminal.
Start Menu -> Accesories -> Terminal
Next entry as the root user, or type the command (On Ubuntu);
$ sudo nano /etc/samba/smb.conf
Some lines must be edited is;
2. At the authentikasi, encrypt passwords = true
3. At the authentikasi, guest account = nobody
4. In the printing, load printers = yes
5. In the printing, printing = cups
6. In the printing, printcap name = cups
7. On the share definition, tag printers, browseable = yes
8. On the share definition, tag printers, public = yes
You can enter some additional configuration to make sure samba is running smoothly, as follows;
In the networking, the interface is filled with the engine at that time
*
At the global - browsing identification, give a new value called NetBIOS name with the desired name. Most easily, the user name of the machine
Save and restart the samba service using the command:
$ sudo /etc/init.d/samba restart
following the example configuration file samba server that has been modified;
#====================== Global Settings =======================
[global]
workgroup = MSHOME
netbios name = MUSTOFA-TU
server string = %h server (Samba, Ubuntu)
dns proxy = no
interfaces = 10.3.100.200/16 eth0
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
security = share
passdb backend = tdbsam
obey pam restrictions = yes
guest account = nobody
invalid users = root
passwd program = /usr/bin/passwd %u
passwd chat = *EntersnewsUNIXspassword:* %nn *RetypesnewsUNIXspassword:* %nn *passwordsupdatedssuccessfully* .
load printers = yes
printing = cups
printcap name = cups
socket options = TCP_NODELAY
[printers]
comment = All Printers
browseable = yes
path = /var/spool/samba
printable = yes
public = yes
writable = no
create mode = 0700
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
Hopefully Helping.
the most fun. hee ...!!!
To install it, we need to have the packet with this command:
with the command:
svn co https://kibadock.svn.sourceforge.net/svnroot/kibadock/trunk/ kiba
cd kiba/akamaru
./autogen.sh
make
sudo make install
Enjoy.....!!!
(Applications > Accessories > Terminal)
sudo su
apt-get install apache2
apt-get install php5 libapache2-mod-php5
To be compatible PHP, PHP restart with the command
/etc/init.d/apache2 restart
Then test your browser with mengetikan http://localhost/testphp.php in the browser address bar.
apt-get install mysql-server
Run mysql by type
mysql -u root -p
Enter your root password, and then install the next packet with the command
apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin
after installed, PHP should work with MySQL to edit php.ini to change the (;). ; = mysql.so extension with extension = mysql.so using
gedit /etc/php5/apache2/php.ini
now restart apache using the command
/etc/init.d/apache2 restart
Thank you ....!!!!
Install Ubuntu on Windows Program 8:10 With Crossover
Posted by Rahadian Syarif | 01.46 | 0 comments »To install it. first download in http://www.codeweavers.com/products/cxlinux/ wich crossOver .deb
after the donlod, we simply use the click to install 2 times.
appear after the interface, there is a list of programs that support the windows with Crossover this, select the program to live what we want to install.
Done, and just to run the program windows that we install has been appearing on your desktop.
Happy Testing.
Thanks
1.
Before installing the driver, make sure the repository is connected with both. Then go to Menu → Administration → Restricted Drivers Manager
2.
In the Restricted Drivers Manager, please check the driver that you want to install, and then click OK to start the download and installation process. When is finished restart your computer to see the changes that occur.
Install Real Player 11 and Configuration Mozilla Firefox Plugins on Ubuntu
Posted by Rahadian Syarif | 05.20 | 0 comments »follow the process below.
packet download real player 11 below: Install real player 11 + mozilla plugins configuration www.real.com go to to the terminal, and go to direktory that you have downloaded.
sudo su
chmod 770 RealPlayer11GOLD.bin
sudo ./RealPlayer11GOLD.bin
Once there is a message requesting the directory
/opt/real/RealPlayer
then copy the command below
cd /usr/lib/firefox-addons/plugins
sudo ln -s /opt/real/RealPlayer/mozilla/nphelix.xpt nphelix.xpt
sudo ln -s /opt/real/RealPlayer/mozilla/nphelix.so nphelix.so
sudo mv /usr/lib/totem/gstreamer/libtotem-complex-plugin.so ~/.
about:plugins
on addres bar
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible
File name: /opt/real/RealPlayer/mozilla/nphelix.so
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible version 0.4.0.4005 built with gcc 3.4.3 on Feb 25 2008
if plugins have already above, then the player is Real
installed
Happy Testing.
sudo su
gedit /etc/gdm/gdm.conf
BackgroundColor=#dab082
GraphicalThemedColor=#dab082
# 000000 I mean the color black.
Change it and good work...!!
2. Select the option Windows Printer Via Samba. Then click Browse to display a list of printer sharing in the
3. Note the picture below, the display shows the printer disharing-printer on the network using samba. Then select the printer you want to use.
4. Make sure you know the type of printer driver and you want to use it. Then select the type of start and printer drivers available in the list
5. Note the picture below shows the printer has been successfully entered. Then click Print Test Page button to try to print, or click the Make Default to make as the default printer
Printer Configuration Ubuntu 7:04
1. On the Start Menu, choose Administration → Printing. Then click the New Printer icon
2. At Step 1, select Network Printer option with Windows Printer (SMB). Wait some time, the system will try to detect the printer on-shared
3. Next view some of the printer is detected, click cancel pendeteksian process continues until the printer is finished. The name that appears under the name of the server hostname in printer sharing
4. following list of hostnames that do printer sharing. Select a course in accordance with their needs. Be sure to identify the type of printer and the drivers that will be used. Do not forget to choose a printer that disharing. Then click Forward. (Username and password are blank)
5. the next step, select the printer driver used. Then the printer is ready to use.
Happy Testing
Thanks
