Spec Ops: The Line On Linux
Spec Ops: The Line On Linux
http://www.gamingonlinux.com – Checking out the newly ported Spec Ops: The Line on Ubuntu.
View On WordPress
Misplaced Lens Cap
Aqua Utopia|海の底で記憶を紡ぐ
Monterey Bay Aquarium

#extradirty
Cosmic Funnies
No title available
Cosimo Galluzzi

❣ Chile in a Photography ❣

Love Begins

JVL

blake kathryn
Today's Document

祝日 / Permanent Vacation

Andulka

tannertan36

No title available
taylor price
"I'm Dorothy Gale from Kansas"
Sade Olutola
🪼
seen from Singapore
seen from Canada

seen from Malaysia

seen from United States
seen from Puerto Rico
seen from Türkiye
seen from India
seen from Malaysia
seen from United States
seen from Brazil
seen from United States
seen from Malaysia
seen from United States
seen from India
seen from Malaysia

seen from Germany
seen from United States
seen from United States

seen from United States
seen from United States
@codeon1
Spec Ops: The Line On Linux
Spec Ops: The Line On Linux
http://www.gamingonlinux.com – Checking out the newly ported Spec Ops: The Line on Ubuntu.
View On WordPress
Due to a growing trend of users using linux, using open source software and then spitting in the faces of the developers, the community as a whole, the open source ecosystem, how it works and what this side of the fence stands for in comparison to the proprietary Microsoft windows operating system and proprietary software world.... I think we need to take a step back, get educated, acknowledge and appreciate how this wonderful operating system and open source ecosystem came into existence. Many of us take the history for granted and make uninformed criticisms with the mind set of a paying Microsoft Windows customer wanting the SAME experience, SAME technical direction and vision with an ideology that is thankfully completely and utterly incompatible with this view. If you don't like it or appreciate the diversity within the open source world then ask for a fucking refund and go back to using Windows, proprietary and adaware infected free software you whiny pathetic cunts. Note: We do not own the rights to this video. More Info: http://ift.tt/11c1eME http://ift.tt/1cVxsjf
We all know someone who tried to switch to Linux but was unsuccessful. The system that he tried was too different from what he was used to, there were too many new things and the old things were not where he expected. The goal of this project is to let anyone get used to Linux. This system is not too different from Xubuntu, on which it is based, but ChaletOS has a style that everyone knows well, appealing simplicity and an impressive speed. All this will let them to fall in love with this system quickly. Because of its small hardware requirements it will revive some old machines and refresh others, not so old. The name ChaletOS came from the style of the mountain houses in Switzerland. The concept of these houses is similar to the concept that we had while we made this system: simplicity, beauty and recognizability. Since we want the new users to feel at home, we hope this project will meet this goal. Download it here: http://ift.tt/1E4wj3n
Jerry Bezencon has announced the launch of Linux Lite 2.4. The new version of Linux Lite features smooth upgrades between point releases. There have also been a number of improvements, including VPN support and the installer now supports disk encryption. "With the release of Linux Lite 2.4 Final, we continue to evolve into a fully featured, light weight free operating system. Major announcement - there is now an upgrade path on Linux Lite from within the LTS series for each release, update your current install from now until April 2016 with one click. There are enhancements to Lite Software, Install Updates, Lite Tweaks and Network Share Settings. Bountysource has been a major factor in our ability to enhance our software. By paying developers to help improve our software, we improve the quality and usability of our applications. Disk encryption and LVM is now supported. There is added support for exFAT, Android MTPFS, VPN connections and NTP to name a few. You get the latest Whisker Menu, there's a new default Terminal theme, and the Windows (Super) key now opens the Menu.
Chromixium is a project to recreate the functionality, look and feel of Google’s Chrome OS on a conventional desktop, GNU/Linux base system.
This video shows you how-to easily install Microsoft Visual Studio Code With ubuntu make on Ubuntu.
Anonymous Documentary - How Anonymous Hackers Changed the World
Anonymous Documentary – How Anonymous Hackers Changed the World
Anonymousis a loosely associated international network of activist and hacktivist entities. A website nominally associated with the group describes it as “an internet gathering” with “a very loose and decentralized command structure that operates on ideas rather than directives”. The group became known for a series of well-publicized publicity stunts and distributed denial-of-service (DDoS)…
View On WordPress
Ubuntu 15.04, codenamed, Vivid Vervet, was finally released on 23rd April this year. Ubuntu 15.04 will be supported for 9 months for Ubuntu Desktop, Ubuntu Server, Ubuntu Core, Kubuntu, Ubuntu Kylin along with all other flavours.
DKMS (dynamic kernel module support): http://ift.tt/1AVZ66e WIFI Driver: http://ift.tt/1lcTVxV
Top 10 Unfair Playable Characters in Video Games
Top 10 Unfair Playable Characters in Video Games
Take any player you want, except THEM, that’s cheating.
View On WordPress
Windows Command Line hacking basics
Windows Command Line hacking basics
This video demonstrates the basics of windows command prompt hacking. The commands used are:
net user net user (account) /add net localgroup andministrators (account) /add net user (account) * net user (account) /del
View On WordPress
This guide shows how to install and set up ownCloud in Ubuntu Server 14.04, via ssh. There are some subtle differences between 14.04 and 12.04 which make most of the guides available today redundant. This guide will work with any computer capable of connecting to a server via SSH. This guide will also work directly on the server, assuming you have a keyboard and monitor connected. Installation process sudo apt-get install lamp-server^ Then, setup mysql: mysql_secure_installation sudo apt-get install php5-gd php-xml-parser php5-intl smbclient curl libcurl3 php5-curl php5-ldap sudo a2enmod rewrite sudo a2enmod headers sudo service apache2 restart sudo nano /etc/apache2/apache2.conf -AllowOveride All sudo nano /etc/apache2/sites-available/000-default.conf -DocumentRoot /var/www/ wget http://ift.tt/1vvqbkr sudo apt-key add - < Release.key sudo sh -c "echo 'http://ift.tt/1mWPDcT' >> /etc/apt/sources.list.d/owncloud.list sudo apt-get update sudo apt-get install owncloud cd /var/www sudo chown -R www-data:www-data owncloud mysql -u root -p CREATE DATABASE owncloud; grant usage on *.* to owncloud@localhost identified by 'your password'; grant all privileges on owncloud.* to owncloud@localhost; quit sudo service apache2 restart sudo service mysql restart
This video describes how to install VirtualBox Guest Additions in Fedora 21. sudo yum install kernel-devel-$(uname -r) kernel-headers-$(uname -r) dkms gcc gcc-c++ sudo ./VBoxLinuxAdditions.run
'BIOS, computing, stands for Basic Input/Output System. The BIOS is a computer program embedded on a chip on a computer's motherboard that recognizes and controls various devices that make up the computer. The purpose of the BIOS is to make sure all the things plugged into the computer can work properly. It brings life to the computer, and the term is a pun on the Greek word βίος, bios meaning "life".' -Wikipedia.org 'GNU GRUB ("GRUB" for short) is a boot loader package from the GNU Project. GRUB is the main example of the Multiboot Specification, which allows a user to have more than one operating systems on their computer at once, and to choose which one to run when the computer starts. GRUB can be used to select from different kernel images available on a particular operating system's partitions, as well as to pass boot-time parameters to such kernels.' -Wikipedia.org
So you installed Ubuntu 14.04 and it is great, but the theme and icons look so boring. This video will help you style up your Ubuntu desktop.
XAMPP is a completely free, easy to install Apache distribution containing MySQL, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use.
This video will shown how to install Enlightenment 19 or E19 in Ubuntu 14.04 LTS. Enlightenment is not just a window manager for Linux/X11 and others, but also a whole suite of libraries to help you create beautiful user interfaces with much less work than doing it the old fashioned way and fighting with traditional toolkits, not to mention a traditional window manager. It covers uses from small mobile devices like phones all the way to powerful multi-core desktops (which are the primary development environment).