LambdaHelper

  • Archive
  • RSS
Pop-up View Separately
Pop-up View Separately
Pop-up View Separately
PreviousNext

Photography: Warren Little/Getty

(via adidasfootball)

  • 4 months ago > adidasfootball
  • 236
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

MATE desktop roadmap

linuxmint:

Status of ongoing development of the 1.6 release of MATE.

You can test the development (and unstable!) packages of MATE Desktop 1.5, they are already available for some distributions:

Debian Wheezy / Linux Mint Debian Edition (LMDE)

You can add deb http://dev.mate-desktop.org/debian wheezy main to your /etc/apt/sources.list.

Ubuntu Quantal / Linux Mint 14

You can add deb http://dev.mate-desktop.org/ubuntu quantal main to your /etc/apt/sources.list.

You need to install the package mate-archive-keyring from the stable MATE repository:

sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 68980A0EA10B4DE8

Fedora 17+

1.5 packages, also if unstable, are already on official Fedora repositories.

openSUSE

1.5 packages are available through OBS: https://build.opensuse.org/project/repositories?project=X11:MATE

Archlinux

You can build 1.5 packages using PKGBUILDs from https://github.com/mate-desktop/archlinux-packages.

  • 4 months ago > linuxmint
  • 8
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
People tell me that I feel too much. But I don’t care. I don’t care.
(via darrenhayes)
  • 5 months ago > darrenhayes
  • 81
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
Pop-up View Separately
Pop-up View Separately
Pop-up View Separately
PreviousNext

kylejthompson:

I often draw out concepts before I take them.  I think it makes it easier to visualize the composition of the photo.  I put together a few of the sketches I did before each photograph, so you can see how the final product compares to the original sketch.  Just thought it might be interesting haha :)

  • 7 months ago > kylejthompson
  • 26781
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Ubuntu to drop alternate installer

The alternate installer, required when users want to configure cryptsetup, Logical Volume Manager (LVM) or software-based RAID arrays during installation, may disappear from Ubuntu as early as version 12.10. The idea is mooted in a proposal put forward by Steve Langasek, Engineering Manager at Canonical’s Ubuntu Foundation. According to Langasek, dropping the alternate installer image would represent a step towards reducing the number of Ubuntu installation images. The guided partitioner in ubiquity – the installer from the desktop live images – now contains extensions to set up cryptsetup for encrypting whole disks and to manage disks using logical volume manager. Both functions should, according to Langasek, also be available with manual partitioning soon. The changes are planned for Ubuntu 12.10, which is currently under development and due to be released in October. The ability to set up software-based RAID arrays using mdadm will not, however, be finished in time and ubiquity is unlikely to support this before Ubuntu 13.04. Langasek nevertheless proposes dropping the alternate installer in 12.10. Users who want to use RAID can continue to use Ubuntu 12.04 or, alternatively, install 12.10 as normal, set up a software-based RAID array manually and migrate their data to it. The decision will only affect Ubuntu proper – Ubuntu variants such as Kubuntu will continue to offer the option of creating images using the alternate installer, which will continue to use a Debian installer-based installation program.

    • #Ubuntu
    • #Quantal
  • 9 months ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Useful command in Ubuntu (2)

This is second post of Useful command in Ubuntu

Command System.


    lsb_release -a – get the version of Ubuntu
    uname -r – get kernel version
    uname -a – get all the information kernel 

Commands for Package Manager.


    apt-get update – refresh updates available
    apt-get upgrade – update all packages
    apt-get dist-upgrade – version update
    apt-get install pkg – installing pkg
    apt-get remove pkg – uninstall pkg
    apt-get autoremove – removing packages obsotletos
    apt-get -f install – try to fix packages
    dpkg –configure -a – try to fix a broken package
    dpkg -i pkg.deb – install file pkg.deb
    (file) /etc/apt/sources.list – list of repositories APT 

Special Packages For commands.

    ubuntu-desktop – Setting the standard Ubuntu
    kubuntu-desktop – KDE Desktop
    xubuntu-desktop – desktop XFCE
    ubuntu-minimal – core earnings Ubuntu
    ubuntu-standard – the standard utilities Ubuntu
    ubuntu-restricted-extras – not free, but useful
    kubuntu-restricted-extras – ditto KDE
    xubuntu-restricted-extras – ditto XFCE
    build-essential – packages used to compile
    linux-image-generic – latest generic kernel image
    linux-headers-generic – latest headlines 

