UNIX

Tag details

Welcome to the 'UNIX' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'UNIX'.

Look up Offsite Link "UNIX" at The Free Dictionary

Latest blogosphere posts tagged “UNIX”

  • unix: extract a specific list of lines from a file


    The UNIX and Linux ForumsAuthority Authority: 170
    I would like to extract specific lines from a file and output them into another file. Each line in the file has a unique ID, and I have a specific list of IDs (that are not consecutive) that I wish to extract. for example: 1 aaaaaa bbbcb cccccc 2 aaaaaa bbbbb cccccd 3 aaaaaa bbbab cccccc 4 aaaaaa bbbxb cccccc 5 ...
    1 hour ago
  • "Connection closed by remote host" while doing ssh to a solaris box


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi All, When i try to do ssh from a linux to solaris box its throughing "Connection closed by remote host". Please not that this error is not occuring every time i do ssh, it occurs at random timing( Mostly ssh is successful) - unfortunately my script which is doing ssh is falling at this time slot when ssh is not ...
    2 hours ago
  • Create some settings


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi, Ive installed mysql and apache servers and made it run in my companys production server. Now what I want to be done is for a notification to be sent to my mail when the servers (mysql and apache) are stopped and not running. Please help me on doing this. Tqs.
    3 hours ago
  • Solaris 10 question on syslog.conf file


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi, I have a question on /etc/syslog.conf file in Solaris 10. Below is a line taken from /etc/syslog.conf file and I know that the last field (operator) is where the logs gets outputted but how do I find out what the output file name format is going to be and which directory it gets outputted to? Code: ...
    5 hours ago
  • get directory adress


    The UNIX and Linux ForumsAuthority Authority: 170
    what is the command that print the full address of the directory that im in it?
    5 hours ago
  • Need Oracle Replication steps.


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi All, Can anybody tell that Where is to find simple and easy steps of ORACLE replication process? Any help on this highly appreciated. Thanks.
    6 hours ago
  • How to pass arguments to an interactive script


    The UNIX and Linux ForumsAuthority Authority: 170
    Hey guys, I have an interactive script that is quite critical to our production environmentl thus updating it to run non-interactively is not an option. The script takes a varying number of arguments, which it ques untill user confirm end of data entry e.g of user input [arguments]: Code: 1 2 y          ...
    6 hours ago
  • Des3 encryption in SunOS sparc


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi, I want to encrypt a unix file using the des3 algorithm . Seems that there are no standard unix utilities readily available. Can you please suggest how I can encrypt a unix file using des3 ?
    7 hours ago
  • NOW HIRING: Unix Administrator (Sitel Philippines Corporation)


    Philippine Call Center JobsAuthority Authority: 148
    (National Capital Reg) Responsibilities: The System Administrator has accountability for maintaining, mission critical, 24×7, systems and support, to meet the needs of Sitel business requirements. This includes, but is not limited to, maintaining a maximum uptime of Servers (DC, Exchange, ISA, File Server and ...
    8 hours ago
  • The market has rejected Linux desktops. Get over it


    dzone.com: latest front pageAuthority Authority: 169
    Linux has failed to win either mind share or market share on the desktop. Google’s Chrome OS will do little to change that. Learn why.
    9 hours ago
  • How to find about NICs installed


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi; Is there a way to determine for sure how many NIC ports installed on my Linux box? I tried to run "lspci" but not sure about the results, its not clear. Below are the results when i run both "ifconfig" & "lspci" on my Linux box i hope someone can help me finding the actual numbers of NICs installed: Is it ...
    10 hours ago
  • umask a specific directory


    The UNIX and Linux ForumsAuthority Authority: 170
    Is there a way to umask only a specific directory? I want that everyone who add a file in this folder gets its file moded 700. But that adding it in any other folder still moded as default. Excuse my poor English! Im not a native speaker Thanks in advance :)
    11 hours ago
  • New in JavaFX 1.2: RSS and Storage


    The UNIX and Linux ForumsAuthority Authority: 170
    This second article in a series covers the more technical features, such as RSS and Atom tasks and local storage using JavaFXs built-in storage classes. More...
    12 hours ago
  • Installing Solaris 10 on Flash Drive


    The UNIX and Linux ForumsAuthority Authority: 170
    Where can I find instructions for doing this? I am running Win XP and would like to be able to run solaris 10 from my flash drive. Thanks, Carrie
    15 hours ago
  • Can you help me remove Ubuntu from my dual boot?


    Overclock.net - Overclocking.netAuthority Authority: 586
    First off, I want to apologize too all the Lunix fans out there... its great, I just dont use it enough. So I have Ubuntu (the newest version 10.1 I think) and Vista x64 on my main drive, on the same partition dual booting. I would like to remove Linux from my HDD, so when I boot, I am no longer taken to the menu to ...
    15 hours ago
  • SCO box loosing network connection


    The UNIX and Linux ForumsAuthority Authority: 170
    Hello, We have a SCO box running OpenServer 5.0.5. This has our business software on it (15 users connecting via terminal emulator (ansio lite)) which has been running for about 12-15yrs strong! Within the past 6-8 months, at random times of the day, weve been loosing connection to this box. Sometimes once a week, ...
    15 hours ago
  • New Malicious iPhone Worm Picking Up Steam


    Security WatchAuthority Authority: 575
    Security companies identified another variant of a hack of jailbroken iPhones this past weekend. The first reports came in from F-Secure, which said that this variant was an actual worm with a C&C; (Command and Control) server which appears to be in Lithuania, according to analysts. Later reports say the server ...
    18 hours ago
  • Duplicate columns and lines


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi all, I have a tab-delimited file and want to remove identical lines, i.e. all of line 1,2,4 because the columns are the same as the columns in other lines. Any input is appreciated. abc gi4597 9997 cgcgtgcg $%^&*()()* abc gi4597 9997 cgcgtgcg $%^&*()()* ttt gi9865 8879 ...
    18 hours ago
  • identify a customer under a UNIX server


    The UNIX and Linux ForumsAuthority Authority: 170
    Like many UNIX users, there is a small team that is connected to UNIX (under the same UNIX user) via putty from a Windows PC. Is there a way, once under UNIX, to know the address of the originating computer or anything that can differentiate initial users ?
    19 hours ago
  • Line number of an occurrence using grep


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi All, is there a way to extract the line number of an occurrence using grep? I know that with the -n option it prints out the line number as well. I would like to assign the line number to a variable. Thanks, Sarah
    20 hours ago

Comments about UNIX

Personal attacks are NOT allowed
Please read our comment policy