<link rel="me" href="https://www.blogger.com/profile/12060331191107431241" /> <meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/> <meta name='google-adsense-platform-domain' content='blogspot.com'/> <!-- --><style type="text/css">@import url(https://www.blogger.com/static/v1/v-css/navbar/3334278262-classic.css); div.b-mobile {display:none;} </style> </head><body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d34242636\x26blogName\x3dDavid\x27s+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://mddeseo.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://mddeseo.blogspot.com/\x26vt\x3d4557501872077244021', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script> - Davids BLOGGG!!!-
Wednesday, December 06, 2006
6:50 PM

UNIX Command Summary
There are MANY commands available for you in a UNIX shell account. A list of them follows (in no particular order). Remember, you can always read the manpage on each command for more information.

ls ................. show directory, in alphabetical order
logout ............. logs off system
mkdir .............. make a directory
rmdir .............. remove directory (rm -r to delete folders with files)
rm ................. remove files
cd ................. change current directory
man (command) ...... shows help on a specific command
talk (user) ........ pages user for chat - (user) is a email address
write (user) ....... write a user on the local system (control-c to end)

pico (filename) .... easy to use text editor to edit files
pine ............... easy to use mailer
more (file) ........ views a file, pausing every screenful

sz ................. send a file (to you) using zmodem
rz ................. recieve a file (to the unix system) using zmodem

telnet (host) ...... connect to another Internet site
ftp (host) ......... connects to a FTP site
archie (filename) .. search the Archie database for a file on a FTP site
irc ................ connect to Internet Relay Chat
lynx ............... a textual World Wide Web browser
gopher ............. a Gopher database browser
tin, trn ........... read Usenet newsgroups

passwd ............. change your password
chfn ............... change your "Real Name" as seen on finger
chsh ............... change the shell you log into

grep ............... search for a string in a file
tail ............... show the last few lines of a file
who ................ shows who is logged into the local system
w .................. shows who is logged on and what they're doing
finger (emailaddr).. shows more information about a user
df ................. shows disk space available on the system
du ................. shows how much disk space is being used up by folders
chmod .............. changes permissions on a file
bc ................. a simple calculator

make ............... compiles source code
gcc (file.c) ....... compiles C source into a file named 'a.out'

gzip ............... best compression for UNIX files
zip ................ zip for IBM files
tar ................ combines multiple files into one or vice-versa
lharc, lzh, lha .... un-arc'ers, may not be on your system

dos2unix (file) (new) - strips CR's out of dos text files
unix2dos (file) (new) - adds CR's to unix text files


posted by ^^, @ 6:50 PM 0 comments

Wednesday, November 29, 2006
3:57 AM


Components of Operating Systems





Process Management:

Providing multiple processes allows conceptually concurrent processing, assisting with modularisation of the program.

The OS provides for creation, deletion, suspension, resumption of processes.
Processes often require synchronisation and communication with each other - the OS must provide facilities for this.

As multiple processes wish to share resources, resource allocation is required.

With this come problems of deadlock and starvation which must be treated.



Memory Management:

The aim of memory management is to allow processes to use as much as possible of the memory, whilst giving each as much as it requires.

The operating system is responsible for allocating memory to processes, and keeping track of free memory.

Segmentation and/or paging may be implemented. Segmentation avoids internal fragmentation, paging avoids external fragmentation.

Virtual memory uses secondary memory to emulate main memory.




File Management:

The objective of the file system is to provide a user-friendly interface to a large structured persistent storage area.

The file system usually has a directory structure. A directory is a file which contains information about the location of other files.

The file system provides facilities to manipulate files and directories.


Input/Output Management:

The objective of I/O system management is to provide controlled (non-interfering) convenient access to I/O devices.

Efficiency is improved by buffering, caching and spooling.

Device drivers are low-level software interfaces to devices.


posted by ^^, @ 3:57 AM 0 comments

Sunday, October 08, 2006
9:51 PM

Im not doin much so im gonna make a post...this goes out to everyone that feels like they're feelin down cuz of all the crud people throw their way...so chin up peeps and tell those ***es to s**k it!


posted by ^^, @ 9:51 PM 0 comments

Wednesday, October 04, 2006
8:01 PM

Updated my blog...yo add me up at friendster people...heres my email add: j_erkz_2004_2005@yahoo.com . Yes it is 2004-2005 cuz im just too lazy to change it...however i have an active ym accnt...add me up here too: j_erkz20062007. rÖk ON!


posted by ^^, @ 8:01 PM 0 comments

Monday, October 02, 2006
4:59 PM

Intel's Core architecture now underlies mobile, desktop and server chips, and is a major departure from the Pentium 4's NetBurst design.

It is hard to overstate the importance of the Core micro-architecture to Intel, and thus to the rest of the industry. The product of a major debate within Intel (what Pat Gelsinger, General Manager of the Digital Enterprise Group, called the 'speed freaks versus brainiacs'), it marks the victory of those who felt that extra performance was best achieved not by constantly upping the processor's clock speed, but by going for ever more parallel systems with much finer control of performance versus power consumption.
With the Core 2 Duo and Core 2 Extreme, the Core architecture is being applied to mobile (Merom) and desktop (Conroe) processors, which now join last month's Xeon 5100 (Woodcrest) to put basically the same chip in everything from notebooks to servers. All modern processors work by reading a stream of instructions that tell them where data is in memory and what to do with it. Originally, processors took in one instruction from memory and took as long as it needed to fully execute it before starting on the next. Each clock tick -- of which there are a million a second with a 1MHz processor, a billion with 1GHz -- moved the instruction one stage further through the processor. Some instructions could take four or more ticks.


posted by ^^, @ 4:59 PM 0 comments

4:41 PM

Why do I love using Computers?

Computers play a vital role in my life...such as for leisure, I like playing computer games cuz hey its cool... Computers also help me in making assignments, requirements needed in school and the likes. Downloading... I dig downloading stuff off the internet like movies, songs, but not illegally of course (if u get wat i mean ^^,). Right now we live in the modern age... a time in which technology plays a very important role in the development of society... cuz of this many people my age are so caught up in the technology that we have today that it forces us to make ourselves better so that we can be more adaptive to the changing times.


posted by ^^, @ 4:41 PM 0 comments

Tuesday, September 12, 2006
11:17 PM

10 years after the life of one of the greatest Rappers was took...let us take time to commemorate the words of this great person...


posted by ^^, @ 11:17 PM 0 comments

10:59 PM

Computer Architecture has shown me that even though programmers deal with programs and the likes, if our knowledge of computer architecture is limited, then we are almost completely useless. If we know nothing about data structures or how and why the structures of data or so complex then we know nothing.


posted by ^^, @ 10:59 PM 0 comments

Monday, September 11, 2006
5:26 PM

CS 212 (Computer Architecture)

I have learned lots of things in this subject during the first and second trinals of school year 2006 - 2007. I discovered the ways to pipeline, store, and edit data. Things like this are important in the life of a computer programmer cuz they help to make the understanding of data structures a lot more easier.


posted by ^^, @ 5:26 PM 0 comments