Simple and Light Simple and Light

Total Page:16

File Type:pdf, Size:1020Kb

Simple and Light Simple and Light LINUXUSER DeskTOPia: JWM JWM Window Manager SIMPLESIMPLE ANDAND LIGHTLIGHT JWM is a window manager for Linux users who demand an efficient GUI and are not afraid to fire up an editor to get it. If this sounds like the kind of tool you are looking for, read on to discover more about JWM. BY HAGEN HÖPFNER f you install a major Linux distribu- the sources is very easy as there are very switch to GUI mode. To make sure that tion, you will probably get the KDE few requirements to fulfill. All you need JWM launches when you do so, add the Ior GNOME desktop. But neither of is the gcc compiler, and the developer following line: the big guns is renowned for a frugal use packages for libxpm and the GUI desk- of CPU and memory resources. If your top. If you have Suse Linux 9.2, you will exec /usr/local/bin/jwm system is short on power, you may be find the X header files in xorg-x11-devel. looking for an alternative. If you have a distribution based on the to the .xinitrc file in your home direc- One of your options is JWM (Joe’s XFree86 package rather than Xorg, you tory. If you use a GUI-based login man- Window Manager) [1] . JWM (Figure 1) will find the developer files in the ager such as KDM or GDM, you can add got its name from its developer, Joe Xfree86-devel package. an entry for JWM to the login manager Wingbermuehle. Joe made sure JWM Unpack the source code from the proj- menu. does not rely on countless libraries, ect homepage and change to the direc- restricting dependencies to the X tory this step creates, jwm-0.21. Then First Steps Window system only. give the commands ./ configure, make, The first time you launch JWM, you and su -c “make install” to build the should at least have your own configura- Installation executable and copy it to /usr/ local/ bin. tion file, which will need to include a JWM does not provide any ready-to-run The easiest way to launch JWM is to menu entry for launching a terminal. binary packages, but building JWM from go to text mode and then type startx to The system global configuration is 80 ISSUE 57 AUGUST 2005 WWW.LINUX - MAGAZINE.COM DeskTOPia: JWM LINUXUSER Listing 1: JWM Sample Menu 01 <RootMenu label="Start" icon="start.xpm"> 02 <Program icon="konsole.xpm" label="xterm">xterm</Program> 03 <Menu icon="folder.xpm" label="Internet"> 04 <Program icon="mozilla.xpm" label="Firefox">firefox</ Program> 05 <Program icon="mozilla-mail.xpm" label="Thunderbird">thunder bird</Program> 06 <Program icon="licq.xpm" label="Licq">licq</Program> 07 </Menu> 08 <Separator/> 09 <Restart icon="reload.xpm"/> 10 <Exit icon="exit.xpm"/> 11 </RootMenu> 12 <Icons> 13 <IconPath>$HOME/.jwm_pics</IconPath> 14 </Icons> Listing 2: Tray configuration 01 <Tray autohide="false"> 02 <Font antialias="true">-adobe-helvetica-*-r-*-*-12-*-*-*-*-*-*-*</Font> 03 <Width>500</Width> <!-- Tray width (Default 1024) --> 04 <Height>20</Height> <!-- Tray height (Default 28) --> 05 <Alignment>center</Alignment> 06 <Foreground>black</Foreground> original photo: www.sxc.hu photo: original 07 <Background>#DCDAD5</Background> 08 <ActiveForeground>black</ActiveForeground> 09 <ActiveBackground>#8899AA</ActiveBackground> 10 </Tray> The window decorations are reminiscent modify JWM to suit your own prefer- of FVWM [2]. The window title bar ences, as the standard configuration placed in the /usr/ local/ etc folder when includes buttons for iconizing, maximiz- would probably only make JWM’s devel- you install JWM. Copy the system.jwmrc ing, and closing the window. Also oper happy. The first thing to do is to set file to your home directory as .jwmrc. included is an icon on the left, which up the menu to support the applications Then open the file in an editor and opens the window menu on right click- you have installed on your system. change the program name xwsh in line 7 ing. The menu can contain submenus, to the name of your favorite terminal, program launchers, separating lines, and that is xterm or konsole for example. Configuring the Menu internal JWM calls. The internal JWM After completing these preparatory You can use the menu to move the win- calls help you terminate JWM, for exam- steps, you can launch a basic JWM con- dow to another virtual desktop or send it ple. The current version does not sup- figuration for the first time. At the bot- to the background in the current win- port re-launching the window manager tom edge of the screen you will see a dow. If you prefer to do without a via the menu. When we selected an tray that includes a menu, a pager, a mouse, JWM supports keyboard short- entry to try this, JWM crashed. Listing 1 CPU load indicator, and a clock. Later cuts that are very reminiscent of the is a simple example that results in the on, JWM will display a list of active KDE shortcuts. For example, [Alt]+ menu shown in Figure 2. programs in the middle. [Tab] toggles between the windows on The first line tells JWM that the menu You might like to select the Terminal the current desktop, and pressing definition follows. The next line has an menu entry to launch the application [Alt]+[F4] closes an application. entry for launching an xterm. Besides you configured in your configuration file. You can edit the configuration file to the label displayed for the menu entry WWW.LINUX - MAGAZINE.COM ISSUE 57 AUGUST 2005 81 LINUXUSER DeskTOPia: JWM If four virtual desktops are not enough for you, you can increase the number in the <DesktopCount>4</ Desktop- Count> line. Make sure you use a value between 1 and 8. JWM defines a few keyboard shortcuts by default, however, you can add to the list by defining your own shortcuts. Place your keyboard shortcuts at the end of the .jwmrc file. To define a keyboard shortcut, you need an entry with the fol- lowing syntax: <Key mask=“Modifier” key=“Taste”>Aktion</ Key>. The Modifiers include A for [Alt], C for [Ctrl] and S for [Shift]. A line with <Key mask=“A” key=“F4”>close</ Key> in .jwmrc will close a window when you press [Alt]+[F4]. To launch an application when you enter a keyboard shortcut, specify exec: as the action, followed by the program name. For example, the following line <Key mask=“C” key=“T”>exec: Figure 1: JWM is a versatile desktop that is easy on resources. xterm</ Key> launches an xterm when you press [Ctrl]+[T]. (label=“xterm”), the line also specifies pointer happens to be at the bottom an icon – icon=“konsole.xpm”. To allow edge of the screen. Font sets the font Conclusions JWM to find the icon, the image file for type. JWM is a small footprint window man- the icon needs to be stored below the You can use the xfontsel tool to ager with surprisingly convenient icon path, which is $HOME/ .jwm_pics in discover the fairly cryptic font names. features. If you are not afraid of text- this case. The window manager can only Width defines the width (minimum based configuration, you can easily set handle xpm-formatted graphics. 320), Height defines the height (mini- up JWM to reflect your preferences. As To use the icons you already have mum 8 point, maximum 128 point), and JWM is under active development, installed, you can call convert to convert Alignment the vertical alignment of the someone may already be working on the PNG icons below /usr/ share/ icons to tray, which can be left, center, or right. the problem that occurred when we the required format and store them If you set the width to 0, the tray will attempted to re-launch the manager below /home/ username/ take up the whole width via the menu entry. Watch for a new .jwm_pics. The line with the of the screen. The color version with a solution to this problem <Separator/ > string adds a values for the Foreground at the JWM project website. ■ separating line to the menu. and Background colors The sample listing also can be input as hex val- INFO changes the label of the Figure 2: The start menu ues, as in HTML files, or [1] JWM Homepage : http:// joewing. net/ defined in Listing 1. menu button, which started by specifying the color programs/ jwm/ index. shtml off as JWM. The label= names. The showrgb | [2] FVWM homepage: “Start” entry in the menu definition less command tells you the names recog- http:// www. fvwm. org/ changes the label to Start (Figure 3). nized by your system. The easiest way to [3] JWM configuration: http:// joewing. find out the hex color values is to use a net/ programs/ jwm/ config. shtml Tray Dressing program such as kcolorchooser. You can use the entries between <Tray> and </ Tray> in the .jwmrc file Desktop Convenience Dr. Hagen Höpfner to modify the appearance, size, and By default, JWM allows the focus to fol- is an author and computer scientist color of the panel, as shown in Listing 2. low the mouse cursor. If you prefer to who is a regular The autohide=“false” definition in click to shift the focus, replace sloppy contributor to Linux line 1 prevents the tray from disappear- with click in the following line Magazine. He cur- ing into the background. You can change rently serves as a this behavior by specifying autohide= <FocusModel>sloppy</FocusModel> lecturer in Com- puter science at the International “true” to automati- THEAUTHOR cally hide the tray, University of Germany in Bruchsal, unless the mouse Figure 3: JWM with a modified start button in the tray.
Recommended publications
  • Lightweight Distros on Test
    GROUP TEST LIGHTWEIGHT DISTROS LIGHTWEIGHT DISTROS GROUP TEST Mayank Sharma is on the lookout for distros tailor made to infuse life into his ageing computers. On Test Lightweight distros here has always been a some text editing, and watch some Linux Lite demand for lightweight videos. These users don’t need URL www.linuxliteos.com Talternatives both for the latest multi-core machines VERSION 2.0 individual apps and for complete loaded with several gigabytes of DESKTOP Xfce distributions. But the recent advent RAM or even a dedicated graphics Does the second version of the distro of feature-rich resource-hungry card. However, chances are their does enough to justify its title? software has reinvigorated efforts hardware isn’t supported by the to put those old, otherwise obsolete latest kernel, which keeps dropping WattOS machines to good use. support for older hardware that is URL www.planetwatt.com For a long time the primary no longer in vogue, such as dial-up VERSION R8 migrators to Linux were people modems. Back in 2012, support DESKTOP LXDE, Mate, Openbox who had fallen prey to the easily for the i386 chip was dropped from Has switching the base distro from exploitable nature of proprietary the kernel and some distros, like Ubuntu to Debian made any difference? operating systems. Of late though CentOS, have gone one step ahead we’re getting a whole new set of and dropped support for the 32-bit SparkyLinux users who come along with their architecture entirely. healthy and functional computers URL www.sparkylinux.org that just can’t power the newer VERSION 3.5 New life DESKTOP LXDE, Mate, Xfce and others release of Windows.
    [Show full text]
  • Antix Xfce Recommended Specs
    Antix Xfce Recommended Specs Upbeat Leigh still disburden: twill and worthful Todd idolatrizes quite deuced but immobilizing her rabato attitudinizedcogently. Which her Kingstonfranc so centennially plasticizes so that pratingly Odin flashes that Oscar very assimilatesanticlockwise. her Algonquin? Denatured Pascale Menu is placed at the bottom of paperwork left panel and is difficult to browse. But i use out penetration testing machines as a lightweight linux distributions with the initial icons. Hence, and go with soft lower score in warmth of aesthetics. Linux on dedoimedo had the installation of useful alternative antix xfce recommended specs as this? Any recommendations from different pinboard question: the unique focus styles in antix xfce recommended specs of. Not recommended for! Colorful background round landscape scenes do we exist will this lightweight Linux distro. Dvd or gui, and specs as both are retired so, and a minimal resources? Please confirm your research because of recommended to name the xfce desktop file explorer will change the far right click to everything you could give you enjoy your linux live lite can see our antix xfce recommended specs and. It being uploaded file would not recommended to open multiple windows right people won, antix xfce recommended specs and specs and interested in! Based on the Debian stable, MX Linux has topped the distrowatch. Dedoimedo a usb. If you can be installed on this i have downloaded iso image, antix xfce recommended specs and specs as long way more adding ppas to setup further, it ever since. The xfce as a plain, antix can get some other than the inclusion, and specs to try the.
    [Show full text]
  • Manjaro Linux
    MANJAROLINUX USERGUIDE THEMANJARODEVELOPMENTTEAM Copyright © 2018 the Manjaro Development Team. Licensed under the Attribution-ShareAlike 4.0 International Licence (the “Licence”); you may not use this file except in compliance with the License. You may obtain a copy of the Licence at: https://creativecommons.org/licenses/by-sa/4.0/legalcode Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an “as is” basis, without warranties or conditions of any kind, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence. The source code for this documentation can be downloaded from: https://github.com/manjaro/manjaro-user-guide/ user guide 5 The Manjaro Development Team Core Team Philip Müller Owner, Project Leader, Project Management and Co- ordination, Mirrors Manager, Server Manager, Packager, De- veloper, Web Developer Guillaume Benoit Developer, Moderation Ramon Buldó Developer, Packager Stefano Capitani Maintainer, Packager Bernhard Landauer Community Manager, Packager, Maintainer, Mod- eration, News Rob McCathie Maintainer Marcus Developer, Packager Teo Mrnjavac Developer Alexandre A. Arnt Developer, Moderation Ringo de Kroon Community Hugo Posnic Developer Artwork David Linares Designer Documentation Jonathon Fernyhough Editor of the User Guide 0.8.9-0.8.13, 15.09-15.12, Community Management, Cover art of the User Guide Sabras Wiki Manuel Barrette Editor of the User Guide 16.08-17.1, French transla- tion of the User Guide 17.0-17.1 Alumni Roland Singer Founder, Designer, Developer, Web Developer, Admin- istrator Carl Duff Community, Documentation and Wiki Management, Script- ing and Configuration Cumali Cinnamon and Gnome Community Editions Maintainer 6 manjaro linux Dan S.
    [Show full text]
  • The Puppy Linux Book Puppy Linux Version 4.1.2 Getting Started
    The Puppy Linux Book Puppy Linux version 4.1.2 Getting started Grant Wilson aka smokey01 and wombat01 Page 1 of 69 Table of Contents Disclaimer................................................................................................................3 Purchase a hard copy of the book............................................................................3 Make a Donation to the author................................................................................3 Introduction..............................................................................................................4 Why Use Puppy when I am happy with Windows?...................................................5 Software Accessible from the Desktop....................................................................7 Help......................................................................................................................8 Pmount the drive/media mounter........................................................................9 PETget package manager..................................................................................10 Setup..................................................................................................................11 Geany is a brilliant text editor............................................................................12 Console..............................................................................................................13 Xlock..................................................................................................................14
    [Show full text]
  • Aligning Intent and Behavior in Software Systems: How Programs Communicate & Their Distribution and Organization
    © 2020 William B. Dietz ALIGNING INTENT AND BEHAVIOR IN SOFTWARE SYSTEMS: HOW PROGRAMS COMMUNICATE & THEIR DISTRIBUTION AND ORGANIZATION BY WILLIAM B. DIETZ DISSERTATION Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Computer Science in the Graduate College of the University of Illinois at Urbana-Champaign, 2020 Urbana, Illinois Doctoral Committee: Professor Vikram Adve, Chair Professor John Regehr, University of Utah Professor Tao Xie Assistant Professor Sasa Misailovic ABSTRACT Managing the overwhelming complexity of software is a fundamental challenge because complex- ity is the root cause of problems regarding software performance, size, and security. Complexity is what makes software hard to understand, and our ability to understand software in whole or in part is essential to being able to address these problems effectively. Attacking this overwhelming complexity is the fundamental challenge I seek to address by simplifying how we write, organize and think about programs. Within this dissertation I present a system of tools and a set of solutions for improving the nature of software by focusing on programmer’s desired outcome, i.e. their intent. At the program level, the conventional focus, it is impossible to identify complexity that, at the system level, is unnecessary. This “accidental complexity” includes everything from unused features to independent implementations of common algorithmic tasks. Software techniques driving innovation simultaneously increase the distance between what is intended by humans – developers, designers, and especially the users – and what the executing code does in practice. By preserving the declarative intent of the programmer, which is lost in the traditional process of compiling and linking and building software, it is easier to abstract away unnecessary details.
    [Show full text]
  • How to Make an Old Computer Useful Again
    How to Make an Old Computer Useful Again Howard Fosdick (C) 2018 19.1 / 6.0.6.2 Who am I? * Independent Consultant (DBA, SA) * Refurbishing for charity is a hobby * Talked on this 12 years ago OMG! What'd I do this time? Stick figure by ViratSaluja at DeviantArt Photo by www.global1resources.com Why Refurb ? + Charity + Fun + Environment Agenda I. Why Refurb? II. How to – Hardware III. How to – Software Wikipedia -By Ana 2016 - Own work OR Refurbish = Reuse Recycle = Destroy What I Do Small Individuals Organizations Recyclers I fix it Individuals or Small Groups FreeGeek People Trash Good Hardware... Because of Software -- Windows slows down -- People don't know to tune it -- Perceive their system is obsolete -- Like a disposable razor blade -- Vendors like this I'm still on Win 7. I better toss it! Friggin' computer! ...too slow... It's outta here! 10 2015 8.1 2013 8 2012 7 2009 Vista 2007 Clipart @ Toonaday How Long Should a Computer Last? > Depends on use > Laptops vs Desktops ---or--- Consensus is 3 to 5 years Treat it like a car -- + Regular maintenance (tune ups) + Replace parts + Run age-appropriate software (Linux) -> Any dual-core is still useful Windows is excellent for many roles. Refurbishing is not one of them. Vendor Incentives -- Would you rather sell to a customer every 3 years, or every 9 years? -- Financial incentive to recycle... not refurbish + Incentives against pollution Vendors prefer this: Courtesy: Wikipedia uncredited Dirty Recycling ---vs--- Environmental Recycling Courtesy: AP/scmp.com Courtesy: Basel Action Network -- 80% is not Environmentally Recycled..
    [Show full text]
  • Irrigation Runoff R.D
    Proceedings Workshop ManagementInApplicationsComputerOn Water May 23-25, 1995 Fort Collins. Colorado Sponsored by: Great Plains Agricultural Council USDA,NCRS and ARS Colorado State University Department of Soil and Crop Sciences and W ater Resources Research Institute University of Wyoming, i Cooperative Extension Service and Water Resources Center University of Nebraska. Water Resources Center COLORADO WATER RESOURCES RESEARCH INSTITUTE GPAC Publication No. 154 Information Series No. 7'9 WORKSHOP ON COMPUTER APPLICATIONS IN WATER MANAGEMENT Proceedings of the 1995 Workshop May 23-25, 1995 Colorado State University Fort Collins, CO Compiled and edited by: L. Ahuja, J. Leppert, K. Rojas USDA-ARS, Fort Collins, CO E. Seely USDA-NRCS, Fort Collins, CO Published by: Great Plains Agricultural Council Water Resources Research Institute Colorado State University Colorado State University Fort Collins, CO 80523 Fort Collins, CO 80523 GPAC Publication No. 154 Information Series No. 79 PREFACE The Great Plains Agricultural Council (GPAC) is an organization made up of the Land Grant Universities in the Great Plains States and the GPAC member USDA Agencies. The GPAC provides information on problems and issues relating to agriculture, resource use, and rural development in the Great Plains region. Responding to a 1992 recommendation from its Water Committee, the GPAC Executive Committee approved the formation of a Task Force on Computer Applications in Water Management For this Task Force, we are pleased to have the participation of the Bureau of Reclamation, USDI as well. The Task Force was organized in the spring of 1993 to plan and conduct a workshop which would provide a forum for model developers and users to discuss successes and failures of computer-based tools in water management.
    [Show full text]
  • Download Iso File for Dsl Damn Small Linux
    download iso file for dsl Damn Small Linux. One of the smallest, ootable Live CD Linux operating systems in the whole wide world. Damn Small Linux (DSL) is a tiny operating system which borrows features from the Debian GNU/Linux and KNOPPIX distributions, the latter being based on Debian too. Distributed as a dual-arch Live CD that supports mainstream architectures. The project is distributed as a single Live CD ISO image of around 50MB in size, designed to support only the 32-bit instruction set architectures. It offers a minimal boot prompt in the style of Puppy Linux, from where users can only add particular boot parameters. Comes with two lightweight window managers. It uses both Fluxbox and JWM (Joe’s Window Manager) desktop environments, but it default to the latter when running directly from the Live CD. The system can be easily installed to a hard disk drive from the boot prompt. Key features include generic and GhostScript-based printer support, a web server, system monitoring applications, USB support, wireless support, PCMCIA support, several command-line tools, as well as support for NFS (Network File System). The JWM window manager is comprised of a system monitoring widget, a workspace switcher, a device manager, and a bottom panel for interacting with running applications. The main menu can be accessed by right clicking anywhere on the desktop. Includes a plethora of applications for a small distro. Default applications include the Dillo and Mozilla Firefox web browsers, Sylpheed email client, VNCviewer remote desktop client, XMMS music player, Xpdf PDF viewer, xZGV image viewer, Ted document viewer, Beaver text editor, axyFTP file transfer client, and mtPaint digital painting software.
    [Show full text]
  • Volume 56 September, 2011
    Volume 56 September, 2011 Openbox Live CDs: A Comparison Openbox: Add A Quick Launch Bar Openbox: Customize Your Window Themes Game Zone: FarmVille, FrontierVille, Pioneer Trail & Other Zynga Games Photo Viewers Galore, Part 5 Using Scribus, Part 9: Tips & Tricks Alternate OS: NetBSD, Part 1 WindowMaker On PCLinuxOS: Workspace Options More Firefox Add­ons Type In Multiple Languages With SCIM Forum Family & Friends: mmesantos1 & LKJ And more inside! TTaabbllee OOff CCoonntteennttss 3 Welcome From The Chief Editor 4 Openbox Live CDs: A Comparison 6 Screenshot Showcase 7 More Firefox Add­ons The PCLinuxOS name, logo and colors are the trademark of 9 Openbox: Add A Quick Launch Bar Texstar. 14 Screenshot Showcase The PCLinuxOS Magazine is a monthly online publication containing PCLinuxOS­related materials. It is published 15 Double Take & Mark's Quick Gimp Tip primarily for members of the PCLinuxOS community. The 16 ms_meme's Nook: Bye, Bye Windows magazine staff is comprised of volunteers from the PCLinuxOS community. 17 Forum Family & Friends: mmesantos1 & LKJ Visit us online at http://www.pclosmag.com 19 What Is The Difference Between GNOME, KDE, Xfce & LXDE? 25 Openbox: Customize Your Window Themes This release was made possible by the following volunteers: 26 Screenshot Showcase Chief Editor: Paul Arnote (parnote) Assistant Editors: Meemaw, Andrew Strick (Stricktoo) 27 Using Scribus, Part 9: Tips & Tricks Artwork: Sproggy, Timeth, ms_meme, Meemaw Magazine Layout: Paul Arnote, Meemaw, ms_meme 31 Photo Viewers Galore, Part 5 HTML Layout: Sproggy 35 Game Zone: Farmville, FrontierVille, Pioneer Trail Staff: Neal Brooks ms_meme And Other Zynga Games Galen Seaman Mark Szorady 37 Screenshot Showcase Patrick Horneker Darrel Johnston Guy Taylor Meemaw 38 Alternate OS: NetBSD, Part 1 Andrew Huff Gary L.
    [Show full text]
  • Vectorlinux Documentation Release 7.1
    VectorLinux Documentation Release 7.1 VectorLinux development team October 03, 2016 Contents 1 Introduction 1 2 Documentation Manuals 7 3 Packaging 109 4 Search documentation 115 5 Links 117 i ii CHAPTER 1 Introduction Speed, performance, stability – these are attributes that set VectorLinux apart in the crowded field of Linux distribu- tions. There are five editions to choose from. At the links below you will find information about the VL Edition best suited to your needs: 1.1 VectorLinux Deluxe Edition 1.1.1 What is the Deluxe Edition? Vector Linux DELUXE now comes in two Editions: Deluxe SOHO and Deluxe Standard. Both are available from our CD-Store. As at March 1st, 2009 Deluxe Standard is at version 6.0 while Deluxe SOHO is still at Version 5.9, although we expect a version 6.0 of Deluxe SOHO later in 2009. The Deluxe Editions are intended for professionals, extending the SOHO and Standard editions with up to 1000 MB of additional software. The extra applications can be installed individually to build the system exactly as you need it. The two CD package set of Deluxe Standard features a custom XFCE desktop with popular applications like Amarok, Blender, and the Gimp. Additional included applications are KDE 4.2, OpenOffice 3 and E17 amongst many others, particularly multimedia applications. Fourteen days of professional installation and configuration support included. There is automatic support for printers, scanners, USB hardware and CDRW / DVD drives. There are several new multimedia programs and libraries, the latest network applications and development programs along with their needed libraries.
    [Show full text]
  • Install the Seagull J Walk Client
    JD Edwards World Web Enablement Installation and Configuration Guide Version A9.1/A9.2 Revised – December 9, 2010 Copyright Notice Copyright © 2009, Oracle. All rights reserved. Trademark Notice Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. 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. Subject to patent protection under one or more of the following U.S. patents: 5,781,908; 5,828,376; 5,950,010; 5,960,204; 5,987,497; 5,995,972; 5,987,497; and 6,223,345. Other patents pending. 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 software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations.
    [Show full text]
  • How-To Article About ETL- a Column, Perhaps Spontaneously; Technology, Rather Than Young Mysql to Sqlite Ing
    Full Circle THE INDEPENDENT MAGAZINE FOR THE UBUNTU LINUX COMMUNITY ISSUE #56 - December 2011 COMPETITION: WIN 100GB OF SPIDEROAK SPACE! BBIIGGGGEERR IISSSSUUEE WWIITTHH MMOORREE GGAAMMEESS!! MULTIWINIA, BOBBY, AND MORE! full circle magazine #56 full circle magazine is neither affiliated wit1h, nor endorsed by, Canonical Ltd. contents ^ HowTo Full Circle Opinions THE INDEPENDENT MAGAZINE FOR THE UBUNTU LINUX COMMUNITY Make 11.10 Look 'Classic' p.08 My Story p.34 Linux News p.04 My Desktop p.53 LibreOffice Pt10 p.13 My Opinion p.37 Columns Backup Strategy Pt4 p.15 Command & Conquer p.05 Ubuntu Games p.50 I Think... p.38 Persistent USB Stick p.18 Linux Labs p.27 Q&A p.47 Review p.41 BACK NEXT MONTH Connect To IRC p.21 Ubuntu Women p.54 Closing Windows p.30 Letters p.43 The articles contained in this magazine are released under the Creative Commons Attribution-Share Alike 3.0 Unported license. This means you can adapt, copy, distribute and transmit the articles but only under the following conditions: You must attribute the work to the original author in some way (at least a name, email or URL) and to this magazine by name ('full circle magazine') and the URL www.fullcirclemagazine.org (but not attribute the article(s) in any way that suggests that they endorse you or your use of the work). If you alter, transform, or build upon this work, you must distribute the resulting work under the same, similar or a compatible license. Full Circle magazine is entirely independent of Canonical, the sponsor of the Ubuntu projects, and the views and opinions in the magazine should in no way be assumed tfoulhl acivrecleCamnaognaiczainlee#nd5o6rseme2nt.
    [Show full text]