Skip to main content

Home/ The Apple Group/ Group items tagged linux

Rss Feed Group items tagged

Jeff Johnson

Using Linux rm command to delete, remove hidden files and folder - Basic Linux Command.... - 20 views

Jeff Johnson

VirtualBox - 0 views

  •  
    VirtualBox is a powerful x86 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL). Presently, VirtualBox runs on Windows, Linux, Macintosh and OpenSolaris hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista, Windows 7), DOS/Windows 3.x, Linux (2.4 and 2.6), Solaris and OpenSolaris, and OpenBSD.
thanaads Thanaads Noo

Share your iPhone 3G data connection with a PC, Mac or Linux device over WiFi | iPhone ... - 0 views

  •  
    We don't often cover apps for jailbroken iPhones, but the topic of using a 3G phone as a WiFi hotspot to share the connection is one we've shared before. Apps like WMWiFiRouter and JoikuSpot cover this function on Windows Mobile and Symbian S60 devices, but what about that snazzy iPhone 3G? Well, an old name has a new solution. I'm talking about PdaNet, an application I used to tether my XV6700 to a Toshiba M205 Tablet PC back in 2004.
Jeff Johnson

Apple security: Myth or magic? -- Government Computer News - 0 views

  •  
    Ultimately, I was foiled by the security features of the Mac. I found that SSH attempted to log me in as the account owner of the Mac itself, rather than letting me to supply my own log-in name and associated password. In effect, I couldn't log on as anyone except the owner of the Mac account, at least by default. Because I didn't have an account on that Mac and my friend with the Mac didn't have an account on my Linux box, I couldn't log in.
yc c

Nvu - The Complete Web Authoring System for Linux, Macintosh and Windows - 0 views

  •  
    Nvu (pronounced N-view which stands for "new view")  Web Authoring app like FrontPage and Dreamweaver for Linux, Microsoft Windows and Macintosh.
Linux Training

Registration at Plexus Networks - 0 views

  •  
    rhce training,rhcsa certification training chennai,openstack training chennai,puppet training chennai,ansible training chennai,jboss training, redhat linux training,storage training,Gluster training,cloud training chennai,openshift training
election2019

Election 2019 Lok Sabha - Election 2019 Lok Sabha : Lok Sabha Results, Opinion Poll, Da... - 0 views

  •  
    Hello guys. I am very happy to share here. This is my site. Using Linux rm command on the bash shell command prompt to delete or remove a file, hidden file, folder, hidden folder and meta character filename and folder name on Linux Fedora core with the example. This article shows the step by step guide on delete file or deletes a folder on Linux system, make sure that the that you understand the rm command before you execute them. There is a forum and I was very happy to announce to you. I also provide SEO service. https://goo.gl/SSq5sT
Cindy Olivia

Canon Printer Drivers PIXMA MX360 Download | Printer Drivers Download Sofware OS Window... - 0 views

  •  
    How about my site for printer drivers for linux in http://www.driverhino.com
Kristina Willson

Useful Tips for Android App Developers - 0 views

  •  
    As the Android application market is growing day by day, Android app developers have to face tough competition to woo the end users. Android is basically a Linux based operating system with JAVA library which was developed for smart phones to make them more compatible and useful. But, the fast growing demands of users raised the bars for quality, performance and functionality of the applications.
Jeff Johnson

Reasons to buy a Mac | Paul Murphy - 0 views

  •  
    A free-ranging daily blog on issues related to Unix - including Linux, BSD, and Solaris - with a particular focus on enterprise-level decision-making.
yc c

Parallels Desktop for Mac - 0 views

  •  
    Run Windows, Linux, and more side-by-side with Mac OS X on any Intel-powered Mac, without rebooting. You can even drag-and-drop files between desktops!
Jochen Burkhard

macosxhints.com - How to burn ISO disc images - 0 views

  •  
    Easiest 1-2-3 HowTo on burning disks from ISO-Images on a Mac, trust me :-)
  •  
    Disc images are a fairly common packaging standard for large software programs. If you want to try out a new Linux distribution, for example, chances are you'll need to download a disc image in ISO format and burn it to a blank CD-ROM or DVD.
David Corking

