#Sublime_text
Explore tagged Tumblr posts
sinelogixtechnologies · 6 years ago
Text
How To Select Joomla Code Editor For Your Next Joomla Project?
Here We Discuss Top Joomla Code Editors Key Features:-
https://sinelogix.blogspot.com/2019/12/how-to-select-joomla-code-editor-for-your-next-joomla-project.html
Tumblr media
0 notes
pccindow · 7 years ago
Text
Sublime Text 3 et quelques plugins sur Ubuntu 16.04
I just published "Sublime Text 3 et quelques plugins sur Ubuntu 16.04"
Sublime Text est un éditeur de code développé en C++ et Python. Il supporte de nombreux langages de programmation et ses fonctionnalités peuvent être étendues grâce à ses plugins. Multiplate-forme, il est disponible sur Linux, Mac et Windows.
Sublime Text sur votre distribution Linux
Pour savoir quelles sont les meilleurs plugins pour sublime text, cliquez ICI
Tout d’abord, installez la clé de…
View On WordPress
0 notes
commentsense888 · 6 years ago
Photo
Tumblr media
Sublime Text by chingisiisu https://www.reddit.com/r/ProgrammerHumor/comments/af0cxm/sublime_text/?utm_source=ifttt
2 notes · View notes
veworpg · 3 years ago
Text
Ubuntu notepad++ download command
Tumblr media
UBUNTU NOTEPAD++ DOWNLOAD COMMAND INSTALL
UBUNTU NOTEPAD++ DOWNLOAD COMMAND UPDATE
UBUNTU NOTEPAD++ DOWNLOAD COMMAND CODE
It possess in build UI designer, support for version control, it has multiple platform support and simulator of Mobile UI designing. The must have IDE for C++ and QML developers.
UBUNTU NOTEPAD++ DOWNLOAD COMMAND INSTALL
Install gedit in CentOS Linux # yum install gedit Install package in Ubuntu # apt-get install gedit Gedit is already installed application in Ubuntu and CentOS Linux, but if it is removed then can be installed. The official text editor from Genome, an ideal tool for general purpose text editing, advantage of using gedit is that it gives you feel of using office suite, i has features print preview, text wrapping auto indentation, bracket matching, fonts and color configuration and it provides a rich and complete online documentation. Install package with CentOS 7, download package # wget Įxtract Package # tar -xvf /Komodo/releases/9.3.2/Komodo-Edit-9.3.2-16460-linux-x86_64.tar.gz
UBUNTU NOTEPAD++ DOWNLOAD COMMAND UPDATE
Update and install package # apt-get update & apt-get install komodo-edit Install komodo edit with Ubuntu/Mint Linux LinuxĪdd repo # sudo add-apt-repository -y ppa:mystic-mirage/komodo-edit Komodo-edit package it available as open source and free but user can also purchase commercial and advanced version of Komodo IDE.
UBUNTU NOTEPAD++ DOWNLOAD COMMAND CODE
It provides syntax coloring, code folding and it include CSS code formetter. It support several language including Google go language. Komodo Edit was founded in 2007, this text editor is written in C++, python, pearl and java script. Update System and install package # apt-get update & apt-get install brackets Use following commands # sudo add-apt-repository ppa:webupd8team/brackets Officially brackets editor is provided in. As per official statement of Brackets it is “A Modern text editor that understand web design”. Install package # yum install atom.x86_64.rpmīrackets is developed and maintained by Adobe, an ideal IDE for web developments which supports HTML5, CSS and java script. Ideal for PHP and python development.Īdd repo and install package # sudo add-apt-repository ppa:webupd8team/atom It comes with auto completion, search/replace, multiple file support and display line numbers. Install package in CentOS 7. Download package # wget Įxtract package # tar -vxjf sublime_text_3_build_3065_圆4.tar.bz2 -C /optĬreate a soft Link # sudo ln -s /opt/sublime_text_3/sublime_text /usr/bin/sublime3Ī light and fast editor which support multiple os platforms, ideal for code development and customizable text editor. Install package # dpkg -i sublime-text_build-3114_b Installation with Ubuntu/Mint Linux, Download Package # wget Developer can improve performance by freely available plugins, “go to anything navigation” navigate to symbols, files, lines etc, more then 20 themes are available which make t looking good. it is a cross platform source code editor with a python programming application interface or API. Sublime text editor is written in c++ and python, it is an ideal text editor for programming in python, HTML, php etc.
Tumblr media
0 notes
thebookcovergirls · 5 years ago
Text
Cara Membuka Banyak Aplikasi Windows Dengan Sekali Klik
Pada peluang kali ini aku hendak membawahas tentang Panduan serta Trik Metode Melaksanakan Bermacam Aplikasi Windows Sekalian Dengan Sekali Klik, postingan ini buat buat kamu yang kerap memakai banyak aplikasi dalam berkerja ataupun aktivitas satu hari hari? apakah kamu wajib mengklik satu persatu unuk membuka aplikasi yang kamu miliki? Apa apabila kamu merasa jenuh melaksanakan perihal ini, aku rasa wajib terdapat pergantian, sebab itu aku hendak berupaya menawarkan salah satu fitur lama windows yang bisa jadi saja telah kamu lupakan, ialah Batch.
Tumblr media
Apa Itu Batch?
Batch merupakan suatu script dari windows, yang berisi bermacam perintah yang hendak dieksekusi pada commend line. Secara universal, dalam script ini umumnya dapat diterapkan secara langsung pada commen prompt( CMD) pada computer kamu. Namun tidak seluruhnya sama, sebab itu kamu dapat meningkatkan sebagian guna pembedahan serta logic dalam file ini. Contohnya fungsi
looping( for), percabangan( if- else) serta yang lain. Guna sesungguhnya dari fitur ini merupakan tidak lain supaya kamu dapat lebih gampang melaksanakan perkerjaan kamu yang kesekian ulang secara otomatis. Misalnya pengecekan jaringan internet ataupun buat memanggil aplikasi yang kerap kamu buka tiap harinya. Batch pada windows bisa dikenal dari sebagian eksistensinya, ialah:
•. bat, file eksistensi ini dapat berjalan pada seluruh tipe windows, dimana nantinya file tersebut hendak dijalankan pada command prompt windows.
•. cmd,
sama semacam file bat.
Tetapi ada perbandingan, yang terletak pada sebagian windows tipe lama tidak dapat membaca file ini.
•. btm, jika yang terakhir ini penggunaannya terbatas cuma pada area windows server saja.
Kali ini aku hendak berbagi tentang gimana metode melaksanakan pemanggialn sebagian aplikasi melalui batch file. Sebab bagi aku perihal ini bisa mengefektifkan waktu kamu dari pada wajib melaksanakan sebagian klik kala kamu mau membuka aplikasi tertentu.
Membuat Batch File
Terdapat wajib membaut batch filenya buat melaksanakan pemanggilan aplikasi yang terdapat di computer ataupun laptop kamu. Buat membuat file batch kamu tidak butuh melaksanakan instalasi aplikasi lain,
lumayan memakai notepad maupun wordpad yang terdapat pada windows kepunyaan kamu.
@echo off
cd" C: Program FilesSublime Text 2"
start sublime_text. exe
cd" C: Program Files( x86) Steam"
start Steam. exe
exit
Pada script diatas aku melaksanakan otomatisasi pada aplikasi Steam serta Sublime Text. Kamu dapat melaksanakan otomatisasi pada aplikasi lain cocok dengan kebutuhan kamu. Bila script tersebut telah siap kamu tulis, simpanlah file tersebut dengan format
namafile. bat( kamu dapat menyebuikannya dengan nama yang kamu mau). Dari script di atas hendak aku jelaskan keterangannya.
@echo off
@echo off digunakan buat menunjukkan windows command prompt kala perintah dijalankan.
cd“ C: Program File( x86) Steam”
cd“ C: Program File( x86) Steam” merupakan perintah yang dicoba buat melaksanakan perpindahan direktori. Buat pemanggilan aplikasi lain. Kamu wajib mengganti direktori dimana apilikasi tersebut di install.
Baca Pula: Panduan serta Trik Bios Tidak Dapat Dibuka
start Steam. exe
start Steam. exe. ialah perintah yang digunakan buat melaksanakan pemanggilan aplikasi bersumber pada direktori yang terdapat pada perintah tadinya.
exit.
Perintah diakhiri kemudian keluar.
Bisa jadi ini saja yang bisa aku jelaskan tentang Panduan serta Trik Metode Melaksanakan Bermacam Aplikasi Windows Sekalian Dengan Sekali Klik, mudah- mudahan postingan ini dapat berguna untuk kamu, serta dapat menaikkan pengetahuan kamu tentang computer, jangan kurang ingat bagikan postingan ini apa apabila kamu merasa postingan ini berguna. serta jangan kurang ingat pula bagikan pendapat kamu pada kolom pendapat dibawah ini, terimahkasih.
0 notes
techdog · 8 years ago
Text
Sublime Text 3 Print as HTML Bug Fix
In order to print, I installed the Print to HTML plugin for Sublime Text 3 on Linux Mint 18 Sarah. However, when I tried to print a file, nothing happened. A look at the console revealed this error trace:
Traceback (most recent call last): File "/opt/sublime_text/sublime_plugin.py", line 812, in run_ return self.run(edit, **args) File "/home/dummyuser/.config/sublime-text-3/Packages/Print to HTML/PrintToHTML.py", line 131, in run send_to_browser(html) File "/home/dummyuser/.config/sublime-text-3/Packages/Print to HTML/PrintToHTML.py", line 164, in send_to_browser desktop.open(tmp_html.name) File "/home/dummyuser/.config/sublime-text-3/Packages/Print to HTML/desktop/__init__.py", line 289, in open return _run(cmd, 0, wait) File "/home/dummyuser/.config/sublime-text-3/Packages/Print to HTML/desktop/__init__.py", line 87, in _run opener = subprocess.Popen(cmd, shell=shell) File "./python3.3/subprocess.py", line 819, in __init__ File "./python3.3/subprocess.py", line 1448, in _execute_child FileNotFoundError: [Errno 2] No such file or directory: 'gnome-open'
The plugin was trying to use gnome-open to open the HTML file it generated. However, Linux Mint uses xdg-open for this purpose. I could get the plugin to work by replacing this code in ~/.config/sublime-text-3/Packages/Print to HTML/desktop/__init__.py:
elif desktop_in_use == "GNOME": cmd = ["gnome-open", url]with:
with:
elif desktop_in_use == "GNOME": cmd = ["xdg-open", url]
0 notes
klvst3r · 8 years ago
Text
Instalar un servidor LAMP en Fedora
LAMP es el acrónimo por el que conocemos a una de las infraestructuras más populares en el mundo de los servidores y no es para menos, Linux, Apache, MySQL / Maria-DB, y PHP combinados han demostrado ser una solución muy efectiva para crear portales y aplicaciones de gran popularidad en Internet, versatibilidad y confiabilidad de la mano del OpenSource.
Instalación de Apache
Apache es el servidor Web abierto más popular. Para instalarlo sólo debemos ejecutar en una terminal:
$ su -c 'yum install httpd'
Luego nos aseguramos que el servicio inicie con nuestro sistema:
$ su -c 'chkconfig --level 345 httpd on'
Y subimos nuestro servicio:
$ su -c 'service httpd start'
Para verificar que nuestro servicio esté correcto, abrimos un navegador, escribimos la dirección http://127.0.0.1 y debemos ver algo como:
Tumblr media
Instalación de MySQL (MariaDB)
Nota:
Luego de la compra por parte de Oracle de MySQL, el fork libre y abierto es ahora MariaDB. Para esta instalación, lo preferimos.
Para instalar Maria-DB solo hace falta digitar en una consola (Requiere la contraseña de super-administrador root):
$ su -c 'yum install mariadb-server'
Una vez instalado, iniciamos el servicio y nos aseguramos que siempre arranque al iniciar nuestro sistema:
$ su -c 'service mariadb start'
$ su -c 'chkconfig --level 345 mariadb on'
Luego, aseguramos nuestra instalación:
$ su -c 'mysql_secure_installation'
Tendremos que configurar algo como:
By default, a MySQL installation has an anonymous user, allowing anyone to log into MySQL without having to have a user account created for them.  This is intended only for testing, and to make the installation go a bit smoother.  You should remove them before moving into a production environment. Remove anonymous users? [Y/n] y                                             ... Success! Normally, root should only be allowed to connect from 'localhost'.  This ensures that someone cannot guess at the root password from the network. Disallow root login remotely? [Y/n] y ... Success! By default, MySQL comes with a database named 'test' that anyone can access.  This is also intended only for testing, and should be removed before moving into a production environment. Remove test database and access to it? [Y/n] y - Dropping test database... ... Success! - Removing privileges on test database... ... Success! Reloading the privilege tables will ensure that all changes made so far will take effect immediately. Reload privilege tables now? [Y/n] y ... Success! Cleaning up... All done!  If you've completed all of the above steps, your MySQL installation should now be secure. Thanks for using MySQL!
Para verificar que esté correcto ejecutamos (Reemplaza password por la contraseña de tu usuario administrador configurado en el paso anterior):
$ mysql -u root -p password
Si todo anda bien, deberías ver el prompt de MySQL, así:
Welcome to the MariaDB monitor.  Commands end with ; or \g. Your MariaDB connection id is 12 Server version: 10.0.21-MariaDB MariaDB ServerCopyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.MariaDB [(none)]>
Instalación de PHP
Para instalar PHP solo hacer falta ejecutar en una terminal:
$ su -c 'yum install php php-mysql'
Una vez hecho esto, vamos a probar que realmente funciona, creamos un archivo:
$ su -c 'nano /var/www/html/info.php'
Como podemos observar se esta editando en modo superusuario, por lo que debemos hacer ajustes a los permisos de nuestro usuario para que pueda crear cambios y realizar modificaciones a los scripts de desarrollo desde las rutas configuradas en el servidor.
Ya que si queremos crear nuestro script de prueba como:
$ sublime_text /var/www/html/info.php
No generara una salida de error de no poder guardar en la carpeta especifica.
Por ello procedemos con:
$ su -c 'chown -R klvst3r:klvst3r /var/www/html/'
Donde:
“klvst3r” es nuestro usuario, debemos cambiarlo por nuestro usuario en turno.
$ su -c 'chmod -R 770 /var/www/html/'
Con esto bastara para poder trabajar correctamente.
Nota:
En nuestro caso especifico editamos con Sublime Text aunque puedo recomendar utilizar el editor nano. Si no se tiene nano se puede instalar con:
$ su -c 'yum install nano'
En el archivo escribimos lo siguiente:
<?php phpinfo(); ?>
Guardamos en nano (Ctrl+O) y salimos (Ctrl+X). Una vez hecho esto, reiniciamos nuestro servicio de Apache:
$ su -c 'service httpd restart'
A continuación vamos a la siguiente dirección en nuestro navegador http://12.0.0.1/info.php y si todo salió bien deberíamos ver algo como:
Tumblr media
Tendremos ya las librerías necesarias para comenzar a trabajar con los módulos necesarios, si queremos obtener mas detalles sobre los módulos instalados, podemos escribir los comandos en la terminal, reemplazando el nombre del modulo o librería para saber más al respecto.
yum info name of the module
Si se decide instalar otros módulos necesarios, escribimos:
sudo yum install name of the module
Se puede instalar múltiples libreriass por separado por el nombre de cada uno de los módulos con un espacio.
No olvides borrar luego el archivo de prueba que creamos (info.php) esta información no debe ser pública y solo la debemos usar para nuestros propósitos de prueba.
Cuando inicies nuevamente el sistema, tendrás que activar el servicio nuevamente. Si se quiere que los servicios trabajen automáticamente al iniciar el sistema, se puede utilizar tambien los siguientes comandos:
$ su -c 'chkconfig httpd on' $ su -c 'chkconfig mysqld on’
PhpMyAdmin
phpMyAdmin es un entorno basado en internet GPL2 para bases de datos Mysql y derivados compatibles como MariaDB.
  Instalación