Applications commands.

    nautilus – File Manager (GNOME)
    dolphin – File Manager (KDE)
    konqueror – Web browser (KDE)
    kate – text editor (KDE)
    gedit – text editor (GNOME)


    • #Ubuntu
    • #Linux
    • #Command
    • #Computer
  • 10 months ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

Useful command in Ubuntu (1)

A comprehensive list of commands needed when using Ubuntu:

Command privileges

  • sudo command - run command as root
  • sudo su – root shell open sudo su user – open shell as a user
  • sudo -k – forget your password
  • sudo gksudo command – sudo visual dialog (GNOME)
  • kdesudo command – sudo visual dialog (KDE)
  • sudo visudo – edit / etc / sudoers
  • gksudo nautilus – root file manager (GNOME)
  • kdesudo konqueror – root file manager (KDE)
  • passwd – change your password

Command Network

  • ifconfig – displays information network
  • iwconfig – displays information from wireless
  • sudo iwlist scan – scan wireless networks
  • sudo /etc/init.d/networking restart – reset the network
  • (file) /etc/network/interfaces – manual configuration
  • ifup interface – bring online interface
  • ifdown interface – disable interface

Commands Display

  • sudo /etc/init.d/gdm restart – reset X (Gnome)
  • sudo /etc/init.d/kdm restart – reset X (KDE)
  • (file) /etc/X11/xorg.conf – show Configuration
  • sudo dpkg-reconfigure - reconfigure xserver-xorg-phigh - reset configuration X
  • Ctrl+Alt+Bksp – X display reset if frozen
  • Ctrl+Alt+FN – switch to tty N
  • Ctrl+Alt+F7 – switch back to X display

Commands Service System

  • start service – service to start work (Upstart)
  • stop service – service to stop working (Upstart)
  • status service – check if service is running (Upstart)
  • /etc/init.d/service start – start service (SysV)
  • /etc/init.d/service stop – stop service (SysV)
  • /etc/init.d/service status – check service (SysV)
  • /etc/init.d/service restart – reset service (SysV)
  • runlevel – get current runlevel

Commands for Firewall

  • ufw enable – turn on the firewall
  • ufw disable – turn off the firewall
  • ufw default allow – allow all connections by default
  • ufw default deny – drop all connections by default
  • ufw status – current rules and ufw allow port – to allow traffic on port
  • ufw deny port – port block
  • ufw deny from ip – ip block

Next post: 

  • Command system
  • Commands for package manager
  • Commands for special package
  • Applications command
    • #Ubuntu
    • #Linux
    • #Command
    • #Computer
  • 10 months ago
  • 8
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

ZaReason Launch The First Linux UltraBook

Ultra in name, looks, and price, the ZaReason UltraLap 430 is the worlds first user-orientated Linux Ultrabook.

Ultrabooks are a relatively new segment of the computing market. Defined (primarily) by Intel, Ultrabooks are thiner, lighter, and use less power than traditional notebooks.

They also carry a premium price tag.

So can the worlds first consumer-ready Linux Ultrabook find a foothold in a market dominated by cheap yet powerful devices?

Specifications

I will leave the semantics of whether or not the Ultralap 430 can truly be classed as an Ultrabook to the pedants (for example I believe it’s 1mm thicker than Intel’s Ultrabook specs).

But that’s academic. For most of us a super-slim design with a low power-draw CPU and long battery life are the only requisites needed to be defined as ‘ultra’.

Alongside a 14.1″ LED backlit HD screen are the following internals:

  • Intel i3-3217U @1.8ghz
  • Intel HD 4000 Graphics
  • 4GB DDR3 RAM
  • 32GB SSD
  • 1.3 Megapixel webcam
  • 2xUSB 3.0, 1xUSB 2.0
  • HDMI port
  • Wifi, Bluetooth, Ethernet, card reader, etc
  • “Multi-gesture trackpad”

When it comes to operating system ZaReason provide a choice of Ubuntu 12.04, Linux Mint, Kubuntu 12.04, Debian, Fedora, and more. Looking for Windows? You’re out of luck. It’s one OS they don’t offer – or provide drivers for.

Finally, and on a more trivial note, ZaReason let buyers specify what icon graces the “Windows/Super key” – either an Ubuntu logo or a Tux icon.

Zareason Ultrabook Front

Price

Now the bit you’ll have been waiting for – the price.

