Today's Howtos Today's Howtos

Total Page:16

File Type:pdf, Size:1020Kb

Today's Howtos Today's Howtos Published on Tux Machines (http://www.tuxmachines.org) Home > content > today's howtos today's howtos By Roy Schestowitz Created 17/02/2021 - 7:16pm Submitted by Roy Schestowitz on Wednesday 17th of February 2021 07:16:59 PM Filed under HowTos [1] How to use LVM snapshots to restore Linux systems | Enable Sysadmin[2] It can be cumbersome to create and recreate lab or practice systems. Use LVM and a basic WebUI to quickly restore your Linux systems back to a golden image. How to enable Vmware drag and drop on Manajro VM - Linux Shout[3] If you are using Manajro on VMware Workstation player and want to perform drag and drop feature to copy files and folders from host to Manjaro guest, then here are the steps to follow? After installing Manjaro on Vmware Virtual machine, the first thing we would like have is the installation of VM tools, however, even after that sometimes we would face problem in sharing files or folder directly from host (WIndow, macOS, Linux) to Guest OS i.e Manjaro. Thus, first we have to install a tool and then need activate Vmblock service to make sure everything work smoothely. How to install OpenMandriva Lx 4.2 [4] In this video, I am going to show how to install OpenMandriva Lx 4.2. How to create an SFTP-enabled Server on AWS [5] AWS Transfer Family supports Secure File Transfer Protocol (SFTP), File Transfer Protocol over SSL (FTPS), and File Transfer Protocol (FTP) to transfer files to and from AWS S3 or AWS EFS(Elastic File System). In this article, we will see the steps to create an SFTP-enabled server on AWS which will be accessible publicly. How to Install Odoo 12 on Ubuntu 18.04 with Nginx as a Reverse Proxy[6] In this tutorial, we will guide you through the steps of installing Odoo 12 on Ubuntu 18.04. We will also install Nginx and configure it as a reverse proxy. Odoo (formerly OpenERP) is a simple and intuitive suite of open-source enterprise management applications such as Website Builder, eCommerce, CRM, Accounting, Manufacturing, Project and Warehouse Management, Human Resources, Marketing, and many more. Odoo comes in two editions, the Community edition which is free, and the Enterprise edition. In our case, we will install and use the Community edition. How to Install Friendica Social Network Platform on Ubuntu 20.04 [7] Friendica is a free, open-source and decentralized social networking platform that helps you to build and maintain your own social networking projects. It has built-in support for ActivityPub including, Mastodon, Hubzilla, OStatus, Pleroma and more. It allows you to import your websites and blogs into your social stream via RSS/Atom feeds. It provides a powerful user and admin dashboard that helps you to manage your social network from any device. In this tutorial, we will show you how to install Friendica with Apache and Let's Encrypt SSL on Ubuntu 20.04. How To Use grep To Search The --help Output To Find Out What CLI Arguments That Begin With A Dash Do - Linux Uprising Blog [8] Ever seen a command with a long list of cryptic, one letter arguments that begin with dash / hyphen, and wanted a quick way to find out what each command line argument does? This article explains how to do this. Automation of BIG-IP with Red Hat Ansible Automation and F5 [9] In part three of our Davie Street Enterprises (DSE) series, we're going to take a look at how DSE addressed some of its network issues that led to a major outage. DSE Chief Architect Daniel Mitchell has been put in charge of Davie Street Enterprises? (DSE) digital transformation. He's feeling pressure from management since the website crashed last month, and was down for 46 hours straight. Shifting from one-off configurations and into an Infrastructure-as-Code (IaC) model is now critical for DSE. It took a crisis, but management realized that procrastinating isn?t an option and have tasked Mitchell to lead various teams to modernize their infrastructure. Run a Second Linux Desktop with QEMU and KVM [10] Sometimes a bit of testing saves the day if you can do it on a disposable Linux machine of some sort. That testing could include installing new software that might be a little invasive, installing lots of hidden, tiny files that would clog up your desktop machine, or maybe trying out unstable software that is not fully released, meaning that your desktop machine might not boot up post-installation. Equally, you might be writing system scripts that you need somewhere safe to run in case they break your other precious settings. In this article, we will look at running a second Linux desktop, or virtual machine (VM), inside your main desktop. To do this, we will be using a fantastic piece of virtualization FOSS software called QEMU. It dutifully sits atop the second-to-none KVM, which provides a lower level of virtualization. If that sounds confusing, there's more information in this article. Among the many benefits, one considerable advantage of using QEMU and KVM is that you have a wide range of Linux distributions that you can install on the second desktop, giving you lots of flexibility. Archbox Makes It Easy To Install Software From Arch Linux On Other Linux Distributions (Using A Chroot Environment) [11] Archbox is a set of scripts that make it easy to install Arch Linux inside a chroot environment on other Linux distributions, and integrate it with your existing Linux installation. Plasma secrets: additional languages and keyboard layouts [12] Welcome to the latest installment in my neverending Plasma desktop games. Today, I want to talk to you about something that is both trivial and complex. The use of other languages on your computer. While I fully believe the only acceptable machine interface language ought to be English, I also understand and appreciate that other people speak and use other languages - after all, I do it myself, four or five languages. You see, I just bragged there. On a serious note, sometimes one may need to use non-ASCII 127 keyboard layout. And when that need strikes, you want your operating system to give you friendly help. Well, in today's guide, I want to show you the clever way the Plasma desktop handles languages and keyboard layouts. Powerful, elegant, and follow me. GNU Linux (Debian 10) ? how to show and remove all (privacy intrusive) meta info from jpg pictures[13] meta infos in jpg pictures can contain quiet a lot of sensitive data: what date the picture was taken with what camera/phone (Samsung Galaxy S3 did that) maybe even: GPS info/location of the picture who/what tools processed the picture of course as always, this data can be put to good or bad use privacy wise it would be probably the best to simply delete it all Migrating Two Factor Auth [14] I use a ton of services which either require or recommend 2fa as part of the authentication process. I used to use ?Google Authenticator? then more recently ?Authenticator Plus?. However Authenticator Plus seems to be no longer maintained. So while I have no problems with it, I think it is time to migrate to something else. Step up, Aegis Authenticator, a free, open source authenticator app, available on the play store, and F-Droid. HowTos Source URL: http://www.tuxmachines.org/node/147789 Links: [1] http://www.tuxmachines.org/taxonomy/term/98 [2] https://www.redhat.com/sysadmin/use-lvm-snapshots [3] https://www.how2shout.com/linux/how-to-enable-vmware-drag-and-drop-on-manajro-vm/ [4] https://www.youtube.com/watch?v=NEOMgjPpiz8 [5] https://www.howtoforge.com/how-to-create-an-sftp-enabled-server-on-aws/ [6] https://www.rosehosting.com/blog/how-to-install-odoo-12-on-ubuntu-18-04-with-nginx-as-a-reverse-proxy/ [7] https://www.howtoforge.com/how-to-install-friendica-social-network-platform-on-ubuntu-20-04/ [8] https://www.linuxuprising.com/2021/02/how-to-use-grep-search-help-output-to.html [9] https://www.redhat.com/en/blog/automation-big-ip-red-hat-ansible-automation-and-f5 [10] https://www.fosslife.org/run-second-linux-desktop-qemu-and-kvm [11] https://www.linuxuprising.com/2021/02/archbox-makes-it-easy-to-install.html [12] https://www.dedoimedo.com/computers/plasma-keyboard-languages.html [13] https://dwaves.de/2021/02/17/gnu-linux-debian-10-how-to-show-and-remove-all-privacy-intrusive-meta-info-from- jpg-pictures/ [14] https://popey.com/blog/2021/02/migrating-two-factor-auth/.
Recommended publications
  • Release Notes and Errata
    OpenMandriva Lx 4.3rc Release Notes The OpenMandriva Lx teams are pleased to announce the availability of OpenMandriva Lx 4.3rc. Available Media This release is available as a live media DVD or USB flash drive (memory stick), downloadable in ISO format. These are available on our downloads page. USB flash drive installation is usually noticeably faster. As always speed depends on many factors. Live media means you are able to run OpenMandriva Lx straight from a DVD or memory stick (see below) and try it before installing it. You may also install the system to hard disk either from the running live image or from the boot manager. Available ISO files are: •x86_64 KDE Plasma desktop full featured (includes the most common used functionalities, multimedia and office software). •znver1 Plasma: we have also built a version specifically for current AMD processors (Ryzen, ThreadRipper, EPYC) that outperforms the generic (x86_64) version by taking advantage of new features in those processors. znver1 is for the listed processors (Ryzen, ThreadRipper, EPYC) only, do not install on any other hardware. Installable images are offered for the Pinebook Pro, Raspberry Pi 4B, Raspberry Pi 3B+, Synquacer, Cubox Pulse and generic UEFI compatible devices (such as most aarch64 server boards) System requirements OpenMandriva Lx 4.3 requires at least 2048 MB of memory and at least 10 GB of hard drive space (see below for known issues with partitioning). Important Note: Graphics Hardware: The KDE Plasma Desktop requires a 3D graphics card that supports OpenGL 2.0 or above. We recommend using AMD, Intel, Adreno or VC4 graphics chips.
    [Show full text]
  • Introduction to Fmxlinux Delphi's Firemonkey For
    Introduction to FmxLinux Delphi’s FireMonkey for Linux Solution Jim McKeeth Embarcadero Technologies [email protected] Chief Developer Advocate & Engineer For quality purposes, all lines except the presenter are muted IT’S OK TO ASK QUESTIONS! Use the Q&A Panel on the Right This webinar is being recorded for future playback. Recordings will be available on Embarcadero’s YouTube channel Your Presenter: Jim McKeeth Embarcadero Technologies [email protected] | @JimMcKeeth Chief Developer Advocate & Engineer Agenda • Overview • Installation • Supported platforms • PAServer • SDK & Packages • Usage • UI Elements • Samples • Database Access FireDAC • Migrating from Windows VCL • midaconverter.com • 3rd Party Support • Broadway Web Why FMX on Linux? • Education - Save money on Windows licenses • Kiosk or Point of Sale - Single purpose computers with locked down user interfaces • Security - Linux offers more security options • IoT & Industrial Automation - Add user interfaces for integrated systems • Federal Government - Many govt systems require Linux support • Choice - Now you can, so might as well! Delphi for Linux History • 1999 Kylix: aka Delphi for Linux, introduced • It was a port of the IDE to Linux • Linux x86 32-bit compiler • Used the Trolltech QT widget library • 2002 Kylix 3 was the last update to Kylix • 2017 Delphi 10.2 “Tokyo” introduced Delphi for x86 64-bit Linux • IDE runs on Windows, cross compiles to Linux via the PAServer • Designed for server side development - no desktop widget GUI library • 2017 Eugene
    [Show full text]
  • Clang & LLVM: How They Can Improve Your Life As a Developer
    Clang & LLVM: How they can improve your life as a developer Tilmann Scheller Overview Introduction LLVM Overview Clang Performance Summary What is LLVM? Mature, production-quality compiler framework Modular architecture Heavily optimizing static and dynamic compiler Supports all major architectures (x86, ARM, MIPS, PowerPC, …) Powerful link-time optimizations (LTO) Permissive license (BSD-like) LLVM sub-projects Clang C/C++/Objective C frontend and static analyzer LLDB Next generation debugger leveraging the LLVM libraries, e.g. the Clang expression parser lld Framework for creating linkers, will make Clang independent of the system linker in the future Polly Polyhedral optimizer for LLVM, e.g. high-level loop optimizations and data- locality optimizations Which companies are contributing? ® Who is using LLVM? WebKit FTL JIT Rust Android (NDK, ART, RenderScript) Portable NativeClient (PNaCl) Majority of OpenCL implementations based on Clang/LLVM CUDA, RenderScript LLVM on Linux: LLVMLinux, LLVMpipe (software rasterizer in Mesa), Radeon R300-R900 drivers in Mesa Clang users Default compiler on OS X Default compiler on FreeBSD Default compiler for native applications on Tizen Default compiler on OpenMandriva Lx starting with the next release (2015.0) Debian experimenting with Clang as an additional compiler (94.3% of ~20k packages successfully build with Clang 3.5) Android NDK ships Clang LLVM LLVM IR Scalar optimizations Interprocedural optimizations Auto-vectorizer (BB, Loop and SLP) Profile-guided optimizations Compiler Architecture
    [Show full text]
  • Consultório-De-Software-Linux.Pdf
    Universidade Federal de Santa Maria Centro de Tecnologia Programa de Educação Tutorial ­ Sistemas de Informação TUTORIAL Por: Anthony Tailer Ribas de Almeida Camila da Luz Nogueira Clécio Rodrigues dos Santos Neto Evandro Luis da Rosa Fensterseifer Filho Joel Ferreira da Silva Lucas Lima de Oliveira Otávio Bergmann Cassel Rhauani Weber Aita Fazul Romeu Isaac Casarotto Santa Maria, 2016 1 Sumário 1 CAPÍTULO ­ O LINUX 2 1.1 Linux e Software Livre 2 1.2 Onde e por que Linux é utilizado 2 1.3 Distribuições do Linux 4 1.4 Instalação do Sistema 5 2 CAPÍTULO ­ CARACTERÍSTICAS DO SISTEMA 9 2.1 Terminal (Console) 9 2.2 Extensões de arquivos específicas do Linux 11 2.3 Estrutura básica de diretórios 14 2.4 Diretório Raiz 16 2.5 Diretório Home 16 3 CAPÍTULO ­ COMANDOS DO TERMINAL 16 3.1 Navegação e manipulação de diretórios 17 3.2 Manipulação de arquivos 20 3.3 Usuários e grupos 25 3.4 Utilitários de Texto 30 3.5 Usuário Root 33 3.6 Gerenciamento do Sistema 34 3.7 Dicas 37 4 CAPÍTULO ­ UBUNTU DESKTOP E SEUS PROGRAMAS 38 4.1 Usando o Ubuntu Desktop 38 4.2 Instalação via Software Center 42 4.3 Instalação via Terminal 45 4.4 Pacote Office 46 4.6 Executar softwares do Windows no Linux 47 5 REFERÊNCIAS 50 2 1 CAPÍTULO ­ O LINUX 1.1 Linux e Software Livre Linux é um Sistema Operacional criado em 1991 por Linus Tovalds na Universidade de ​ Helsinki na Finlândia. O sistema em sua totalidade não foi criado do “zero”, o mesmo derivou de um outro sistema operacional conhecido como MINIX, um sistema simples criado por Andrew S.
    [Show full text]
  • Practical Linux Topics
    Binnie BOOKS FOR PROFESSIONALS BY PROFESSIONALS® THE EXPERT’S VOICE® IN LINUX Practical Linux Topics Practical Practical Linux Topics This book teaches you how to improve your hands-on knowledge of Linux using challenging, real-world scenarios. Each chapter explores a topic that has been chosen specifically to demonstrate how to enhance your base Linux system, and resolve important issues. This book enables sysadmins, DevOps engineers, developers, and other technical professionals to make full use of Linux’s rocksteady foundation. Practical Linux Explore specific topics in networking, e-mail, filesystems, encryption, system monitoring, security, servers, and more—including systemd and GPG. Understand salient security concerns and how to mitigate them. Applicable to almost all Linux flavors—Debian, Red Hat, Ubuntu, Linux Mint, CentOS—Power Linux Topics can be used to reference other Unix-type systems Topics with little modification. Improve your practical know-how and background knowledge on servers and workstations alike, increase your ability to troubleshoot and ultimately solve the daily challenges encountered — by all professional Linux users. Empower your Linux skills by adding Power Linux Topics to your library today. Chris Binnie US . ISBN 978-1-4842-1771-9 Shelve in: 54999 Linux/General User level: Intermediate–Advanced 9781484 217719 SOURCE CODE ONLINE www.apress.com Practical Linux Topics Chris Binnie Practical Linux Topics Copyright © 2016 by Chris Binnie This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
    [Show full text]
  • Openmandriva Lx 4.1 Release Notes
    OpenMandriva Lx 4.1 Release Notes The OpenMandriva Lx teams are pleased to announce the availability of OpenMandriva Lx 4.1. Available Media This release is available as a live media DVD, downloadable in ISO format. These are available on our downloads page. Live media means you are able to run OpenMandriva Lx straight from a DVD or memory stick (see below) and try it before installing it. You may also install the system to hard disk either from the running live image or from the boot manager. Available ISO files are: KDE Plasma desktop only full featured (includes the most common used functionalities, multimedia and office software). We have also built a version specifically for current AMD processors (Ryzen, ThreadRipper, EPYC) that outperforms the generic (x86_64) version by taking advantage of new features in those processors. znver1 is for the listed processors (Ryzen, ThreadRipper, EPYC) only, do not install on any other hardware. Recommended Hardware OpenMandriva Lx 4.1 requires at least 2.0 of memory and at least 10 of hard drive space (see below for known issues with partitioning). Important Note: Graphics Hardware The KDE Plasma Desktop requires a 3D graphics card that supports OpenGL 2.0 or above. We recommend using AMD, Intel, Adreno or VC4 graphics chips. Internet Connection Calamares Installer checks if an Internet connection is available, but OpenMandriva Lx 4 will install just fine even without. It is perfectly OK to simply install as you normally would and proceed to use your new system as normal. Updating such a system would require being temporarily connected to the internet or downloading the packages elsewhere and transferring them to the installed system and installing the updated packages.
    [Show full text]
  • Debian Une Distribution, Un Projet, Des Contributeurs
    https://people.debian.org/~taffit/talks/2018/ Debian Une distribution, un projet, des contributeurs David Prévot <[email protected]> Mercredi 27 mars 2018 — Lycée Aorai Quelques dates ● Fondée par Ian Murdock (16 août 1993) ● Debian 1.1 Buzz (17 juin 1996) ● Principes du logiciel libre selon Debian (DFSG) (5 juillet 1997) ● Première DebConf à Bordeaux (5 juillet 2000) https://www.debian.org/doc/manuals/project-history/ This hostname is going in dozens of remote config files. Changing a kid’s name is comparatively easy! https://xkcd.com/910/ Quelques chiffres ● Plus de 50 000 paquets binaires ● Installateur disponible en 75 langues ● 10 architectures (amd64, i386, armel, armhf…) ● Des centaines de distributions dérivées (Tails, Ubuntu, etc.) ● Des milliers de contributeurs https://www.debian.org/News/2017/20170617 Répartition des développeurs https://www.debian.org/devel/developers.loc Distributions majeures et dérivées ● Une poignées de distributions Linux à la base : Debian, Red Hat Enterprise Linux, Slackware, Gentoo, Arch Linux, Android, etc. ● De nombreuses distributions sont dérivées des précédentes : Tails, Ubuntu ou Raspbian par exemple pour Debian 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 Libranet Omoikane (Arma) Quantian GNU/Linux Distributions Timeline Damn Small Linux Version 17.10 Damn Vulnerable Linux KnoppMyth © Andreas Lundqvist, Donjan Rodic, Mohammed A. Mustafa Danix © Konimex, Fabio Loli and contributors https://github.com/FabioLolix/linuxtimeline
    [Show full text]
  • Installing Dr.Web for Linux
    for Linux User Manual © Doctor Web, 2018. All rights reserved This document is the property of Doctor Web. No part of this document may be reproduced, published or transmitted in any form or by any means for any purpose other than the purchaser's personal use without proper attribution. Trademarks Dr.Web, SpIDer Mail, SpIDer Guard, CureIt!, CureNet!, AV-Desk, KATANA and the Dr.WEB logo are trademarks and registered trademarks of Doctor Web in Russia and/or other countries. Other trademarks, registered trademarks and company names used in this document are property of their respective owners. Disclaimer In no event shall Doctor Web and its resellers or distributors be liable for errors or omissions, or any loss of profit or any other damage caused or alleged to be caused directly or indirectly by this document, the use of or inability to use information contained in this document. Dr.Web for Linux Version 11.0 User Manual 9/3/2018 Doctor Web Head Office 2-12A, 3rd str. Yamskogo polya Moscow, Russia 125040 Website: https://www.drweb.com/ Phone: +7 (495) 789-45-87 Refer to the official website for regional and international office information. Doctor Web Doctor Web develops and distributes Dr.Web information security solutions which provide efficient protection from malicious software and spam. Doctor Web customers can be found among home users from all over the world and in government enterprises, small companies and nationwide corporations. Dr.Web antivirus solutions are well known since 1992 for continuing excellence in malware detection and compliance with international information security standards.
    [Show full text]
  • Klassischer KDE-Desktop
    HEFT-DVD OpenMandriva 3.02 OpenMandriva 3.02 installieren Klassischer KDE-Desktop Im Juni ist mit OpenMandriva 3.02 einer der beiden Nachfolger von Mandrake bzw. Mandriva Linux neu erschienen. Von unserer DVD ist er in wenigen Minuten installiert. ©sumaetho, 123RF ©sumaetho, Die Distribution bringt ein KDE-5-Sys- Installation tem mit aktueller Software auf den Rech- Der OpenMandriva-Bootmanager enthält ner; die wichtigsten Versionsnummern im verschiedene Einträge: Sie können ein Hans-Georg Eßer Überblick sind: Live-System starten oder den Installer l KDE: Frameworks 5.33.0, Plasma aufrufen. Die erste Option ist vorausge- ie aus Frankreich stammende Dis- 5.9.5, Applications 17.04.0 wählt; um zu installieren, drücken Sie tribution Mandriva Linux, an- l Kernel 4.11.3 einmal [Pfeil runter] und dann [Eingabe]. D fangs Mandrake Linux, genoss so- l Firefox 53.0 Daneben gibt es unter Troubleshooting wohl bei Linux-Einsteigern als auch bei l Thunderbird 52.1 (nicht vorinstalliert) und Other noch Möglichkeiten, Live-Sys- Profis immer einen guten Ruf. Neulinge l KMail 17.04 tem oder Installation in einem reduzierten haben die einfache Installation, die große l LibreOffice 5.3.3 Grafikmodus zu starten oder einen Spei- Programmauswahl und die durchdachten OpenMandriva lässt sich auf Rechnern chertest auszuführen. grafischen Verwaltungswerkzeuge ge- mit dem BIOS-Nachfolger UEFI installie- Beim Installationsstart stellen Sie die schätzt; erfahrenen Nutzern hat es gefal- ren, unterstützt aber kein Secure Boot. Sprache auf German (Deutsch) um, damit len, dass man dort leicht selbst Hand an- Anwendern von Windows 8 oder neuer der Rest der Einrichtung in verständlicher legen und unerwünschte Automatismen raten die Entwickler, vor der Einrichtung Sprache erfolgt.
    [Show full text]
  • Where Is LLVM Being Used Today?
    Where is LLVM being used today? Tilmann Scheller Senior LLVM Compiler Engineer [email protected] Samsung Open Source Group Samsung Research UK FOSDEM 2016 Brussels, Belgium, January 30 – 31, 2016 Samsung Open Source Group 1 Overview ● Introduction ● LLVM Overview ● Projects ● Summary Samsung Open Source Group 2 Introduction Samsung Open Source Group 3 What is LLVM? ● Mature, production-quality compiler framework ● Modular architecture ● Heavily optimizing static and dynamic compiler ● Supports all major architectures (x86, ARM, MIPS, PowerPC, …) ● Powerful link-time optimizations (LTO) ● Permissive license (BSD-like) Samsung Open Source Group 4 Which companies are contributing? ® Samsung Open Source Group 5 History ● Started as Chris Lattner's Master's Thesis at UIUC ● LLVM 1.0 released in October 2003 ● LLVM 3.8 about to be released ● Today: LLVM + Clang together 2.5 million LOC of C++ code Samsung Open Source Group 6 LLVM sub-projects ● Clang C/C++/Objective C frontend and static analyzer ● LLDB Next generation debugger leveraging the LLVM libraries, e.g. the Clang expression parser ● lld Framework for creating linkers, will make Clang independent of the system linker in the future ● Polly Polyhedral optimizer for LLVM, e.g. high-level loop optimizations and data-locality optimizations Samsung Open Source Group 7 LLVM Overview Samsung Open Source Group 8 LLVM ● LLVM IR (Intermediate Representation) ● Scalar optimizations ● Interprocedural optimizations ● Auto-vectorizer (BB, Loop and SLP) ● Profile-guided optimizations Samsung
    [Show full text]
  • Linux Mal Anders
    Alternative Distributionen TITEL Abseits von OpenSuse und Ubuntu Linux mal anders EasyLinux unterstützt die Distributionen OpenSuse und Kubuntu. Es gibt aber zahlreiche Alternativen, die auch für den Desktopeinsatz geeignet sind – wir stellen eine kleine Auswahl vor und zeigen, was sie anders machen. Hans-Georg Eßer ine einsteigertaugliche Linux-Dis- tribution muss eine leicht ver- 123RF valex113, © E ständliche Installationsroutine, ei- nen aktuellen und gut konfigurierten Desktop sowie Hilfestellungen bei Hard- ware-Einrichtung und Konfigurations- problemen bieten. Für EasyLinux haben tern. Aus demselben Grund beschränken wir entschieden, jeweils zwei Distribu- wir uns – von den Gnome-Tipps abgese- tionen mit diesen Eigenschaften zu un- hen – auf KDE als Standarddesktop. zelnen Distributionen in ein Ranking terstützen, und aktuell sind das Open- Neben OpenSuse und Kubuntu gibt es übersetzt – für den letzten Monat und für Suse und Kubuntu; in früheren Jahren etliche weitere Distributionen, von denen weiter zurückreichende Intervalle (Abbil- standen Mandrake Linux und Red Hat viele genauso einsteigerfreundlich sind; dung 1). Das ist nicht repräsentativ (denn Linux auf dieser Liste. Die Auswahl be- unsere Auswahl hat auch etwas mit der nicht jeder Benutzer besucht die Distro- deutet aber nicht, dass die anderen Dis- Verbreitung der Distributionen im Watch-Seite der gewählten Linux-Distri- tributionen ungeeignet wären – der deutschsprachigen Raum zu tun – darum bution), lässt aber Trends erahnen. Grund für die Einschränkung sind unsere erwähnen wir in letzter Zeit häufiger den Wir stellen in diesem Artikel mit Man- Schritt-für-Schritt-Anleitungen, mit de- Ubuntu-Ableger Linux Mint. jaro Linux, Fedora Workstation, Open- nen wir in vielen Artikeln sicherstellen Eine Übersicht der Linux-Distributio- Mandriva Lx und Debian GNU/ Linux vier wollen, dass Sie die vorgestellten An- nen gibt es bei DistroWatch [15]; über alternative „große“ Linux-Distributionen wendungen auch wirklich erfolgreich den Link Ranking der Seitenaufrufe lan- vor.
    [Show full text]
  • RAD Studio Architect
    Универсальный инструмент разработки приложений для Windows, MacOS, iOS, Android и Linux Idera > Idera Dev Tools > Embarcadero Idera Dev Tools Division includes: Delphi C++Builder RAD Interbase RAD Studio Server Не слышали про RAD Studio? RAD Studio – это универсальная IDE с отличными возможностями для разработчиков как на Delphi, так и C++: проектирование, кодирование, отладка и тестирование на разных платформах с максимальным быстродействием. Для всех платформ CLOUD READY CROSS PLATFORM NATIVE 25 лет постоянной модернизации • 20th November 1983 – Turbo Pascal 1.0 • 27th October 1992 – Turbo Pascal 7.0 • 14th February 1995 – Borland Delphi • 9th August 2002 – Borland Delphi 7 • 7th April, 2015 – Embarcadero RAD Studio XE8 • 26th May 2020 – Embarcadero RAD Studio 10.4 Sydney (27 версия) • Сентябрь 2020 – Embarcadero RAD Studio 10.4.1 Быстрая разработка в визуальном режиме RAD Studio содержит мощные VCL компоненты Windows 10 и обеспечивает разработку FMX приложений для различных устройств на Windows, Mac, Linux, iOS и Android Фундаментальные основы ● Компиляторы в машинный код разных платформ для создания оптимизированных и безопасных приложений ● Гибкое сочетание современного OOP быстрой RAD разработки ● Фокус на поддержке перехода к современным операционным системам и пользовательским интерфейсам ● Архитектуры Enterprise и Data Centric ● Активная экосистема внешних компаний-разработчиков Полностью скомпилированный код ● Delphi компилирует в машинные коды, для Intel или ARM ○ Поддержка компиляторами LLVM infrastructure ● Не требуется среда исполнения ○ Не зависит от среды исполнения (.NET, JVM) ○ Без компиляции при выполнении, JITer, или другие доп.уровни ● Большое преимущество ○ Быстрый, оптимизированный, безопасный код ○ xcopy deployment RAD Studio 10.4 Target Platforms macOS Linux 64-bit Android 10 iOS 13 Ubuntu & Red Hat (64-bit только в Catalina Delphi) (Delphi) Enterprise (Delphi) В 10.4.1 добавлена поддержка iOS 14, Android 11, macOS 11.
    [Show full text]