- Nov 2017
-
docs.vmware.com docs.vmware.com
-
/dev/cdrom on /mnt/cdrom type iso9660 (ro,nosuid,nodev)
VMware Workstation Player 12:
/dev/sr0 on /media/ubuntu/VMware Tools type iso9660 (ro,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)
-
-
docs.vmware.com docs.vmware.com
-
The name to use to register the guest operating system
What does this mean?
-
-
www.larkinweb.co.uk www.larkinweb.co.uk
-
Mounting file systems over two SSH hops
-
- Oct 2017
-
www.kernel.org www.kernel.org
Tags
Annotators
URL
-
- Sep 2017
-
clubmate.fi clubmate.fi
-
Associative arrays in bash
Tags
Annotators
URL
-
-
www.maketecheasier.com www.maketecheasier.com
-
How to Set Up Bluetooth in Linux
Tags
Annotators
URL
-
-
blog.csdn.net blog.csdn.net
-
用户权限
Tags
Annotators
URL
-
-
chronologicaldot.wordpress.com chronologicaldot.wordpress.com
-
Restoring The Menu Panel on Linux Mint Cinnamon
when text has disappeared etc.
-
-
www.perlmonks.org www.perlmonks.org
-
How can I capture STDERR from an external command?
problem arises when using backticks to execute external commands
-
-
askubuntu.com askubuntu.com
-
Multiple Boot Systems Time Conflicts
-
-
raspberrypi.stackexchange.com raspberrypi.stackexchange.com
-
scan all blocks of your partitions
checking an SD card for bad sectors
-
- Aug 2017
-
-
If zone reclaim is switched on, the kernel still attempts to keep the reclaim pass as lightweight as possible. By default, reclaim will be restricted to unmapped page-cache pages. The frequency of reclaim passes can be further reduced by setting /proc/sys/vm/min_unmapped_ratio to the percentage of memory that must contain unmapped pages for the system to run a reclaim pass. The default is 1 percent.
This is a percentage of the total pages in each zone. Zone reclaim will only occur if more than this percentage of pages are in a state that zone_reclaim_mode allows to be reclaimed.
If zone_reclaim_mode has the value 4 OR'd, then the percentage is compared against all file-backed unmapped pages including swapcache pages and tmpfs files. Otherwise, only unmapped pages backed by normal files but not tmpfs files and similar are considered.
-
There is a knob in the kernel that determines how the situation is to be treated in /proc/sys/vm/zone_reclaim. A value of 0 means that no local reclaim should take place. A value of 1 tells the kernel that a reclaim pass should be run in order to avoid allocations from the other node. On boot- up a mode is chosen based on the largest NUMA distance in the system.
This appears to be
/proc/sys/vm/zone_reclaim_mode
now. -
There has been some recent work in making the scheduler NUMA-aware to ensure that the pages of a process can be moved back to the local node, but that work is available only in Linux 3.8 and later, and is not considered mature.
Stamped2 KNL nodes are already running 3.10, so this is likely available.
-
The active memory allocation policies for all memory segments of a process (and information that shows how much memory was actually allocated from which node) can be seen by determining the process id and then looking at the contents of /proc/<pid>/numa_maps.
Tags
Annotators
URL
-
- Jul 2017
-
bluishcoder.co.nz bluishcoder.co.nz
-
firefox -ProfileManager
better: firefox --no-remote -ProfileManager
-
-
allanmcrae.com allanmcrae.com
-
Just use SSH’s support for SOCKS5 proxy.
simple alternative to (open)VPN for web content
Tags
Annotators
URL
-
-
wiki2.dovecot.org wiki2.dovecot.org
-
Welcome to the Dovecot Wiki
Tags
Annotators
URL
-
-
bobah.net bobah.net
-
.
This character should be escaped by a backslash. The complete command would then be:
strings $PWD/bin/myapp | egrep '\.gcda$'
-
-
askubuntu.com askubuntu.com
-
Create a script in your encrypted home directory: ~/scripts/mount_storage.sh
How to auto-mount LUKS encrypted drive upon login
-
- Jun 2017
-
coolshell.cn coolshell.cn
-
华为的Li Zefan同学
之前在富士通南大就做Linux Kernel开发,后来到华为
-
Linux CGroup全称Linux Control Group, 是Linux内核的一个功能,用来限制,控制与分离一个进程组群的资源(如CPU、内存、磁盘输入输出等)。
关键是cpu
Tags
Annotators
URL
-
- May 2017
-
github.com github.com
-
tar -zxvf target/secor-0.1-SNAPSHOT-bin.tar.gz -C ${SECOR_INSTALL_DIR}
linux command to create a new tar ball in a different directory. Might come handy
Tags
Annotators
URL
-
-
www.hackingwithreact.com www.hackingwithreact.com
-
npm install --save-dev webpack webpack-dev-server react-hot-loader
You may run into problems if you don't install webpack-dev-server globally. If you must, as you will have to on many Linux systems, the command is as follows:
sudo npm install --save-dev webpack-dev-server -g
-
-
en.wikipedia.org en.wikipedia.org
-
Linus Torvalds
The creator of Linux
-
In 1991
The creation date of Linux
-
- Apr 2017
- Mar 2017
-
ubuntuforums.org ubuntuforums.org
-
sudo update-alternatives --config x-www-browser
Tags
Annotators
URL
-
- Feb 2017
-
web.hypothes.is web.hypothes.is
-
Firefox
really I'm waiting for it on Firefox (you should have anyway started with this one to get the computer/new technology addicts first.(from linux... :-p )) !
-
-
content.netdevgroup.com content.netdevgroup.com
-
A shell script is a file of executable commands that has been stored in a text file. When the file is run, each command is executed.
The power of BASH!
-
-
wiki.ubuntu.com wiki.ubuntu.com
-
select proprietary or out-of-tree modules (ex. vitualbox, nvidia, fglrx, bcmwl, etc.)
If anyone is wondering what other modules they refer to, or how to discover any on your own system, this StackExchange thread on how to identify out-of-tree modules might help.
-
- Jan 2017
-
ericchiang.github.io ericchiang.github.io
-
Building a container from scratch using Linux command line utilities. (For learning purposes.)
-
- Oct 2016
-
www.unixmantra.com www.unixmantra.com
-
Counting number of lines
可以用来统计代码行
-
-print0
find -print0 经常和 xargs -0 配合使用,处理文件名中换行符这种特殊情况
-
- Jul 2016
-
www.crashcourse.ca www.crashcourse.ca
- Apr 2016
-
blogs.msdn.microsoft.com blogs.msdn.microsoft.com
-
How WSL (Windows Subsystem for Linux) enables native Linux ELF64 binaries to run under Windows.
-
- Feb 2016
-
www.webupd8.org www.webupd8.org
-
Nautilus Type-Ahead Find Feature Enabled By Default In Ubuntu 14.04
How to enable type ahead find ("interactive search") / disable recursive search in Nautilus (this works for me in Nautilus 3.14.2 on Ubuntu Gnome 15.10): just check
org.gnome.nautilus.preferences.enable-interactive-search
in dconf-editor, or in a terminal just do:gsettings set org.gnome.nautilus.preferences enable-interactive-search false
I much prefer the interactive search version, because its a really fast way to navigate with the keyboard by typing the first couple of letters of a file or folder name to jump the selection to that file or folder. For example I open my home folder and type
dr
and the selection moves to my Dropbox folder then I typeEnter
to go into the Dropbox folder.With recursive search typing
dr
would replace the display of all top-level files and folders in my home dir with a display of all files and folders matching a recursive search fordr
starting from my home dir, which is useful if you're trying to find something and you don't know where it is, but much less useful if you know where you're going and want to navigate quickly with the keyboard.With interactive search enabled you can still do a recursive search by typing
Ctrl-f
first.
-
-
deckardt.nl deckardt.nl
-
How to create your own fake wi-fi country
-
-
wireless.wiki.kernel.org wireless.wiki.kernel.org
-
Linux Wireless team on compliance
Tags
Annotators
URL
-
- Jan 2016
-
www.linux.org.ru www.linux.org.ru
-
не все нелегалы пираты. помнишь, я выше уже писал про истекшие лицензии?
-
Сравни с пруф номер 1. M$ фактически создали ситуацию, при которой системы без обновлений ждали, когда их превратят в зомби. В конце 2008-2009 получили конфикер и огроменные ботнеты.
-
Microsoft много чего финансирует, это же не какое-нибудь нищее FSFну, нищий, это скорее всего ты, а FSF - некоммерческая организация. и тем не менее это не противоречит тому, что я написал выше.
-
Даа, правильно, большое количество пиратских инсталов. А почему их так много? Потому что microsoft не хочется терять рынок и фактически смотрит на пиратство сквозь пальцы. Сюда же нужно добавить политику апдейтов, которая не позволяла ставить апдейты на пиракт в то время. Ситуация ими же и создана.
-
я отлично помню OpenOffice 1.1, который крешился просто постоянно на типовых документах (в формате doc, который M$ старательно засекречивал), да еще и медленный. а active X и все прочее - это уже вторая часть....--- тогда позиция майкрософт была: посмотрите, какое говно этот линукс (и это имело основания, т.к. майкрософт всячески помогал линуксу быть говном).а сейчас позиция майкрософт: мы любим линукс! мы сами почти опенсорс! давайте запустим его софт у нас, на винде!и народу, которая вылупилась в эпоху виндовс 10, конечно, кажется фанатизмом, что кто-то не любит такую белую и пушистую компанию M$.
-
основные проблемы всегда связаны именно с проприетарными особенностями. Я говорил именно о том, что выбирая в качестве фундаментов проприетарные кактусы нелогично жаловаться на проблемы с портированием впоследствии. Лучше изначально выбирать те станадарты, которые присутствуют везде.
-
Если бы он не был нестандартной проприетарщиной, то никто бы не придумывал такие форматы как ODF. Новые форматы разрабатывают и внедряют тогда, когда есть проблемы с уже существующими, и, как правило, как следствие их проприетарности и закрытости. Даже у разных версий Microsoft Office разные представления о формате DOC. Как следствие, документ, созданный в одной версии софтины, криво открывается в другой. А уж заставить нормально его поддерживать другие офисные пакеты можно и не мечтать - форматирование всё равно будет разъезжаться. Поэтому его и стали закапывать внедрением ODF.
-
аа, так правильно ли я тебя понял, что формат .doc, который используется на предприятии, ты назвал «нестандартная, некроссплатформенная проприетарщина»?
-
«странное» == «нестандартная, некроссплатформенная проприетарщина». «на каждом углу» != «львиная доля». Открытые стандарты кроссплатформенны. Все проблемы портирования в первую очередь связаны именно с нестандартными проприетарными реализациями (которые и упомянуты выше: макросы офиса, active X,...). И только во вторую с некоторыми особенностями конкретных непроприетарных реализаций.
-
Твоя логика тоже прекрасна. Если какая-то компания приобрела монополию в масштабах страны или даже мира, то это норма, законно и так все и должно оставаться. Создание и использование альтернатив - наивно (я удивлен, что ты не сказал противозаконно).так вот это в корне не верно.
Tags
Annotators
URL
-
-
www.linux.org.ru www.linux.org.ru
-
Добавь отсутствие полного доступа. Линукс, где ты можешь удалить любой файл, стал как глоток свежего воздуха в системе, где ты значишься за админа, но по факту просто продвинутый юзер.
-
Добавь к этому, что технологии, которыми принуждали тебя пользоваться содержали дыры и ошибки безопасности, защита которых стала индустрией для антивирусных компаний. (Когда-то в винде даже антивируса не было и он подхватывал заразу во враждебной среде за 15 минут.) И несмотря на то, что все они обещали неуязвимость и крайнюю надежность и защищенность ОС случались масштабные эпидемии типа Conficker.
-
Вот ты хотел слезть с Винды и не мог, потому что M$ всячески препятствовал тому, чтобы у тебя был выбор. Ты со своим линуксом не мог зайти даже в виндовую сетевую шару.
-
Вообще же истоки негатива в том времени, когда Microsoft вел очень агрессивную маркетинговую компанию. Очень агрессивно проталкивали преинсталы (нелегко купить ноут без винды). Они тупо публиковали документы, где доказывали, что Windows в итоге дешевле Linux. Они платили поставщикам, чтобы те не ставили Linux. Они намерено ломали спецификации в своих продуктах, чтобы сделать их несовместимыми со свободными реализациями.
-
Я доверяю сообществу и открытости кода. Самому-то не смешно сравнивать кусок проприетарщины, у которого в лицензионном соглашении прописано, что тебе залезут в задницу, со свободной системой, где вероятность подобного поведения существует, но значительно ниже?
-
Россыпи зондов, EEE, проприетарные форматы и протоколы во все поля, невероятная криворукость разрабов в ряде моментов (скайп, обновления винды (вот за это вообще бить надо), долгая загрузка и т.д.), хреновая настраиваемость (никаких тайловых WM, раскладка на капсе и куча иных плюшек только через сторонние приложения) и так далее.Платность - меньшее из зол.
-
Раз уж ты сам назвал дату... 2003... как раз в это время Samba Team инициировало судебное дело в суде ЕС о предоставили спецификаций smb протокола и закрытых форматов документов. Думаешь, потому что все было «прекрасно»? Вот, почитайhttps://fsfe.org/activities/ms-vs-eu/timeline.en.html
-
понимаешь, каждый раз придет кто-нибудь и скажет, что у него дома все работает. Одна проблема, что этот кто-то не заставлял это работать на предприятии под ответственность и не читал всякие технические выкладки, почему это не работает.
Tags
Annotators
URL
-
- Dec 2015
-
www.ecfr.gov www.ecfr.gov
-
operating frequencies, output power, modulation types or other radio frequency parameters
Mitigation: IMHO, this section should be split into two, one stating the mission, and one suggesting mitigations in a "not limited to" format.
In particular, I'd welcome mitigations such as
"For devices receiving their geographical location from a network service such as DHCP, the device shall used the specified country as the default location for which to set operating frequencies, output power, modulation types or other radio frequency parameters that are country-specific." and
"For all devices using location information to set RF parameters, the purchaser/operator shall be provided with a way of changing the location to the United States.
"For all devices where the location is not known, the device shall default to a constructed set of RF parameters that will be legal in at least the United States, and preferably in any country.
Tags
Annotators
URL
-
- Aug 2015
-
wiki.archlinux.org wiki.archlinux.org
-
I use etckeeper on my Arch Linux boxen, to great joy
Tags
Annotators
URL
-
- May 2015
-
askubuntu.com askubuntu.com
-
Run nm-tool | grep \*. That should show just the line with the SSID you are connected to.
-
-
stackoverflow.com stackoverflow.com
-
You can push an alternative branch to Heroku using Git. git push heroku-dev test:master This pushes your local test branch to the remote's master branch (on Heroku).
Push a local non-master branch to heroku master
-