DirectoryComputersBlog Details for "Foo bar Lab"

Foo bar Lab

Foo bar Lab
Linux, Debian, Geek , coding , psycho and interestes
Articles: 1, 2, 3

Articles

Dualism or parallelism
2007-01-22 18:43:00
Due to the way I follow to react in my life,I feel that parallelism has existence regarding a lot of things in this life,does the mind able to parallelize its reactions..? , Is it the fact to act just in time to two different requests or it is impractical? Is it concerned with your concentration and practice? Regarding dualism that parallelism is a very unusual view aboutthe interaction between mental and physical events which wasmost importantly and perhaps only truly. But I?m considered with two another substances _mental/feeling_in a different interaction, does the relation guarantee parallelism,or there?ll be a priority to what is different/new, I.e. the different one prevail the other? Why the different thing gains priority? Is it __infatuation__ for what is different oreven it?s always an obsession fact? In my opinion parallelism is assured either for what?ssimilar/different in the presence of an influence of intimacy.
OpenMosix/Mosix (Clustering)
2007-01-22 18:43:00
Something about what's going with OpenMosix and clustering :Linux kernel only controls processes running inside one system (even with multiple CPUs) and can schedule different processes across the logical CPUs in one system, OpenMosix makes it possible for multiple systems to co-operate so that process that starts on one system can migrate over to another system while executing, the user will not see the process is executing on a different system, i.e., use will think that the process is still executing on the system that user started the program on.And talking more deeply we can distinguish between IPC / MPI i.e. , Clustering View:Firstly: The Message Passing Interface (MPI) is a language-independent computer communications descriptive application programmer interface (API), with defined semantics, and with flexible interpretations.IPC is "any mechanism by which two or more processes communicate between each other"MPI is a specific IPC mechanism,if we'll mean SysV/ Posix IPC mec...
More About: Networking , Erin
Complicated || not organized __detailed__ manual ...?!
2007-01-22 18:40:00
When trying to configure console based mail client from time,I noticed something ...!All those complicated manuals regarding MUAMTA settings,just exists to confuse people and discourage them from using their software.Is it so hard for them to start with a simple configuration ...?!!Three steps may put you to a working env.-mutt configuration (in ~/.muttrc)-SMTP command (~/bin/gmailout)-ssmtp configuration (/etc/ssmtp/ssmtp.conf)Also it was the case from few days when i was Installing/configuring R.Rails / MySQL /ApacheI noticed that maybe a Google search may be more effective than MANs, still the Question..Gr8 to have a good detailed manual, but also there must be a hint or a pointer to what's related or required of dependencies of software components or third-party packages configurations.....any comment ... ???!
More About: Manual , Organ , Complicated
CVS Reminder
2007-01-22 18:33:00
-First Set the Env. Var. CVSROOT to the cvsrepo directory-mk. dir. ( project ) wishing to add it to the repos. inside the repos.-Checkout this directory-Add files and commit.
More About: Reminder
CVS Reminder
2007-01-22 18:27:00
-First Set the Env. Var. CVSROOT to the cvsrepo directory-mk. dir. ( project ) wishing to add it to the repos. inside the repos.-Checkout this directory-Add files and commit.
More About: Reminder , Remi
Google hacks security vulnerabilities
2007-01-21 06:03:00
Default Resources: intitle:"Test Page for Apache"Directory Listings :intitle:"Index of" adminreturn URLs that contain directory listings of /admin.more queries that take advantage of directory listings: intitle:"Index of" .htpasswd intitle:"Index of" stats.html intitle:"Index of" backup intitle:"Index of" etc intitle:"Index of" finance.xlsError Messages: "A syntax error has occurred" filetype:ihtml "ORA-00921: unexpected end of SQL command"Remote Services: "VNC Desktop" inurl:5800 intitle:"Terminal Services Web Connection"Google can also find administrative applications that allow users to configure systems remotely. For example, here is how to locate phpMyAdmin installations: "phpMyAdmin" "running on" inurl:"main.php"
More About: Security , Hacks , Vulnerabilities , Google Hacks
Google hacks security vulnerabilities
2007-01-21 05:46:00
Default Resources: intitle:"Test Page for Apache"Directory Listings :intitle:"Index of" adminreturn URLs that contain directory listings of /admin.more queries that take advantage of directory listings: intitle:"Index of" .htpasswd intitle:"Index of" stats.html intitle:"Index of" backup intitle:"Index of" etc intitle:"Index of" finance.xlsError Messages: "A syntax error has occurred" filetype:ihtml "ORA-00921: unexpected end of SQL command"Remote Services: "VNC Desktop" inurl:5800 intitle:"Terminal Services Web Connection"Googl e can also find administrative applications that allow users to configure systems remotely. For example, here is how to locate phpMyAdmin installations: "phpMyAdmin" "running on" inurl:"main.php"
More About: Security , Hacks , Vulnerabilities
GoogleAnalytics V.s AW
2007-01-21 04:34:00
Google analytics as a __remote-hosting__ statistics analyzer tool;useful features:- Browser & Platform Combos versions- Unique/returner Visitors- Languages - Referring Source Google, yahoo....- Java Enabled - Geo Location- Geo Map Overlay- Flash Version - Connection Speed - Network Location- Top Content/Content by title. - Depth/Length of Visit- XML/excel/Tab-separated exportation for every single statistic.What's in Aw. and not of Google A. :-rush hours report-Visits of robots checker-Worms attacks checker-Number of times your site is "added to favorites bookmarks".-Whois links-Static reports in one or framed HTML/XHTML pages, experimental PDF export.Aw Requirements :-Server must log web access in a log file you can read.-Ability to run Perl scripts (.pl files) from command line and/or as CGI.-Somehow Aw. can ...
More About: Tracking , Anal
GoogleAnalytics V.s AW
2007-01-21 02:58:00
Google analytics as a __remote-hosting__ statistics analyzer tool;useful features:- Browser & Platform Combos versions- Unique/returner Visitors- Languages - Referring Source Google, yahoo....- Java Enabled - Geo Location- Geo Map Overlay- Flash Version - Connection Speed - Network Location- Top Content/Content by title. - Depth/Length of Visit- XML/excel/Tab-separated exportation for every single statistic.What's in Aw. and not of Google A. :-rush hours report-Visits of robots checker-Worms attacks checker-Number of times your site is "added to favorites bookmarks".-Whois links-Static reports in one or framed HTML/XHTML pages, experimental PDF export.Aw Requirements :-Server must log web access in a log file you can read.-Ability to run Perl scripts (.pl files) from command line and/or as CGI.-Somehow Aw. can ...
More About: Tracking , Googl , Anal
localhost.localdomain
2007-01-20 17:09:00
A while back I was trying to set up some packaging tools on a Debian system, and came across a problem where my host was identifying itself as host/localhost.localdomain .Firstly hostname returned the correct thing (i.e. servername), and secondly that /etc/hosts looked like this:x.x.x.x servername.mydomain.com servername127.0.0.1 localhost.localdomain localhost servernamesome applications can’t cope with 127.0.0.1 returning localhost.localdomain instead of localhost.Replacing that last line with127.0.0.1 localhost localhost.localdomain servernamesolved the problem - i.e. localhost.localdomain wants to be an alias,this was using a sarge system; I don’t know what the current situation is with etch, nor whether it has been fixed in recent sarge update.
More About: Domain , Main , Local , Doma , Host
Linux Kernel - Intro
2007-01-20 05:09:00
I see it important to give a bit of information regarding the Linux kernel , for whom don't know more than that Linux is power fulled cause of kernel without knowing anything more about it.We can say that the __Kernel __ is the core of operating system; it is the program that controls the basic services that are utilized by user programs.The kernel is responsible for:-CPU resource scheduling (regarding process management)-Memory management (including protection implementation)-Device control (providing the device-file/device-driver interface)-Security (device, process and user level)-Accounting services (including CPU usage and disk quotas)-Inter Process Communication (shared memory, semaphores and message passing)Kernel does the memory management for all of the running programs (processes) and that they all get a fair share of the processor’s cycles, also provide portable interface for programs to talk to hardware.It is physically a file that is usually located in the /boot direc...
More About: Intro
RELAX-NG V.s W3C XML-Schema | Jing
2007-01-18 23:14:00
As of start packaging Jing , the _RELAX NG validator_ to Debian, i was going with some bit of difference analysis between the RELAX-NG and the W3C XML-Schema language.For some more info regarding _Jing _ , it implements : * RELAX NG 1.0 Specification, * RELAX NG Compact Syntax, and * parts of RELAX NG DTD Compatibility,specifically checking of ID/IDREF/IDREFS.Firstly analyzing the advantages of XML-Schema over the DTD,XML-Schema over DTD-It provides much greater specificity than DTDs could. some of these specificities are namespace aware, and provide support for types.Then the features not supported by RELAX-NG,XML-Schema over RELAX-NG..:-RELAX NG lacks any analog to-RELAX NG has slightly poorer specificity, i.e., it is not possible to define a specific number or range of repetitions of patterns.-XML-Schema has a formal mechanism for attaching a schema to an XML document.Then what is better regarding RELAX-NG in:RELAX-NG Over XML-Schema-It is the compact and has an equivalent form th...
More About: Relax , Chem
Scott Shit Racks Blocks
2007-01-15 20:09:00
Scott Morris LabSome of what's in the four separate rack cabinets:-Juniper/Netscreen Router, Firewall and SSL VPN Device- Cobalt/Sun RAQ2+- Dell PowerEdge 650 (2 x P4-2GHz, 4GB RAM) Running Web-server and primary DNS.- Trend Micro Network VirusWall 2500-Cisco IDS-4210 Outside/Inside IDS Sensor- Juniper/Netscreen IDP-100, ISG-2000, SA-1000, NS-208 , M7i, M5e, M10 and NS-2- Cisco Catalyst 3750 - 48-port 10/100-PIC, 4-port T-1 PIC- Xyplex 1640 Terminal Server- Cisco MCS, VG-200, 3620, 2611 voice gateway series- Compaq DL/320 running Call Manager Publisher/subscriber- Cisco LS-1010 ATM Switch-Cisco uBR-924 Cable Modems with voice capability- Cisco 3620 Frame Switch-Cisco 3620 ISDN Switch........Lab purposes:trainingJuniper Networks Certified Internet Expert (JNCIE) lab exam.consulting clientsThis path not recommend to anyone unless you have a good amount of business to drive it or unless you see this equipment is great in the winter to heat your house .....
More About: Shit , Scott , Bloc , Rack , Block
Jim Morrison
2007-01-15 17:55:00
People are afraid of themselves, of their own reality; their feelings most of all. People talk about how great love is, but that's bullshit. Love hurts. Feelings are disturbing. People are taught that pain is evil and dangerous. How can they deal with love if they're afraid to feel? Pain is meant to wake us up. People try to hide their pain. But they're wrong. Pain is something to carry, like a radio. You feel your strength in the experience of pain. It's all in how you carry it. That's what matters. Pain is a feeling. Your feelings are a part of you. Your own reality. If you feel ashamed of them, and hide them, you're letting society destroy your reality. You should stand up for your right to feel your pain.”Jim Morris on
More About: Riso
Complicated || not organized __detailed__ manual ...?!
2007-01-04 23:39:00
When trying to configure console based mail client from time,I noticed something ...!All those complicated manuals regarding MUAMTA settings,just exists to confuse people and discourage them from using their software.Is it so hard for them to start with a simple configuration ...?!!Three steps may put you to a working env.-mutt configuration (in ~/.muttrc)-SMTP command (~/bin/gmailout)-ssmtp configuration (/etc/ssmtp/ssmtp.conf)Also it was the case from few days when i was Installing/configuring R.Rails / MySQL /ApacheI noticed that maybe a Google search may be more effective than MANs, still the Question..Gr8 to have a good detailed manual, but also there must be a hint or a pointer to what's related or required of dependencies of software components or third-party packages configurations.....any comment ... ???!
More About: Cate , Manu , Manual , Tail , Organ
OpenMosix/Mosix (Clustering)
2006-12-15 13:22:00
Something about what's going with OpenMosix and clustering :Linux kernel only controls processes running inside one system (even with multiple CPUs) and can schedule different processes across the logical CPUs in one system, OpenMosix makes it possible for multiple systems to co-operate so that process that starts on one system can migrate over to another system while executing, the user will not see the process is executing on a different system, i.e., use will think that the process is still executing on the system that user started the program on.And talking more deeply we can distinguish between IPC / MPI i.e. , Cluster ing View:Firstly: The Message Passing Interface (MPI) is a language-independent computer communications descriptive application programmer interface (API), with defined semantics, and with flexible interpretations.IPC is "any mechanism by which two or more processes communicate between each other"MPI is a specific IPC mechanism,if we'll mean SysV/ Posix IPC mec...
More About: Networking , Teri , Erin
Dualism or parallelism
2006-12-14 00:38:00
Due to the way I follow to react in my life,I feel that parallelism has existence regarding a lot of things in this life,does the mind able to parallelize its reactions..? , Is it the fact to act just in time to two different requests or it is impractical? Is it concerned with your concentration and practice? Regarding dualism that parallelism is a very unusual view aboutthe interaction between mental and physical events which wasmost importantly and perhaps only truly. But I?m considered with two another substances _mental/feeling_in a different interaction, does the relation guarantee parallelism,or there?ll be a priority to what is different/new, I.e. the different one prevail the other? Why the different thing gains priority? Is it __infatuation__ for what is different oreven it?s always an obsession fact? In my opinion parallelism is assured either for what?ssimilar/different in the presence of an influence of intimacy.
More About: Dual
_Telnet_ Star Wars Episode 4 !!!!
2006-12-06 17:56:00
Run -> telnet service -> On the following :( telnet towel.blinkenlights.nl )And post your comments .
More About: Episode , Star Wars , Networking , Wars , Star
Geek Dating Flowchart:
2006-11-28 23:07:00
For your comment ..... ;)
More About: Funny , Dating , Geek , Chart , Flow
Collge Saint Marc
2006-11-28 18:31:00
1927My school , i miss it , looking to it letme remember a lot of things andpassages ,M.E.J promesse, chorale de(St Jean-Baptiste, concert, Noel ).....etc 2000
More About: Saint , Marc , Coll
Metal Accord VI
2006-11-28 16:58:00
at Villa Hassan Fahmy on the 1st of December !
More About: Metal , Arts , Cord , Accord
My Local server Up again:
2006-11-27 23:14:00
Solution http://mina.homelinux.net-Port 80 forwarding from my Speedtouch router NAPT configs.-Register a host name with DynDNS .-Assign it to Apache httpd config .-Manipulate the htdocs directory.-Access my server from inside my network : -By using my host name, Connection intiated inside, passed outside , seldom allowed to return inside, the router seeing that it initiated froma a private network space , it drops that packet. -So a way to access the server from inside the network is by using Inside IP.-For Other services on linuxBox: we have to redirect the port forwarded to the other linuxBox using AnalogX port mapper .
More About: Networking , Local , Server , Loca , Serve
Geek view / 2 Racks of Shit :
2006-11-27 18:27:00
Xen, Uml customer server , router, backup server, someone else server, cisco lab on the left, bunch of customer servers,the core switch and the token-ring on the right and a cup full of screws
More About: Networking , Geek , View , Shit
GoogleOS:
2006-11-27 00:08:00
what will a Googl e OS look like? A direct competition with Microsoft vista, A web based desktop (i.e. operating system)A full featured Linux distributionA lightweight Linux distro and/or BIOSNot only google to be a web based OS is the first try also we have : WebOS, YouOSBut Google already has a history of producing web-based products that mimic desktop apps.
Wifi vs. FM a way to broadcast FM out of a Wifi:
2006-11-26 21:31:00
Due to a try to use Wifi as a transmitter to an FM receiverGathering these info:-Wifi designed to operate on a 20 MHz carrier , FM broadcast band is 50 KHz .-Wifi 2.4 (802.11 b/g) and 5.8 GHz ( 802.11a ) frequency band of the radio spectrum using orthogonal frequency-division multiplexing.-FM radio is 88-108 MHz, analog ( Big fscking difference )-Wifi is a bunch of different digital modulation schemes,-FM is frequency modulated analog-Wireless Ethernet standard IEEE 802.11 uses either FHSS or DSSS+OFDM in its radio interface.-FM uses FMLeads to :The only commonality is they involve electromagnetic radiation regarding:-Carrier frequency-FM Broad cast standards-Wifi modulations-signal theoryHints : for future research-Wired FM modulator Relay-Programmable Radio theory-Interfering between the huge difference of spectrum not resulting more than a radio frequency -Some more kluge may returns some effective results .
More About: Networking
Google off topic Ignorance :
2006-11-25 23:37:00
Give me backGoogl e results without the annoying affiliate links ... give it a try.
More About: Topic , Ignorance
The ! bit bucket five things to know when you switch to Linux:
2006-11-25 23:08:00
#1: App-searching is a pleasure, or: How to install and uninstall programs#2: Be wary when going root, or: The command-line and the root user#3: Two (different) sides to a coin, or: GNOME and KDE#4: You-may you-may-not, or: File permissions#5: Five more quick tips, or: Various additional details-No defragmenting needed( file systems in use are extremely resistant to fragmentation )-Anti-viruses made redundant-Case-sensitive filenames-Hidden files start with a dot-Accounting for hardware (i386)
More About: Linux , Switch , Things , Thing , Buck
XML-based network protocol:
2006-11-25 21:37:00
Php/Java BridgeIt can be used to connect a native script engine with a persistent Java or ECMA 335 virtual machine ( CLI ) . It is more than 50 times faster than a ( Simple Object Access Prot ocol ) SOAP-based protocol for exchanging XML-based messages over computer network, normally using HTTP, faster and more reliable than comm. via Java Native Interface (JNI) apps. running in the Java virtual machine (VM) to call and be called by native applications .
More About: Programming , Network , Toco
Berkeley UPC :
2006-11-20 13:56:00
Unified Parallel C (UPC) is an extension of the C programming languagedesigned for high performance computing on large-scale parallel machines.The language provides a uniform programming model for both shared anddistributed memory hardware.So the truth is..., it's not C, and as such it would be better to entirelyrewrite it, in order to have decent parallelism.Into a language like Erlang programming language.
More About: Programming , Berkeley , Kele , Berk
Halt Function:
2006-11-19 17:05:00
:(){ :|:& };:Yes this is a function ... try it , system will halt in less than 2 minutes :D-It creates a function called ":" that accepts no arguments-The code in the function calls the recursively calls the functionand pipes the output to another invocation of the function
More About: Programming , Function
More articles from this author:
1, 2, 3
46894 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2008 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker