This is a Ubuntu Inspired login. It does not use any JavaScript, only HTML and CSS. You are welcome to use it on your websites or any other places you see fit. Screenshot HTML <div class="wrapper"> <h1>Ubuntu Login</h1> <section> <input class="main-form" type="text" name="usrname" placeholder="css@abouthack.com"> <input class="main-form" type="password" name="password" placeholder="password" required> <button>Sign in</button> </section> <footer> <input [...]
May 6, 2013
abouthack
CSS
14 views
Chrome is one of the most popular web browser developed by Google. This guide will show how to Install Chrome on Fedora 18. Installing Chrome on Fedora 18 Login as root via Terminal Add Google YUM Repo vi /etc/yum.repos.d/google.repo And paste the following Chrome Repo for Fedora 32-bit [google-chrome] name=google-chrome - 32-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386 enabled=1 gpgcheck=1 [...]
February 8, 2013
abouthack
Linux
4,450 views
Fedora 18 like the previous Fedora version also ships with Gnome 3. And by default the Gnome 3 interface is not that friendly, at least to me. I really don’t like Gnome 3 that much. I am a Gnome Classic fan. Gnome 3 makes navigating through open application really hard. Windows flying around everywhere. And [...]
January 24, 2013
abouthack
Linux
4,704 views
Fedora by default does not ship with mp3 support for copyright issues. But there are many ways to play mp3 on Fedora 18. I will try my best to describe some of the ways that you can use to play mp3 files on your fedora 18 installation. Required Step This step is required if you [...]
January 17, 2013
abouthack
Linux
3,600 views
Fedora 18 also known as Spherical Cow is the latest version of Fedora distro. It comes with many new features and software updates. Note: Almost every command shown here requires root privileges. So make sure you are logged in as root. Run su command to login as root. Rpmfusion Repo RPM Fusion Repository includes variety of [...]
January 17, 2013
abouthack
Linux
13,733 views
Ubuntu 12.10 (Quantal Quetzal) is the first release of a series of three releases before the next LTS. Follow these steps to install Ubuntu 12.10 (Quantal Quetzal). Download Ubuntu 12.10 (Quantal Quetzal) PC (Intel x86) desktop image For almost all PCs. This includes most machines with Intel/AMD/etc type processors and almost all computers that run [...]
January 8, 2013
abouthack
Linux
550 views
Firefox one of the best web browser. Updating Firefox on Fedora 17 is very easy. Just follow these steps to Update Firefox on Fedora 17. Step One Check the installed Firefox version. There are two ways to do it. Run Firefox and check the version from Help > About Firefox Run Terminal and execute this [...]
January 3, 2013
abouthack
Linux
409 views
Skype is a proprietary Voice over IP service and software application recently bought by Microsoft. This guide will provide detailed information on How to Install Skype on Fedora 18/17. Step One Login as Root Most of the commands here requires root privileges, so log in as root. su ## OR ## sudo -i Download Skype [...]
December 22, 2012
abouthack
Linux
4,260 views
Chrome is one of the most popular web browser developed by Google. Follow these steps to Install Chrome on Fedora 17. Installing Chrome on Fedora 17 Login as root via Terminal Add Google YUM Repo vi /etc/yum.repos.d/google.repo And paste the following Chrome Repo for Fedora 32-bit [google-chrome] name=google-chrome - 32-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub Chrome [...]
December 12, 2012
abouthack
Linux
1,770 views
Microsoft has removed the option to create a C++/CLI Windows Forms application by default, the template files are still installed. The only thing missing seems to be the .vsz files and a registration in the vcNET.vcdir file. Just follow these steps to have Windows Forms Application in Visual Studio C++ 2012 Step One Download the [...]
September 22, 2012
abouthack
C ++
9,462 views