COMMUNITY BRAVE GNU WORLD GNU Paint Gnatsweb Fcron

Total Page:16

File Type:pdf, Size:1020Kb

COMMUNITY BRAVE GNU WORLD GNU Paint Gnatsweb Fcron 106gnuworlded.qxd 02.03.2001 14:39 Uhr Seite 106 COMMUNITY BRAVE GNU WORLD BRAVE GNU WORLD GEORG C. F. GREVE Welcome to Georg’s Brave GNU World. I can hardly believe that it is already the two year anniversary of the GNU World Web site. Of course, I’d like to say a few things about that. But first I have an interesting mix of different topics for this month’s issue. GNU Paint dormant for a while. But now GNATS has also found a new maintainer in Milan Zamazal and we GNU Paint (gpaint) by Andy Tai is a port of the should therefore expect to see a new stable release xpaint program to the GTK+ toolkit and the soon. GNOME libraries. It deliberately avoids competing The main problem for the two new maintainers with GIMP, which is more of a high-end program. and the group of volunteers is the inclusion of all Instead GNU Paint concentrates on being very lean the patches that have been written in past years. and easy to use in order to also allow beginners to There will most probably always be problems but manipulate it. the loss of know-how should be avoided. So Gerald The strong GNOME-integration of GNU Paint is is still looking for more developers interested in this a desirable feature because it seeks to be an task. extension of the GNOME desktop. One of its future plans is to make gpaint a Bonobo-component. That Fcron way, other GNOME applications like gnumeric can share the functionality of gpaint. Fcron aims to be a replacement for the wide-spread Being an official GNU Project it comes as no daemons Vixie cron and anacron. The function of surprise that GNU Paint is distributed under the so-called cron-daemons is to start programs at GNU General Public License. As far as further predefined times and they are essential for system development is concerned, Andy would like to maintenance. receive more help from translators to expand the Typically, the daemons allow users to start internationalization; the program itself is otherwise specific programs at a certain time, date and/ or day very usable . of week and send the user a mail upon completion with the result of the program. They normally also Gnatsweb support periodical time specifications like every 2 hours or every minute. Fcron by Thibault Godouet Gnatsweb, a Web-based front-end for the GNU Bug expands this in several interesting ways. First of all it Tracking System, has found a new maintainer in is also possible to make the program start Gerald Pfeifer. dependent on the system-load, which is an The GNU Bug Tracking System is one of the indicator for how busy the system is. It also supports most robust bug-tracking systems available and is in the specification of a field that specifies the use by projects and companies around the world. Its recipient of the mail sent upon completion – mails function is to give users an easy way to report bugs do not have to go to the user running the program. that can then be fixed by developers. One of the Furthermore, there is a field for nice-values that core features is the coordination of cooperative can be used to determine the priority of the work. This reduces the danger of simultaneous program directly. Also very interesting is the solutions for the developers whilst users can check capability to also specify how often a program whether an error is already known or even fixed. should be started. This makes it possible to specify The last stable version of GNATS was released in something like ‘start it once a day either between 1993 and the official development has been 3:00 and 6:00 or 19:00 and 22:00.’ 106 LINUX MAGAZINE 7 · 2001 106gnuworlded.qxd 02.03.2001 14:39 Uhr Seite 107 BRAVE GNU WORLD COMMUNITY Especially for computers that are not running permanently, the execution intervals can be keyed to the uptime instead of the normal time. So a program could be run all 24 hours of uptime, for instance. In order to avoid making the configuration file obscure, it is possible to have entries being valid for multiple lines and jobs can be serialized to prevent them from running in parallel. Currently, fcron is still in the beta-test phase but it is already rather stable. So the current goal is to test it thoroughly and to release a stable version. Thibault is still looking for volunteers, especially for testing under different environments and situations. Euklides Euklides is an extension of LaTeX under the GNU General Public License that provides a command- language to create Euclidean geometry. Christian Obrecht, author of Euklides, sees LaTeX-using maths teachers like himself as the plans on writing a GTK+ based front-end – this will biggest target audience. But every pupil and allow users to change figures interactively. student can probably benefit from it. Thanks to the The next project could be especially interesting included euk2ps shell-script it is possible to create to users reading their mail with EMACS. encapsulated postscript files, which can be viewed with Ghostview, directly out of the Euklides- Etach commands. The advantage of Euklides in comparison with John M. Rulnick wrote Etach, which is an EMACS other programs like DrGeo or Kseg is that Euklides is extension for easy and comfortable use of MIME- not limited to WYSIWYG interfaces like those attachments in email. programs are, because WYSIWYG is not necessarily Although there are several projects in this area, John the best method to describe geometrical figures. wasn’t really satisfied by any of them, so he finally But since a GUI can be very helpful sometimes, he started writing his own. His prime incentive was to 7 · 2001 LINUX MAGAZINE 107 106gnuworlded.qxd 02.03.2001 14:39 Uhr Seite 108 COMMUNITY BRAVE GNU WORLD make it as easy as possible to attach MIME GNU Serveez provides routines and help for IP- attachments when composing mail and saving based servers (TCP, UDP and ICMP) as well as MIME attachments to disk in incoming mail. For this named pipes for all connection-based protocols. It reason Etach was written so that some often- demonstrates in a portable manner the different needed tasks are easy to do, whilst offering multiple aspects of network programming and is reported to options for customization to your own needs. run on GNU/Linux and other 32-bit and 64-bit Etach works together with versions of EMACS Unices as well as Microsoft Windows and has no limiting dependencies. This makes it (9x/ME/NT/2000). Among the funniest experiences easy to install – which should encourage EMACS- during development accordingly to the developers beginners especially to check it out. are the built-in restriction of some Windows- The status of etach is ‘almost finished’, as John Systems. Windows 95 for instance can only have up himself does not plan any more extensions although to 100 TCP-connections system-wide. he is open to suggestions and willing to implement Users can implement their own servers with them. Although etach is officially available as beta- GNU Serveez or use it to understand how a server release, there has been no bug-report filed for several works. The servers included in GNU Serveez can be months so it is probably ready to be considered stable. used as examples for this. The servers included are, for example, a very fast and easy to configure HTTP- server, an extremely clean IRC server or a Gnutella GNU Serveez spider. Since GNU Serveez is entirely covered under NU Serveez is a server-framework originally written the GNU General Public Licence, routines can also by Martin Grabmüller and now maintained by be used directly in own projects. Raimund Jacob and Stefan Jahn. People especially interested in the exotic should take a look at GNU Serveez. There is for instance a very well functioning TCP-over-ICMP tunnel and all protocols included in GNU Serveez can run on a single port. The easy configuration and installation especially, have been a prime goal of the developers in order to allow normal users to benefit from GNU Serveez. To keep this up and/or to improve it even further is very high on the list for further development. There are plans to put the functionality into a libserveez library so other projects can use it and to make the server extensible with the help of dynamically loaded modules. The developers are also considering moving the configuration language from Scheme to Guile. People running a network at home could be interested to hear that the plans for further servers also include an easy to configure DNS-server that can modify its functionality accordingly to the online/offline status of the local network. But now I would like to introduce a project that I consider extremely important. GNU Enterprise The GNU Enterprise project has been started by Derek A. Neighbors and has the goal of covering 108 LINUX MAGAZINE 7 · 2001 106gnuworlded.qxd 02.03.2001 14:39 Uhr Seite 109 BRAVE GNU WORLD COMMUNITY the complete area of tasks normally needed by But the column has not only survived, it is still enterprises under the GNU General Public Licence. growing. Two Korean translators – Lee Jong Keun The project is modular and several of the and Ki-Young Choi, have joined the Brave GNU modules are usable out of the box, while others are World family. Thus, the column now appears in six included on an extensible or customizable basis.
Recommended publications
  • Application-Level Virtual Memory for Object-Oriented Systems Mariano Martinez Peck
    Application-Level Virtual Memory for Object-Oriented Systems Mariano Martinez Peck To cite this version: Mariano Martinez Peck. Application-Level Virtual Memory for Object-Oriented Systems. Program- ming Languages [cs.PL]. Université des Sciences et Technologie de Lille - Lille I, 2012. English. tel-00764991 HAL Id: tel-00764991 https://tel.archives-ouvertes.fr/tel-00764991 Submitted on 26 Dec 2012 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. N° d’ordre : 40886 THESE présentée en vue d’obtenir le grade de DOCTEUR en Spécialité : informatique par Mariano MARTINEZ PECK DOCTORAT DELIVRE CONJOINTEMENT PAR MINES DOUAI ET L’UNIVERSITE DE LILLE 1 Titre de la thèse : Application-Level Virtual Memory for Object-Oriented Systems Soutenue le 29/10/2012 à 10h devant le jury d’examen : Président Jean-Bernard STEFANI (Directeur de recherche – INRIA Grenoble- Rhône-Alpes) Directeur de thèse Stéphane DUCASSE (Directeur de recherche – INRIA Lille) Rapporteur Robert HIRSCHFELD (Professeur – Hasso-Plattner-Institut, Universität Potsdam, Allemagne) Rapporteur Christophe DONY (Professeur – Université Montpellier 2) Examinateur Roel WUYTS (Professeur – IMEC & Katholieke Universiteit Leuven, Belgique) co-Encadrant Noury BOURAQADI (Maître-Assistant – Mines de Douai) co-Encadrant Marcus DENKER (Chargé de recherche – INRIA Lille) co-Encadrant Luc FABRESSE (Maître-Assistant – Mines de Douai) Laboratoire(s) d’accueil : Dépt.
    [Show full text]
  • Ubuntu Kung Fu
    Prepared exclusively for Alison Tyler Download at Boykma.Com What readers are saying about Ubuntu Kung Fu Ubuntu Kung Fu is excellent. The tips are fun and the hope of discov- ering hidden gems makes it a worthwhile task. John Southern Former editor of Linux Magazine I enjoyed Ubuntu Kung Fu and learned some new things. I would rec- ommend this book—nice tips and a lot of fun to be had. Carthik Sharma Creator of the Ubuntu Blog (http://ubuntu.wordpress.com) Wow! There are some great tips here! I have used Ubuntu since April 2005, starting with version 5.04. I found much in this book to inspire me and to teach me, and it answered lingering questions I didn’t know I had. The book is a good resource that I will gladly recommend to both newcomers and veteran users. Matthew Helmke Administrator, Ubuntu Forums Ubuntu Kung Fu is a fantastic compendium of useful, uncommon Ubuntu knowledge. Eric Hewitt Consultant, LiveLogic, LLC Prepared exclusively for Alison Tyler Download at Boykma.Com Ubuntu Kung Fu Tips, Tricks, Hints, and Hacks Keir Thomas The Pragmatic Bookshelf Raleigh, North Carolina Dallas, Texas Prepared exclusively for Alison Tyler Download at Boykma.Com Many of the designations used by manufacturers and sellers to distinguish their prod- ucts are claimed as trademarks. Where those designations appear in this book, and The Pragmatic Programmers, LLC was aware of a trademark claim, the designations have been printed in initial capital letters or in all capitals. The Pragmatic Starter Kit, The Pragmatic Programmer, Pragmatic Programming, Pragmatic Bookshelf and the linking g device are trademarks of The Pragmatic Programmers, LLC.
    [Show full text]
  • Android Euskaraz Windows Euskaraz Android Erderaz Windows Erderaz GNU/LINUX Sistema Eragilea Euskeraz Ubuntu Euskaraz We
    Oharra: Android euskaraz Windows euskaraz Android erderaz Windows erderaz GNU/LINUX Sistema Eragilea euskeraz Ubuntu euskaraz Web euskaraz Ubuntu erderaz Web erderaz GNU/LINUX Sistema Eragilea erderaz APLIKAZIOA Bulegotika Adimen-mapak 1 c maps tools 2 free mind 3 mindmeister free 4 mindomo 5 plan 6 xmind Aurkezpenak 7 google slides 8 pow toon 9 prezi 10 sway Bulegotika-aplikazioak 11 andropen office 12 google docs 13 google drawing 14 google forms 15 google sheets 16 libreoffice 17 lyx 18 office online 19 office 2003 LIP 20 office 2007 LIP 21 office 2010 LIP 22 office 2013 LIP 23 office 2016 LIP 24 officesuite 25 wps office 26 writer plus 1/20 Harrobi Plaza, 4 Bilbo 48003 CAD 27 draftsight 28 librecad 29 qcad 30 sweet home 31 timkercad Datu-baseak 32 appserv 33 dbdesigner 34 emma 35 firebird 36 grubba 37 kexi 38 mysql server 39 mysql workbench 40 postgresql 41 tora Diagramak 42 dia 43 smartdraw Galdetegiak 44 kahoot Maketazioa 45 scribus PDF editoreak 46 master pdf editor 47 pdfedit pdf escape 48 xournal PDF irakurgailuak 49 adobe reader 50 evince 51 foxit reader 52 sumatraPDF 2/20 Harrobi Plaza, 4 Bilbo 48003 Hezkuntza Aditzak lantzeko 53 aditzariketak.wordpress 54 aditz laguntzailea 55 aditzak 56 aditzak.com 57 aditzapp 58 adizkitegia 59 deklinabidea 60 euskaljakintza 61 euskera! 62 hitano 63 ikusi eta ikasi 64 ikusi eta ikasi bi! Apunteak partekatu 65 flashcard machine 66 goconqr 67 quizlet 68 rincon del vago Diktaketak 69 dictation Entziklopediak 70 auñamendi eusko entziklopedia 71 elhuyar zth hiztegi entziklopedikoa 72 harluxet 73 lur entziklopedia tematikoa 74 lur hiztegi entziklopedikoa 75 wikipedia Esamoldeak 76 AEK euskara praktikoa 77 esamoldeapp 78 Ikapp-zaharrak berri Estatistikak 79 pspp 80 r 3/20 Harrobi Plaza, 4 Bilbo 48003 Euskara azterketak 81 ega app 82 egabai 83 euskal jakintza 84 euskara ikasiz 1.
    [Show full text]
  • Oracle® Linux 7 Monitoring and Tuning the System
    Oracle® Linux 7 Monitoring and Tuning the System F32306-03 October 2020 Oracle Legal Notices Copyright © 2020, Oracle and/or its affiliates. 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. 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. 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 "commercial computer software" or "commercial computer software documentation" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, reproduction, duplication, release, display, disclosure, modification, preparation of derivative works, and/or adaptation of i) Oracle programs (including any operating system, integrated software, any programs embedded, installed or activated on delivered hardware, and modifications of such programs), ii) Oracle computer documentation and/or iii) other Oracle data, is subject to the rights and limitations specified in the license contained in the applicable contract.
    [Show full text]
  • A High Performance Ldm Data Cluster
    55 A HIGH PERFORMANCE LDM DATA CLUSTER Robert C. Lipschutz, David Hagerty*, Paul Hamer, Peter Lannigan*, and Chris MacDermaid Cooperative Institute for Research in the Atmosphere (CIRA) Colorado State University, Fort Collins, Colorado USA, and NOAA Earth System Research Laboratory (ESRL), Boulder, Colorado USA *NOAA Earth System Research Laboratory (ESRL), Boulder, Colorado USA Contract with Riverside Technology, Inc., Fort Collins, Colorado USA 1. INTRODUCTION Data Manager (LDM) have enabled us to construct a high performance real-time data Within the NOAA Earth System Research processing environment that serves the GSD Laboratory (ESRL), the Global Systems Division community. Given the central role of LDM in the (GSD) develops weather information systems, architecture, we particularly focus on the how weather forecast models, and other applications LDM provides cluster services for data transport, in support of the National Weather Service, the and on the use of event notifications in LDM. Federal Aviation Administration, and other agencies. Well-known GSD products include the 2. LIMITATIONS OF THE HA ARCHITECTURE Rapid Update Cycle (RUC) model, the Local Analysis and Prediction System (LAPS), the While GSD's HA pairs have operated Meteorological Assimilation Data Ingest System successfully for a number of years (MADIS), and Science On a Sphere® (SOS). A (Lipschutz and MacDermaid, 2005), and provided common feature of these and other projects is robust availability through their automated fail- that they require observational and model data over mechanism, a major drawback has been the provided by acquisition systems running within need for two machines, one of which is mostly GSD’s Central Facility. These systems handle idle, to support a single processing configuration.
    [Show full text]
  • Debian Edu / Skolelinux Wheezy 7.1+Edu0 Manual
    Debian Edu / Skolelinux Wheezy 7.1+edu0 Manual May 28, 2016 i CONTENTS CONTENTS Contents 1 Manual for Debian Edu 7.1+edu0 Codename Wheezy1 2 About Debian Edu and Skolelinux1 2.1 Some history and why two names . .1 3 Architecture 2 3.1 Network . .2 3.1.1 The default network setup . .3 3.1.2 Main server (tjener) . .3 3.1.3 Services running on the main server . .3 3.1.4 LTSP server(s) (Thin client server(s)) . .5 3.1.5 Thin clients . .5 3.1.6 Diskless workstations . .5 3.1.7 Networked clients . .5 3.2 Administration . .5 3.2.1 Installation . .5 3.2.2 File system access configuration . .6 4 Requirements 6 4.1 Hardware requirements . .6 4.2 Hardware known to work . .7 5 Requirements for network setup7 5.1 Default Setup . .7 5.2 Internet router . .7 6 Installation and download options8 6.1 Where to find additional information . .8 6.2 Download the installation media for Debian Edu 7.1+edu0 Codename "Wheezy" . .8 6.2.1 netinstall CD image for i386, amd64 . .8 6.2.2 USB flash drive / Blue-ray disc ISO image for i386 and amd64 . .8 6.2.3 Source image . .8 6.3 Request a CD / DVD by mail . .8 6.4 Installing Debian Edu . .9 6.4.1 Select type of installation . .9 6.4.1.1 Additional boot parameters for installations . 12 6.4.2 The installation process . 12 6.4.3 Notes on some characteristics . 14 6.4.3.1 A note on notebooks .
    [Show full text]
  • Indicators for Missing Maintainership in Collaborative Open Source Projects
    TECHNISCHE UNIVERSITÄT CAROLO-WILHELMINA ZU BRAUNSCHWEIG Studienarbeit Indicators for Missing Maintainership in Collaborative Open Source Projects Andre Klapper February 04, 2013 Institute of Software Engineering and Automotive Informatics Prof. Dr.-Ing. Ina Schaefer Supervisor: Michael Dukaczewski Affidavit Hereby I, Andre Klapper, declare that I wrote the present thesis without any assis- tance from third parties and without any sources than those indicated in the thesis itself. Braunschweig / Prague, February 04, 2013 Abstract The thesis provides an attempt to use freely accessible metadata in order to identify missing maintainership in free and open source software projects by querying various data sources and rating the gathered information. GNOME and Apache are used as case studies. License This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license. Keywords Maintenance, Activity, Open Source, Free Software, Metrics, Metadata, DOAP Contents List of Tablesx 1 Introduction1 1.1 Problem and Motivation.........................1 1.2 Objective.................................2 1.3 Outline...................................3 2 Theoretical Background4 2.1 Reasons for Inactivity..........................4 2.2 Problems Caused by Inactivity......................4 2.3 Ways to Pass Maintainership.......................5 3 Data Sources in Projects7 3.1 Identification and Accessibility......................7 3.2 Potential Sources and their Exploitability................7 3.2.1 Code Repositories.........................8 3.2.2 Mailing Lists...........................9 3.2.3 IRC Chat.............................9 3.2.4 Wikis............................... 10 3.2.5 Issue Tracking Systems...................... 11 3.2.6 Forums............................... 12 3.2.7 Releases.............................. 12 3.2.8 Patch Review........................... 13 3.2.9 Social Media............................ 13 3.2.10 Other Sources..........................
    [Show full text]
  • Taskplaner 123RF ©Everydayplus
    Know-how Cron-Alternativen Moderne Task-Scheduler: Fcron und Hcron Taskplaner 123RF ©everydayplus, Der Standard-Scheduler Cron Die meisten Rechner laufen nicht rund der nach dem Einschalten des Compu- um die Uhr, schon um Strom zu sparen. ters offene Routineaufgaben nachholt. ist inzwischen leicht ange- Trotzdem will man manche Aufgaben Dazu haben wir unter Fedora 29 die automatisiert in Zeiten abarbeiten, zu Scheduler Fcron und Hcron an- staubt. Mit Fcron und Hcron denen man nicht vor dem Computer hand des Programms Backup-Mana- sitzt: Es ist auf die Dauer mühsam, stän- ger auf Herz und Nieren getestet. gibt es modernere Alternati- dig das Backup manuell zu starten. Mit Die Konfiguration von Hcron behan- dem klassischen Scheduler Cron lassen delte bereits unsere Schwesterzeitschrift ven, jeweils mit spezifischen sich derartige Tasks automatisiert abwi- Raspberry Pi Geek ausführlich . Daher ckeln. Läuft allerdings zum vorgegebe- widmet sich dieser Artikel vorwiegend Anzela Minosi Vorteilen. nen Zeitpunkt der PC nicht, fällt die auto- Fcron, um zum Schluss die Vor- und matische Ausführung unter den Tisch. Nachteile beider Scheduler abzuwägen. Regelmäßige Aufgaben sollten Sie da- her lieber einem Scheduler überlassen, Listing 2 # dnf install python3 Listing 1 python3‑PyQt5 python3‑PyQt4 # dnf install gcc sendmail [...] [...] $ wget https://downloads. README $ wget http://fcron.free.fr/ sourceforge.net/project/fcronq/ FcronQ/0.5.0/FcronQ‑0.5.0.tar.bz2 Sowohl Hcron als auch Fcron eignen sich archives/fcron‑3.2.1.src.tar.gz $ tar xvf fcron‑3.2.1.src.tar.gz $ tar xvf FcronQ‑0.5.0.tar.bz2 für Computer, die nicht nonstop laufen. $ cd fcron‑3.2.1 $ cd FcronQ/Build/ Beide können Aufgaben planen und regel- $ ./configure $ make all $ make install‑user mäßig ausführen, für Fcron gibt es dazu so- $ gmake [...] [..
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • Questions for Delayed Execution - Cron, At, Sleep
    www.YoYoBrain.com - Accelerators for Memory and Learning Questions for Delayed execution - cron, at, sleep Category: all - (15 questions) Purpose of cron schedule tasks to run periodically in the future, can be daily, monthly, etc. Version of cron designed for systems that anacron aren't up 24x7 What tells cron when to run tasks crontab entries that are stored in cron schedule Command used to schedule one-time at processes that need to run at some point in future What is the format of each entry in crontab mins hrs day-of-month month weekday file command What is the syntax for a crontab entry to run 0,15,30,45 * * * * cmd cmd every 15 minutes entries can be comma separated What is crontab syntax to run cmd on the 1st 30 3 1-15 * * cmd day of month through 15th day at 3:30 am What directories in /etc are provided to make cron.daily creating daily, hourly, monthly, and weekly cron.hourly tasks easier on some systems cron.monthly cron.weekly How do you upload a schedule to crontab create a file with the crontab entries then system run: crontab filename it will overwrite any existing entries How do you get a list of current crontab crontab -l entries How do you remove all current crontab crontab -r entries How do you edit current crontab entries crontab -e directly How can you see what jobs have been atq (at queue) scheduled with command at Command to remove a command that has atrm been scheduled with at Command that simply waits a set amount of sleep seconds time.
    [Show full text]
  • Bash Guide for Beginners
    Bash Guide for Beginners Machtelt Garrels Xalasys.com <tille wants no spam _at_ xalasys dot com> Version 1.8 Last updated 20060315 Edition Bash Guide for Beginners Table of Contents Introduction.........................................................................................................................................................1 1. Why this guide?...................................................................................................................................1 2. Who should read this book?.................................................................................................................1 3. New versions, translations and availability.........................................................................................2 4. Revision History..................................................................................................................................2 5. Contributions.......................................................................................................................................3 6. Feedback..............................................................................................................................................3 7. Copyright information.........................................................................................................................3 8. What do you need?...............................................................................................................................4 9. Conventions used in this
    [Show full text]
  • Software Askea
    SOFTWARE ASKEA 2008/12/11 Barakaldoko Arrano Taberna Txopi Zer da softwarea ? prestatu errezeta janaria 01000101110111101001000111101010 11101111111100010000100011011100 11011111011001011110110011011011 10001111101111111111100011110011 konpilatu 11100101001111000111101000101101 11111101101111110001010101010100 11111111010101010101101010111101 00100011111011000101110111111001 11010010001011101111010001010101 11111101010101010110101011110100 10001111010001011011111110110111 11100010101010101001111111101010 10101011010101111010010001111101 10001110110001011101111110011101 iturri-kodea kode binarioa Zer da software askea ? Richard Stallman 1983 Software askearen lau askatasunak ● Programa edozein helbururekin erabiltzeko askatasuna. ● Programa nola dabilen ikasteko askatasuna eta zure beharretara moldatzeko askatasuna (iturri-kodea beharrezkoa da). ● Kopiak banatzeko eskubidea, auzokoa lagundu dezakezularik. ● Programa hobetzeko eta hobekuntzak argitaratzeko eskubidea (iturri-kodea beharrezkoa da). GNU FSF GPL Linus Torvalds 1991 GNU FreeBSD Hurd Linux BeOS NetBSD GNU + Linux = GNU/Linux Distribuzioak Software askearen abantaila praktikoak ● Aktibazio kodeak Software askearen abantaila praktikoak ● Aktibazio kodeak ● Segurtasuna Software askearen abantaila praktikoak ● Aktibazio kodeak BE WATER MY FRIEND... ● Segurtasuna ● Malgutasuna Software askearen abantaila etikoak ● Euskaldunagoa Software askearen abantaila etikoak ● Euskaldunagoa ● Independienteagoa ● Askeagoa Software askearen abantaila etikoak ● Euskaldunagoa ● Independienteagoa ●
    [Show full text]