Category Archives: Linux installation

A look at Elementary OS 0.4.1 – Loki by https://goo.gl/wc4638

elementary-appcenter

If you’re a seasoned power user, you’ll likely find Elementary OS to be rather boring, closed off, and annoying. However, I have installed Elementary OS on machines of friends who are not very computer friendly, and they have had no problems for years now, without a single complaint.

Loki is based on Ubuntu 16.04, and so reaps the benefits of the Ubuntu repositories.

from Pocket https://goo.gl/wc4638 

Selected by Galigio via Computer Borders

Linux Foundation: Introduction to Linux course review by https://is.gd/UQXex0

ypwvmxurmsayvhxnw9jphh-1200-80

The Linux Foundation offers a number of online courses via the edX platform including an Introduction to Linux.

One very attractive feature of these courses is that they are free to take, although you can pay an additional fee of $99 (around £75) for a formal ‘certificate of completion’ if you wish.

The Introduction to Linux course has been prepared by Jerry Cooperstein, the Training Program Director for the Linux Foundation, and there’s even a short welcome message from the creator of the Linux kernel, Linus Torvalds himself. So it’s safe to say you’re in good hands.

from https://is.gd/UQXex0

Selected by Galigio via Computer Borders

Void Linux – the Strangely Overlooked Distribution by https://is.gd/PAo8bG

Ahh, Void Linux. You may or may not have heard of it. If you have, more than likely it was by word of mouth, so to speak, from internet comments on a forum, YouTube video or in passing on Reddit. But this little distro rarely gets any press or recognition otherwise.

Perhaps it’s time that changes, as Void Linux is an interesting distro in its own right and a good alternative to something like Arch Linux. It also has a no-systemd approach.

from https://is.gd/PAo8bG

Selected by Galigio via Computer Borders

Turn That Old Tablet Into A Sub-$100 Linux Laptop by http://bit.ly/2fnA7rr

Tiny laptops have always been devices that promise so much, yet fail somehow to deliver. From the Atari Portfolio palmtops through to the recent crop of netbooks they have been either eye-wateringly expensive if they are any good, or so compromised by their size constraints as to be next-to-useless. We’ve seen DOS, EPOC, Windows, WinCE, Palm OS, Linux distros and more in tiny form factors over the years, yet few have made a significant mark.

The prospect of a “proper” computer in your hand isn’t something to abandon just yet though. We are now reaching the point at which the previous generation of higher-end Android tablets are both acceptably powerful and sufficiently numerous as to be available at a very reasonable price.

from http://bit.ly/2fnA7rr

Selected by Galigio via Computer Borders

Link

12 Light and Fast PC Operating System For Old PC, Laptop and Tablet by Devendra via quickfever-v1-5

“If your computer having problems or lags while using Windows operating systems, you’ll discover some fast and lightweight OS in this article. There is another post where we discussed best alternative operating systems that are not specifically for old PC’s”

screenshot-www-quickfever-com-2016-11-15-19-46-56

Simple Terminal Commands to check 32/64-bit Version and Installed RAM on Ubuntu Computer

linux-logo

Courtesy of nixpal.com

When you want to check if you have a 32-bit or a 64-bit Linux you can open a Terminal and just type:

file /sbin/init

or

arch

If you prefer to know how much about the RAM you installed on the PC, type:

free -m

or

grep MemTotal /proc/meminfo

for more detailed info you can try:

cat /proc/meminfo

or

grep MemTotal /proc/meminfo

if you prefer to monitor your RAM in real time.

screenshot-bin-bash1

Courtesy of validwebs.com