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

Category Archives: Linux

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

Linux reboot system with cron

Edit crontab: sudo crontab -e The first time you might have to choose your preferred editor (like nano) Insert a line like 0 4 * * * /sbin/shutdown -r +5 at the bottom. Explanation: m h dom mon dow command minute hour dayOfMonth Month dayOfWeek commandToRun so the line 0 4 * * * /sbin/shutdown …

Continue reading “Linux reboot system with cron”

Posted byProsoxi.com WebmasterOctober 26, 2015Posted inLinux

Terminal set locale

set locale terminal settings on Mac OS X One of my first experiences with Mac OS, was the locale errors and warnings when using ssh connections. Then I understood, that this was a problem occurred by mac os terminal. Locale settings by default are accepted from ssh client.

Posted byProsoxi.com WebmasterOctober 23, 2015Posted inLinux, MACTags: Linux, locale, macos, terminal

Posts navigation

Newer posts 1 2 3 4 … 49 Older posts

Advertise

Whocallsme.gr Widget Lookup

March 2023
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« May    
prosoxi.com, Proudly powered by WordPress.