Please login to start chat

ICT Solutions 2019-01-14 15:37:48

Installing Xampp in Ubuntu 18.04

1. Click here to download the Xampp Software for Ubuntu.

2. Open new terminal and type cd Downloads in it and press Enter.

3. Type sudo chmod +x xampp-linux-x64-7.3.0-0-installer.run and press Enter.

4. Type sudo ./xampp-linux-x64-7.3.0-0-installer.run and press Enter.

Now, you've successfully installed the Xampp in Ubuntu. To open Xampp, type the following command in the terminal.

sudo /opt/lampp/manager-linux-x64.run and press Enter. Then, the following welcome page will be appeared.

 

Go to Manage Servers and start MySQL Database and Apache Web Server.

To check Apache Web Server,

Open Web Browser and type localhost in it and press Enter. Then, you will see the following welcome page.

To check MySQL Service,

Type localhost/phpmyadmin/ in the browser and press Enter. Then, you will see the following welcome page.

...read more


ICT Solutions 2019-01-10 17:39:41

Installing MySql in Ubuntu

The followings are the commands to install MySql in Ubuntu.

1. Open new terminal and type sudo su in it.

2. Type apt-get install mysql-server php7.0-mysql and press Enter.

3. Type systemctl status mysql and press Enter. (Checking MySql service working or not)

4. Type systemctl enabel mysql and press Enter. (Enabling MySql service)

5. Type systemctl start mysql and press Enter. (Starting MySql Service)

6. Type mysql_secure_installation and press Enter. (Give Username, Password and follow the procedure)

7. Type mysql -u root -p and press Enter.(Log In MySql)

...read more


ICT Solutions 2019-01-10 14:40:02

Installing Apache Service in Ubuntu

1. Open new terminal and then, we better type sudo su and press Enter for admin persmission before typing any command.

2. Type apt-get install apahce2 libapache2-mod-php and press Enter.

3. And then, type systemctl status apache2 to check if the apache service is running or not.

4. If the apache service is not running, type systemctl enable apache2 and press Enter, and then, systemctl start apache2 and presse Enter.

5. Open the browser and type localhost in it. Then you will see the following welcome page.

...read more


ICT Solutions 2019-01-07 20:11:11

Using Network Discovery Tool (Nmap) in Ubuntu

Nmap is one of open source network discovery tools. In Nmap, there are so many features such as Target Specification, Host Discovery, Scan Techniques, etc,... . We can also check website is up or down by using Nmap. In this example, I'l tell you some functions under Host Discovery.


How to install Nmap in Ubuntu
Open a new terminal and type sudo apt-get install nmap in it. Wait a moment until the software is successfully installed.


1. Using List Scan (-sL)

Open new terminal and type nmap -sL domain name (eg. nmap -sL tnw87.com) in it. Then you will see ip address of 'tnw87.com'. If you don't see, your domain is errored in something.


2. Using Ping Scan (-sn)

Open new terminal and type nmap -sn domain name (eg. nmap -sn tnw87.com) in it. Then, you will see '1 IP address / 1 Host is up'. If you don't see, your domain is errored in something.


3. Treat all hosts as online (-Pn)

Open new terminal and type nmap -Pn domain name (eg. nmap -Pn tnw87.com) in it. Then, you will see '1 IP address / 1 Host is up'. And the services of http, https, http-proxy, https-alt are needed to be in open state. You don't see those conditions, your website is errored in something.

There are still so many features in Nmap. Open new terminal and type nmap in it and press enter. Then, you will see so many features. You can try those yourself.

...read more


ICT Solutions 2019-01-07 13:52:46

Using Viber in Ubuntu

1. Click here and download Viber for Ubuntu. (Every file we download in Ubunt is saved in Download Page)

2. Copy or Cut downloaded file and paste in Home Page.

3. Open new terminal and type the following commands.

      ls ~/viber.

     sudo apt-mark hold libcurl3

     sudo dpkg -i --ignore-depends=libcurl4  ~/viber.deb

     sudo apt install -f

     sudo dpkg -i --ignore-depends=libcurl4 ~/viber.deb

     sudo apt-mark unhold libcurl3

    /opt/viber/Viber

4. Now you can start use viber in Ubuntu.

...read more


ICT Solutions 2019-01-06 21:06:48

Screenshot Software for Ubuntu

Shutter is one of open source screenshot software for Ubuntu. It is not bad to use. In this software, you can use many features to do capture ,and can edit as well.
 

How to install

Open terminal and type the following command in it.
- sudo apt install shutter

How to open shutter
Open new terminal and type shutter in it and then, the shutter will be opened.

It is the good habit to run the following commands before installing any software in Ubuntu.

- sudo apt-get update

- sudo apt-get upgrade

...read more


ICT Solutions 2019-01-06 11:52:57

Installing Ubuntu in Virtual Box

Virtualization

Virtualizatin is installing two or more operating systems in one physical machine. The main effects of using virtualizaton are security and cost saving. Oracle VirtualBox is one of virtualization softwares. It is open source software and totally free. Please click here to download.  Install it after downloading.


Ubuntu

Ubuntu is one of open source operating systems. Please click here to download ubuntu ISO file.

Installing Ubuntu in VirtualBox

1. Start VirtualBox


- Open VirtualBox and Click New.


2.Choose Name and Operating System


- Type name in the Name box (for example, T N W)

- Choose operating system in Type box (here we will choose Linux)

- Chose version in Version box (here I will choose Ubuntu-64 bit)

- And then click Next.



3.Select Memory Size (RAM)


- Here I will give 4GB (4096MB) to the virtual machine

- Click Next.



4.Creating Virtual Hard Disk

- Choose Create a virtual hard disk now

- Choose VDI and click Next

- Choose Dynamically allocated and click Next


5. Selecting File location and size


- Choose the size of virtual hard disk

- Click create


6. Starting Virtual Machine

 

- Click start


- Browse the Ubuntu ISO file you've downloaded.

- Click Start again.

- Select Language and click Install Ubuntu

- Click continue.

- Select Erase disk and install Ubuntu because there is noting in Virtual Hard Disk you've created.

- Click Install Now.

- Click continue.

- Choose location and click continue

- Select Keyboard Layout and click continue



- Fill Your Name and Secured Password

- Click Continue

- Now the machine is installing Ubuntu OS and it will take some time to complete.

- Click Reatart Now

- Press Enter

 

- Now your installation is complete and enter password to login

...read more


Available Services
Download Android Application