Q: Как создать список пакетов из прошлой системы, чтобы установить их уже в новой, не вспоминать же заного что было?
A: Для того, чтобы создать список установленных в пакетов можно воспользоваться следующей утилитой:$ dpkg --get-selections > installed_programs.txt
Можно также записать в файл краткую информацию о пакетах (версия пакета и краткое описание):$ COLUMNS=150 dpkg -l > packages.txt
Теперь
все эти пакеты можно установить на другом компьютере (или на этом же,
после переустановки). Для этого устанавливаем Ubuntu по умолчанию, и
после установки выполняем следующую операцию, предварительно скопировав
на этот компьютер файл installed_programs.txt:$ sudo dpkg --set-selections < installed_programs.txt
и дальше
или$ sudo apt-get -u dist-upgrade
или$ sudo apt-get dselect-upgrade
Ссылка
My friend and I were working on his site last week and we were in need of a popup very similar to how the lightview
works. Since my friend is not very fond of using pre-built js scripts,
he asked me to create the same feel from scratch. I came up with my own
version mimicking the lightview effect, and thought it would be good to
share the technique and get some feed back and improvement suggestions.
Link
Many people use Javascript to automatically add file type icons to
their external links, mailto links, Word, PDF, Excel Document links…
when it can be done very easily with CSS 2.1.
Link
We love CSS at ZURB. We love it so much that we're
using the new, yet-to-be released version (CSS3) in some of our
projects. In the works for nearly 10 years now, CSS3 is finally
starting to see the light at the end of the tunnel as new browsers like
Firefox and Safari continue to push its implementation.
Link
As a passionate Web Designer and Front-End Developer seasoned in
working in the fast-paced, ever-changing web environment, I have
learned to produce both usable and aesthetically pleasing designs,
specializing in XHTML and CSS structures.
Link
A context menu plugin for jQuery that features easy implementation, keyboard shortcuts, CSS styling, and control methods.
Link
SimpleModal is a lightweight jQuery Plugin which provides a powerful interface for modal dialog development. Think of it as a modal dialog framework. SimpleModal gives you the flexibility to build whatever you can envision, while shielding you from related cross-browser issues inherent with UI development.
Having a fixed sidenav comes in handy when dealing with blog style
websites where the content is extremely tall and there is a need for
good amount of scrolling. The fixed navigation allows the user to
cruise through the content without scrolling back up to the top to
navigate through the rest of the site.
Link Demo
Founded in September 2006, Smashing Magazine delivers useful and
innovative information to Web designers and developers. Our aim is to
inform our readers about the latest trends and techniques in Web
development. We try to convince you not with the quantity but with the
quality of the information we present. We hope that makes us different.
Smashing Magazine is, and always has been, independent.
Link
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
In this post I’ve selected 13 jQuery navigation menu tutorials that you can learn from them how to impalement your own jQuery based navigation and have some great effects.
Before getting stared you maybe interested in looking my post about making navigation menu using CSS and Adobe Photoshop.
Link
Link2