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”

  • NOW HIRING: Unix Systems Administrator - Jobs In Makati City


    Information Technology JobsAuthority Authority: 147
    (CODE : JS ITO - UNIX) (National Capital Reg) Requirements: * 2 years experience as Microsoft Windows Systems Administrator All applicants are required to upload photo in their Jobstreet resume. Previous applicants need not apply. Company Name : Banco de Oro Universal Bank Industry : Banking / Financial ...
    3 hours ago
  • APPLICATION ENGINEER JOB OPPORTUNITY-MARVELL PUNE


    VFRESHERSAuthority Authority: 159
    Application Engineer Job Positions Marvell India PuneJob Title : Application EngineerCompany name : Marvell India Pvt. LtdAbout Company :Marvell is an industry leader in storage, communications, and consumer silicon solutions, Marvell products can be found in an extensive array of digital consumer appliances and ...
    9 hours ago
  • What file transfer protocol do you use?


    Overclock.net - Overclocking.netAuthority Authority: 572
    I have been trying to decide which file transfer protocol is the best for sharing files between linux boxes on my home network. So which protocol do you use and why?
    11 hours ago
  • Number of files accessed this week


    The UNIX and Linux ForumsAuthority Authority: 170
    I have looked around on the internet and still i am no wiser as to how to show the number of files in a directory that have been accessed this week and also that as a percentage. Any help would be much appreciated.
    12 hours ago
  • Validating user input


    The UNIX and Linux ForumsAuthority Authority: 170
    Im trying to set up a script that takes user input and validates that the user input was entered correctly. So far I have this: Code: while : do         echo "Please enter your name."         read NAME         if [$NAME = ""]         then         echo "You have not entered a name."     ...
    17 hours ago
  • creating an file the count how many files in the directory


    The UNIX and Linux ForumsAuthority Authority: 170
    hello there i want to creat a file that count how many files i have in the directory. for this i use the command Code: find . -type f | wc -l > 1In1.myfile the problem with this command is that it not update after i add a new file in the directory. Anyone got any ideas how i can Solve this???? thx!!!
    18 hours ago
  • Unix Interfaces


    The UNIX and Linux ForumsAuthority Authority: 170
    What is Programmer Interface in UNIX. I do have this question in my Syllabus. Can Anyone Please help. Thanks in Advance...
    22 hours ago
  • ls...without ls?


    The UNIX and Linux ForumsAuthority Authority: 170
    is their any way to retrieve the directory listing with cat?, im telneted into my home router flashed with dd-wrt and the very basic command ls isnt their, i have cd, cat, and several other basics but no ls=-( is this possible, if so much help is appreciated, ive googled for the answer in both the dd-wrt forums and ...
    23 hours ago
  • The Pelican Case Inches Forward


    The UNIX and Linux ForumsAuthority Authority: 170
    The Pelican cases inches forward, with Robert V. Brazell, Stephen Norris, Talos Partners, and Rama Ramachandran filing their Answer with Counterclaim [PDF] to Pelicans First Amended Complaint . The counterclaim alleges fraud. Pelican has quickly filed a motion to dismiss the counterclaim [PDF]. And Darl McBride ...
    23 hours ago
  • One Vision for Magazine Content on the Apple Tablet


    Linux/Unix News - motd.ambians.comAuthority Authority: 165
    We had previously reported that magazine publisher Condé Nast is already taking steps to produce tablet-specific content for their publications in anticipation of the Apple Tablet (and competing devices). Condé Nast publishes the technology magazine...
    1 day ago
  • Unicorn 0.95.1


    Linux/Unix News - motd.ambians.comAuthority Authority: 165
    Unicorn is a Unix and LAN/localhost-optimized fork of the Mongrel HTTP server. It is takes full advantage of functionality exclusive to Unix-like operating systems.
    1 day ago
  • Need to uninstall ubuntu!


    Overclock.net - Overclocking.netAuthority Authority: 572
    can someone please help me through uninstalling ubuntu? i installed it on a system to try it out. not such a big fan for what i use a system for. and now i really need to uninstall it but can not figure out how. tried using the windows 7 disk...but i dont get the boot from cd option. any help is great!! thank you!!
    1 day ago
  • Script or SED command for [[Xxxx Xxxx Xxxx]] to [[Xxxx xxx xx]]


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi, To comply with a new naming convention on a mediawiki site we have to run a SED or other PERL command to change all instances of [[Xxxxx xxx Xxxxx]] or [[Xxxxx Xxxx]] or [[Xxxxx Xxxxxx Xxxxx]] to [[Xxxxx xxxxx xxxx]] Can someone please explain how to do this... It has to be done on a mysql dump, so if ...
    1 day ago
  • WOOPS!! Installed boot files to windows hdd


    Overclock.net - Overclocking.netAuthority Authority: 572
    Hi, I was attempting to install Ubuntu 9.10 to my flash drive. I selected my usb drive to install but didnt go into advanced to tell it to install the boot files to the usb and not the hard drive. Now when I try to boot off hard drive grub comes up giving me some type of error because it can find the linux OS ...
    1 day ago
  • How to find and copy files from one directory to another


    The UNIX and Linux ForumsAuthority Authority: 170
    Ok i have three directories Destination - /u/dir1 (has subdirectories dir2 which also has subdirectory dir3) Source1 - /u/test/files/dir1/dir2/dir3 Source2 - /u/out/images/dir1/dir2/dir3 What i would like to do is copy everything from Source1 and Source2 into the Destination directory. The only thing is the ...
    1 day ago
  • Having problem with if statement


    The UNIX and Linux ForumsAuthority Authority: 170
    Could someone help me out with this if statement? Its supposed to get a persons website, but it isnt working when I run it. website="" echo "Would you like to enter a website? Enter Yes/No" read choice if ["$choice" == "Yes"] then while ["$website" == ""] do echo "Please enter a website:"; ...
    1 day ago
  • problem with rdesktop


    The UNIX and Linux ForumsAuthority Authority: 170
    Hi Everybody.. I am using rdesktop to access my remote system( windows based)in Ubuntu.. The problem is i cant simultaneously work on the local and remote system.. to access the local system (which is Ubuntu) while working on remote desktop, firstly i have to logoff from the remote desktop, then only i can work ...
    1 day ago
  • Starting an Apache Server


    The UNIX and Linux ForumsAuthority Authority: 170
    Sir, I have installed an Apache server in Fedora 9 (packages) and when i go to etc folder and try the command httpd -k start it says command not found....can any one help me out!!! ---------- Post updated at 12:02 PM ---------- Previous update was at 11:46 AM ---------- When i give ./httpd -k start It ...
    1 day ago
  • Awk | Grep pattern


    The UNIX and Linux ForumsAuthority Authority: 170
    I like to know how to remove all white space from pipe 1 and take the contents over to pipe 3. Note, test2.txt file always changes on the hour and Im hunting down the pattern in test1.txt file. I only know the basic of UNIX and my kung fu is not that strong. awk NR==2 test2.txt | pg test1.txt | grep -e "trying to ...
    1 day ago
  • Eyewitness Report From Todays SCO Bankruptcy Hearing Re Wayne Gray and AutoZone


    The UNIX and Linux ForumsAuthority Authority: 170
    Im happy to tell you that we did have a reporter, MikeD, at todays SCO bankruptcy hearing . He says Bonnie Glantz Fattel is an awesome attorney. She represents SCOs Chapter 11 Trustee, Edward Cahn. We have the minutes from the hearing too, so we know how it all went. This was the hearing mainly about two ...
    1 day ago

Comments about Unix

Personal attacks are NOT allowed
Please read our comment policy