Wednesday, July 31, 2013

Wireless networks are not being seen by network manager

Summary: In this article I am going to show you the solution of the problem: wireless networks are not being seen by network manager even if wireless card drivers are installed. Yesterday, I reinstalled Linux 1.14 Nadia in my pc. After that I installed my wireless card driver which is Broadcom Corporation BCM4312. I learned its name and version from lspci command. lspci is a command on Unix-like operating systems...
Read More

Sunday, July 28, 2013

Dice Simulation with C or C++

I wanted to model the dice simulation using C or C++. You can see the codes in the following. ...
Read More

C veya C++ ile Zar Atma Simulasyonu

Bu programımda zar atmayı C ile modellemek istedim. Program kodlarını aşağıda görebilirsiniz. ...
Read More

Thursday, July 25, 2013

CPU Sıcaklık Alarmı Sistemi

Merhabalar, bu yazımda linux kernel ve linux shell in verdiği harika avantajlardan faydalanarak yaptığım CPU Sıcaklık Alarmı Sistemini anlatmak istedim. Linux un bize sağladığı en büyük avantajlardan biri kolaylıkla hardware bileşenlerine ulaşabilmemizdir. Hardware ile iletişim şu şekilde gerçekleşir : 1. Kullanıcı isteklerini kodlar...
Read More

Tuesday, July 23, 2013

Dictionary With Python

Python is a fast programming language as compared to other programming languages such as C, C++, java.. Also it is have a dictionary class which is very useful to create databases. So I thought writing a dictionary app with python would be efficient, fast and easy to build up. If you don't have python installed in your system, you can...
Read More

Monday, July 22, 2013

Install Android SDK on Eclipse On Linux Distributions

To start developing Android apps we need to first choose an IDE platform or environment. I recommend Eclipse. It is really good and efficient to develop android apps. I will give the step by step installation of Eclipse and set up it to develop android apps. Reqired Steps: 1. Open a terminal by typing Ctrl+F2 2. Type 'sudo apt-get install eclipse' enter, enter your password , this will install Eclipse platform. 3.  After...
Read More

Sunday, July 21, 2013

Linux Mint 1.14 Nadia Wireless Problem

I installed Linux Mint 1.14 Nadia a few months ago. Wireless  wasn't working because of the driver was not installed. In some linux mint distributions you can have this problem, nadia is one of them. Also, in some ubuntu distributions you can have the wireless problem too. To solve this problem you need to install wireless driver and reboot your computer or restart network services. To doing this there is several methods....
Read More

Saturday, July 20, 2013

Ubuntu 11.10 waiting up to 60 more seconds for network configuration 'problem'

!-- google_ad_client = "ca-pub-9384858954425908"; /* eeecoder_footer_AdSense1_728x90_as */ google_ad_slot = "5232400677"; google_ad_width = 728; google_ad_height = 90; // --> I upgaded my ubuntu 11.04 Natty to ubuntu 11.10 Oneiric Ocelot a few weeks ago. To handle some issues I have needed to modify /etc/network/interfaces file. After some modifations I get the message:"waiting up to 60 more seconds for network configuration"...
Read More

Friday, July 19, 2013

Modelling a Digital Communication System using Matlab

I modelled the digital communication system by a simple script. In first, if you haven't installed Matlab in your system yet, you can see my article about installation of matlab on Linux. A digital telephone converts an analog signal(our voice) to a digital signal before transmission. While the analog signal takes on real number...
Read More

Vodafone Mobile Connect Software in Ubuntu

To install vodafone mobile connect software enter the following commands into terminal: wget https://forge.betavine.net/frs/download.php/626/vodafone-mobile-connect_2.25.01-1_all.deb sudo dpkg -i vodafone-mobile-connect_2.25.01-1_all.deb After the installation you can run the software from Applications->Internet Category. The picture...
Read More

Android x86 Wifi-Wireless Problem

Hi guys! Nowadays most of the people have a trouble with Android x86 wifi-wireless problem. To handle this I figured out a solution. If you haven't tried Android on a pc, you may  wanna see my post about how to install android on pc. Solution: Open Android  and press Ctrl+Alt+F1 to open terminal then type the following rows: netcfg        --to see what you have as connection devices in your computer  ...
Read More

Thursday, July 18, 2013

Worldlist Maker with Python

Fistly, if you haven't installed python in your system, you can wanna read my post about installation of python on linux. Some peoples, especially hackers and that who wanna be a hacker :)  needs wordlistmaker scripts to hack passwords. A wordlistmaker script required to be very fast and very efficient. Because, most wordlists have...
Read More