Tag: command
-
Step-by-Step Guide to Migrate Your WordPress Site to a New Host and a New Domain
Moving your website to a new host can be a daunting and stressful experience, but it doesn’t need to be like this. It is especially challenging when you migrate to a new server and to a new domain at the same time. These instructions from WPExploer show the important steps to migrate your WordPress site…
-
GitHub – mtrung/tesla-usb-drive: Tesla DashCam & Music USB drive maker tool
This Script for the Mac Command line allows to format the USB drive into 2 partitions for DashCam and Music. github.com/mtrung/tesla-usb-drive
-
Theofline at GitHub
Fluency on the command line is a skill often neglected or considered arcane, but it improves your flexibility and productivity as an engineer in both obvious and subtle ways. This Github page is a selection of notes and tips on using the command-line that we’ve found useful when working on Linux. Some tips are elementary,…
-
Kopieren von Dateien zwischen Linux-Computern mit SSH/SCP
“Um Dateien von einem Computer auf einen anderen kopieren zu können, müssen Sie wissen, wo die Dateien abgelegt sind. Um beispielsweise eine einzelne Datei /srv/foo_file vom Computer jupiter.example.com in das aktuelle Verzeichnis zu kopieren, verwenden Sie den Befehl scp (der Punkt entspricht dem aktuellen Verzeichnis als Zielspeicherort der kopierten Datei)“: scp tux@jupiter.example.com:/srv/foo_file . > www.mpipks-dresden.mpg.de/~mueller/docs/suse10.3/opensuse-manual_de/manual/sec.filetrans.copy.html
-
How To Take Screenshots On The Raspberry Pi with scrot
Screenshots of the Raspberry Pi Terminal can be made by starting the Desktop environment and using the scrot command: scrot -cd 5 -u > www.raspberrypi-spy.co.uk/2013/10/how-to-take-screenshots-on-the-raspberry-pi/
-
Recording your Mac’s voice – Text to Speech to File conversion using Automator
How to make your Mac automatically read any text with the Samantha (Siri) Voice and save it to an audio file using an easy Automator task. www.mymac.com/2014/01/recording-your-macs-voice/
-
How to make Raspberry Pi Screenshots with scrot
This tutorial shows how to make screenshots on a Raspberry Pi using the scrot command. > www.instructables.com/id/Raspberry-Pi-Screenshots/
-
How to upgrade Ubuntu 14.04 LTS to Ubuntu 16.04 LTS?
With the release of Ubuntu 16.04 LTS you may feel that it is time to update the older Ubuntu 14.04 LTS to the latest version. If you do not get automatically notified by the Software Update Manager on Ubuntu 14.04 LTS, you can manually trigger the Upgrade to Ubuntu 16.04 LTS by entering the following…