The Magpi Magazine Is Published by Raspberry Pi (Trading) Ltd., 30 Station Road, Cambridge, CB1 2JH
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
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. -
The Development and Validation of the Game User Experience Satisfaction Scale (Guess)
THE DEVELOPMENT AND VALIDATION OF THE GAME USER EXPERIENCE SATISFACTION SCALE (GUESS) A Dissertation by Mikki Hoang Phan Master of Arts, Wichita State University, 2012 Bachelor of Arts, Wichita State University, 2008 Submitted to the Department of Psychology and the faculty of the Graduate School of Wichita State University in partial fulfillment of the requirements for the degree of Doctor of Philosophy May 2015 © Copyright 2015 by Mikki Phan All Rights Reserved THE DEVELOPMENT AND VALIDATION OF THE GAME USER EXPERIENCE SATISFACTION SCALE (GUESS) The following faculty members have examined the final copy of this dissertation for form and content, and recommend that it be accepted in partial fulfillment of the requirements for the degree of Doctor of Philosophy with a major in Psychology. _____________________________________ Barbara S. Chaparro, Committee Chair _____________________________________ Joseph Keebler, Committee Member _____________________________________ Jibo He, Committee Member _____________________________________ Darwin Dorr, Committee Member _____________________________________ Jodie Hertzog, Committee Member Accepted for the College of Liberal Arts and Sciences _____________________________________ Ronald Matson, Dean Accepted for the Graduate School _____________________________________ Abu S. Masud, Interim Dean iii DEDICATION To my parents for their love and support, and all that they have sacrificed so that my siblings and I can have a better future iv Video games open worlds. — Jon-Paul Dyson v ACKNOWLEDGEMENTS Althea Gibson once said, “No matter what accomplishments you make, somebody helped you.” Thus, completing this long and winding Ph.D. journey would not have been possible without a village of support and help. While words could not adequately sum up how thankful I am, I would like to start off by thanking my dissertation chair and advisor, Dr. -
SHMUP-Kalender 2019 Von Gamersglobal.De
HAUPTMENÜ Editorial 3 #25 F RefRain - Prism Memories 4 #24 F Supercharged Robot Vulkaiser 5 #23 F Witch-Bot Meglil 6 #22 F Sine Mora Ex 7 #21 F Bullet Heaven 2 8 #20 F Deathsmiles 9 #19 F Steredenn - Binary Stars 10 #18 F Geometry Wars 3 - Dimensions Evolved 11 #17 F Blue Revolver 12 #16 F R-Type Dimensions Ex 13 #15 F Dodonpachi Resurrection 14 #14 F Bit Blaster XL 15 #13 F Chicken Invaders 5 - Definitive Edition 16 #12 F Super Galaxy Squadron Ex Turbo 17 #11 F Sturmwind Ex 18 #10 F Luftrausers 19 #09 F Jamestown - Legend of the Lost Colony 20 #08 F Sky Force Reloaded 21 #07 F Super Hydorah 22 #06 F Crimzon Clover - World Ignition 23 #05 F Ikaruga 24 #04 F Zero Ranger 25 #03 F Astebreed - Definitive Edition 26 #02 F Mushihimesama 27 #01 F Jets’n’Guns Gold 28 Impressum & Nutzungsbedingungen 29 EDITORIAL Anfang Dezember 2019 verfasste Harald Wie auch auf GamersGlobal.de um- Fränkel für GamersGlobal.de mit dem Titel fasst natürlich auch der „PDF-Kalender“ Die Rückkehr der Space Invaders einen um- die einzelnen Texte, Wertungen und fangreichen Report zum Genre der Shoot Screenshots sowie zusätzliche Informa- ’em Ups. Einen Tag nach der Veröffentli- tionen wie zum Beispiel Plattformen chung dieses Artikels startete der und Preise am Erscheinungstag eines SHMUP-Kalender, der täglich die Vor- Kalenderblattes. Darüber hinaus bie- stellung eines Spieles bot. In der Sum- tet jede Spiel-Beschreibung eine be- me umfasst das Projekt 25 Shoot ’em sonders hervorgehobene Aussage. Na- Ups, jeweils mit einem Screenshot türlich ist auch jeder Beitrag verlinkt, und einer Wertung, die von 6.0 bis 9.0 reicht sodass bei Bedarf der bequeme Wechsel zu den (die Note 10 stellt auf GamersGlobal den best- einzelnen Online-Fassungen sowie den Kom- möglichen Wert dar). -
Wicd をやめる. Dd でなく最初から Flash Mathlibre を作る参考
tk:2017-04-27 [cc111] 2019/05/08 13*03 cc111 メモ.txt.zip,mathlibre2018-vmware.txt.zip mathlibre 2017 を flash memory へインストールするとネットワークがうまく動作しない場合がある. /sbin/ifconfig -a するとデタラメな IP アドレスが設定されていたり、何も設定されていなかったりする. そこで wicd を捨てる ことにしたらどうやらうまくいってる模様. sudo su - /etc/init.d/wicd stop ifconfig eth0 10.1.204.222 netmask 255.255.0.0 broadcast 10.1.255.255 route add -net 10.1.0.0 metric 1 netmask 255.255.0.0 eth0 route add -net default gw 10.1.254.254 上のアドレスは環境にあわせて適宜変更. cd /etc/init.d mkdir ../init.d.available mv wicd ../init.d.availabe で野蛮に wicd が起動しないようにしておく. search math.kobe-u.ac.jp domain math.kobe-u.ac.jp nameserver 10.1.254.3 と /etc/resolv.conf に書く. apt-get update apt-get install network-manager /etc/init.d/network-manager start 再起動. だめならもう一度再起動. wicd を消してしまうのもいいかも. apt-get remove wick apt-get remove python-wicd トラブルシュート. 1. IP address? /sbin/ifconfig -a でうまく動いてるか確認. 2. ps ps axuww | grep Net でそもそもネットワークマネージャが動いてるか確認. http://cc111.math.kobe-u.ac.jp/doku.php?id=tk:2017-04-27 1 / 2 ページ tk:2017-04-27 [cc111] 2019/05/08 13*03 3. root になって, ping www.math.kobe-u.ac.jp 4. 名前を知らないといわれる. /etc/resolv.conf の内容は正しい? 5. network unreachable になる. route で見える routing table は正しい? その他メモ. 1. 時刻設定 sudo su - ; ntpdate ntp.nict.jp 2. nslookup apt-get dnsutils obsolete な nslookup を使いたいとき. 3. caps lock と ctrl の入れ替えは tray の左グループの右. 4. nm-applet は apt-get install network-manager-gnome 5. todo, wicd を tray から消したい. network-manager の control panel を表示したい. -
Functional Package and Configuration Management with GNU Guix
Functional Package and Configuration Management with GNU Guix David Thompson Wednesday, January 20th, 2016 About me GNU project volunteer GNU Guile user and contributor since 2012 GNU Guix contributor since 2013 Day job: Ruby + JavaScript web development / “DevOps” 2 Overview • Problems with application packaging and deployment • Intro to functional package and configuration management • Towards the future • How you can help 3 User autonomy and control It is becoming increasingly difficult to have control over your own computing: • GNU/Linux package managers not meeting user needs • Self-hosting web applications requires too much time and effort • Growing number of projects recommend installation via curl | sudo bash 1 or otherwise avoid using system package managers • Users unable to verify that a given binary corresponds to the source code 1http://curlpipesh.tumblr.com/ 4 User autonomy and control “Debian and other distributions are going to be that thing you run Docker on, little more.” 2 2“ownCloud and distribution packaging” http://lwn.net/Articles/670566/ 5 User autonomy and control This is very bad for desktop users and system administrators alike. We must regain control! 6 What’s wrong with Apt/Yum/Pacman/etc.? Global state (/usr) that prevents multiple versions of a package from coexisting. Non-atomic installation, removal, upgrade of software. No way to roll back. Nondeterminstic package builds and maintainer-uploaded binaries. (though this is changing!) Reliance on pre-built binaries provided by a single point of trust. Requires superuser privileges. 7 The problem is bigger Proliferation of language-specific package managers and binary bundles that complicate secure system maintenance. -
Wifi Penetration Wireless Communication and Computer/Network Forensics Terms
Wifi Penetration Wireless Communication and Computer/Network Forensics Terms ● Skiddy(Derogatory): Variant of "Script Kiddy". ● Hacker(Derogatory):One who builds something. ● Cracker(Derogatory):One who breaks something. ● Penetration Test: Method of evaluating Computer/Network security by simulating an attack. ● Penetration Tester: One who implements different attack tools to asses Computer/Network vulnerabilities. Wifi / WLAN / Wireless Spectrum depends on what country you're in. America uses 14 channels designated in 2.4 ghz spaced 5mhz apart. Wireless Encryption ● Wired Equivalent Privacy(WEP): The least form of security. FBI Demonstrated 3 minute hack in 2005. 40 bit or 104 bit encryption Key. ● Wifi Protected Acces(WPA): Replace WEP, and use of Temporal Key Integrity Protocol (TKIP). Implements 128 bit encryption. ● (WPA2): Successor to WPA, replaces TKIP with Counter Cypher Mode Protocol (CCMP). Also Implements different algorithm Advanced Encryption Standard (AES), 256 bit encryption. Wireless Antennas Omnidirectional: Common "Rubber Ducky" antenna. Directional: Common "Flat-Panel" or a variant of "Pringles-Can" antenna. Sniper Directional: Common "Yagi" antenna, resembles antennas commonly found on house roofs. http://vimeo.com/8826952 Wiretapping/Eavesdropping laws ● CA Eavesdropping and Wiretapping law: PENAL CODE SECTION 630-638 ● CA PENAL CODE SECTION 484-502.9 ● Google was fined $7 million because a rogue engineer was using a penetration tool called "Kismet". Kismet is similar to aircrack, but is scripted to automatically break into networks when a password is found. It also provides a google maps view. ● It is perfectly legal to perform penetration testing techniques on your own equipment. It is also perfectly legal to be in promiscuous mode, i.e. -
Conference Booklet
30th Oct - 1st Nov CONFERENCE BOOKLET 1 2 3 INTRO REBOOT DEVELOP RED | 2019 y Always Outnumbered, Never Outgunned Warmest welcome to first ever Reboot Develop it! And we are here to stay. Our ambition through Red conference. Welcome to breathtaking Banff the next few years is to turn Reboot Develop National Park and welcome to iconic Fairmont Red not just in one the best and biggest annual Banff Springs. It all feels a bit like history repeating games industry and game developers conferences to me. When we were starting our European older in Canada and North America, but in the world! sister, Reboot Develop Blue conference, everybody We are committed to stay at this beautiful venue was full of doubts on why somebody would ever and in this incredible nature and astonishing choose a beautiful yet a bit remote place to host surroundings for the next few forthcoming years one of the biggest worldwide gatherings of the and make it THE annual key gathering spot of the international games industry. In the end, it turned international games industry. We will need all of into one of the biggest and highest-rated games your help and support on the way! industry conferences in the world. And here we are yet again at the beginning, in one of the most Thank you from the bottom of the heart for all beautiful and serene places on Earth, at one of the the support shown so far, and even more for the most unique and luxurious venues as well, and in forthcoming one! the company of some of the greatest minds that the games industry has to offer! _Damir Durovic -
COMPLETE GUIDE to INSTALL UBUNTU LINUX with OPENBOX Ubuntuopenbox.Com/Udemy
UbuntuOpenbox.com Copyright © 2016 by Dat H. Nguyen UDEMY COURSE MATERIAL COMPLETE GUIDE TO INSTALL UBUNTU LINUX WITH OPENBOX UbuntuOpenbox.com/udemy Section 3 – Install Ubuntu Operating System 1. Repositories: A repository is a server storing packages that are suitable to be installed right away (packages as well as all of their dependencies) /etc/apt/source.list file will have a list of repository addresses. *PPA: A Personal Package Archives (PPA) is a repository maintained by an individual or an independent group; as oppose to the official repository maintained by Ubuntu. 2. Update apt information (from source.list file) sudo apt-get update It will go to the addresses listed in the /apt/etc/source.list file and update the information about what are on there (which packages are on there) and what have been changed (what the current packages’ versions are). You need to execute this command whenever you want to install any package. 3. Install packages sudo apt-get install [packages' name] For example: sudo apt-get install firefox openbox will install both firefox and openbox at the same time. 4. Remove packages sudo apt-get remove firefox * remove packages and all their configuration file. sudo apt-get remove --purge firefox 5. nano to edit text file sudo nano /directory/to/text/file Navigate through the text file using up/down/left/right keys. * shortcut keys: “Ctrl + X” to exit nano, “Y” to save and “N” to abort the saving. Section 4 – Install Openbox And Configure It Last updated in February, 2016 1 of 7 UbuntuOpenbox.com Copyright © 2016 by Dat H. -
Ubuntu Kung Fu.Pdf
Prepared exclusively for J.S. Ash Beta Book Agile publishing for agile developers The book you’re reading is still under development. As part of our Beta book program, we’re releasing this copy well before we normally would. That way you’ll be able to get this content a couple of months before it’s available in finished form, and we’ll get feedback to make the book even better. The idea is that everyone wins! Be warned. The book has not had a full technical edit, so it will con- tain errors. It has not been copyedited, so it will be full of typos and other weirdness. And there’s been no effort spent doing layout, so you’ll find bad page breaks, over-long lines with little black rectan- gles, incorrect hyphenations, and all the other ugly things that you wouldn’t expect to see in a finished book. We can’t be held liable if you use this book to try to create a spiffy application and you somehow end up with a strangely shaped farm implement instead. Despite all this, we think you’ll enjoy it! Throughout this process you’ll be able to download updated PDFs from your account on http://pragprog.com. When the book is finally ready, you’ll get the final version (and subsequent updates) from the same address. In the meantime, we’d appreciate you sending us your feedback on this book at http://books.pragprog.com/titles/ktuk/errata, or by using the links at the bottom of each page. -
Wi-Fi Peer-To-Peer on Linux
Wi-Fi Peer-to-Peer on Linux Johannes Berg [email protected] Intel Corporation November 2010 Linux Wireless Introduction – P2P vs. Wi-Fi Direct? • Wi-Fi Peer-to-Peer (P2P): technology, technical specification • Wi-Fi Direct: marketing and certification Linux: use P2P term, certification is not upstream’s job 2 / 29 Linux Wireless Introduction – Use cases 3 / 29 Linux Wireless Introduction – Use cases 4 / 29 Linux Wireless Introduction – Use cases 5 / 29 Linux Wireless Introduction – Use cases 6 / 29 Linux Wireless Introduction – Specification Current draft is v1.0.16, available for members and for sale, built using • vendor-specific primitives in IEEE 802.11 • WPA2 • Wi-Fi Simple Configuration 7 / 29 Linux Wireless some terminology Introduction – Specification • P2P Group • P2P Device • P2P Group Owner (GO) • P2P Client • “legacy” device 8 / 29 Linux Wireless Device discovery Technical overview • for speed: only on social channels 1, 6, 11 • probe request/response mechanism • search: device scans (on social channels) • listen: device listens for probe requests 9 / 29 Linux Wireless Group formation Technical overview • GO negotiation • provisioning (WSC) • autonomous P2P group 10 / 29 Linux Wireless Invitation Technical overview • ask a P2P device to join an existing group • invitation could be by GO • device may invite another device into the group it is part of • also used to invoke persistent group 11 / 29 Linux Wireless Some details Technical overview • Group’s SSID: “DIRECT-XY[postfix]” • P2P wildcard: “DIRECT-” • GO appears as AP to -
Setting up Linux Desktops in Horizon
Setting Up Linux Desktops in Horizon VMware Horizon 2103 Setting Up Linux Desktops in Horizon You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ VMware, Inc. 3401 Hillview Ave. Palo Alto, CA 94304 www.vmware.com © Copyright 2021 VMware, Inc. All rights reserved. Copyright and trademark information. VMware, Inc. 2 Contents Setting Up Linux Desktops in Horizon 6 1 Features and System Requirements 7 Features of Horizon Linux Desktops 7 Overview of Configuration Steps for Setting Up Linux Desktops 13 System Requirements for Horizon Agent for Linux 14 Virtual Machine Settings for 2D Graphics 23 Configuring Session Collaboration on Linux Desktops 23 2 Preparing a Linux Virtual Machine for Desktop Deployment 27 Create a Virtual Machine and Install Linux 27 Update the GNOME Shell Window List Extension on SLED/SLES Virtual Machines 28 Prepare a Linux Machine for Remote Desktop Deployment 29 Install Dependency Packages for Horizon Agent 32 Upgrade the Operating System of a Linux Virtual Machine 33 3 Setting Up Active Directory Integration and User Authentication Features for Linux Desktops 34 Integrating Linux Desktops with Active Directory 34 Use the OpenLDAP Server Pass-Through Authentication 35 Set Up SSSD LDAP Authentication Against the Microsoft Active Directory 35 Use the Winbind Domain Join Solution 36 Configure PowerBroker Identity Services Open (PBISO) Authentication 36 Configure the Samba Offline Domain Join 37 Use the Realmd Join Solution for RHEL/CentOS 8.x 39 Setting Up Single -
Independent Video Games and the Games ‘Indiestry’ Spectrum: Dissecting the Online Discourse of Independent Game Developers in Industry Culture By
Independent Video Games and the Games ‘Indiestry’ Spectrum: Dissecting the Online Discourse of Independent Game Developers in Industry Culture by Robin Lillian Haislett, B.S., M.A. A Dissertation In Media and Communication Submitted to the Graduate Faculty of Texas Tech University in Partial Fulfillment of the Requirements for the Degree of DOCTOR OF PHILOSOPHY Approved Dr. Robert Moses Peaslee Chair of Committee Dr. Todd Chambers Dr. Megan Condis Dr. Wyatt Philips Mark Sheridan Dean of the Graduate School December, 2019 Copyright 2019, Robin Lillian Haislett Texas Tech University, Robin Lillian Haislett, December 2019 ACKNOWLEDGMENTS This is the result of the supremely knowledgeable Dr. Robert Moses Peaslee who took me to Fantastic Fest Arcade in 2012 as part of a fandom and fan production class during my doctoral work. This is where I met many of the independent game designers I’ve come to know and respect while feeling this renewed sense of vigor about my academic studies. I came alive when I discovered this area of study and I still have that spark every time I talk about it to others or read someone else’s inquiry into independent game development. For this, I thank Dr. Peaslee for being the catalyst in finding a home for my passions. More pertinent to the pages that follow, Dr. Peaslee also carefully combed through each malformed draft I sent his way, narrowed my range of topics, encouraged me to keep my sense of progress and challenged me to overcome challenges I had not previously faced. I feel honored to have worked with him on this as well as previous projects.