!/Bin/Sh # Quick and Dirty Script to Download and Install Various

Total Page:16

File Type:pdf, Size:1020Kb

!/Bin/Sh # Quick and Dirty Script to Download and Install Various #!/bin/sh # Quick and dirty script to download and install various # redistributable runtime libraries # # Current maintainers: Austin English, Dan Kegel # Copyright 2007, 2008, 2009, 2010 Google (Dan Kegel, [email protected]) # Copyright 2008, 2009, 2010 Austin English ([email protected]) # License: LGPL (for compatibility with winehq) # Thanks to Detlef Riekenberg for lots of updates # Thanks to Saulius Krasuckas for corrections and suggestions # Thanks to Erik Inge Bolsø for several patches # Thanks to Hugh Perkins for the directplay patch # Please report problems at http://code.google.com/p/winezeug/issues # See also http://wiki.winehq.org/winetricks # # Note to contributors: please avoid gnu extensions in this shell script, # as it has to run on MacOSX and Solaris, too. A good book on the topic is # "Portable Shell Programming" by Bruce Blinn, ISBN: 0134514947 # Constants # Name of this version of winetricks (YYYYMMDD) VERSION=20110123 # Functions # Detect which sudo to use detect_sudo() { SUDO=sudo test "$GUI" = 1 return if test x"$DISPLAY" != x"" then if test x "`which gksudo 2>/dev/null`" then SUDO=gksudo elif test x "`which kdesudo 2>/dev/null`" then SUDO=kdesudo fi fi } # Detect which menu program to use # Thereafter, use $MENU rather than the literal program name # to avoid rpmbuild pulling all the alternate menu programs # as dependencies. (Favor for etersoft.) detect_menu() { # TODO: add 'dialog' MENU=xmessage if test x "`which zenity 2>/dev/null`" then MENU=zenity elif test x "`which kdialog 2>/dev/null`" then MENU=kdialog fi } w_warn() { echo "" echo "$@" echo "" test "$GUI" = 1 return 0 # For some reason, nulls were showing up in $@?!, causing truncated output i n zenity msg="`echo $@ tr '\000' ' '`" case $MENU in *zenity) $MENU error title=Winetricks text="$msg" nowrap;; *kdialog) $MENU title Winetricks error "$msg" ;; *xmessage) $MENU title Winetricks center " Error: $msg " ;; esac } w_die() { w_warn "$@" exit 1 } # Abort if user doesn't own the given directory (or its parent, if it doesn't ex ist yet) die_if_user_not_dirowner() { if test d "$1" then checkdir="$1" else # fixme: quoting problem? checkdir=`dirname "$1"` fi nuser=`id u` nowner=`ls l n d L "$checkdir" awk '{print $3}'` if test x$nuser != x$nowner then w_die "You (`id un`) don't own $checkdir. Don't run winetricks as anoth er user!" fi } # usage() { set +x # WARNING: do not use single quote in any package description; that breaks t he gui menu. echo "Usage: $0 [options] package [package] ..." echo "This script can help you prepare your system for Windows applications" echo "that mistakenly assume all users' systems have all the needed" echo "redistributable runtime libraries or fonts." echo "Some options require the Linux 'cabextract' program." echo "" echo "Options:" echo " q quiet. You must have already agreed to the EULAs." echo " v verbose" echo " V display Version" echo "Packages:" echo " 7zip 7zip file archiver" echo " adobeair Adobe AIR runtime" echo " amstream MS amstream.dll" echo " art2kmin MS Access 2007 runtime" echo " atmlib Adobe Type Manager. Needed for Adobe CS4" echo " autohotkey Autohotkey (open source gui scripting language)" echo " baekmuk Baekmuk Korean fonts" echo " cmake CMake, the crossplatform, opensource build system" echo " colorprofile Standard RGB color profile" echo " comctl32 MS common controls 5.80" echo " comctl32.ocx MS comctl32.ocx and mscomctl.ocx, comctl32 wrappers for VB6" echo " comdlg32.ocx MS comdlg32.ocx for VB6" echo " controlpad MS ActiveX Control Pad" echo " corefonts MS Arial, Courier, Times fonts" echo " crypt32 MS crypt32.dl" echo " cygwin Unix apps for Windows (needed by some build scripts)" echo " d3dx9 MS d3dx9_??.dll (from DirectX 9 user redistributable)" echo " d3dx9_26 MS d3dx9_26.dll" echo " d3dx9_28 MS d3dx9_28.dll" echo " d3dx9_31 MS d3dx9_31.dll" echo " d3dx9_35 MS d3dx9_35.dll" echo " d3dx9_36 MS d3dx9_36.dll" echo " d3dx9_42 MS d3dx9_42.dll" echo " d3dx10 MS d3dx10_??.dll (from DirectX user redistributable)" echo " d3dxof MS d3dxof.dll (from DirectX user redistributable)" echo " devenum MS devenum.dll (from DirectX 9 user redistributable)" echo " dinput8 MS dinput8.dll (from DirectX 9 user redistributable)" echo " dirac the Dirac directshow filter" echo " directmusic MS DirectMusic (from DirectX 9 user redistributable)" echo " directplay MS DirectPlay (from DirectX 9 user redistributable)" echo " directx9 MS DirectX 9 user redistributable (not recommended! use d3dx9 instead)" echo " directx9beta MS DirectX 9 user redistributable beta verb (not reco mmended! use d3dx9 instead)" echo " divx divx video codec" echo " dmsynth MS dmsynth.dll (midi sythesizer from DirectX 9 user red istributable)" echo " dotnet11 MS .NET 1.1 (requires Windows license, but does not che ck for one)" # Doesn't work yet, don't make it public # echo " dotnet11sdk MS .NET Framework SDK Version 1.1 (requires Windows li cense, but does not check for one; may not work yet)" echo " dotnet20 MS .NET 2.0 (requires Windows license, but does not che ck for one)" # Doesn't work yet, don't make it public # echo " dotnet20sdk MS .NET Framework SDK Version 2.0 (requires Windows li cense, but does not check for one, may not work yet)" # echo " dotnet20sp2 MS .NET 2.0 sp2 (broken in wine)" echo " dotnet30 MS .NET 3.0 (requires Windows license, but does not che ck for one, might not work yet)" echo " droid Droid fonts (on LCD, looks better with fontsmoothrgb)" echo " dsound MS dsound.dll (from DirectX 9 user redistributable)" echo " dxsdk_nov2006 DirectX Software Development Kit, November 2006 version " echo " eufonts Updated fonts for Romanian and Bulgarian" echo " fakechinese Creates aliases for Chinese fonts using WenQuanYi fonts " echo " fakejapanese Creates aliases for Japanese fonts using Takao fonts" echo " fakekorean Creates aliases for Korean fonts using Baekmuk fonts" echo " ffdshow ffdshow video codecs" echo " firefox Firefox web browser" echo " flash Adobe Flash Player ActiveX and firefox plugins" echo " fm20 MS Forms 2.0 Object Library" echo " fontfix Fix bad fonts which cause crash in some apps (e.g. .net )." echo " fontsmoothbgr Enables subpixel smoothing for BGR LCDs" echo " fontsmoothdisable Disables font smoothing" echo " fontsmoothgray Enables grayscale font smoothing" echo " fontsmoothrgb Enables subpixel smoothing for RGB LCDs" echo " gdiplus MS gdiplus.dll" echo " geckodbg The HTML rendering Engine (Mozilla), with debugging sym bols" echo " gecko The HTML rendering Engine (Mozilla)" echo " gfw MS Game For Windows Live (xlive.dll)" echo " glut The glut utility library" echo " hosts Adds empty C:\windows\system32\drivers\etc\{hosts,servi ces} files" echo " icodecs Intel Indeo codecs" echo " ie6 Microsoft Internet Explorer 6.0" echo " ie7 Microsoft Internet Explorer 7.0" echo " ie8 Microsoft Internet Explorer 8.0" echo " jet40 MS Jet 4.0 Service Pack 8" echo " kde KDE for Windows installer" echo " l3codecx MPEG Layer3 Audio Codec for Microsoft DirectShow" echo " liberation Red Hat Liberation fonts (Sans, Serif, Mono)" echo " lucida MS Lucida Console font" echo " mdac25 MS MDAC 2.5: Microsoft ODBC drivers, etc." echo " mdac27 MS MDAC 2.7" echo " mdac28 MS MDAC 2.8" echo " mfc40 MS mfc40 (Microsoft Foundation Classes from Visual C++ 4)" echo " mfc42 MS mfc42 (same as vcrun6 below)" echo " mingwgdb GDB for MinGW" echo " mingw Minimalist GNU for Windows, including GCC for Windows!" echo " mono26 mono2.6" echo " mono28 mono2.8" echo " mozillabuild Mozilla build environment" echo " mpc Media Player Classic" echo " mshflxgd MS Hierarchical FlexGrid Control" echo " msi2 MS Windows Installer 2.0" echo " msls31 MS Line Services 3.1 (needed by native riched?)" echo " msmask MS Masked Edit Control" echo " mspaint MS Paint (gotta draw stick figures somehow...)" echo " msscript MS Windows Script Control" echo " msxml3 MS XML Core Services 3.0" echo " msxml4 MS XML Core Services 4.0" echo " msxml6 MS XML Core Services 6.0" echo " ogg ogg filters/codecs: flac, theora, speex, vorbis, schroe dinger" echo " ole2 MS 16 bit OLE" echo " opensymbol OpenSymbol fonts from OpenOffice.org (replacement for W ingdings)" echo " openwatcom Open Watcom C/C++ compiler (can compile win16 code!)" echo " pdh MS pdh.dll (Performance Data Helper)" echo " physx NVIDIA/AGEIA PhysX runtime" echo " psdk2003 MS Platform SDK 2003" echo " psdkvista MS Vista SDK (does not install yet)" echo " psdkwin7 MS Windows 7 SDK (installing just headers and c++ compi ler works)" echo " python26 Python 2.6.2 (and pywin32)" echo " pythoncomtypes Python 0.6.11 comtypes package" echo " quartz quartz.dll (from Directx 9 user redistributable)" echo " quicktime72 Apple Quicktime 7.2" echo " quicktime76 Apple Quicktime 7.6" echo " riched20 MS RichEdit Control, riched20 and riched32" echo " riched30 MS RichEdit Control, riched30" echo " richtx32 MS Rich TextBox Control 6.0" echo " safari Apple Safari web browser" echo " secur32 MS secur32" echo " shockwave Adobe Shockwave Player" echo " steam Steam Client App from Valve" echo " tahoma MS Tahoma font (not part of corefonts)" echo " takao Takao Japanese fonts" echo " unifont Unifont alternative to Arial Unicode MS" echo " usp10 MS usp10.dll (Uniscribe)" echo " utorrent uTorrent" echo " vb2run MS Visual Basic 2 runtime" echo " vb3run MS Visual Basic 3 runtime" echo " vb4run MS Visual Basic 4 runtime" echo " vb5run MS Visual Basic 5 runtime" echo " vb6run MS Visual Basic 6 Service Pack 6 runtime" echo " vc2005express MS Visual C++ 2005 Express" echo " vc2005expresssp1 MS Visual C++ 2005 Express SP1 (does not work
Recommended publications
  • The Unicode Cookbook for Linguists: Managing Writing Systems Using Orthography Profiles
    Zurich Open Repository and Archive University of Zurich Main Library Strickhofstrasse 39 CH-8057 Zurich www.zora.uzh.ch Year: 2017 The Unicode Cookbook for Linguists: Managing writing systems using orthography profiles Moran, Steven ; Cysouw, Michael DOI: https://doi.org/10.5281/zenodo.290662 Posted at the Zurich Open Repository and Archive, University of Zurich ZORA URL: https://doi.org/10.5167/uzh-135400 Monograph The following work is licensed under a Creative Commons: Attribution 4.0 International (CC BY 4.0) License. Originally published at: Moran, Steven; Cysouw, Michael (2017). The Unicode Cookbook for Linguists: Managing writing systems using orthography profiles. CERN Data Centre: Zenodo. DOI: https://doi.org/10.5281/zenodo.290662 The Unicode Cookbook for Linguists Managing writing systems using orthography profiles Steven Moran & Michael Cysouw Change dedication in localmetadata.tex Preface This text is meant as a practical guide for linguists, and programmers, whowork with data in multilingual computational environments. We introduce the basic concepts needed to understand how writing systems and character encodings function, and how they work together. The intersection of the Unicode Standard and the International Phonetic Al- phabet is often not met without frustration by users. Nevertheless, thetwo standards have provided language researchers with a consistent computational architecture needed to process, publish and analyze data from many different languages. We bring to light common, but not always transparent, pitfalls that researchers face when working with Unicode and IPA. Our research uses quantitative methods to compare languages and uncover and clarify their phylogenetic relations. However, the majority of lexical data available from the world’s languages is in author- or document-specific orthogra- phies.
    [Show full text]
  • License Agreement
    TAGARNO MOVE, FHD PRESTIGE/TREND/UNO License Agreement Version 2021.08.19 Table of Contents Table of Contents License Agreement ................................................................................................................................................ 4 Open Source & 3rd-party Licenses, MOVE ............................................................................................................ 4 Open Source & 3rd-party Licenses, PRESTIGE/TREND/UNO ................................................................................. 4 atk ...................................................................................................................................................................... 5 base-files ............................................................................................................................................................ 5 base-passwd ...................................................................................................................................................... 5 BSP (Board Support Package) ............................................................................................................................ 5 busybox.............................................................................................................................................................. 5 bzip2 .................................................................................................................................................................
    [Show full text]
  • Desktop Automation with Autohotkey
    Unplug Your Mouse Workflow Automation with AutoHotKey Andrew Weidner Robert Wilson Mice make simple things easy and complex things impossible. Mice make simple things easy and complex things impossible. Mice are useful and fun, but they tend to slow down repetitive file management tasks. Do things faster with your keyboard. Keyboard Optimization: why type fifty-two keys when you can do the same thing with two? (Ctrl + 4) Overview • Keyboard Shortcuts • AutoHotkey Scripts • Tools & References • Demonstration Keyboard Shortcuts Windows Explorer Tab = cycle fields (add Shift to reverse) Alt + Tab = application switcher Enter = open selected file/folder Backspace = return to parent folder Alt + F + M = rename selected file/folder (also F2) Alt + F + W + F = create a new folder Home/End = go to first/last file Keyboard Shortcuts ACDSee Viewer Page Down = next image Page Up = previous image (NumPad) * = fit image to window (NumPad) + = zoom in (NumPad) - = zoom out Arrow Keys = move around the image Home/End = go to first/last image Keyboard Shortcuts Mozilla Firefox Ctrl + T = open new tab Ctrl + Tab = cycle tabs (add Shift to reverse) Alt + Left = go to previous page (also Backspace) Ctrl + L = focus on address bar Tab = cycle links (add Shift to reverse) Arrow Keys = scroll through the page Ctrl + B = show/hide bookmarks sidebar AutoHotkey Scripts Simple: another Enter key ; plain text file with .AHK extension ; comments begin with a semicolon ; define the hotkey: Alt + a !a:: ; define the action Send, {Enter} AutoHotkey Scripts Simple: type
    [Show full text]
  • Centos 7 and RHEL 7 Installation Guide (X64)
    CentOS 7 and RHEL 7 Installation Guide (x64) Release Notes for Indigo 2.0.1 Better XFT and UTF-8/Unicode support Improved version of winterm, adminterm and sshterm based on the new MXTerm and dynamic font face settings (font name + size) Improvements in libXt SGI Scheme loader 5Dwm v2.3 (multi-screen support with Xinerama) Recompiled all libraries and apps to support better application binary interface (ABI) across Linux distributions Revised Shutdown and Restart Admin-Screens (from toolchest) New configuration files in $HOME/.maxxdesktop to support Fonts, themes and other customization Command line tools to switch between CLASSIC and MODERN look and feel Custom XSettings Daemon and MaXX specific settings Support Dynamic GTK+ SGI Theme change New version of Nedit (called XNedit) with full unicode support and antialiased text rendering Toolchest dark SGI Scheme support for main-menu icon Introducing an 'user-based' X11 Resources settings and customization manager. Unified look and feel for both gmemusage and the new gr_osview2 New version of gr_osview (based on xosview 2) Entire new 32 bit sub-systems and libraries to support 32 bit apps under MaXX Interactive Desktop 64 bit (separate download) Some new/old SGI demos Many bug fixes and improvements Small fixes to improve compatibility and usability for: CentOS, Fedora and Ubuntu Prerequisites These are below the prerequisites for installing and running MaXX and some older X11/Motif applications... Storage Space Requirements 75MB in /tmp partition (something it is part of the / 'root' partition)
    [Show full text]
  • New Elevation Powertoys for Windows Vista
    Security At a glance: Run as Administrator for third-party scripting tools Run as Another User Prompt Here as System for CMD and Windows PowerShell Drag-and-drop Elevation Gadget New Elevation PowerToys for Windows Vista Michael Murgolo of my favourite third-party scripting tools, Welcome to another demonstrate how you can replace a nice edition of the Elevation Windows XP feature that was removed from Windows Vista, and look at some of the han- PowerToys for dy tools that are included in Elevation Pow- erToys. Windows Vista. I took Run as Administrator for additional a close look at this in scripting tools One topic I discussed in the previous article the June 2007 issue (available at http://technet.microsoft.com/ magazine/cc162321.aspx) was enabling the of TechNet Magazine. Run as Administrator option for the native Windows scripting tools. For this article, I’ve Here we are a year created Run as Administrator PowerToys for some third-party scripting tools: later. This time around, • AutoIt v3 (www.hiddensoft.com) • AutoHotkey (www.autohotkey.com) I want to show you • ActivePerl (www.activestate.com) how I expanded the • KiXtart 2010 (www.kixtart.org) The code for each of these is included in Run as Administrator the download for this article, which you can find at http://technetmagazine.com. The ac- functionality to some tual files are named ElevateAutoIt3.inf, El- 58 To get your FREE copy of TechNet Magazine subscribe at: www.microsoft.com/uk/technetmagazine 58_62_Elevatio_des7.indd 58 13/8/08 16:05:49 evateAutoHotKey.inf, ElevatePerlScript.inf, domain he is on.
    [Show full text]
  • Xerox® Workcentre® 7220/7220I/7225/7225I Color Multifunction Printer 2016 Xerox® Connectkey® Technology System Administrator Guide
    Xerox® WorkCentre® 7220/7220i/7225/7225i Color Multifunction Printer 2016 Xerox® ConnectKey® Technology System Administrator Guide © 2016 Xerox Corporation. All rights reserved. Unpublished rights reserved under the copyright laws of the United States. Contents of this publication may not be reproduced in any form without permission of Xerox Corporation. Copyright protection claimed includes all forms of matters of copyrightable materials and information now allowed by statutory or judicial law or hereinafter granted, including without limitation, material generated from the software programs which are displayed on the screen such as styles, templates, icons, screen displays, looks, and so on. Xerox® and Xerox and Design®, Phaser®, PhaserSMART®, PhaserMatch®, PhaserCal®, PhaserMeter™, CentreWare®, PagePack®, eClick®, PrintingScout®, Walk-Up®, WorkCentre®, FreeFlow®, SMARTsend®, Scan to PC Desktop®, MeterAssistant®, SuppliesAssistant®, Xerox Secure Access Unified ID System®, Xerox Extensible Interface Platform®, ColorQube®, ConnectKey®, Global Print Driver®, and Mobile Express Driver® are trademarks of Xerox Corporation in the United States and/or other countries. Adobe® Reader®, Adobe® Type Manager®, ATM™, Flash®, Macromedia®, Photoshop®, and PostScript® are trademarks of Adobe Systems Incorporated in the United States and/or other countries. Apple, Bonjour, EtherTalk, TrueType, iPad, iPhone, iPod, iPod touch, Mac and Mac OS are trademarks of Apple Inc., registered in the U.S. and other countries. AirPrint and the AirPrint logo are trademarks of Apple Inc. HP-GL®, HP-UX®, and PCL® are trademarks of Hewlett-Packard Corporation in the United States and/or other countries. IBM® and AIX® are trademarks of International Business Machines Corporation in the United States and/or other countries. Mopria™ is a trademark of the Mopria Alliance.
    [Show full text]
  • African Fonts and Open Source
    African fonts and Open Source Denis Moyogo Jacquerye September 17th 2008 ATypI ‘o8 Conference St. Petersburg, Russia, September 2008 1 African fonts and Open Source Denis Moyogo Jacquerye African fonts and Open Source This talk is about: ● African Orthographies (relevance, groups, requirements) ● Technologies for them (Unicode, OpenType) ● Implementation ● Raise awareness and interest ● Case for Open Source ATypI ‘o8 Conference St. Petersburg, Russia, September 2008 2 African fonts and Open Source Denis Moyogo Jacquerye Speaker Denis Moyogo Jacquerye ● Computer Scientist and Linguist ● Africanization consultant ● DejaVu Fonts co-leader ● African Network for Localization (ANLoc) ATypI ‘o8 Conference St. Petersburg, Russia, September 2008 3 African fonts and Open Source Denis Moyogo Jacquerye ANLoc African fonts work part of ANLoc project ● Facilitate localization ● Empowering through ICT ● Network of experts ● Sub-projects: Locales, Keyboards, Fonts, Spell checkers, Terminology, Training, Localization software, Policy. ATypI ‘o8 Conference St. Petersburg, Russia, September 2008 4 African fonts and Open Source Denis Moyogo Jacquerye African languages ● Lots of African languages (over 2000) ● 25 spoken by about half ● 80% don't have orthographies ● 20% do! ● Can emulate! ATypI ‘o8 Conference St. Petersburg, Russia, September 2008 5 African fonts and Open Source Denis Moyogo Jacquerye African languages ● Used every day by most ● Education is mostly in European language ● Used in spoken media ● Interest is rising ATypI ‘o8 Conference St. Petersburg,
    [Show full text]
  • Letter Types
    LETTER TYPES Do you need to write a letter for business, professional, or employment purposes ? The content and format of the letter you write will depend on the. Congratulatory letter, condolence letter, invitation letter etc are all social letters. Only a symbol with a unique function is considered a character and is thus assigned a code point in Unicode. Official letters are also formal in nature and follow certain structure and decorum. In Greek handwriting, it was common to join the left leg and horizontal stroke into a single loop, as demonstrated by the uncial version shown. The shapes of the letters recall the handpainted strokes made by traditional sign painters and lettering artists. Two or three paragraphs are plenty. Let us have a look at the few types of letters. There was also a cursive style used for everyday or utilitarian writing, which was done on more perishable surfaces. Source: npr Types of Letters Let us first understand that there are broadly two types of letter, namely Formal Letters, and Informal Letters. Especially in formal letters, it is important to immediately make clear the purpose of the letter. Monospaced typefaces function better for some purposes because their glyphs line up in neat, regular columns. One could be asking for time, money, services, or products; the fact is that, when you ask for someone's help, you are subliminally potentially putting yourself lower than the other person. Small capitals and non-lining numerals once found only in serif fonts are included in the sans-serif versions of Thesis, Scala Pro, and many other contemporary superfamilies.
    [Show full text]
  • R Installation and Administration Version 3.4.3 Patched (2018-02-21)
    R Installation and Administration Version 3.4.3 Patched (2018-02-21) R Core Team This manual is for R, version 3.4.3 Patched (2018-02-21). Copyright c 2001{2018 R Core Team Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into an- other language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the R Core Team. i Table of Contents 1 Obtaining R :::::::::::::::::::::::::::::::::::::::::::::::::::: 1 1.1 Getting and unpacking the sources ::::::::::::::::::::::::::::::::::::::::::::::::: 1 1.2 Getting patched and development versions ::::::::::::::::::::::::::::::::::::::::: 1 1.2.1 Using Subversion and rsync ::::::::::::::::::::::::::::::::::::::::::::::::::: 1 2 Installing R under Unix-alikes :::::::::::::::::::::::::::::::: 3 2.1 Simple compilation :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 3 2.2 Help options ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 4 2.3 Making the manuals ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 4 2.4 Installation ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    [Show full text]
  • International Language Environments Guide for Oracle® Solaris 11.4
    International Language Environments ® Guide for Oracle Solaris 11.4 Part No: E61001 November 2020 International Language Environments Guide for Oracle Solaris 11.4 Part No: E61001 Copyright © 2011, 2020, Oracle and/or its affiliates. License Restrictions Warranty/Consequential Damages Disclaimer This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. Warranty Disclaimer The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. Restricted Rights Notice If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs (including any operating system, integrated software, any programs embedded, installed or activated on delivered hardware, and modifications of such programs) and Oracle computer documentation or other Oracle data delivered to or accessed by U.S. Government end users are
    [Show full text]
  • Easily Automate Any Application Simple, Free Tool Yields 2× Productivity Increase
    Easily Automate Any Application Simple, Free Tool Yields 2× Productivity Increase First There is a Mountain – A client recently tasked me with consolidating and formatting eleven PowerPoint decks into a single, 700+ slide master deck. The decks were created by several authors having varied familiarity with the application. My job was to provide an attractive, uniform look—using a new design template—that would enhance readability and my client’s professional image. All the while I had to keep an eye on the clock to help minimize my client’s costs. It was estimated to take six minutes per slide based on data I included with the first few completed decks. But partway through the project I conjured a way to cut that time in half—in addition to being able to share my simple‐to‐use, no‐cost productivity enhancement process with the client (who is not familiar with computer coding). Mac OS users can look to Keyboard Maestro and the native Automator to provide similar functionality. But what I’m about to describe can be used anywhere in Windows 7 or later, and in any Microsoft or third‐party application that follows long‐established Windows user interface conventions. “Oh, the Tedium” – Bullet use was a mishmash throughout the client’s disparate slide decks. There was no consensus as to when an en‐ or em dash should be used—never mind corresponding spacing considerations. Adding to my budding carpel tunnel fear, not all Microsoft Office apps are created equal. Referencing the numeric keypad while using Word, why can you press [Ctrl]+[‐] to insert an en dash and [Ctrl]+[Alt]+[‐] for an em dash, but the same hotkey combos don’t work in PowerPoint? (Scratches head.) Yet pressing [F4], which repeats the last action, is common to both applications.
    [Show full text]
  • Rtorrent-Ps Documentation Release 1.2-Dev
    rtorrent-ps Documentation Release 1.2-dev PyroScope Project Aug 05, 2021 Getting Started 1 Overview 3 1.1 Feature Overview............................................4 1.2 Supported Platforms...........................................4 1.3 Launching a Demo in Docker......................................4 2 Installation Guide 7 2.1 General Installation Options.......................................7 2.2 OS-Specific Installation Options.....................................8 2.3 Manual Turn-Key System Setup.....................................9 3 Setup & Configuration 17 3.1 Setting up Your Terminal Emulator................................... 17 3.2 Trouble-Shooting Guide......................................... 19 4 User’s Manual 25 4.1 Additional Features........................................... 25 4.2 Extended Canvas Explained....................................... 27 4.3 Command Extensions.......................................... 29 5 Tips & How-Tos 33 5.1 Checking Details of the Standard Configuration............................. 33 5.2 Validate Self-Signed Certs........................................ 33 6 Advanced Customization 35 6.1 Color Scheme Configuration....................................... 35 6.2 Customizing the Display Layout..................................... 37 7 Development Guide 43 7.1 Running Integration Tests........................................ 43 7.2 The Build Script............................................. 44 7.3 Creating a Release............................................ 45 7.4 Building the Debian Package.....................................
    [Show full text]