Skip to content

How to delete target folder created using scp by target user

I have a machines A B C. only Machine B have access to A & C. For machine A I have root access , machine B I have root access and for machine C I have User level access. 1.2.3.4 is the ip address assigned to machine B. When I am doing from machine A as scp -pr ./logs/ root@1.2.3.4:/common/tftpboot/

INSTALL HTS 2.3 for HTK 3.4.1 on Ubuntu 16.04 has error

I want to install HTS 2.3 but when I try to make all I get this error what is the problem? I installed libx11-dev already. Answer for resolve this two Error I specify the ARCH in ./configure like this: its worked for me. I do this step by step like this as Knud Larsen instruction:

How to access the Raspberry Pi Zero though SSH

I’m trying to remotely access my Raspberry Pi Zero using SSH. The raspberry’s OS is Raspbian Jessy Lite (so no desktop enviornment, only the command line). I connected the raspberry to the Internet using an Android phone with USB-tethering (the raspberry pi zero doesn’t have an ethernet port…

Improve MySQL Performance

Info: MySQL Community 5.7.12 64 bits Programming Language: Python 3.5 mysqld.cnf: Mysqld.cnf result of “show variables” show variables Description: – I have 200 000 tasks. – I process these tasks with 500 threads, one per task, when a thread finishes, another task start. The point of t…