Pages

Selasa, 13 Agustus 2013

Start With Gambas

     Did you ever heard about Gambas,maybe yes maybe dont....
     Actualy i have started learning about this programing about 3 months ago,i have to choosen one of develop programing for my backtrack.In My College My senpai giving instruction to me to learn about visual programing but it must linux version,that's why i have to install it.

How to Install


     If You using backtrack 5 r3 on your computer,it's have include of Gambas 2 repository.
So to install it in your computer  it so easy.

  • Open Your terminal
  • Login as super user or "root"
  • Type "apt-get install gambas2"
  • Wait,,,,,,
  • If success look at your programing menus
If Any eror,try this step-by-step in your terminal :
  • apt-get autoclean
  • apt-get remove
  • apt-get update
     

Looking Inside


Choose your type project,what you mark it will showing the tools in toolbar in main window


select the directory for placing your application


Giving name and title aplication


Main Windows of Gambas



 

Start Web Aplication in Backtrack

   Hello guys,this time i want to share My experience to create Web Aplication in mY dIstro.I have a job from my college to create web based applications,but before we doing it just make sure that your web server is already runing.If you didn't know how to start it folow this.
  Ok,lets started to create web based in our web server (localhost) this is the step :

  • Open Terminal
  • Login as super user or "root"
  • Type "nautilus"
  • Go to "File System/var/www"
  • Create new folder in there---->"www"
  • Start Your Coding in your new folder
    How to test your coding in browser,just Type "localhost/your_folder"


Senin, 22 Juli 2013

Install Libre Office On Backtrack

     Today,i want to show how to add office software in our backtrack,spesialy LibreOffice because i so like it to used in coledge,let started.

Started Web Server on Backtrack 5 R3

    Hai again,now i want to show you to make our backtrack is going into web server.Before we started you have to know your bancktrack is include apache2 and mysql,so we just needed to activated our apache2 and mysql tomake web server,this the steps :

PHP editor in Backtrack

     Hai,this time i want to share about My experience used PHP or HTML editor in My backtrack5 r3.In windxxx there is many software we can used,like pagebreze or notepad++ with many usefull tools,but in backtrack or other distro do you know what software we can use ?????
     I have learn about PHP about 2 months ago so i am still newbie in this programing,ok lets started.