tan simple como:
$ su root $ yum install phpMyAdmin
Iniciar Apache cuando este listo:
$ systemctl start httpd
O reiniciar el servicio de ser necesario:
$ systemctl restart httpd
Abrir tu navegador web e ir a “localhost/phpMyAdmin”
Tumblr media
Archivos de configuración
El archivo principal de configuracion es/etc/phpMyAdmin/config.inc.php
Un archivo de configuración de un servidor web Apache, httpd, es creado automaticamente en /etc/httpd/conf.d/phpMyAdmin.conf, para poder reconfigurar sus directivas.
Referencia:
https://www.digitalocean.com/community/tutorials/how-to-install-lamp-linux-apache-mysql-php-on-fedora
http://vxblog1.blogspot.mx/2010/01/servidor-lamp-en-fedora-12.html
https://www.if-not-true-then-false.com/2010/enable-apache-userdir-with-selinux-on-fedora-centos-red-hat-rhel/
https://www.liquidweb.com/kb/how-to-install-and-configure-phpmyadmin-on-fedora-20/
https://mistutorialeslinux.wordpress.com/2012/01/01/instalar-apache-mysql-phpmyadmin-en-fedora-16/
0 notes
just-walk-to · 10 years ago
Text
Sublime Text on Debianでは、日本語入力をサポートしていない。この点、以下のページで何とかなった。
SublimeText3 - LinuxでのSublimeTextの日本語入力 - Qiita http://qiita.com/wakaba260/items/b2a1b40ccabc820917cb
0 notes
1332a19 · 11 years ago
Link
调试逆向 【原创】10分钟破解sublime text 3059/3061全部版本 『软件调试逆向』
0 notes
iwadon · 12 years ago
Link
0 notes
klvst3r · 8 years ago
Text
Instalar SublimeText 3 en Fedora
Tumblr media
Sublime Text es un editor de texto sofisticado para el código, marcado y prosa. Te va a encantar la interfaz de usuario mancha, características extraordinarias y un rendimiento increíble. La instalación mediante RPM no existe para fedora, sin embargo se puede instalar mediante un tarball que se descarga desde la página oficial de sublime text 3 para x86_64 aqui
http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_3083_x64.tar.bz2
y para x86 aquí
http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_3083_x32.tar.bz2
 o si desean visitar la página oficial