Virtual Network Computing (VNC) - Tao of Mac - 0 views

  • Mac OS X includes a VNC server (check the Sharing preference pane, it's part of Apple Remote Desktop).
  • defaults write com.apple.ScreenSharing ShowBonjourBrowser_Debug 1
  • My current (minimalistic) Linux startup file, so that I remember that unsetting SESSION_MANAGER is the right way to avoid complaints from gnome-session: $ cat .vnc/xstartup #!/bin/sh unset SESSION_MANAGER [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & gnome-session &
  •  
    aha - the complement to SSH
Jeff Johnson

Yet another reason why Macs need security software | Security - CNET News - 0 views

  •  
    According to the X-Force 2008 Trend & Risk Report (PDF) released early this year, Mac OS X Server and Mac OS X top the list of operating systems with the most disclosed vulnerabilities for 2008. Each accounts for 14.3 percent, and has been in the top five in each of the last three years. Rounding out the top five were: Linux Kernel at 10.9 percent, Sun Solaris at 7.3 percent, and Microsoft Windows XP at 5.5 percent. The purpose of this data is to compare the total number of disclosed vulnerabilities with each individual operating system. Vulnerability data is submitted to the Mitre Corp. and then appears in the CVE (Common Vulnerabilities and Exposures) List.
Graham Perrin

XBinary: Extended Binary Format Support for Mac OS X - 0 views

  • Extended Binary Format Support
  • © Amit Singh
  • January 2009
  • ...51 more annotations...
  • —With the advent of x86-based Macintosh computers, Universal binaries, originally known as "fat" or multiple-architecture binaries, appeared in Mac OS X.
  • Universal Binaries
  • for one or more architectures
  • along with a header that describes each constituent binary.
  • a wrapper that contains Mach-O binaries
  • a "4-way fat" executable could consist of Mach-O executables for the i386 (32-bit Intel), x86_64 (64-bit Intel), ppc (32-bit PowerPC), and ppc64 (64-bit PowerPC) architectures
  • Mac OS X does not provide any kernel-level or user-level interfaces to extend binary format support.
  • we'll need to write special software
  • new kernel functionality
  • software will involve a kernel extension.
  • extend the kernel
  • and execute them through specified handler programs.
  • Let us call the new software that implements these features XBinary. binfmt_misc Those familiar with the Linux kernel will realize that functionality similar to what's been described here exists in Linux as the binfmt_misc kernel feature. XBinary is conceptually similar
  • XBinary also has some Mac OS X specific features.
  • download and install the XBinary package
  • a command-line tool (xbinary
  • a kernel extension (xbinary.kext)
  • research software at this point
  • choosing the best library from an extended fat library file.
  • for developers, researchers, and power users
  • take XBinary for a spin
  • XBinary: extended binary format support for Mac OS X Copyright (c) 2009 Amit Singh. All Rights Reserved. http://osxbook.com The XBinary software allows you to extend the Mac OS X kernel such that it can recognize arbitrary binary formats and execute them through specified handler programs. (Mac OS X natively supports executing only Mach-O binaries, Universal (fat) binaries, and interpreter scripts.) XBinary consists of a kernel extension (xbinary.kext) and this command-line tool, which lets you control the XBinary facility. This requires superuser privileges, so you should run this tool using sudo(8). The XBinary kext must be loaded for the facility to be available.
  • You can add and manipulate in-kernel entries that enable recognition of binary formats.
  • You can also specify flags that affect how a matched entry is processed. By default, the argument vector IS adjusted and setuid/setgid binaries are NOT allowed.
  • make experimentation involving new binary formats easy
  • Let us look at Java applications
  • then specify this wrapper script as the interpreter
  • and subsequently invoke the Java application launcher.
  • given a Java class file
  • a wrapper script
  • We don't even have to write such scripts
    • Graham Perrin
       
      :-)
  • a Universal binary containing, say, Tiger and Leopard versions
  • simplify code creation and maintenance.
  • Consider a 2-way fat binary containing i386 and x86_64 architectures.
  • operating system versions in addition to processor architectures.
    • Graham Perrin
       
      :-)
  • Now think of an "extended" fat binary mechanism that incorporates
  • our hypothetical extended fat binary contains eight "architectures"
  • the extended fat feature as implemented by XBinary is not a complete implementation
  • These examples assume that you are on an x86 (little-endian) machine.
  • XBinary requires Mac OS X 10.5.x (Leopard).
  • Executive Summary This document discusses XBinary, a new software that lets you add kernel-level support for executing files in arbitrary binary formats on Mac OS X.
  • Extending Executability
  • recognize arbitrary binary formats
  • using the xbinary tool
  • copious "help" output
  • Each entry must have as its name a unique identifier string up to 31 bytes in size. Additionally, a set of other arguments specify to the kernel how to recognize that binary format and which interpreter to invoke to handle it. XBinary can recognize a binary EITHER by matching magic bytes within the first page of the file OR by matching a file extension. OTHER_ARGS must be a valid combination of the following arguments (some are optional).
  • that will determine the startup class name
  • Bonus Feature: Extra Fat Binaries
  • Since XBinary is experimental, why not experiment with such a feature too?
  • XBinary wouldn't be able to help the dynamic linker
  • The XBinary software
Robin Dale

Steps to Schedule a Reboot for your Linux Server - 1 views

  •  
    Rebooting is one of the important task to be performed once in a month in order to install updates for your kernel and to increase the performance of your active dedicated server. The reboot of server is essential everytime when you install any updates or patch your kernel.
David Watson

Best Data Recovery Software For iOS | WS Data Recovery - 0 views

  •  
    Looking for the best data recovery software? Data Recovery Software recovers lost or deleted data from Windows, Mac, Linux OS. WS Data Recovery offer Data Recovery from HDD, SSD, RAID, SAS, NAS.
1 - 20 of 41 Next › Last »
Showing 20 items per page