Information Computer

Tuesday, December 27, 2011

Fix Packet Tracer Fonts in Ubuntu

packet tracer is a software simulation of cisco for learning / designing a network. for me it is very important because software is software that's one software that I need for school. after a few moments ago I decided to move from windows to linux....
READ MORE >> Fix Packet Tracer Fonts in Ubuntu

Monday, December 26, 2011

Permanent Aliases in Ubuntu

alias is one of the linux command used to create command alias to run the other command. aim to facilitate our work in the terminal. the problem is that we make with the alias command alias that is not permanent. therefore we must create a command alias...
READ MORE >> Permanent Aliases in Ubuntu

Monday, August 29, 2011

System Restore

system restore in windows according to very useful. maybe not my windows are often problematic, but may make your windows. mostly caused by viruses that are not artificial persons responsible or the people who have enough to do. causing our windows...
READ MORE >> System Restore

Wednesday, August 24, 2011

Hide RAR file to JPG file

We know that in the RAR file has the security of a password. but its nothing wrong if we add security on the files that we consider important. This is not actually a way to add security. but merely a way to fool other people who are looking at our files....
READ MORE >> Hide RAR file to JPG file

Monday, August 22, 2011

Set DNS Client / IP Name Server

if we create a local network that there is a computer server and local web server. certainly you will also configure the DNS server so that web can be accessed using the domain name (eg google.com). I did not explain how to configure a DNS server. this...
READ MORE >> Set DNS Client / IP Name Server

Friday, August 19, 2011

Renew IP Dynamic With Command Linux

a time when I tried DHCP on linux debian server. I got a problem. the problem is not on its server. but on his client. client computer using ubuntu linux 11.04. the problem is when the DHCP server has been completed the client computer can not renew...
READ MORE >> Renew IP Dynamic With Command Linux

Monday, August 15, 2011

PHP Date Function

While waiting for iftar. I want to continue post yesterday describing the functions of PHP. if yesterday we had know about the PHP string functions. Now we will discuss about the PHP date function. Date function is used to retrieve the value in the...
READ MORE >> PHP Date Function

Sunday, August 14, 2011

PHP String Fungtions

how are you? hopefully fine. due to the following post I will discuss about the functions of a string in PHP. functions in PHPfunctions I will post it here. following functions are string functions that are often used. string functions are the functions...
READ MORE >> PHP String Fungtions

Saturday, August 13, 2011

Connect PHP With MySQL

The previous post I've described a little about MySQL functions in PHP. Maybe in your previous posts are still confused. Because I was just giving an explanation without an example.Following I will give an example of using the mysql functions in php....
READ MORE >> Connect PHP With MySQL

Tuesday, August 9, 2011

MySQL

MYSQL is the software used to manage databases or what is often called the Database Management System (DBMS). MySQL is a database software that is usually used in server. MySQL is very popular in web-based programming, primarily in PHP and Perl programming....
READ MORE >> MySQL

Monday, August 8, 2011

Mysql Functions In PHP

Earlier we know that PHP has a good connectivity to multiple databases. one of them with MySQL. because in PHP has several functions that are used to MySQL. The following functions. mysql_connect (Host, Username, Password)used to connect MySQL database...
READ MORE >> Mysql Functions In PHP

Sunday, August 7, 2011

PHP

PHP stands for "Hypertext Preprocessor". PHP is a server-side scripting language that integrates with HTML to create dynamic web pages. so php is a scripting language that is attached to the HTML that is server-side. server-side scripting is the syntax...
READ MORE >> PHP

Friday, August 5, 2011

JavaScript PopUp Window

sometimes if we create a web we will need something called a popup window. popup window is used to bring up a web page in a new window whose size can be set. we can make a popup using javascript. The following source code to create a popup window with...
READ MORE >> JavaScript PopUp Window

Thursday, August 4, 2011

ASCII Code With JavaScript

