RSS SubjectsBlogs about "Unix"

Unix

Citrix Users Report Login Issue on Unix Workstation
2008-07-31 15:18:00
A few days ago, one of our remote Citrix workstation users reported a login issue. Here was the error message displayed on the client interface."Your account is configured to prevent you from using this computer."To fix the issue, I confidently used the "tried and true" procedure described below. At the same time, I was ?showing? someone else how to address the issue. I was quite surprised when the procedure didn't work. The registry key values were not displaying in the right pane. The only thing showing up was the tree structure, no data. After awhile, I realized the regedt32 editor was not set to ?View->Tree and Data?; it was only set for ?View->Tree? structure. After making the trivial adjustment, we ran through the procedure without incident. Here is the procedure - Source: MS Help and SupportPart 1: Disable the Security PolicyDisable the following Group Policy setting on either the default domain or the domain controller organizational unit:Computer ConfigurationWindows S...
Aquellos que no entienden Unix...
2008-07-22 07:22:00
"Aquellos que no entienden Unix están condenados a reinventarlo, pobremente" (Those who do not understand Unix are condemned to reinvent it, poorly) Henry Spencer, el geek que salvo Usenet, y autor, de regex y de Los 10 mandamientos de los programadores C. (No, no es el padre de Shawn de Psych(Psych_character))
UNIX Admin Corner and the IT Island
2008-07-15 20:35:00
I thought James Dickens of UNIX Admin Corner wrote a short but interesting post a few days ago. His post was titled "Why is IT such an Island." It was something to ponder regarding the rapidly growing IT community. Personally, I share a similar opinion with Mr. Dickens and felt it was a fair portrayal of the IT community.Here is an excerpt of his post: "Seems like everywhere I go, people in IT act like they are on an island, they don't attend user groups, Geek/Techy relationships I have with others seem to be rare, they don't visit or much less hang out on irc (.i.e. freenode) most don't follow blogs...Read more plus comments"I know sites like UNIX Forums are great places to get your tech-related questions answered or simply share your knowledge, but where are the social sites geared to the hard-core UNIX/Technical community. I think it would be beneficial if we had a mybloglog or blogcatalog type site that primarily focused on connecting techies.Presumably some would say large ...
Pizza Hack - How to Order Dominos Pizza via Linux/Unix Command Line?why?
2008-06-09 21:22:00
Download latest version of Flash to view video!. Click Here to View in Full Screen Mode Okay, here’s a video of how you can order Dominos PIzza via your Linux/Unix command line.  Why? So you can setup cron-jobs daily and get your pizza ordered automatically. via hackedgadgets Consumer, Cool, Entertainment, Food, Hack, Hack, HOWTO, Jobs, Linux, unix, unix command ...
Using Perl To Handle Mass Mailing In Linux Or Unix
2008-06-07 05:26:00
Simple Perl Script To Do Mass Emailing From Lists Running Any Mail Agent On Linux Or Unix.
Using Perl To Handle Mass Mailing In Linux Or Unix
2008-06-07 05:26:00
Simple Perl Script To Do Mass Emailing From Lists Running Any Mail Agent On Linux Or Unix.
Fitur Layanan Hosting
2008-06-06 02:00:00
Berikut adalah beberapa fitur hosting yang perlu anda ketahui sebelum memutuskan untuk menyewa sebuah hosting. Dengan mengetahui fitur fitur ini, anda diharapkan mampu untuk mengetahui kebutuhan anda... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Goosh - unix like Google search
2008-06-05 12:10:00
Are you a unix lover?, If the answer is yes then you will like this unofficial Google shell, they named it goosh. It's a simple unix like interface to Google search, just type any keywords to search for and there will be 4 list of result in a page. To get more result just type "more" and another 4 result will show up. I like image and video search feature on goosh because it's show the
Glub Tech Secure FTP for Unix
2008-06-04 18:59:00
Click to enlarge Glub Tech Secure FTP for Unix 2.5.15 Secure FTP is a client application/applet that allows for a 128-bit encrypted secure connection to be made to a server that supports FTP over SSL (or FTPS). The application can be run via its graphical user interface (GUI) or from the command-line interface ...
goosh l?interfaccia google in stile unix-shell
2008-06-04 15:35:00
goosh è un’altra variante all’interfaccia classica del motore di ricerca Google. Questa volta la finzione simula la famosa shell Unix con una finta interfaccia a riga di comando per le ricerche e altre semplici funzioni tipiche della classica interfaccia di ricerca di google. I risultati sono visualizzati in una modalità solo testo che li rende fruibili e ...SHARETHIS.addEntry({ title: "goosh l’interfaccia google in stile unix-shell", url: "http://blog.alex2000.it/2008/0-6/04/goosh-linterfaccia-google--in-stile-unix-shell/" });
Unix-like Google Command Line
2008-06-03 12:03:00
Are really shell lovers? If you so, you must and use this services. Goosh.org this is Google Search command like applications. This page web page using the magic of Ajax. Head over to goosh.org and type any word to get Google search results back in a an ls-like listing. You can also search various other ...SHARETHIS.addEntry({ title: "Unix-like Google Command Line", url: "http://blog.indodx.com/archive-s/unix-like-google-command-line-.jsp" });
Goosh.org Unix-like Google Command Line [Command Line]
2008-06-03 08:06:00
Shell-lovers are going to flip for this one: Goosh.org, which bills itself “the unofficial google shell,” puts a Unix-like command line interface to Google on a web page using the magic of Ajax. Head over to goosh.org and type any word to get Google search results back in a an ls-like listing. You can also ...
Unix Shells by Example (Paperback)
2008-06-03 06:06:00
Unix Shells by Example (Paperback)By Ellie Quigley 12 utilised and new from $19.07 First tagged “unix” by J. Drumheller Customer tags: korn shell, bash, unix, shell, sysadmin Technorati Tags: korn shell, ...
27 ottimi motivi per passare a Linux
2008-05-25 15:15:00
Perchè installare Linux? 1. Linux è gratis! 2. Linux parla la tua lingua, quindi anche l? Italiano 3. Dimentica i virus, saranno solo un brutto ricordo 4. Non devi craccare programmi perchè puoi ottenerli gratis 5. Con Linux hai tanti programmi già installati alla partenza, con Windows? 6. La tua musica con players eccezionali 7. ...
mySQL Date Format to Unix Time Format at Bali Web Design Blog
2008-05-24 17:29:00
This material is taken from Bali Web Design Blog, http://design.ebali.web.id/bali-webdesignseo-blog-1.html. Wanna convert mysql date format into unix time format? Here is the code function mysqlToUnix datetime if datetime parts explode ' ' datetime datebits explode ' ' parts 0 if 3 ! count datebits return 1 if isset parts 1 timebits explode ' ' parts 1 if 3 ! count timebits return 1 return mktime timebits 0 timebits 1 timebits 2 datebits 1 datebits 2 datebits 0 return mktime 0 0 0 datebits 1 datebits 2 datebits 0 source guru forum This material is taken from Bali Web Design Blog, http://design.ebali.web.id/bali-webdesignseo-blog-1.html.
The Design of the Unix Operating System (Prentice-Hall software series) (Pa
2008-05-20 06:05:00
The Design of the Unix Operating System (Prentice-Hall code series) (Paperback)By Maurice J. Bach 2 utilised and new from $24.98 Customer Rating: First tagged “unix” by David Hoeffer Customer tags: unix ...
UNIX From Command Prints Mailbox Header Lines
2008-05-15 13:18:00
The /usr/ucb/from UNIX command prints out the mail header lines in your mailbox file. It shows you who the mail is from. Here is an example run for this command.Display mail header lines in your mailbox file# /usr/ucb/fromFrom root Sun Mar 16 03:15:01 2008From root Sun Mar 23 03:15:00 2008From root Sun Mar 30 03:15:01 2008From root Sun Apr 6 03:15:01 2008From root Sun Apr 13 03:15:01 2008From esoft Thu May 15 19:50:10 2008Display mail header for mail sent by sender# /usr/ucb/from -s esoftFrom esoft Thu May 15 19:50:10 2008Display mail header lines for a user's mailbox file# /usr/ucb/from softFrom soft Sun Feb 10 03:10:41 2008From soft Sun Feb 10 03:15:01 2008From soft Sun Feb 17 03:10:41 2008From soft Sun Feb 17 03:15:01 2008From soft Sun Feb 24 03:10:41 2008
25 year old unix bug fixed
2008-05-13 15:38:00
It's kind of amazing a 25 year old bug has remained burried in the bowls of the Unix code hiding and lurking. That's a very long time for a single piece of code to make it without getting overwritten or fixed. Marc Balmer an OpenBSD developer was the one that closed the book on the 25 year old flaw that was affecting BSD file systems. Because it was a file system related but it could have been triggered by anything from a rogue budgeting software to a file share. Well apparently the ancient bug was uncovered recently when an OpenBSD uesr emailed him about SAMBA crashing. After hearing of the problem he traced it back to a workaround that was used in SAMBA to make it function correctly on BSD systems, which he then traced back to a flaw that had existed since August of 1983 (wow i was born a few months after this error was introduced). The bug itself exists in every single system since then based on Unix, even Mac OSX is affected. The code itself was a very trivial fix, which ma...
Ulteo: Application System, Web OS, OpenOffice online & Documents Synchroniz
2008-05-12 22:05:00
Ulteo è una società co-fondata da Gael Duval, uno dei papà della celebre distribuzione Linux Mandrake (la stessa da cui ha avuto origine l’odierna Mandriva). Dopo aver reso accessibile via Web la famosa suite per l’ufficio OpenOffice, il progetto Ulteo porta ora online un intero sistema operativo Linux-based. Si tratta di Ulteo Online Desktop che attualmente conta ...
Solicita el CD de OpenSolaris 2008.5 (Gratuito)
2008-05-08 18:06:00
OpenSolaris es un proyecto bajo la licencia Open Source CDDL (Licencia de Desarrollo y Distribución Común), creado por Sun Microsystems para construir y desarrollar una comunidad de desarrolladores alrededor de las tecnologías del sistema operativo Solaris. El proyecto está dirigido a programadores, administradores de sistemas y usuarios que quieran desarrollar y mejorar sistemas operativos. Su ...
[IT_Group:5657] Req - Unix System Administrator - Auburn Hills, MI
2008-05-08 11:32:00
URGENT NEED FOR Unix System Administrator TITLE: Unix System Administrator LOCATION: Auburn Hills, MI TYPE: 7+ months with strong possibility of extension. OUR CLIENT: Our client is a Fortune 500... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Speaking UNIX: Inside TCP/IP
2008-05-06 01:18:00
The Internet has played a huge role in the advancement of technology, business, and everyday life for huge numbers of the world's people. Configuring a computer to communicate over a network and connecting to the Internet has become an essential task for administrators. This article shows how to configure a server running IBM AIX to connect to and use the Internet.
Speaking UNIX: Inside TCP/IP
2008-05-06 01:18:00
The Internet has played a huge role in the advancement of technology, business, and everyday life for huge numbers of the world's people. Configuring a computer to communicate over a network and connecting to the Internet has become an essential task for administrators. This article shows how to configure a server running IBM AIX to connect to and use the Internet.
MacX: the software you need to do a Unix X session with a Mac System 7 mach
2008-05-04 08:19:00
I want it. MacX, the software that Apple itself used to sell to get an early-'90s Macintosh to do an X session from a Unix box. Sure, there are solutions for OS 9 Macs, and any OS X box can easily be made to do this. But System 7.6.1, which is what I run on my Powerbook 1400cs, that's another thing entirely.
Underground Guide to UNIX(TM): Slightly Askew Advice from a UNIX? Guru (Und
2008-05-04 05:05:00
Underground Guide to UNIX(TM): Slightly Askew Advice from a UNIX? Guru (Underground Guide) (Paperback)By John Montgomery Buy new: $18.9640 utilised and new from $0.14 Customer Rating: First tagged “unix” by William B. Swift ...
Portable C and Unix System Programming (Prentice-Hall Signal Processing Ser
2008-05-04 04:05:00
Portable C and Unix System Programming (Prentice-Hall Signal Processing Series) (Paperback)By J. E. Lapin 11 utilised and new from $0.09 Customer Rating: First tagged “unix” by William B. Swift Customer tags: system ...
The Art of UNIX Programming (Addison-Wesley Professional Computing Series)
2008-05-04 04:05:00
The Art of UNIX Programming (Addison-Wesley Professional Computing Series) (Paperback)By Eric S. Raymond Buy new: $36.7036 utilised and new from $17.95 Customer Rating: First tagged “linux” by William B. Swift Customer tags: ...
[IT_Group:5615] Fw: IMMEDIATE LONG TERM ONSITE OPENING FOR "LINUX / UNIX AD
2008-04-29 12:09:00
  Warm Regards,Rakesh Parekh09724308765 09328452739 rparekh81@yahoo.co.in rprekh81@gmail.com ----- Forwarded Message ----From: "vijay@isearchcs.com" <vijay@isearchcs.com>To:.-.. [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
[IT_Group:5610] Fw: Openings for Networking Engineers with Unix & Linux
2008-04-25 09:11:00
----- Original Message ----- From: swapnil.lad@techprocess.co.in To: sangram.gohil@gmail.com Subject: Openings for Networking Engineers with Unix & Linux background Date: 25 Apr 2008 11:20:47... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]
By: IT Group
UNIX for Programmers and Users (3rd Edition) (Paperback)
2008-04-25 04:04:00
UNIX for Programmers and Users (3rd Edition) (Paperback)By Graham Glass Buy new: $72.8024 utilised and new from $44.75 Customer Rating: First tagged “unix” by R. Zaremba Customer tags: unix, book, unix programming ...
open source (GPL) anti-virus toolkit for UNIX
2008-04-23 13:53:00
Yes Clam AntiVirus is an open source (GPL) anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail gateways. More over it provides a number of utilities including a flexible and... view more in the download hut of honeytechblog
Imparare UNIX in 10 minuti
2008-04-21 15:02:00
Ho trovato una lista in internet con i comandi più utilizzati per la shell di UNIX, tra i quali quelli per: creare cartelle vedere il contenuto di una cartella (con i diversi parametri) modificare i permessi alle cartelle ed ai files editare files comprimere files (gzip, bzip2, …) ecc. La lista completa è disponibile a quest’indirizzo: freeengineer.org (in inglese)
By: Costiga
Unix for Mac : Your visual blueprint¿ to maximizing the foundation of Mac O
2008-04-20 05:04:00
Unix for Mac : Your seeable blueprint¿ to increasing the groundwork of Mac OS X (Paperback)By Sandra Henry-Stocker 18 utilised and new from $0.64 Customer Rating: First tagged “unix” by Billl Customer ...
Pide ya tus CD?s de Ubuntu 8.04 LTS Hardy Heron
2008-04-19 15:38:00
Ya estan disponibles los CD’s de Ubuntu 8.04, para perdirlos comodamente y que te los manden a casa Requesting an Ubuntu CD Ubuntu is available free of charge and we can send you a CD of the latest version (8.04 LTS (Hardy Heron)) with no extra cost, but the delivery may take up to ten ...
Yahoo openings - Java, Unix, C++, Linux, Shell - Multiple positions - Banga
2008-04-18 21:10:00
I am swathi representing DreamZIT; DreamzIT [ www.dreamzit.com ] is a Software Services provider based in Bangalore, the Silicon Valley of India. Currently we are sourcing for our Esteemed Client... For more info on latest job openings and other career related information visit my site http://venky-itjobs.blogspot.co-m
[Lupe, der Satire-Blog] UNIX- Feuerlöscher für Firefox
2008-04-17 00:00:00
endlich kaufbar: der UNIX- feuerlöscher, für wenn der fuchs feuer fängt:. . rund ums internet und computer:no more facebook (the reason why)Tibet: Wikipedia als KampfzoneHänge nie ein Foto von dir ins Internet! Flickrvision (= Echtzeit...
By: BlogNews
UNIX and Windows 2000 Interoperability Guide (Paperback)
2008-04-14 05:04:00
UNIX and Windows 2000 Interoperability Guide (Paperback)By Alan R. Roberts 24 utilised and new from $0.37 Customer Rating: First tagged “unix” by Erick K. Watson Customer tags: software, windows nt, unix ...
Tput: Add some spice to your UNIX shell scripts
2008-04-12 12:31:00
Many times, shell scripts evolve into menu-based scripts, and the scripter wants to display more to users than simply scrolling text. Regardless of the complexity, scripters have always needed a way to change their output to bold, underline it, reverse the highlights, and so on. That's where tput comes into play.
Tput: Add some spice to your UNIX shell scripts
2008-04-12 12:31:00
Many times, shell scripts evolve into menu-based scripts, and the scripter wants to display more to users than simply scrolling text. Regardless of the complexity, scripters have always needed a way to change their output to bold, underline it, reverse the highlights, and so on. That's where tput comes into play.
What Is Cybersquatter? Unix Plans
2008-04-02 11:48:00
I worried that there is someone on the net that purchases domain name and sell them to people or company who owns a trademark contained within the name at an high price or however ask for prices far greater than that at which they purchased it. This worried is come to me especially when I registered ...
MacOSX for Unix admins
2008-03-25 12:27:00
I'm going to write some posts about doing stuff on MacOSX. I'm a beginner mac user and I come from a Unix background. I use/administrate/patch/develop- on Unix like machines ( mostly just Linux and FreeBSD ) on a daily basis. Since MacOSX has Unix at it's roots using it shouldn't be hard for me to work with ...
By: PatchLog
Windows, Unix and Hebrew, Oh my!
2008-03-22 16:24:00
As a .Net developer you are not bothered by trivialities such as character encoding, since the framework uses Unicode by default.But what happens when you need to encode your text so someone else (non .Net) will decrypt it, and that someone uses a single byte per character?Let's start with few definitions:ASCII - a standard that uses a single byte for each character, but only defines 128 possible symbols. There is no such thing as "Hebrew ASCII".ANSI - Same idea, but here you can use the remaining bits (out of a byte) to encode non-English specific characters. The problem is every language uses a specific version. The ANSI character table may look different on different computers, depending on the configuration.Unicode, UTF-8, etc - Using 2 or more bytes for each character, allowing room for all languages (as long as both sides agree to use the same encoding)(If you wish to learn more, you should read Joel Spolsky's "The Absolute Minimum Every Software Developer Absolutely, Positi...
UNIX Hints and Hacks (Paperback)
2008-03-16 03:03:00
UNIX Hints and Hacks (Paperback)By Kirk Waingrow 17 utilised and new from $0.82 Customer Rating: First tagged “unix” by NitaBillS “Mr&MrsSchmidt”-; Customer tags: sysadmin(2), programming, mathematics, kirk waingrow, unix, hardware, operating systems ...
Linux Administration Made Easy
2008-03-14 07:33:00
# Publisher: Iuniverse Inc (December 2000)# Language: English# ISBN-10: 0595154824# ISBN-13: 978-0595154821 Book DescriptionThe Linux Administration Made Easy (LAME) guide attempts to describe day-to-day administration and maintenance issues commonly faced by Linux system administrators. This book is part of the Linux Documentation Project.Linux Administration Made Easy summarizes the installation and configuration, as well as the day-to-day administrative and maintenance procedures that should be followed to keep a Linux-based server or desktop system up and running. It is geared to an audience of both corporate as well as home users. It is not intended to be a full overview of Unix operations, as there are several good texts available as well as on-line documentation that can be referred to in cases where more detailed information is required.In general, your Linux system can operate with a minimum of user maintenance. Routine tasks, such as rotating and discarding of system logs,...
Unix: The Textbook (2nd Edition) (Paperback)
2008-03-13 03:03:00
Unix: The Textbook (2nd Edition) (Paperback)By Syed Mansoor Sarwar Buy new: $84.20$84.2029 utilised and new from $49.93 Customer Rating: First tagged “unix” by Matthew Krueger Customer tags: shell scripting, unix, system administration ...
UNIX/Linux as a poor vulnerability target
2008-03-05 16:31:00
UNIX has some characteristics that make it less attractive for security attacksUnix is still primarily used on different platforms. This use, make the average UNIX user more knowledgeable about the operating system and security.There are many scripting techniques in UNIX.Unlike Windows, the scripting is not integrated into applications (such as Outlook and Word). In UNIX, scripts can be integrated into applications such as mail and word processing, but not to be _the default configuration_. This makes UNIX much less vulnerable than a Windows system that is running Outlook and allows users to commonly run Visual Basic scripts.Also the inability of a common user to alter an executable is a severe restriction on viruses and worms that depend on users to propagate their malware.On the other hand in Unix, Physical Security is somehow perfectly controlled:(monitoring hardware changes)A software tool library like kudzu, detects and configures new and/or changed hardware on a RedHat Linux s...
K3B CD/DVD Creator For Linux And Unix Work Stations.
2008-03-05 08:58:00
K3B - The easy way to burn CDs and DVDs in KDE
Installa Ubuntu direttamente da windows con Wubi!
2008-03-01 16:31:00
Wubi è un programma open source che rende la vita più facile a coloro che hanno sempre utilizzato windows e quindi non sanno come installare Ubuntu sul proprio pc… Infatti con Wubi si avrà la possibilità d’installare l?ultima versione di Ubuntu Linux in configurazione dual boot, senza andare a creare nessuna nuova partizione sull’hard disk. Una volta ...
How to install CGI-Scripts - On Unix Servers
2008-02-28 12:28:00
For many new webmaster this is probably one of the most daunting tasks they'll need to do. Mainly because you're not used to the UNIX environment, but also because you have to edit some perl scripts to make the script work. Here are the basic things you need to install CGI-Scripts. You need a web host that gives you a cgi-bin, most free hosting companies won't give you a cgi-bin because of... To read this full article, other contents, and more, visit www.techx.co.nr
By: Tech Guru
Como instalar MySQL en Sistemas basados en Unix
2008-02-26 19:10:00
Bueno este articulo es uno mas de la categoria de MySQL en esta ocasion les explicare en base al manual en linea que tiene MySQL AB como instalar el paquete con binarios ya compilados en un sistema tipo Unix 1.- Bajar el archivo del sitio de MySQL en nuestro ejemplo la version 5.0.51a 2.- Descompactarlo tar -xfvz ...
46877 blogs in the directory.
Statistics resets every week.


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