http://www.sublimetext.com/3
.
Bueno, ejecutar los siguientes comandos: Luego de la descarga, que no tarda mucho ya que tan solo son 7 MB, pasamos a desempaquetar y ubicarlo, en el directorio /opt/ que en teoría es usado para almacenar aplicaciones que no forman parte de la distribución. Todo lo que tenemos que hacer es (ojo, seleccionar el archivo correspondiente a la arquitectura que usen):
sudo tar -xvjf sublime_text_3_build_3083_x64.tar.bz2 -C /opt/
Luego de esto, nos tocara enviar el binario a nuestro directorio /usr/bin , y con solo hacer un enlace simbólico, podremos tenerlo en el directorio antes mencionado:
sudo ln -s /opt/sublime_text_3/sublime_text /usr/bin/sublime_text
Podremos crear un acceso directo a la aplicación usando el .desktop que viene en el tarball, para ello deberemos copiarlo del directorio /opt/sublime_text_3/ y enviarlo a ~/.local/share/applications:
cp /opt/sublime_text_3/sublime_text.desktop ~/.local/share/applications/
Al lanzador .desktop tendremos que hacerle unos pequeños cambios:
[Desktop Entry] Version=1.0 Type=Application Name=Sublime Text GenericName=Text Editor Comment=Sophisticated text editor for code, markup and prose Exec=/opt/sublime_text_3/sublime_text %F Terminal=false MimeType=text/plain; Icon=/opt/sublime_text_3/Icon/128x128/sublime-text.png Categories=TextEditor;Development; StartupNotify=true Actions=Window;Document; [Desktop Action Window] Name=New Window Exec=/opt/sublime_text_3/sublime_text -n OnlyShowIn=Unity; [Desktop Action Document] Name=New File Exec=/opt/sublime_text_3/sublime_text --command new_file OnlyShowIn=Unity;
En caso de que ustedes ubiquen en otro directorio los archivos descargados, deben modificar el lanzador para que funcione correctamente. Si presentan algun problema, puede asignarle su usuario al directorio de sublime-text 3 ubicado en /opt haciendo:
sudo chown -R $USER:$USER /opt/sublime_text_3/
Para poder ejecutar nuestro editor desde cualquier parte del sistema crearemos los siguientes enlaces simbolicos:
su -c 'ln -s /opt/sublime_text_3/ /usr/local/sublime_text_3' su -c 'ln -s /usr/local/sublime_text_3/sublime_text /usr/local/bin/sublime_text' su -c 'ln -s /usr/local/sublime_text_3/sublime_text /usr/local/bin/sublime'
Ahora podremos ejecutar nuestro editor escribiendo solamente:
sublime
Adicionalmente pueden utilizar una de estas licencias.
—– BEGIN LICENSE —– Andrew Weber Single User License EA7E-855605 813A03DD 5E4AD9E6 6C0EEB94 BC99798F 942194A6 02396E98 E62C9979 4BB979FE 91424C9D A45400BF F6747D88 2FB88078 90F5CC94 1CDC92DC 8457107A F151657B 1D22E383 A997F016 42397640 33F41CFC E1D0AE85 A0BBD039 0E9C8D55 E1B89D5D 5CDB7036 E56DE1C0 EFCC0840 650CD3A6 B98FC99C 8FAC73EE D2B95564 DF450523 —— END LICENSE ——
—– BEGIN LICENSE —– K-20 Single User License EA7E-940129 3A099EC1 C0B5C7C5 33EBF0CF BE82FE3B EAC2164A 4F8EC954 4E87F1E5 7E4E85D6 C5605DE6 DAB003B4 D60CA4D0 77CB1533 3C47F579 FB3E8476 EB3AA9A7 68C43CD9 8C60B563 80FE367D 8CAD14B3 54FB7A9F 4123FFC4 D63312BA 141AF702 F6BBA254 B094B9C0 FAA4B04C 06CC9AFC FD412671 82E3AEE0 0F0FAAA7 8FA773C9 383A9E18 —— END LICENSE ——
—– BEGIN LICENSE —–J2TeaM 2 User License EA7E-940282 45CB0D8F 09100037 7D1056EB A1DDC1A2 39C102C5 DF8D0BF0 FC3B1A94 4F2892B4 0AEE61BA 65758D3B 2EED551F A3E3478C C1C0E04E CA4E4541 1FC1A2C1 3F5FB6DB CFDA1551 51B05B5D 2D3C8CFE FA8B4285 051750E3 22D1422A 7AE3A8A1 3B4188AC 346372DA 37AA8ABA 6EB30E41 781BC81F B5CA66E3 A09DBD3A 3FE85BBD 69893DBD —— END LICENSE ——
Notas Finales:
En caso de que sublime text solicite actualizaciones y tengamos el deseo de deshabilitar la ventana emergente que muestra la disponibilidad de actualización. podemos ir al meno
Preferences -> Settings-User
y colocar la siguiente directiva:
{ "update_check": false }
en caso de que existan más directivas:
{ "update_check": false, ... [Directivas]  }
0 notes
iwadon · 12 years ago
Link
0 notes
iwadon · 12 years ago
Link
0 notes
iwadon · 13 years ago
Link
0 notes