this time I will try to explain about how to find the ASCII code keyboard with javascript. so when we typed one key on the keyboard will display a message box that displays the number or the ASCII code of the key. I'll give the source code of a simple...
READ MORE >> ASCII Code With JavaScript

Tuesday, August 2, 2011

Ajax Javascript

May still be many who do not know what it was ajax. I think ajax is a web-based programming techniques used to create an interactive web application. Ajax is a combination of server side scripting and client side scripting. so ajax is some combination...
READ MORE >> Ajax Javascript

Monday, August 1, 2011

Setting Internet USB Modem In Ubuntu

need to be considered for the linux version 10.04 down. must install the files below first. Name FileLink Download Udev http://ubuntu.pesat.net.id/archive//pool/main/u/udev/udev_162-2_i386.deb Usb-modemswitch-datahttp://ubuntu.pesat.net.id/archive//pool/main/u/usb-modeswitch-data/usb-modeswitch-data_20100826-1_all.deb...
READ MORE >> Setting Internet USB Modem In Ubuntu

Sunday, July 31, 2011

Install Rar for Linux

for this time I did not explain on how to install WinRar in Linux. but this time I only discuss about how to install linux command line you can use to manage your Rar files. by using software that is often called rarlinux. you can download rarlinux...
READ MORE >> Install Rar for Linux

Super Hidden Files

on windows operating system there are super hidden terms. super hidden is also an attribute of a file. difference with the usual hidden files is when you show all hidden files using the folder option file with super hidden attribute will not appear....
READ MORE >> Super Hidden Files

Saturday, July 30, 2011

Install XAMPP For Linux

XAMPP is free software, its function is as a stand-alone server (localhost). Name XAMPP stands for X (four of any operating system), Apache, MySQL, PHP and Perl. The program is available in the GNU General Public License and free, is easy to use web...
READ MORE >> Install XAMPP For Linux

Hidden Files In Linux

maybe some people will be wondering how to give the hidden attribute on a file in linux. if the windows are usually right click - properties - check the hidden. but in linux does not exist. in linux there is a unique way to hide files. following way: select...
READ MORE >> Hidden Files In Linux

Friday, July 29, 2011

Turn Off AutoRun

AutoRun is a technique used to automatically run a process. AutoRun runs when there is a storage device detected. and this technique is usually utilized by the virus. therefore we also have to be careful with the AutoRun. AutoRun is turned off only if...
READ MORE >> Turn Off AutoRun

Command Linux Ubuntu

For this may be my only review the basic linux commands for file management in linux ubuntu.note the following table. Commandfunctionoptional cdChange directorycd path_destination cpCopy file or directorycp path/file_name path_destination mvMove file...
READ MORE >> Command Linux Ubuntu

Change Login Background In Linux

login view on ubuntu is often called by GDM. in other words we will change the background of GDM. Essentially we will change the login background to use the software in linux that is Appearance. but Appearance is usually only used in desktop. to be...
READ MORE >> Change Login Background In Linux

Install File Type .Bin

usually if the windows installer (executable) files which we know only file type .Exe . but in linux we will find some installer files. examples such as file type bin, deb, tar.gz, tar.gz, sh, and other. but this time I specifically discuss the file...
READ MORE >> Install File Type .Bin

Play MP3 Music Files In Linux

Mp3 is one of the audio files in music format. Average - average audio files to music is mp3. Music mp3 format because the quality is sufficient. to play the mp3 files we need mp3 player software and there is also a need decode (codec). many ways that...
READ MORE >> Play MP3 Music Files In Linux

Thursday, July 28, 2011

Install Flash Player For Linux

Adobe Flash Player is a plugin that must-have for running content that contains video and flash (the file format. Swf). If you want to watch streaming video on youtube or listen to streaming radio on the browser you are obliged to have Adobe Flash Player. Adobe...
READ MORE >> Install Flash Player For Linux

Followers