Overview
Posts
45
Philipp Tuchardt
🐢
Philipp Tuchardt
PT1602
Webdeveloper and tech enthusiast based in the middle of germany.
Germany
post@pt1602.de
https://pt1602.de
Organizations
Overview
Posts
45
audio
bootstrap
cli
composer
css
docker
documentation
ffmpeg
flatpak
gnome
grep
homebrew
html
javascript
linux
macos
markdown
mysql
mysqldump
php
python
regex
scss
sed
shopware5
shopware6
smarty
symlink
twig
ubuntu
windows
Find string in file
grep -rnw '/path/to/somewhere/' -e 'pattern'
linux
grep
Created
Mon, 04 Jan 2021 09:33:33 +0000
Shopware 6 – composer: command not found
Ok simple one. I am going save it here because I already forgot it twice: php composer.phar install
composer
shopware6
Created
Wed, 28 Oct 2020 09:51:03 +0000
Homebrew install graphical software
Simple home brew commands you should know when you want to install software with a user interface
homebrew
macOs
Created
Thu, 02 Jul 2020 06:15:46 +0000
Basic docker commands
How to start, stop and kill containers
docker
Created
Wed, 17 Jun 2020 06:08:08 +0000
Input must contain number
Just a code snippet how to check with js if an input contains a number
Created
Mon, 15 Jun 2020 19:35:39 +0000
Destructuring Assignment
const temps = {yesterday: 70, today: 71, tomorrow: 72}; const {today: highToday, tomorrow: highTomorrow} = temps;
Created
Tue, 02 Jun 2020 18:38:53 +0000
Get number of string
let txt = "4br4k 4d4br4"; let num = txt.replace(/\D/g, ""); console.log(num); CodePen
Created
Fri, 29 May 2020 15:39:18 +0000
Windows 10 settings wont open
My windows 10 setting wont open so I had to run a pretty wild command
windows
Created
Mon, 25 May 2020 14:59:09 +0000
Ubuntu MOV to MP4
A simple cli command I saved here
ffmpeg
linux
Created
Sun, 29 Mar 2020 19:06:27 +0000
Some ES6 functions
.pop(), .shift(), .push(), .unshift(), .splice()
javascript
Created
Sat, 21 Mar 2020 20:48:22 +0000
Previous
Next