Skip to content

prosoxi.com

Attention in classroom

  • Programming
    • ASP / ASP.net
    • .htaccess
    • PHP
    • JavaScript – Ajax
    • Facebook
    • HTML – XHTML
    • MySQL
    • node js
    • CSS
    • SEO
    • Flash
  • Mobile / Tablet
    • ionic framework
    • Android
    • cordova
    • ios
  • Graphics
    • After Effects
  • OS
    • Windows
    • MAC
    • Linux
  • Network
    • Trixbox
    • Plesk
    • Dreambox
  • News
    • Hack
    • Tutorials
    • Tips & Tricks
    • promo codes

Author Archives: Prosoxi.com Webmaster

How to change default font size in tinymce?

<script type=”text/javascript”> tinyMCE.init({ mode : “textareas”, setup : function(ed) { // set the editor font size ed.onInit.add(function(ed) { ed.getBody().style.fontSize = ’14px’; }); }, }); </script>

Posted byProsoxi.com WebmasterFebruary 3, 2016February 3, 2016Posted inJavaScript - AjaxTags: TinyMCE

Replace PHP short open tags with full form in all ‘.php’ files using one command

Nowdays, In the latest versions of web servers, The PHP short open tags are diabled by default, Although we can able to enable it in the ‘php.ini’ file, Some of the shared hosting servers may be diabled that systax and you have to migrate your code to the standard syntax…

Posted byProsoxi.com WebmasterFebruary 2, 2016Posted inPHP

How do I use Wget to download all Images into a single Folder

wget -nd -r -l 2 -A jpg,jpeg,png,gif http://example.com

Posted byProsoxi.com WebmasterNovember 18, 2015Posted inLinux

Download whole page from terminal

You can install it with brew install wget or sudo port install wget.

Posted byProsoxi.com WebmasterNovember 13, 2015Posted inLinux, MAC

Downloading Folders to my Local via SSH

#scp -r user@host:/path/to/folder/ local-copy-of-folder If you have SSH keys set up, you can tab-complete remote files/folders.

Posted byProsoxi.com WebmasterNovember 9, 2015Posted inLinux

How to pass password to scp command

Use sshpass: sshpass -p “password” scp -r user@example.com:/some/remote/path /some/local/path

Posted byProsoxi.com WebmasterNovember 9, 2015Posted inLinux

Posts navigation

Newer posts 1 … 4 5 6 7 8 … 332 Older posts

Advertise

Whocallsme.gr Widget Lookup

May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« May    
prosoxi.com, Proudly powered by WordPress.