sudo blkid /dev/sdb2
sudo nano /etc/fstab
# UUID=d8733b21-1265-482e-96f7-bd551f2d30b9 /home ext4 defaults,errors=remount-ro 0 1
# Directory home/roberto
sudo mkdir /mnt/funtoo
sudo mkdir /home/roberto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| app-admin/keepassx | |
| app-admin/sudo | |
| app-admin/systemrescuecd-x86 | |
| app-arch/deb2targz | |
| app-arch/engrampa | |
| app-arch/p7zip | |
| app-arch/rar | |
| app-backup/bup | |
| app-crypt/zuluCrypt | |
| app-doc/zeal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| atom-sync-nuclide |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| โ roberto@mint ๎ฐ ~/p/s/frontend ๎ฐ ๎ master โ ? ๎ฐ | |
| โฏ npm run dev [23:57:03] | |
| > frontend@1.0.0 dev /home/roberto/projetos/simple-todo-list/frontend | |
| > webpack-dev-server --progress --colors --inline --hot | |
| 70% 1/1 build modules http://localhost:8080/ | |
| webpack result is served from / | |
| content is served from ./public | |
| Hash: 7e2763a20ed643c6be42 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yarn add eslint -D | |
| yarn add prettier eslint-config-prettier eslint-plugin-prettier eslint-plugin-react -D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const path = require('path'); | |
| const jsonServer = require('json-server'); | |
| const multer = require('multer'); | |
| const server = jsonServer.create(); | |
| server.use(formData.array()); | |
| server.listen(3004, () => { | |
| console.log('JSON Server is running'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Operating System: Linux | |
| CPU Information: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz | |
| Number of Available Cores: 8 | |
| Available memory: 15.43 GB | |
| Elixir 1.14.2 | |
| Erlang 24.3.4.6 | |
| Benchmark suite executing with the following configuration: | |
| warmup: 2 s | |
| time: 5 s |
OlderNewer