The base price for the Ultralap 430 is $899.00. Is this steep?

It depends where you place value.

You can get better specc’d Ultrabooks on Amazon.com for less than $750. And this is with the so-called ‘Windows tax’ included.

But you won’t get an Ultrabook that has been specifically tailored to Linux. Nor will your money go to supporting a small-time hardware company with smaller margins whose support for the open-source ecosystem is just as vital as that of a developer or sponsor.

Summary

As ZaReason didn’t offer us a unit to review we can’t relay to you anything other than what they have said about it. Whether or not it is actually worth every dollar of its $899 price tag will be up to you to decide.

But if you’re in the market for a Linux powered Ultrabook do keep your eyes peeled – we have a hands on with the Dell Sputnik laptop coming up later this month.

Source: omgubuntu.co.uk

    • #Linux
    • #Ultrabook
  • 10 months ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+

WD Introduces WD Red (WD Specialized for NAS)

WD did everyone a favor when they reorganized their products under color-coded branding a few years ago. With the Blue (mainstream), Green (quiet and cool) and Black (performance) lines well laid out, consumers have a much easier time picking out the right drive for their application, rather than poring over spec sheets and complex model numbers. And now there’s another line to add to that list: Red. Designed specfically to be used in 1-5 bay NAS devices, the Red line has hardware and software features that make it suited for that particular climate, while delivering impressive performance and reliability. WD has worked with major NAS manufacturer’s to ensure compatibility with as many common NAS products as possible, and has a list of the tested devices here. The secret sauce in these drives is the firmware, or as WD is calling it NASware. NAS devices in the home are often used for bulk storage of media, they may have some shared documents and be used as back-ups, too; but they’re most often used to store movies, music andimages. ATA streaming command is featured in NASware, to alter the behavior of the drive while streaming media, in an effort to ensure smooth playback, even while serving mutliple streams. They’ve also included error correction optimizations to prevent a drive from dropping out of a RAID array while it chases down a piece of corrupt data. The downside is that you might see an artifact on the screen briefly while streaming a movie, the upside is that you won’t have playback pause for a few seconds, or for good depending on your configuration, while the drive drops off the RAID to fix the error. Then there’s the matter of performance. With quoted performance of around 150 MB/s these drives are nudging into Black territory. WD’s new balance mechanism contributes to this. By actively balancing the drive during use there’s no need to slow the drive down to prevent damage, so performance remains high. There’s also a reported power savings, which WD says will make up the price delta for these drives over the rest of the line through your power bill. Speaking of price, the MSRP for the 3.5” 1TB, 2TB and 3TB drives are $109, $139 and $189, respectively. And these drives are available at your favorite e-tailer starting today. Ganesh is patiently awaiting our review samples so he can put them through the ringer and see how they do.

More products. More options. More solutions. More you.

Your digital life is unique and you need a family of internal hard drives that are as individual as you are. 
WD offers more than a one-size-fits-all hard drive. WD offers you choice. And that’s a powerful thing.

WD Blue

Solid performance and reliability for everyday computing.

WD Blue hard drives deliver solid performance and reliability for desktops PCs, external enclosures and for certain industrial applications.

WD Green

Cool, quiet operation for efficient eco-conscious computing.

WD Green hard drives are designed for use as secondary drives in PCs, for external enclosures and other applications for which low noise and low heat are beneficial.

WD Black

Maximum performance for
power computing.

WD Black hard drives are designed for enthusiasts and creative professionals looking for leading-edge performance.

WD Red

The new color of NAS.

WD Red hard drives are designed and tested for compatibility in the unique 24x7 operating environment and demanding system requirements of home and small office NAS.

    • #Western Digital
    • #Harddisk
    • #NAS
  • 10 months ago
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
Pop-up View Separately
Pop-up View Separately
Pop-up View Separately
Pop-up View Separately
Pop-up View Separately
PreviousNext

adidasfootball:

Photography: Dennis Grombkowski / Getty

  • 10 months ago > adidasfootball
  • 370
  • Permalink
Share

Short URL

TwitterFacebookPinterestGoogle+
Page 1 of 3
← Newer • Older →

About

We are some of Ubuntu fans in the world that like arts, math and technology.
Everyday we open our facebook and open omgubuntu.co.uk
We give some tips about computer.

Pages

  • All About Linux

Twitter

loading tweets…

  • RSS
  • Random
  • Archive
  • Mobile
Effector Theme by Pixel Union