963 shaares
Now Windows 8 supports the UEFI bootloader and I have read that its different from the BIOS, but it's unclear to me after many searches on the Google. Some points in mind are below :
As we all know, BIOS is an important part of accessing boot options. So now UEFI will do that? How?
How would I know that I'm booting with UEFI not with BIOS?
So what is the real different in the "boot with BIOS" and "boot with UEFI"?
As we all know, BIOS is an important part of accessing boot options. So now UEFI will do that? How?
How would I know that I'm booting with UEFI not with BIOS?
So what is the real different in the "boot with BIOS" and "boot with UEFI"?
You can use parted -l to determine the type of partition table.
A .gitignore magician in your command line
Quick and dirty debugging output for tired programmers.
dig +short myip.opendns.com @resolver1.opendns.com
alias wanip='dig +short myip.opendns.com @resolver1.opendns.com'
$ wanip
80.100.192.168
alias wanip='dig +short myip.opendns.com @resolver1.opendns.com'
$ wanip
80.100.192.168
Docker containers are spreading fast. They're sneaking into our development environments, production servers, and the proliferation of links in this post emphasizes how hot the topic currently is. Containers encapsulate applications into a portable machine you can easily build, control and ship. It brings most of the modern services just one command away, clean development environments, and agile production infrastructure, to name a few of the benefits. While getting started is insanely easy, real life applications can be tricky when you try to push a bit on the boundaries. In this post, we're going to study how to provision docker containers, prototyping along the way our very own image builder. Hopefully, by the end of this post, you should get a good idea of the challenges and opportunities involved.
As of today, docker hub features 15,000 images and the most popular one was downloaded 3.588.280 times. We better be good at crafting them!
As of today, docker hub features 15,000 images and the most popular one was downloaded 3.588.280 times. We better be good at crafting them!
pkgfile is a tool for searching files from packages in the official repositories.
Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.
The GNU date command in full of goodies but not when it comes to calculate a date or time difference. Here is what I came up with after looking to more than one solution. Code should be self explaining.
Archlinux has two package authentication methods. The first is pacman-key, which should be used only for official developer keys, i.e. people you trust to have signed a package you are installing!
The second, gpg, which is used for unofficial packages. You explicitly trust the developers of these packages.
The second, gpg, which is used for unofficial packages. You explicitly trust the developers of these packages.
Python3 Tutorial : Those who want to learn Python ask themselves quite often: "Which version should I use?" If you are free to choose, i.e. if there are no restriction by previous code or company standards, we think you should start with Python3. So, please go on with this tutorial, which is meant to be a tutorial for beginners and programmers switching from other programming languages to Python.
It's an introduction into Python for beginners and intermediate learners with lots of examples and exercises! It's suitable and meant for self-study.
This online Python course was created and is maintained by Bernd Klein, an experienced Python trainer, giving training classes all over the world.
It's an introduction into Python for beginners and intermediate learners with lots of examples and exercises! It's suitable and meant for self-study.
This online Python course was created and is maintained by Bernd Klein, an experienced Python trainer, giving training classes all over the world.
In this chapter of our Python tutorial we will have a closer look at the various ways of creating nicer output in Python. We present all the different ways, but we recommend that you should use the format method of the string class, which you will find at end of the chapter. "string format" is by far the most flexible and Pythonic approach.
Tips : ! shortcut for INBOX (Ex: c !)
$ shortcut for sync (ex: d$ = the mail is deleted and purged immediately)
$ shortcut for sync (ex: d$ = the mail is deleted and purged immediately)
This module can be used to generate web feeds in both ATOM and RSS format. It has support for extensions. Included is for example an extension to produce Podcasts.
It is licensed under the terms of both, the FreeBSD license and the LGPLv3+. Choose the one which is more convenient for you. For more details have a look at license.bsd and license.lgpl.
It is licensed under the terms of both, the FreeBSD license and the LGPLv3+. Choose the one which is more convenient for you. For more details have a look at license.bsd and license.lgpl.
Universal Feed Parser is a Python module for downloading and parsing syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, Atom 1.0, and CDF feeds. It also parses several popular extension modules, including Dublin Core and Apple’s iTunes extensions.
Open source projects on IFTTT