Experimentation with Linux Mint LXDE, April 01, 2012 Purpose

Total Page:16

File Type:pdf, Size:1020Kb

Experimentation with Linux Mint LXDE, April 01, 2012 Purpose Title: Experimentation with Linux Mint LXDE, April 01, 2012 Purpose: To rapidly deploy current OS onto: (1) Old computers like year 1999 IBM Think Pad 600X, P3, 500 MHz, and max 512 RAM (2) Apple Intel from 2006 to present (3) Apple Power PC (PPC), 1998 – 2005. This was not achieved in this experiment. Apparatus: (1) Software I used: Linux Mint LXDE, Image for Linux, Bootit NG (all on 3 X 700 MB CD blanks) (2) Hardware: Pentium Duo MB, 1.5 GB RAM, 16GB flash drive, HDDs of 20, 30, 40, 60, 80, 160 and 320 GB sizes (3) Services: Internet access: Ethernet and Wireless Method: (1) Downloaded and burned to CD, Image for Linux , http://www.terabyteunlimited.com/image‐for‐linux.htm (2) Downloaded and burned to CD, BootitNG from: http://www.terabyteunlimited.com/bootit‐next‐ generation.htm. Bootit Bare Metal is the more recent version of Bootit NG: http://www.softpedia.com/get/System/Boot‐Manager‐Disk/BootIt‐Next‐Generation.shtml (3) I Downloaded and burned to CD, : Linux Mint LXDE, http://www.linuxmint.com/edition.php?id=60 (4) Installed Linux Mint LXDE on the hard disks as follows: 16 GB flash drive: Linux = 6 GB, swap = 3 GB, remainder = NTFS data partition 20 GB HDD: Linux = 6 GB, swap = 3 GB, remainder = NTFS data partition 30 GB HDD: Linux = 9 GB, swap = 5 GB, remainder = NTFS data partition 40 GB HDD: Linux = 12 GB, swap = 6 GB, remainder = NTFS data partition 60 GB HDD: Linux = 18 GB, swap = 9 GB, remainder = NTFS data partition 80 GB HDD: Linux = 24 GB, swap = 12 GB, remainder = NTFS data partition 160 GB HDD: Linux = 48 GB, swap = 24 GB, remainder = NTFS data partition 320 GB HDD: Linux = 96 GB, swap = 48 GB, remainder = NTFS data partition (5) I used BootitNG to deploy a NTFS data partition (I use for images of Windows) to the remaining free space. (6) In terminal I told Linux Mint 9 LXDE to auto mount the NTFS data partition sudo fdisk ‐l id user1 sudo su echo "/dev/sda3 /media/My_Data ntfs defaults,umask=0022,uid=1000,gid=1000 0 0" >> /etc/fstab sudo reboot (7) Moved documents, downloads, music, pictures and videos folders to My_Data on data partition. I created a folder called My_Desktop and ISO in My_Data on data partition. (8) I told Firefox to NOT remember history and set default download path, Home/User/Desktop. Told Firefox not to check for updates. Set homepage to http://google.ca Added bookmark toolbars for: http://www.citytv.com/toronto/citynews, http://www.mto.gov.on.ca/english/traveller/transit.shtml, http://www.meetup.com/, http://kijiji.ca, http://express.paltalk.com/, http://www.facebook.com/, https://login.yahoo.com/config/login_verify2?&.src=ym, http://www.linkedin.com/ (9) In terminal I installed generic lucid drivers for wireless network adapters: sudo apt‐get install linux‐backports‐modules‐wireless‐lucid‐generic sudo apt‐get update (10) Installed PCMCIA utilities Sudo apt‐get install pcmciautils (11) I refreshed the synaptic package manager and marked for online update including the recommended and suggested software for the following: Adobe flash plugin 11, Acrobat reader, Acidrip, Efax, Gufw, Gparted, Gedit, Gnome‐device‐manager, Gnome‐ system‐monitor, K9 copy and Ripoff, upgraded libdvdcss2 (12) I researched a video editor for Linux and found Openshot and installed it from Firefox at: http://community.linuxmint.com/software/view/openshot (13) In terminal I installed Blender which functions with Openshot: sudo add‐apt‐repository ppa:openshot.developers/ppa sudo apt‐get update sudo apt‐get install Openshot blender (14) I researched and found Damnvid for downloading YouTube video and/or converting them to MP3 I installed Damnvid in terminal as follows: sudo add‐apt‐repository ppa:damnvid/ppa sudo apt‐get update sudo apt‐get install Damnvid (15) I updated and configured Damnvid to download MP3 to data partition (from converted YouTube video). (16) I researched and found Banshee for synching iPods and installed it in terminal: sudo add‐apt‐repository ppa:banshee‐team/ppa sudo apt‐get update sudo apt‐get install banshee (17) Installed OpenOffice Light from a tar ball, OOoLight_1.0_100922_LinuxIntel_install_deb.tar.gz, obtained from http://download.ooolight.org/en as follows: mkdir /home/user1/tarsrc/ Using file manager, I copied file, OOoLight_1.0_100922_LinuxIntel_install_deb.tar.gz to tarsrc folder cd ./tarsrc tar ‐zxvf OOoLight_1.0_100922_LinuxIntel_install_deb.tar.gz ls cd ./en‐US/DEBS sudo dpkg ‐i *.deb Finished installation by double‐clicking on extracted file in /home/user1/Tar_Src/en‐US/DEBS/desktop‐ integration called OoLight‐debian‐menus_1.0‐10_all.deb (18) Deleted ./tarsrc (19) Emptied recycle bin (20) Installed Skype 2.2 from file, skype‐ubuntu_2.2.0.35‐1_i386.deb, at: http://hotfile.com/dl/121097168/6fb8e59/skype‐ubuntu_2.2.0.35‐1_i386.deb.html Doubled clicked on the Skype file and Skype installed automatically (21) Organized shortcuts to programs into a folder called stuff. Stuff folder was copied to desktop and home folder. (22) I deleted the bookmarks of the file manager and added a bookmark for Stuff, My_Data and My_Desktop. (23) I told Transmission to download to /media/My_Data/Downloads, Ripoff to rip audio tracks to /media/My_Data/music, Blender and K9 copy to rip DVD tracks to /media/My_Data/Videos, ISO to ~/ISO. (24) I told Update Manager to ignore updates (25) In Terminal I setup Gufw as follows: sudo su # obtain server's IP address SERVERIP=`hostname ‐‐all‐ip‐addresses | cut ‐‐fields 1 ‐‐delimiter " "` # disable firewall sudo ufw disable # reset all firewall rules sudo ufw reset # set default rules: deny all incoming traffic, allow all outgoing traffic sudo ufw default deny incoming sudo ufw default allow outgoing # open port for SSH sudo ufw allow ssh # open port for Webmin sudo ufw allow webmin # open ports for Samba file sharing sudo ufw allow from 10.0.0.0/8 to $SERVERIP app Samba sudo ufw allow to 10.0.0.0/8 from $SERVERIP app Samba # open ports for Transmission‐Daemon sudo ufw allow 9091 sudo ufw allow 20500:20599/tcp sudo ufw allow 20500:20599/udp # open port for MySQL # open ports for Lighttpd sudo ufw allow proto tcp from 10.0.0.0/8 to any port 3306 # sudo ufw allow “Lighttpd Full” # open port for network time protocol (ntpd) sudo ufw allow ntp # enable firewall sudo ufw enable # list all firewall rules sudo ufw status verbose (26) Used Image for Linux to create image of entire hard disk into 1 file of type, tbi, and 1.5 GB in size. The Linux file system consumed less than 3.5 GB. Created LM9LXDE_16F, LM9LXDE_20, LM9LXDE_30, LM9LXDE_40, LM9LXDE_80, and LM9LXDE_160, LM9LXDE_320.tbi Results: (1) The images deployed with lightning speed, a mere 2 minutes to restore to target HDD and under 5 minutes to create and validate an image. Linux detects and installs hardware so amazingly fast! (2) On MacBook Pro 2006, Intel Celeron dual core 2 GHz I had to comment out reference to My_Data in etc/fstab to achieve boot on2006 MacBook pro. Source: https://help.ubuntu.com/community/MactelSupportTeam/AppleiSight?action=show&redirect=AppleiSight To install isight webcam on MacBook pro 2006: Download AppleUSBVideoSupport firmware from http://dl.getdropbox.com/u/332246/AppleUSBVideoSupport sudo apt‐get install isight‐firmware‐tools su ‐c "ift‐extract ‐‐apple‐driver AppleUSBVideoSupport" Power off then turn on the computer. Worked with Cheese but webcam failed to work with Skype Everything else worked fine. See http://drpcdr.ca/frank_intel_franken_tosh/frank_intel_franken_tosh.html I also deployed my Linux image on an IBM Think Pad 600X, P3, 500 MHz, 512 RAM, on a HP Omni book 6000, P3 800 MHz, 512 RAM and it played YouTube video by Ethernet flawlessly! I used BootitNG to paste an image of the Linux partition onto the NTFS data partition as a file called Backup1.img This will be used to rescue Linux in the future! Removal of Bootit NG CD from the slot loading CDROM was accomplished by aggressively pressing and releasing the eject button immediately followed by pressing and releasing the space bar. This was repeated in quick alternating fashion. Finally the CD ejected. H O L Y! (3) Using Gimp, I took some screen shots before I created My_Desktop folder and bookmark. Check it out: http://drpcdr.ca/pics/Data_Partition.jpg, http://drpcdr.ca/pics/User_Home.jpg, http://drpcdr.ca/pics/User_Home_Stuff.jpg, http://drpcdr.ca/pics/User_Home_Stuff_CD_DVD_Burn.jpg http://drpcdr.ca/pics/User_Home_Stuff_DownLoaders.jpg, http://drpcdr.ca/pics/User_Home_Stuff_Chat.jpg http://drpcdr.ca/pics/User_Home_Stuff_Graphics.jpg, http://drpcdr.ca/pics/User_Home_Stuff_Office.jpg, http://drpcdr.ca/pics/User_Home_Stuff_Players.jpg, http://drpcdr.ca/pics/User_Home_Stuff_Tools.jpg (4) I don't believe in updating browsers especially online. Linux Mint 9 LXDE has Firefox 3.6. I should have included the already installed, Xchat, into /User/Home/Stuff/Chat. Conclusion: (1) Linux Mint 9 LXDE runs and deploys amazingly quickly on old PC hardware and onto Intel based Macs! (2) It is 100 percent compatible with Ubuntu, based on Lubuntu! (3) Linux requires hacking to get things working, especially printers and webcams (4) Useful commands for deployment include: lspci, lsusb, lspcmcia, hardinfo, lshw ‐C network. (5) I have decided to NOT bother creating dual boot images of Linux and Windows. This would spoil the beauty of my fast, light and nimble Linux images! (6) Where Linux is concerned, I am a baby just learning to crawl. There is so much more to learn, especially how to get Skype working with webcam and how to install network and standalone printers. (7) I need to create images for power PC Macs (1998 – 2005). I need help with this...Any offers? Please call me, Christopher Charles, AKA DrPCDr at 647 453 3327.
Recommended publications
  • Development of Cloud-Based Media Player Using Microsoft Azure Services
    eISSN:2600-7920 INTI JOURNAL Vol.1, 2018 (24) Development of Cloud-Based Media Player using Microsoft Azure Services Chong Fong Kim1, Chan Yong Kai 2 and Deshinta Arrova Dewi3 1,2,3 Faculty of Information Technology and Science, INTI International University, Nilai, Negeri Sembilan, Malaysia. Corresponding Author: [email protected] Abstract Playing songs offline consumes internal storage capacity of a device. Besides, playing songs, most of the time is an individual acting as a hobby and many song listeners do not have a common platform to share their hobby with others. By putting it on the cloud, the internal storage capacity can be reduced and the chance to share the common hobby with others is available. This paper aims to present the development of a Cloud-Based Media Player (CBMP) to ease the users in managing their song files and sharing with others. The CBMP utilizes a website as the main controller and connects to the Microsoft Azure Services to host the music database. Two separate sections are created for the user to upload and download their songs as private and share sections. Accordingly, users can choose the favored section they want to access. Not only features to upload and download songs are provided, but the CMBP also provides a search function that enables users to search songs in both different to make a search process faster. Due to latency in the cloud services, the suggested song format for CMBP is.MP3 files. The .MP3 files promote better compression rate than .MP4. Besides, .MP4 has higher latency that makes users waiting longer for processing the songs.
    [Show full text]
  • The Top 10 Open Source Music Players Scores of Music Players Are Available in the Open Source World, and Each One Has Something That Is Unique
    For U & Me Overview The Top 10 Open Source Music Players Scores of music players are available in the open source world, and each one has something that is unique. Here are the top 10 music players for you to check out. verybody likes to use a music player that is hassle- Amarok free and easy to operate, besides having plenty of Amarok is a part of the KDE project and is the default music Efeatures to enhance the music experience. The open player in Kubuntu. Mark Kretschmann started this project. source community has developed many music players. This The Amarok experience can be enhanced with custom scripts article lists the features of the ten best open source music or by using scripts contributed by other developers. players, which will help you to select the player most Its first release was on June 23, 2003. Amarok has been suited to your musical tastes. The article also helps those developed in C++ using Qt (the toolkit for cross-platform who wish to explore the features and capabilities of open application development). Its tagline, ‘Rediscover your source music players. Music’, is indeed true, considering its long list of features. 98 | FEBRUARY 2014 | OPEN SOURCE FOR YoU | www.LinuxForU.com Overview For U & Me Table 1: Features at a glance iPod sync Track info Smart/ Name/ Fade/ gapless and USB Radio and Remotely Last.fm Playback and lyrics dynamic Feature playback device podcasts controlled integration resume lookup playlist support Amarok Crossfade Both Yes Both Yes Both Yes Yes (Xine), Gapless (Gstreamer) aTunes Fade only
    [Show full text]
  • 2.5 the Ubuntu Operating System 7
    By Courtney Loo http://courtneyloo.wordpress.com Edited by Justin Pot This manual is the intellectual property of MakeUseOf. It must only be published in its original form. Using parts or republishing altered parts of this guide is prohibited without permission from MakeUseOf.com Think you’ve got what it takes to write a manual for MakeUseOf.com? We’re always willing to hear a pitch! Send your ideas to [email protected]; you might earn up to $400. UBUNTU: AN ABSOLUTE BEGINNER’S GUIDE Table Of Contents 1. Introduction 5 2. Ubuntu 101 6 2.1 What Is Ubuntu? 6 2.2 The Ubuntu Philosophy 6 2.3 Proprietary Software vs Free/Libre Open-Source Software 6 2.4 How Can Ubuntu Be Free? 7 1. It’s Maintained By The FLOSS Community. 7 2. It’s Managed & Funded By Canonical 7 2.5 The Ubuntu Operating System 7 Linux: The Dreaded ‘L’ Word 7 What Is The Linux Kernel? 7 How Then Are Ubuntu & Linux Related? 8 2.6 Why Use Ubuntu? 8 3. Ubuntu Releases 9 3.1 Ubuntu Version Numbers 9 3.2 Ubuntu Code Names 9 3.3 Normal Releases vs. Long Term Support (LTS) Releases 9 4. Installing Ubuntu 10 4.1 Different Ways To Install Ubuntu 10 4.2 Installing Ubuntu Alongside Windows 7 With Wubi 10 What Is Wubi? 10 What Does Wubi Do? 10 5. Support & Community 14 5.1 Ubuntu Local Communities 14 Get Involved! 14 5.2 Free Documentation 14 Official Documentation 14 Community Documentation 15 5.3 Launchpad Answers 15 What Is Launchpad ? 15 HTTP://MAKEUSEOF.COM HTTP://COURTNEYLOO.WORDPRESS.COM, COURTNEY LOO 3 UBUNTU: AN ABSOLUTE BEGINNER’S GUIDE Why Should You Use Launchpad Answers? 15 6.
    [Show full text]
  • Burning Banshees
    LINUXUSER Banshee Mono jukebox for the Gnome desktop BURNING BANSHEES In Irish mythology, the banshee’s mourning call is heard when a f you have hundreds of digitized tracks on your PC, you’ll eventually member of the family is about to die. The Banshee tool on Linux makes Ineed to impose some form of struc- ture. The trend launched by Apple’s noise too, but for a far happier purpose. This banshee helps you orga- iTunes has led to a crop of powerful, but easy-to-use, audio players on Linux. In nize your musical collection. BY RÜDIGER ARP this article, we will be looking at the Banshee audio program, which was written in Mono, and which has gath- ered a steadily growing community of fans. This article focuses on the current Banshee version 0.10.8. Installation Banshee is based on the Mono frame- work, so you do need to resolve a num- ber of dependencies before you can get started. Fortunately, pre-compiled bina- ries exist for more recent versions of the Suse, Debian, Ubuntu, Fedora, Gentoo, Mandriva, and Foresight distributions. A Howto on the Banshee homepage [1] tells you how to add the installation re- sources to your system. The installation depends on the fea- tures you need. As Banshee is based on the Gstreamer framework, you need GStreamer plugins for Ogg or MP3, for example, to play audio formats. If you have Ubuntu Dapper or Debian Sid, you can install the gstreamer0.10-pl- ugins-base, gstreamer0.10-plugins-good, and gstreamer0.10-plugins-ugly to add these capabilities.
    [Show full text]
  • Official User's Guide
    Official User Guide Linux Mint 18 Cinnamon Edition Page 1 of 52 Table of Contents INTRODUCTION TO LINUX MINT ......................................................................................... 4 HISTORY............................................................................................................................................4 PURPOSE...........................................................................................................................................4 VERSION NUMBERS AND CODENAMES.....................................................................................................5 EDITIONS...........................................................................................................................................6 WHERE TO FIND HELP.........................................................................................................................6 INSTALLATION OF LINUX MINT ........................................................................................... 8 DOWNLOAD THE ISO.........................................................................................................................8 VIA TORRENT...................................................................................................................................9 Install a Torrent client...............................................................................................................9 Download the Torrent file.........................................................................................................9
    [Show full text]
  • Download the Index
    41_067232945x_index.qxd 10/5/07 1:09 PM Page 667 Index NUMBERS 3D video, 100-101 10BaseT Ethernet NIC (Network Interface Cards), 512 64-bit processors, 14 100BaseT Ethernet NIC (Network Interface Cards), 512 A A (Address) resource record, 555 AbiWord, 171-172 ac command, 414 ac patches, 498 access control, Apache web server file systems, 536 access times, disabling, 648 Accessibility module (GNOME), 116 ACPI (Advanced Configuration and Power Interface), 61-62 active content modules, dynamic website creation, 544 Add a New Local User screen, 44 add command (CVS), 583 address books, KAddressBook, 278 Administrator Mode button (KDE Control Center), 113 Adobe Reader, 133 AFPL Ghostscript, 123 41_067232945x_index.qxd 10/5/07 1:09 PM Page 668 668 aggregators aggregators, 309 antispam tools, 325 aKregator (Kontact), 336-337 KMail, 330-331 Blam!, 337 Procmail, 326, 329-330 Bloglines, 338 action line special characters, 328 Firefox web browser, 335 recipe flags, 326 Liferea, 337 special conditions, 327 Opera web browser, 335 antivirus tools, 331-332 RSSOwl, 338 AP (Access Points), wireless networks, 260, 514 aKregator webfeeder (Kontact), 278, 336-337 Apache web server, 529 album art, downloading to multimedia dynamic websites, creating players, 192 active content modules, 544 aliases, 79 CGI programming, 542-543 bash shell, 80 SSI, 543 CNAME (Canonical Name) resource file systems record, 555 access control, 536 local aliases, email server configuration, 325 authentication, 536-538 allow directive (Apache2/httpd.conf), 536 installing Almquist shells
    [Show full text]
  • Chrome Os Iso Download 2017 Chromixium
    chrome os iso download 2017 Chromixium. Web site: http://chromixium.org/ Origin: United Kingdom Category: Desktop Desktop environment: Openbox Architecture: x86, x86_64 Based on: Ubuntu Wikipedia: Media: Live DVD The last version | Released: 1.5 | July 18, 2015 Zobacz po polsku: Chromixium. Chromixium – a free and open source computer operating system designed to mimic the look and feel of Google’s Chrome OS but still retain the flexibility and power of Ubuntu Linux. The Chromixium goals are: – A modular approach to (re)building the Chrome/Chromium OS desktop allows us to keep the base system light whilst at the same time beautifully modern and flexible – Hardware support for a wide range of laptops, desktops, network, video and sound cards – Installable to a conventional hard drive or partition allowing access to local storage, USB devices, printers and network shares – Ability to create persistent USB installs for portability – Ability to install additional software locally eg LibreOffice, GIMP, media players (even web browsers!) using Ubuntu or 3rd party software repositories – Complete control over customization of your operating system – Background security updates for peace of mind and hassle-free computing. Cr OS Linux. Web site: getchrome.eu Origin: Category: Desktop Desktop environment: Cinnamon Architecture: x86 Based on: openSUSE Wikipedia: Media: Live DVD/USB The last version | Released: 2.4.1290 | December 9, 2012 Zobacz po polsku: Cr OS Linux. Cr OS Linux (previously: Chrome Linux and Chrome OS Linux) – a Linux distribution built around the revolutionary Chromium browser, using SUSE Studio. It provides a lightweight Linux distribution similar to Google Chrome OS for the best web browsing experience on any x86 PC, netbook or notebook.
    [Show full text]
  • GNOME Annual Report 2014
    GNOME Annual Report 2014 GNOME Annual Report 2013 Letter from the GNOME Foundation 3 Hackfests 4 Conferences 6 Internship programs 8 Finances 10 Accessibility 11 Privacy campaign 12 Bugzilla statistics 13 GNOME releases 14 Advisory Board 17 Friends of GNOME 18 Credits 20 1 Letter from the GNOME Foundation It is bittersweet to be introducing the 2013 GNOME annual report. This financial year was my last year as GNOME's Executive Director, as I left the position in March of 2014. However, I'm thrilled to have recently been elected to GNOME's Board of Directors and am happy to continue to contribute to GNOME's future. GNOME is such an important, vibrant project, and I feel lucky to be able to play a part in it. As you will see when you read this annual report, there have been a lot of great things that have happened for the GNOME Foundation during this period. Two new companies joined our advisory board, the Linux Foundation and Private Internet Access. The work funded by our accessibility campaign was completed and we ran a successful campaign for privacy. During this period, there was a fantastic Board of Directors, a dedicated Engagement team (who worked so hard to put this report together), and the conference teams (GNOME.Asia, GUADEC and the Montreal Summit) knocked it out of the park. Most importantly, we’ve had an influx of contributors, more so than I’ve seen in some time. I hope that I have helped us to get in touch with our values during my time as Executive Director and I think that GNOME is more aware of its guiding mission than ever before.
    [Show full text]
  • GNOME Annual Report Fiscal Year 2013
    GNOME Annual Report Fiscal Year 2013 GNOME Annual Report 2013 Letter from the GNOME Foundation 3 Hackfests 4 Conferences 6 Internship programs 8 Finances 10 Accessibility 11 Privacy campaign 12 Bugzilla statistics 13 GNOME releases 14 Advisory Board 17 Friends of GNOME 18 Credits 20 1 Letter from the GNOME Foundation It is bittersweet to be introducing the 2013 GNOME annual report. This financial year was my last year as GNOME's Executive Director, as I left the position in March of 2014. However, I'm thrilled to have recently been elected to GNOME's Board of Directors and am happy to continue to contribute to GNOME's future. GNOME is such an important, vibrant project, and I feel lucky to be able to play a part in it. As you will see when you read this annual report, there have been a lot of great things that have happened for the GNOME Foundation during this period. Two new companies joined our advisory board, the Linux Foundation and Private Internet Access. The work funded by our accessibility campaign was completed and we ran a successful campaign for privacy. During this period, there was a fantastic Board of Directors, a dedicated Engagement team (who worked so hard to put this report together), and the conference teams (GNOME.Asia, GUADEC and the Montreal Summit) knocked it out of the park. Most importantly, we’ve had an influx of contributors, more so than I’ve seen in some time. I hope that I have helped us to get in touch with our values during my time as Executive Director and I think that GNOME is more aware of its guiding mission than ever before.
    [Show full text]
  • Awoken Icon Theme - Installation & Customizing Instructions 1
    Awoken Icon Theme - Installation & Customizing Instructions 1 AWOKEN ICON THEME Installation & Customizing Instructions Alessandro Roncone mail: [email protected] homepage: http://alecive.deviantart.com/ Awoken homepage (GNOME Version): link kAwoken homepage (KDE Version): link Contents 1 Iconset Credits 3 2 Copyright 3 3 Installation 3 3.1 GNOME........................................................3 3.2 KDE..........................................................4 4 Customizing Instructions 4 4.1 GNOME........................................................4 4.2 KDE..........................................................5 5 Overview of the customization script6 5.1 How to customize a single iconset..........................................7 6 Customization options 8 6.1 Folder types......................................................8 6.2 Color-NoColor.................................................... 11 6.3 Distributor Logos................................................... 11 6.4 Trash types...................................................... 11 6.5 Other Options.................................................... 11 6.5.1 Gedit icon................................................... 11 6.5.2 Computer icon................................................ 11 6.5.3 Home icon................................................... 11 6.6 Deprecated...................................................... 12 7 How to colorize the iconset 13 8 Icons that don't want to change (but I've drawed) 14 9 Conclusions 15 9.1 Changelog......................................................
    [Show full text]
  • 1. Why POCS.Key
    Symptoms of Complexity Prof. George Candea School of Computer & Communication Sciences Building Bridges A RTlClES A COMPUTER SCIENCE PERSPECTIVE OF BRIDGE DESIGN What kinds of lessonsdoes a classical engineering discipline like bridge design have for an emerging engineering discipline like computer systems Observation design?Case-study editors Alfred Spector and David Gifford consider the • insight and experienceof bridge designer Gerard Fox to find out how strong the parallels are. • bridges are normally on-time, on-budget, and don’t fall ALFRED SPECTORand DAVID GIFFORD • software projects rarely ship on-time, are often over- AS Gerry, let’s begin with an overview of THE DESIGN PROCESS bridges. AS What is the procedure for designing and con- GF In the United States, most highway bridges are budget, and rarely work exactly as specified structing a bridge? mandated by a government agency. The great major- GF It breaks down into three phases: the prelimi- ity are small bridges (with spans of less than 150 nay design phase, the main design phase, and the feet) and are part of the public highway system. construction phase. For larger bridges, several alter- There are fewer large bridges, having spans of 600 native designs are usually considered during the Blueprints for bridges must be approved... feet or more, that carry roads over bodies of water, preliminary design phase, whereas simple calcula- • gorges, or other large obstacles. There are also a tions or experience usually suffices in determining small number of superlarge bridges with spans ap- the appropriate design for small bridges. There are a proaching a mile, like the Verrazzano Narrows lot more factors to take into account with a large Bridge in New Yor:k.
    [Show full text]
  • Wma Player for Mac Free Download
    Wma player for mac free download Macgo Free Mac Media Player is a basic but efficient program to play all kinds of media files right on your Mac, whether they originate on your. VLC media player for Mac, free and safe download. The Mac interface is considerably slicker than on Windows, with a single window for everything. However. Windows Media Player for Mac, free and safe download. Windows Media Player latest version: Microsoft's defunct Windows Media Player for Mac. Important. Windows Media Player for Mac is the media player designed by Microsoft for Mac`s users. It allows playing music and movies usually. The free wma player software can play any WMA files whatever you like on Mac. Download Center, or you can click here to download Free Mac Media Player. Download for Mac Version: Update: · Compare with Blu-ray Player >>. Macgo Free Mac Media Player is a totally free media player for Mac OS X MPEG, RMVB, MP3, WMA and other non-mainstream formats on all Mac OS. Download Flip4Mac WMV Player for Mac free. Flip4Mac, you can play Windows Media files .wma ) in QuickTime. Use this table to find the right Player version for your system. (If you've got a Mac, you can download Windows Media Components for QuickTime to play. Best Free WMA Player Download to Play WMA on Mac/PC. WMA files are audio tracks that are of high quality and compression ratio. They are supported by. Free WMV AVI Converter - The best WMV/AVI/MP4 converter and player you can find. Totally free and % secure! Free WMV AVI Converter.
    [Show full text]