SNES Emulator on Elementary OS Linux
Getting SNES emulation to work on your linux machine is super easy. I'm running elementary OS Freya on an Acer C720 chromebook.
sudo apt-get install zsnes
Getting SNES emulation to work on your linux machine is super easy. I'm running elementary OS Freya on an Acer C720 chromebook.
Posted by andrew at 12:35 6 comments
Labels: applications, chromebook, elementaryOS, how-tos, linux, snes, tips and tricks, ubuntu
This is written for the Acer C720-3445 ("NX.SHEAA.019") running elementary OS Freya beta-1, but it should work for other Acer C720 models and/or other ubuntu-derived flavours.
After installing your favourite flavour of linux on your Acer C720 chromebook, you may notice that the special function keys above the numbers row do not work as anticipated. These are actually just normal function keys (i.e. "F keys") that you see on a normal keyboard, but instead of being labelled F1, F2, F3... they are labelled with pictures.
Posted by andrew at 00:09 21 comments
Labels: applications, chromebook, desktop customisation, elementaryOS, google, hardware, how-tos, linux, tips and tricks, ubuntu
Elementary OS 'Luna' rocks!...... BUT, it does need some help out of the box. Nothing crazy, mostly look & feel improvements, removing programs and adding others. I'm in the middle of buying a new laptop, and am trying out lots of different installs. To help save time (and sanity) I wrote a short script to configure Luna the way I want right after install.
Now, it's not perfect.... there may be a few hiccups but it basically turns this:
Posted by andrew at 09:12 8 comments
Labels: applications, desktop customisation, elementaryOS, how-tos, linux, tips and tricks, ubuntu
Update: You can get this script and more desktop customizations through a new Freya Config script here.
In the last month or so I've switched over to elementary OS Luna (I've tried the Freya beta as well, but it's still not polished enough for my every day work laptop). The switch to elementary OS necessitated a good conky theme.
Below are light theme (blue/grey) and dark theme (orange/black) options for a nice simple conky script that displays all the info I want at any time. The main formatting and icons were taken from the vinDSL theme, but I removed the weather, calendar, and fancy lua bars. I wanted this conky script to be lightweight and easy on the eyes.
Posted by andrew at 16:09 3 comments
Labels: applications, conky, desktop customisation, elementaryOS, how-tos, linux, tips and tricks, ubuntu
I'm really enjoying ElementaryOS Luna. It's lightweight, fast, and easy on the eyes. In fact, I'm running it on an old notebook right now but the plan is to throw it on an Acer C720 chromebook and run it instead of Chrome OS. But it's not 100% turnkey (I'd say 90%, which is awesome). The only thing I really felt had to be changed pronto was the uninstalling of some default software (and the installing of better replacement applications). For example, the default browser is Midori. Sure, it's ok.. but I'm entrenched into Google Chrome. Same thing with Totem, Geary, and Empathy....there are just better applications out there.
So here's a bash script that uninstalls all the junk and replaces it with awesome programs! You can run it as a script or just run each line. Note that this is a modification of memoryleakx's original script here.
Posted by andrew at 21:22 2 comments
Labels: applications, conky, desktop customisation, elementaryOS, how-tos, linux, tips and tricks, ubuntu
Android devices don't have nice default names on a local network. This can be confusing, especially if you have to type "android-cfd55432173d6d3e" often. But, if your android device is routed, it's just one line in a terminal (as superuser) to change this:
Posted by andrew at 17:38 2 comments
Labels: applications, google, how-tos, linux, networking, tips and tricks
.bin/.cue image files were made popular by Golden Hawk's CDRWin application. The disc image is expressed in pairs, with the .bin file containing most of the data and the .cue file containing layout information. I am not a big fan really hate when I get a disc image in .bin/.cue format. ISO is the way to go and is easily readable by Ubuntu.
To convert, get a command-line program called bchunk.
Posted by andrew at 17:51 8 comments
Labels: applications, how-tos, linux, tips and tricks, ubuntu, video
Looking back, I don't know why I put up with Ubuntu's overlay scrollbars for so long... they're just that awful. Your mouse must be in just the right spot to catch the scrollbar, and forget about paging down click by click.
Posted by andrew at 08:02 1 comments
Labels: desktop customisation, how-tos, linux, tips and tricks, ubuntu
I recently upgraded my home internet connection to 50 mbps. Shaw (ISP) gave loaned me a new Cisco DPC3825 cable modem. The Cisco DPC3825 also functions as a gateway, router, and wireless router, so I pulled the plug on my old Trendnet TEW-432BRP. In doing this, I started to notice multiple failures between my PS3 and my Ubuntu 11.04 machine (running PS3 Media Server, both wired) in the form of frequent DLNA errors. On top of this, Ubuntu sometimes wouldn't recognise the wired ethernet connection (even though the hardware lights activated).
Fixing/resetting this was simple:
Posted by andrew at 11:25 2 comments
Labels: hardware, how-tos, linux, networking, tips and tricks, ubuntu, voip
The linux filesystem is simple and intuitive - much more so than that of Windows. But sometimes those abbreviations are unclear. Here's an explanation of the folder you should see in the root of your drive ("/"):
/bin – binary applications (most of your executable files)
/boot – files required to boot (such as the kernel, etc)
/dev – your devices (everything from drives to displays)
/etc – just about every configuration file for your system
/home – locally stored user files and folders
/lib – system libraries (similar to Program Files)
/lost+found – lost and found for lost files
/media – mounted (or loaded) devices such as cdroms, digital cameras, etc.
/mnt – mounted file systems
/opt – location for “optionally” installed programs
/proc – dynamic directory including information about and listing of processes
/root – “home” folder for the root user
/sbin – system-only binaries (see /bin)
/sys – contains information about the system
/tmp – temporary files
/usr – applications mainly for regular users
/var – mainly logs, databases, etc.
Note that to the beginner/regular user, most of these folders will remain untouched, with the exception of /home. The /home directory contains folders for each user, in which _your_ specific documents, photos, video, etc. will be. This is similar to C:/Documents and Settings/USERNAME/ you see in Windows.
Posted by andrew at 09:49 1 comments
Labels: linux, tips and tricks, ubuntu
I keep getting a /opt/google/chrome/libgcflashplayer.so has crashed error when clicking "fullscreen" on any flash video in Ubuntu. I'm on Ubuntu natty 11.04 and using Chrome 7.0.517.44 (I know it's old, but I have a number of issues with the newer versions).
Solution? At least temporarily...
Posted by andrew at 21:09 0 comments
Labels: applications, google, how-tos, linux, tips and tricks, ubuntu, video
Posted by andrew at 14:08 0 comments
Labels: applications, how-tos, linux, tips and tricks, ubuntu
Posted by andrew at 15:29 1 comments
Labels: applications, how-tos, linux, tips and tricks, ubuntu, voip
Posted by andrew at 07:17 5 comments
Labels: applications, desktop customisation, gmail, google, how-tos, linux, tips and tricks, ubuntu
Posted by andrew at 10:59 0 comments
Labels: desktop customisation, how-tos, linux, tips and tricks, ubuntu
Posted by andrew at 10:53 31 comments
Labels: google, how-tos, linux, mozilla, privacy, tips and tricks, ubuntu, web 2.0
Posted by andrew at 09:25 8 comments
Labels: how-tos, linux, mozilla, news items, privacy, tips and tricks, ubuntu, web 2.0
Posted by andrew at 15:27 5 comments
Labels: applications, how-tos, linux, microsoft, tips and tricks, ubuntu, virtualisation
|
Hi, I'm Andrew. Short version: I started this blog to document things I thought were obvious, but that I kept forgetting how to do. Over time it has evolved to cover many different technical, atheltic, and other categories. Long Version: Click Here |
© Blogger template 'Isolation' by Ourblogtemplates.com 2008
Back to TOP