Entry tags:
TkDesk - a graphical desktop manager for UNIX
TkDesk
TkDesk is a graphical desktop manager for UNIX (with a slight emphasis on Linux, but it also runs just as well on AIX, Solaris, HP-UX, SGI Irix and other UNIX flavors) and the X Window System. It offers a very complete set of file operations and services, plus gives the user the ability to configure most aspects of TkDesk in a very powerful way. The reason for this is the use of the Tcl scripting language as the configuration and (for the greatest part of TkDesk) implementation language. This makes TkDesk not just configurable but truly programmable. TkDesk has been influenced by various other systems and file managers: NeXT, for laying out the file browser windows, Apple Finder, for the idea of file annotations and, (shock horror), Windows 95, for some other (of course minor and unimportant) inspirations. ..
http://tkdesk.sourceforge.net/guide/guide-1.html
http://tkdesk.sourceforge.net/
Introducing TkDesk | Linux Journal
Mar 01, 1998 By John Blair in Software
http://www.linuxjournal.com/article/2456
TkDesk is a graphical desktop manager for UNIX (with a slight emphasis on Linux, but it also runs just as well on AIX, Solaris, HP-UX, SGI Irix and other UNIX flavors) and the X Window System. It offers a very complete set of file operations and services, plus gives the user the ability to configure most aspects of TkDesk in a very powerful way. The reason for this is the use of the Tcl scripting language as the configuration and (for the greatest part of TkDesk) implementation language. This makes TkDesk not just configurable but truly programmable. TkDesk has been influenced by various other systems and file managers: NeXT, for laying out the file browser windows, Apple Finder, for the idea of file annotations and, (shock horror), Windows 95, for some other (of course minor and unimportant) inspirations. ..
http://tkdesk.sourceforge.net/guide/guide-1.html
http://tkdesk.sourceforge.net/
Introducing TkDesk | Linux Journal
Mar 01, 1998 By John Blair in Software
http://www.linuxjournal.com/article/2456
no subject
Ничего особенного, даже clex лучше
no subject
no subject
Уж лучше fdclone или ytree
no subject
no subject
no subject
вот ещё нечто навроде
https://habrahabr.ru/post/176077/
https://habrahabr.ru/post/248881/
no subject
Для создания скриптов, которыми пользуются сисадмины?:)
"IPython can be used as a replacement for the standard Python shell, .. It supports dynamic object .. session logging, session restoring, complete system shell access, verbose and colored traceback reports .."
traceback - это... Что такое traceback? http://dic.academic.ru/dic.nsf/eng_rus/803899/traceback
no subject
и для погромистов (не для всех)
и для продвинутых пользователей (сисадминов локалхоста)
no subject
ну да - "ломать - не строить":)
no subject
ну да - "ломать - не строить"
большого ума для этого не требуется:)
no subject
не в курсе популярности среди них, это просто удобная консоль
no subject
no subject
no subject
no subject
поэтому у меня xonsh
эта штука умеет обращаться с командами как с объектами
http://rus-linux.net/lib.php?name=/MyLDP/consol/hotwire.html
no subject
для этого обязателен python? Без него никак?!:)
no subject
а что плохого в питоне?
на нём написан Youtube, Instagram, Reddit, Dropbox и тд
http://seclgroup.ru/article_vysokonagruzhennyye_sayty_i_prilozheniya_na_python_django.html
кстати и очень хороший редактор, которым постоянно пользуюсь, рекомендую
http://uzverss.livejournal.com/33842.html
no subject
no subject
no subject
no subject
no subject
вот попробуй сделать то же:
$ python3
>>> str="Я не настолько самоуверенна:))"
>>> str=str.upper()
>>> str
'Я НЕ НАСТОЛЬКО САМОУВЕРЕННА:))'
>>> str=str.capitalize()
>>> str
'Я не настолько самоуверенна:))'
no subject
no subject
sudo apt-get install python3
no subject
Необходимый минимум питона - более чем достаточно:)
no subject
$ python
>>> str=u"Я не настолько самоуверенна:))"
>>> str=str.upper()
>>> print str
Я НЕ НАСТОЛЬКО САМОУВЕРЕННА:))
>>> str=str.capitalize()
>>> print str
Я не настолько самоуверенна:))
no subject
Язык программирования, тогда почему "виртуальной машиной" обозвали?:)
http://nekovm.org
no subject
http://dic.academic.ru/dic.nsf/ruwiki/61699
no subject
Остается faumachine:)