Category: Operating Systems

Difference Between User Level Threads and Kernel Level Threads

Introduction Before we start, I recommend that you read this post first. It talks about concurrency in operating systems and clarifies the main difference between multitasking, multithreading, multiprogramming and multiprocessing. If you are done, let us proceed and define some relevant terms so that things are put into perspective. In this article, I am targeting

Difference Between System Call, Procedure Call and Function Call

System Call In order to better understand the difference between different call types, let us set some context for discussion. We are referring here to modern operating system (OS) design concepts. So, what are the main goals of having an OS in the first place ? Well, the OS achieves two primary goals for users.

Charles SSL Certificate Android and iOS

If you want to view and decrypt SSL connections (https) sent from your mobile device or if you are getting the message “ssl proxying not enabled for this host: enable in proxy settings, ssl locations” then you came to the right place. Here is a tutorial on how to do that: Charles SSL certificate iPhone

Execute Windows command from Linux

Winexe can be used to invoke remote Windows commands from Unix based system like Linux. Follow the steps below to build and install Winexe… installation Steps Download winexe from sourceforge Copy source code to the linux machine for example: scp winexe-1.00.tar.gz user@linuxhost:/path/to/winexe ssh to the linux machine and extract the package you just uploaded in

How to Install Squid Proxy Server on Windows

I wanted a proxy server installation with basic authentication. Squid proxy server is a well known open source proxy server but it is mainly for Unix. If you want to try Squid for Windows follow the steps below: Downlaod squid for windows: http://squid.acmeconsulting.it/download/squid-3.0.STABLE23-BZR-bin.zip Extract to C:\\squid Go to c:\\squid\\etc Rename squid.conf.default to squid.conf Rename mime.conf.default