type_of stringclasses 1
value | id int64 12 2.31M | title stringlengths 1 256 ⌀ | description stringlengths 1 3.47k ⌀ | readable_publish_date stringlengths 5 10 | slug stringlengths 2 308 | path stringlengths 9 316 | url stringlengths 23 330 | comments_count int64 -3 1.19k | public_reactions_count int64 -82 4.01k | collection_id float64 60 30.7k ⌀ | published_timestamp stringlengths 20 20 | language stringclasses 95
values | subforem_id float64 1 1 ⌀ | positive_reactions_count int64 -82 4.01k | cover_image stringlengths 61 544 ⌀ | social_image stringlengths 61 544 | canonical_url stringlengths 15 452 | created_at stringlengths 20 20 | edited_at stringlengths 20 20 ⌀ | crossposted_at stringlengths 20 20 ⌀ | published_at stringlengths 20 20 | last_comment_at stringlengths 20 20 | reading_time_minutes int64 0 279 | tag_list stringlengths 5 121 | tags stringlengths 1 111 | user stringlengths 509 758 | organization stringlengths 501 629 ⌀ | flare_tag stringclasses 13
values | __index_level_0__ int64 0 722k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
article | 446,386 | Entendendo a estrutura de um sistema operacional | Estudando a estrutura de um sistema operacional com os mestres Francis Machado e Luiz Maia | Oct 28 '20 | entendendo-a-estrutura-de-um-sistema-operacional-i1n | /nfo94/entendendo-a-estrutura-de-um-sistema-operacional-i1n | https://dev.to/nfo94/entendendo-a-estrutura-de-um-sistema-operacional-i1n | 0 | 18 | null | 2020-10-28T20:55:27Z | pt | null | 18 | https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1541728472741-03e45a58cf88%3Fixlib%3Drb-1.2.1%26auto%3Dformat%26fit%3Dcrop%26w%3D889%26q%3D80 | https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1541728472741-03e45a58cf88%3Fixlib%3Drb-1.2.1%26auto%3Dformat%26fit%3Dcrop%26w%3D889%26q%3D80 | https://dev.to/nfo94/entendendo-a-estrutura-de-um-sistema-operacional-i1n | 2020-09-03T22:30:01Z | null | null | 2020-10-28T20:55:27Z | 2020-10-28T20:55:27Z | 5 | ['sistemasoperacionais', 'unix', 'windows', 'portugues'] | sistemasoperacionais, unix, windows, portugues | {'name': 'Natália Oliveira', 'username': 'nfo94', 'twitter_username': None, 'github_username': 'nfo94', 'user_id': 59463, 'website_url': 'https://nfo94.github.io/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com... | null | null | 561,011 |
article | 498,687 | Diferença entre Shell, Terminal, Console e CLI (Command Line Interface) | TL:DR Shell - Entrada para comunicação com o Kernel. Onde os comandos são executados. Ter... | Oct 27 '20 | diferenca-entre-shell-terminal-console-e-cli-command-line-131h | /alexandreliberato/diferenca-entre-shell-terminal-console-e-cli-command-line-131h | https://dev.to/alexandreliberato/diferenca-entre-shell-terminal-console-e-cli-command-line-131h | 1 | 9 | null | 2020-10-27T03:24:25Z | pt | null | 9 | https://dev.to/alexandreliberato/diferenca-entre-shell-terminal-console-e-cli-command-line-131h | 2020-10-27T03:16:32Z | 2020-10-28T14:39:15Z | null | 2020-10-27T03:24:25Z | 2024-12-11T21:45:34Z | 2 | ['linux', 'portugues', 'unix', 'freebsd'] | linux, portugues, unix, freebsd | {'name': 'Alexandre Liberato', 'username': 'alexandreliberato', 'twitter_username': 'feiler', 'github_username': 'alexandreliberato', 'user_id': 175363, 'website_url': 'https://ww.alexandreliberato.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%... | null | null | 561,012 | ||
article | 494,117 | Embrace the Pipe | The unix pipe operator is magical. As long as you write your application to read input from standard... | Oct 22 '20 | embrace-the-pipe-4l8b | /trashhalo/embrace-the-pipe-4l8b | https://dev.to/trashhalo/embrace-the-pipe-4l8b | 0 | 5 | 9,255 | 2020-10-22T01:01:55Z | en | null | 5 | https://dev.to/trashhalo/embrace-the-pipe-4l8b | 2020-10-21T18:56:48Z | 2020-10-22T01:03:21Z | null | 2020-10-22T01:01:55Z | 2020-10-22T01:01:55Z | 2 | ['go', 'unix', 'cli'] | go, unix, cli | {'name': 'Stephen Solka', 'username': 'trashhalo', 'twitter_username': 'trashhalo', 'github_username': 'trashhalo', 'user_id': 421878, 'website_url': 'https://stephen.solka.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3... | null | null | 561,013 | ||
article | 468,873 | O que é um processo em um sistema operacional? | Explicando processos de um sistema operacional com os mestres Francis Machado e Luiz Maia | Oct 21 '20 | o-que-e-um-processo-em-um-sistema-operacional-2769 | /nfo94/o-que-e-um-processo-em-um-sistema-operacional-2769 | https://dev.to/nfo94/o-que-e-um-processo-em-um-sistema-operacional-2769 | 2 | 26 | null | 2020-10-21T19:47:42Z | pt | null | 26 | https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1562976540-1502c2145186%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D889%26q%3D80 | https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1562976540-1502c2145186%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D889%26q%3D80 | https://dev.to/nfo94/o-que-e-um-processo-em-um-sistema-operacional-2769 | 2020-09-29T12:26:04Z | 2020-10-24T12:25:07Z | null | 2020-10-21T19:47:42Z | 2024-05-16T10:42:54Z | 3 | ['sistemasoperacionais', 'unix', 'windows', 'portugues'] | sistemasoperacionais, unix, windows, portugues | {'name': 'Natália Oliveira', 'username': 'nfo94', 'twitter_username': None, 'github_username': 'nfo94', 'user_id': 59463, 'website_url': 'https://nfo94.github.io/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com... | null | null | 561,014 |
article | 441,596 | O que é concorrência em um sistema operacional? | Descrevendo sobre concorrência, interrupções, exceções, buffering, spooling e reentrância, utilizando o livro do Francis Machado e do Luiz Paulo Maia | Oct 14 '20 | o-que-e-concorrencia-em-um-sistema-operacional-1pj1 | /nfo94/o-que-e-concorrencia-em-um-sistema-operacional-1pj1 | https://dev.to/nfo94/o-que-e-concorrencia-em-um-sistema-operacional-1pj1 | 2 | 12 | null | 2020-10-14T19:36:40Z | pt | null | 12 | https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1533749047139-189de3cf06d3%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D676%26q%3D80 | https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1533749047139-189de3cf06d3%3Fixlib%3Drb-1.2.1%26ixid%3DeyJhcHBfaWQiOjEyMDd9%26auto%3Dformat%26fit%3Dcrop%26w%3D676%26q%3D80 | https://dev.to/nfo94/o-que-e-concorrencia-em-um-sistema-operacional-1pj1 | 2020-08-30T14:53:46Z | 2020-10-15T00:22:59Z | null | 2020-10-14T19:36:40Z | 2020-10-27T12:32:51Z | 4 | ['sistemasoperacionais', 'windows', 'unix', 'portugues'] | sistemasoperacionais, windows, unix, portugues | {'name': 'Natália Oliveira', 'username': 'nfo94', 'twitter_username': None, 'github_username': 'nfo94', 'user_id': 59463, 'website_url': 'https://nfo94.github.io/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com... | null | null | 561,015 |
article | 477,280 | Opening Command Output in a New Buffer | Last time, we tweaked our kakoune query browser to open the selected query in an info window. As I me... | Oct 5 '20 | open-output-in-a-new-buffer-2dak | /staab/open-output-in-a-new-buffer-2dak | https://dev.to/staab/open-output-in-a-new-buffer-2dak | 0 | 6 | 1,030 | 2020-10-05T21:29:57Z | en | null | 6 | null | https://dev.to/staab/open-output-in-a-new-buffer-2dak | 2020-10-05T21:29:57Z | 2020-10-05T21:30:15Z | null | 2020-10-05T21:29:57Z | 2020-10-05T21:29:57Z | 3 | ['kakoune', 'unix', 'postgres'] | kakoune, unix, postgres | {'name': 'Jon Staab', 'username': 'staab', 'twitter_username': 'SanStaab', 'github_username': 'staab', 'user_id': 144781, 'website_url': 'http://staab.github.io/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%... | null | null | 561,016 | |
article | 442,346 | Unix Time Stamp Converter | Convert Unix Timestamps I would like to introduce you to my free & online Unix timesta... | Aug 31 '20 | unix-time-stamp-converter-2e2e | /bartosz/unix-time-stamp-converter-2e2e | https://dev.to/bartosz/unix-time-stamp-converter-2e2e | 0 | 4 | null | 2020-08-31T12:30:41Z | en | null | 4 | https://dev.to/bartosz/unix-time-stamp-converter-2e2e | 2020-08-31T12:30:41Z | 2020-08-31T12:31:08Z | null | 2020-08-31T12:30:41Z | 2020-08-31T12:30:41Z | 1 | ['timestamp', 'unix', 'converter', 'epoch'] | timestamp, unix, converter, epoch | {'name': 'Bartosz Wójcik', 'username': 'bartosz', 'twitter_username': 'PELock', 'github_username': 'PELock', 'user_id': 139355, 'website_url': 'https://www.pelock.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws... | null | null | 561,017 | ||
article | 440,107 | Basics of Sockets | A deep dive into files and sockets, TCP and UDP, on UNIX. | Aug 28 '20 | basics-of-sockets-5fhc | /cybermischa/basics-of-sockets-5fhc | https://dev.to/cybermischa/basics-of-sockets-5fhc | 0 | 8 | null | 2020-08-28T13:26:44Z | en | null | 8 | null | https://dev.to/cybermischa/basics-of-sockets-5fhc | 2020-08-28T13:26:44Z | null | null | 2020-08-28T13:26:44Z | 2020-08-28T13:26:44Z | 1 | ['sockets', 'unix', 'tcp', 'udp'] | sockets, unix, tcp, udp | {'name': 'Mischa Spiegelmock', 'username': 'cybermischa', 'twitter_username': 'spiegelmock', 'github_username': 'revmischa', 'user_id': 183608, 'website_url': 'https://spiegelmock.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-upl... | null | null | 561,018 | |
article | 425,069 | O que é um sistema operacional? | Estudando sistemas operacionais com os mestres Francis Machado e Luiz Maia, e uma pitada de Tanenbaum | Aug 26 '20 | o-que-e-um-sistema-operacional-1pdn | /nfo94/o-que-e-um-sistema-operacional-1pdn | https://dev.to/nfo94/o-que-e-um-sistema-operacional-1pdn | 0 | 1 | null | 2020-08-26T16:26:20Z | pt | null | 1 | https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1560762484-813fc97650a0%3Fixlib%3Drb-1.2.1%26auto%3Dformat%26fit%3Dcrop%26w%3D667%26q%3D80 | https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fimages.unsplash.com%2Fphoto-1560762484-813fc97650a0%3Fixlib%3Drb-1.2.1%26auto%3Dformat%26fit%3Dcrop%26w%3D667%26q%3D80 | https://dev.to/nfo94/o-que-e-um-sistema-operacional-1pdn | 2020-08-11T22:59:27Z | 2020-10-15T00:23:59Z | null | 2020-08-26T16:26:20Z | 2020-08-26T16:26:20Z | 5 | ['sistemasoperacionais', 'unix', 'windows', 'portugues'] | sistemasoperacionais, unix, windows, portugues | {'name': 'Natália Oliveira', 'username': 'nfo94', 'twitter_username': None, 'github_username': 'nfo94', 'user_id': 59463, 'website_url': 'https://nfo94.github.io/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com... | null | null | 561,019 |
article | 422,027 | Understanding the Unix/Linux Virtual File System | File Systems In Linux Linux works on the concept of virtual file systems. Everything on a... | Aug 8 '20 | understanding-the-unix-linux-virtual-file-system-jn1 | /chaitanyarahalkar/understanding-the-unix-linux-virtual-file-system-jn1 | https://dev.to/chaitanyarahalkar/understanding-the-unix-linux-virtual-file-system-jn1 | 0 | 9 | null | 2020-08-08T09:08:12Z | en | null | 9 | https://dev.to/chaitanyarahalkar/understanding-the-unix-linux-virtual-file-system-jn1 | 2020-08-08T09:08:12Z | null | null | 2020-08-08T09:08:12Z | 2020-08-08T09:08:12Z | 3 | ['linux', 'unix', 'filesystem'] | linux, unix, filesystem | {'name': 'Chaitanya Rahalkar', 'username': 'chaitanyarahalkar', 'twitter_username': 'chairahalkar', 'github_username': 'chaitanyarahalkar', 'user_id': 181429, 'website_url': 'https://rahalkar.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%... | null | null | 561,020 | ||
article | 417,390 | Building a multipurpose CLI tool with Cobra and Go | Building a multipurpose CLI tool | Aug 4 '20 | building-a-multipurpose-cli-tool-with-cobra-and-go-2492 | /lumexralph/building-a-multipurpose-cli-tool-with-cobra-and-go-2492 | https://dev.to/lumexralph/building-a-multipurpose-cli-tool-with-cobra-and-go-2492 | 3 | 17 | null | 2020-08-04T03:18:48Z | en | null | 17 | https://dev.to/lumexralph/building-a-multipurpose-cli-tool-with-cobra-and-go-2492 | 2020-08-04T03:18:48Z | 2020-08-04T06:38:28Z | null | 2020-08-04T03:18:48Z | 2021-08-24T16:46:17Z | 5 | ['go', 'cobra', 'unix'] | go, cobra, unix | {'name': 'Ogundele Olumide', 'username': 'lumexralph', 'twitter_username': None, 'github_username': 'Lumexralph', 'user_id': 139905, 'website_url': 'https://lumexralph.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amaz... | null | null | 561,021 | ||
article | 411,971 | Unix Redirection In C | This short post is a recount of an exploration into redirection in the C language. As always, let's... | Jul 28 '20 | unix-redirection-in-c-3h35 | /okeeffed/unix-redirection-in-c-3h35 | https://dev.to/okeeffed/unix-redirection-in-c-3h35 | 0 | 12 | null | 2020-07-28T11:29:16Z | en | null | 12 | https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fgithub.com%2Fokeeffed%2Fdennisokeeffe-blog%2Fblob%2Fmaster%2Fcontent%2Fassets%2F2020-07-28-redirections-in-c-main-image.png%3Fraw%3Dtrue | https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fgithub.com%2Fokeeffed%2Fdennisokeeffe-blog%2Fblob%2Fmaster%2Fcontent%2Fassets%2F2020-07-28-redirections-in-c-main-image.png%3Fraw%3Dtrue | https://blog.dennisokeeffe.com/blog/2020-07-28-redirections-in-c/ | 2020-07-28T11:27:27Z | null | null | 2020-07-28T11:29:16Z | 2020-07-28T11:29:16Z | 4 | ['c', 'tutorial', 'unix', 'posix'] | c, tutorial, unix, posix | {'name': "Dennis O'Keeffe", 'username': 'okeeffed', 'twitter_username': 'dennisokeeffe92', 'github_username': 'okeeffed', 'user_id': 108053, 'website_url': 'https://dennisokeeffe.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uplo... | null | null | 561,022 |
article | 404,109 | An Introduction to Linux | From smartphones to cars, supercomputers and home appliances, home desktops to enterprise servers, th... | Jul 20 '20 | an-introduction-to-the-linux-world-4jkf | /marcelobarreto/an-introduction-to-the-linux-world-4jkf | https://dev.to/marcelobarreto/an-introduction-to-the-linux-world-4jkf | 21 | 142 | null | 2020-07-20T23:51:46Z | en | null | 142 | https://dev.to/marcelobarreto/an-introduction-to-the-linux-world-4jkf | 2020-07-19T16:19:29Z | 2021-04-04T12:34:44Z | null | 2020-07-20T23:51:46Z | 2022-04-05T15:48:28Z | 6 | ['linux', 'unix', 'beginners', 'opensource'] | linux, unix, beginners, opensource | {'name': 'Marcelo Barreto', 'username': 'marcelobarreto', 'twitter_username': 'mbarretojunior', 'github_username': 'marcelobarreto', 'user_id': 414686, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazo... | null | null | 561,023 | ||
article | 406,424 | What is POSIX? | It sure sounds like a cool name! POSIX stands for Portable Operating System Interface and is a family... | Jul 21 '20 | what-is-posix-2p0d | /wassef911/what-is-posix-2p0d | https://dev.to/wassef911/what-is-posix-2p0d | 0 | 7 | null | 2020-07-21T23:27:43Z | en | null | 7 | https://dev.to/wassef911/what-is-posix-2p0d | 2020-07-21T23:27:43Z | null | null | 2020-07-21T23:27:43Z | 2020-07-21T23:27:43Z | 1 | ['linux', 'unix', 'computerscience', 'c'] | linux, unix, computerscience, c | {'name': 'wassef ben ahmed ', 'username': 'wassef911', 'twitter_username': None, 'github_username': 'wassef911', 'user_id': 362578, 'website_url': 'https://github.com/wassef911', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3... | null | null | 561,024 | ||
article | 405,831 | Introduction to Dotfiles | One of the main advantages/beauty of Unix-like systems is that configurations of everything are very... | Jul 21 '20 | intro-to-dotfiles-4bb8 | /jogendra/intro-to-dotfiles-4bb8 | https://dev.to/jogendra/intro-to-dotfiles-4bb8 | 0 | 14 | null | 2020-07-21T08:08:21Z | en | null | 14 | https://dev.to/jogendra/intro-to-dotfiles-4bb8 | 2020-07-21T07:57:06Z | 2020-07-21T08:15:21Z | null | 2020-07-21T08:08:21Z | 2020-07-21T08:08:21Z | 7 | ['dotfiles', 'unix', 'git'] | dotfiles, unix, git | {'name': 'Jogendra Kumar', 'username': 'jogendra', 'twitter_username': 'jogendrafx', 'github_username': 'jogendra', 'user_id': 191644, 'website_url': 'https://jogendra.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amaz... | null | null | 561,025 | ||
article | 401,107 | What the flip are Unix Named Pipes? | In Unix systems, pipes and redirections are the bridges that join our programs. They are an underrate... | Jul 16 '20 | what-the-flip-are-unix-named-pipes-48ja | /okeeffed/what-the-flip-are-unix-named-pipes-48ja | https://dev.to/okeeffed/what-the-flip-are-unix-named-pipes-48ja | 1 | 4 | null | 2020-07-16T22:57:46Z | null | null | 4 | https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fgithub.com%2Fokeeffed%2Fdennisokeeffe-blog%2Fblob%2Fmaster%2Fcontent%2Fassets%2F2020-07-17-what-the-flip-are-unix-pipes-main-image.png%3Fraw%3Dtrue | https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fgithub.com%2Fokeeffed%2Fdennisokeeffe-blog%2Fblob%2Fmaster%2Fcontent%2Fassets%2F2020-07-17-what-the-flip-are-unix-pipes-main-image.png%3Fraw%3Dtrue | https://blog.dennisokeeffe.com/blog/2020-07-17-what-the-flip-are-unix-pipes/ | 2020-07-16T22:56:07Z | 2020-07-16T22:59:07Z | null | 2020-07-16T22:57:46Z | 2020-07-17T13:36:59Z | 5 | ['unix', 'go'] | unix, go | {'name': "Dennis O'Keeffe", 'username': 'okeeffed', 'twitter_username': 'dennisokeeffe92', 'github_username': 'okeeffed', 'user_id': 108053, 'website_url': 'https://dennisokeeffe.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uplo... | null | null | 561,026 |
article | 392,032 | A lesson in line endings | How many folks out there have installed git on a windows machine and seen this prompt: I have come... | Jul 11 '20 | a-lesson-in-line-endings-3f79 | /alexoragz/a-lesson-in-line-endings-3f79 | https://dev.to/alexoragz/a-lesson-in-line-endings-3f79 | 0 | 5 | null | 2020-07-11T01:49:33Z | null | null | 5 | https://dev.to/alexoragz/a-lesson-in-line-endings-3f79 | 2020-07-10T22:23:13Z | 2020-07-11T01:59:18Z | null | 2020-07-11T01:49:33Z | 2020-07-11T01:49:33Z | 2 | ['unix', 'windows', 'javascript', 'data'] | unix, windows, javascript, data | {'name': 'Alex Oragwu', 'username': 'alexoragz', 'twitter_username': None, 'github_username': 'alexoragz', 'user_id': 305655, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%... | null | null | 561,027 | ||
article | 356,986 | What does rc mean in bashr, zshrc, vimrc etc? | For the meaning of rc you have probably seen: run commands resource control run control runtime... | Jun 24 '20 | what-does-rc-mean-in-bashr-zshrc-vimrc-etc-3o28 | /serhatteker/what-does-rc-mean-in-bashr-zshrc-vimrc-etc-3o28 | https://dev.to/serhatteker/what-does-rc-mean-in-bashr-zshrc-vimrc-etc-3o28 | 0 | 1 | null | 2020-06-24T14:14:35Z | null | null | 1 | null | https://tech.serhatteker.com/post/2020-03/what-does-rc-mean/ | 2020-06-16T16:09:33Z | null | 2020-06-24T14:14:35Z | 2020-03-17T00:00:00Z | 2020-03-17T00:00:00Z | 1 | ['unix', 'linux', 'cli'] | unix, linux, cli | {'name': 'Serhat Teker', 'username': 'serhatteker', 'twitter_username': 'SerhatTeker', 'github_username': 'SerhatTeker', 'user_id': 188904, 'website_url': 'https://serhatteker.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,028 | |
article | 357,393 | The Unix Filter Model: What, Why and How? | Using the Unix filter model makes your code more flexible (and it's easier to write) | Jun 17 '20 | the-unix-filter-model-what-why-and-how-fi | /davorg/the-unix-filter-model-what-why-and-how-fi | https://dev.to/davorg/the-unix-filter-model-what-why-and-how-fi | 0 | 10 | null | 2020-06-17T09:57:56Z | null | null | 10 | https://dev.to/davorg/the-unix-filter-model-what-why-and-how-fi | 2020-06-17T09:18:11Z | 2022-03-01T19:24:08Z | null | 2020-06-17T09:57:56Z | 2020-06-17T09:57:56Z | 7 | ['unix', 'filter', 'io', 'filehandling'] | unix, filter, io, filehandling | {'name': 'Dave Cross', 'username': 'davorg', 'twitter_username': None, 'github_username': 'davorg', 'user_id': 114555, 'website_url': 'https://davecross.co.uk/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2F... | null | null | 561,029 | ||
article | 351,932 | 6 Unix tools you need to know about | 1. column I, as a programmer, do not mind those nastily formatted tabular data, like...... | Jun 9 '20 | 6-unix-tools-you-need-to-know-about-3p41 | /mithil467/6-unix-tools-you-need-to-know-about-3p41 | https://dev.to/mithil467/6-unix-tools-you-need-to-know-about-3p41 | 5 | 32 | null | 2020-06-09T11:08:42Z | null | null | 32 | https://dev.to/mithil467/6-unix-tools-you-need-to-know-about-3p41 | 2020-06-09T11:08:42Z | 2020-06-16T08:02:06Z | null | 2020-06-09T11:08:42Z | 2024-05-31T03:02:57Z | 2 | ['ubuntu', 'unix', 'terminal', 'linux'] | ubuntu, unix, terminal, linux | {'name': 'Mithil Poojary', 'username': 'mithil467', 'twitter_username': 'MithilPoojary', 'github_username': 'Mithil467', 'user_id': 362795, 'website_url': 'https://mithil467.github.io/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-up... | null | null | 561,030 | ||
article | 348,292 | Organize data on-the-go with Linux sort | Organize data on the go with linux sort | Jun 6 '20 | organize-data-on-the-go-with-linux-sort-31bf | /iggredible/organize-data-on-the-go-with-linux-sort-31bf | https://dev.to/iggredible/organize-data-on-the-go-with-linux-sort-31bf | 0 | 14 | null | 2020-06-06T13:42:07Z | null | null | 14 | null | https://dev.to/iggredible/organize-data-on-the-go-with-linux-sort-31bf | 2020-06-02T16:16:58Z | 2021-06-03T15:45:20Z | null | 2020-06-06T13:42:07Z | 2020-06-06T13:42:07Z | 6 | ['sort', 'linux', 'unix', 'productivity'] | sort, linux, unix, productivity | {'name': 'Igor Irianto', 'username': 'iggredible', 'twitter_username': 'iggredible', 'github_username': None, 'user_id': 161246, 'website_url': 'https://irian.to/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com... | null | null | 561,031 | |
article | 336,767 | Unix Linux Cheatsheet | Memory and File System Storage differences Memory (short term storage - mostly RAM) gets erased when... | May 16 '20 | unix-cheatsheet-5cdh | /stuartcreed/unix-cheatsheet-5cdh | https://dev.to/stuartcreed/unix-cheatsheet-5cdh | 3 | 6 | null | 2020-05-16T14:04:49Z | null | null | 6 | null | https://dev.to/stuartcreed/unix-cheatsheet-5cdh | 2020-05-16T14:04:49Z | 2021-05-16T17:45:01Z | null | 2020-05-16T14:04:49Z | 2020-05-19T06:41:18Z | 2 | ['unix', 'bash', 'ksh'] | unix, bash, ksh | {'name': 'StuartCreed', 'username': 'stuartcreed', 'twitter_username': 'StuartCreedPro1', 'github_username': 'StuartCreed', 'user_id': 293071, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%... | null | null | 561,032 | |
article | 324,209 | How to Check Django Version | You can use one of the below methods to check which version of Django you installed: Using python... | May 12 '20 | how-to-check-django-version-1gka | /serhatteker/how-to-check-django-version-1gka | https://dev.to/serhatteker/how-to-check-django-version-1gka | 0 | 6 | null | 2020-05-12T14:24:38Z | null | null | 6 | null | https://tech.serhatteker.com/post/2020-02/how-to-check-django-version/ | 2020-05-01T13:51:47Z | null | 2020-05-12T14:24:38Z | 2020-02-11T00:00:00Z | 2020-02-11T00:00:00Z | 1 | ['django', 'python', 'linux', 'unix'] | django, python, linux, unix | {'name': 'Serhat Teker', 'username': 'serhatteker', 'twitter_username': 'SerhatTeker', 'github_username': 'SerhatTeker', 'user_id': 188904, 'website_url': 'https://serhatteker.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,033 | |
article | 332,061 | Linux on MacBook Pro 2016 / 2017 | Hi there! 👋 This is my first post on dev.to. I didn't know what to write about so I just decided to t... | May 11 '20 | linux-on-macbook-pro-2016-1onb | /cmiranda/linux-on-macbook-pro-2016-1onb | https://dev.to/cmiranda/linux-on-macbook-pro-2016-1onb | 13 | 60 | null | 2020-05-11T02:13:39Z | null | null | 60 | https://dev.to/cmiranda/linux-on-macbook-pro-2016-1onb | 2020-05-10T20:57:34Z | 2020-05-11T13:39:24Z | null | 2020-05-11T02:13:39Z | 2024-09-05T21:30:27Z | 8 | ['linux', 'unix', 'ubuntu', 'opensource'] | linux, unix, ubuntu, opensource | {'name': 'Cris 👨🏻\u200d💻', 'username': 'cmiranda', 'twitter_username': 'crist_miranda', 'github_username': 'cristianmiranda', 'user_id': 31694, 'website_url': 'http://profile.crismiranda.net', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2F... | null | null | 561,034 | ||
article | 314,023 | How to Change Last Commit in Git | This happens to me if I commit, then run tests or code formatter. Or sometimes I forgot to add some... | May 5 '20 | how-to-change-last-commit-in-git-214i | /serhatteker/how-to-change-last-commit-in-git-214i | https://dev.to/serhatteker/how-to-change-last-commit-in-git-214i | 0 | 5 | null | 2020-05-05T16:46:39Z | null | null | 5 | null | https://tech.serhatteker.com/post/2020-02/change-last-commit/ | 2020-04-19T17:30:38Z | null | 2020-05-05T16:46:39Z | 2020-02-04T00:00:00Z | 2020-02-04T00:00:00Z | 1 | ['git', 'vsc', 'linux', 'unix'] | git, vsc, linux, unix | {'name': 'Serhat Teker', 'username': 'serhatteker', 'twitter_username': 'SerhatTeker', 'github_username': 'SerhatTeker', 'user_id': 188904, 'website_url': 'https://serhatteker.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,035 | |
article | 303,576 | Rename Local and Remote Git Branch | If you mistyped or want to change a branch name, here is the steps you should follow: Rename the... | May 1 '20 | rename-local-and-remote-git-branch-2ia7 | /serhatteker/rename-local-and-remote-git-branch-2ia7 | https://dev.to/serhatteker/rename-local-and-remote-git-branch-2ia7 | 0 | 5 | null | 2020-05-01T13:18:36Z | null | null | 5 | null | https://tech.serhatteker.com/post/2020-01/rename-local-and-remote-git-branch/ | 2020-04-09T17:32:00Z | 2020-05-01T14:08:38Z | 2020-05-01T13:18:36Z | 2020-01-28T00:00:00Z | 2020-01-28T00:00:00Z | 1 | ['git', 'vsc', 'linux', 'unix'] | git, vsc, linux, unix | {'name': 'Serhat Teker', 'username': 'serhatteker', 'twitter_username': 'SerhatTeker', 'github_username': 'SerhatTeker', 'user_id': 188904, 'website_url': 'https://serhatteker.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,036 | |
article | 316,107 | A Few Rules of the Unix Philosophy | After reading and meditating on the 17 Rules of the Unix philosophy, I have a deeper appreciation for... | Apr 21 '20 | a-few-rules-of-the-unix-philosophy-f0p | /chrisf1031/a-few-rules-of-the-unix-philosophy-f0p | https://dev.to/chrisf1031/a-few-rules-of-the-unix-philosophy-f0p | 2 | 7 | null | 2020-04-21T20:55:28Z | null | null | 7 | null | https://dev.to/chrisf1031/a-few-rules-of-the-unix-philosophy-f0p | 2020-04-21T17:00:00Z | 2020-04-22T05:31:19Z | null | 2020-04-21T20:55:28Z | 2020-04-23T22:01:30Z | 2 | ['unix', 'design', 'programming', 'devops'] | unix, design, programming, devops | {'name': 'Chris Ford', 'username': 'chrisf1031', 'twitter_username': None, 'github_username': 'FinalFormat', 'user_id': 363052, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuse... | null | null | 561,037 | |
article | 313,015 | How to install Golang in FreeBSD in 5 minutes | How to manually install the latest version of Go in FreeBSD 12 | Apr 18 '20 | how-to-install-golang-in-freebsd-in-5-minutes-1862 | /jeremycmorgan/how-to-install-golang-in-freebsd-in-5-minutes-1862 | https://dev.to/jeremycmorgan/how-to-install-golang-in-freebsd-in-5-minutes-1862 | 1 | 37 | null | 2020-04-18T20:55:08Z | null | null | 37 | null | https://www.jeremymorgan.com/tutorials/golang/how-to-install-go-freebsd/ | 2020-04-18T18:41:57Z | 2020-04-18T21:09:23Z | null | 2020-04-18T20:55:08Z | 2023-12-10T15:20:40Z | 2 | ['beginners', 'go', 'unix', 'programming'] | beginners, go, unix, programming | {'name': 'Jeremy Morgan', 'username': 'jeremycmorgan', 'twitter_username': 'JeremyCMorgan', 'github_username': 'JeremyMorgan', 'user_id': 48220, 'website_url': 'https://www.jeremymorgan.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-... | null | null | 561,038 | |
article | 309,291 | What does 2>&1 mean? | What does 2>&1 mean | Apr 17 '20 | what-does-2-1-mean-290 | /iggredible/what-does-2-1-mean-290 | https://dev.to/iggredible/what-does-2-1-mean-290 | 2 | 15 | null | 2020-04-17T15:25:20Z | null | null | 15 | null | https://dev.to/iggredible/what-does-2-1-mean-290 | 2020-04-14T20:01:18Z | 2020-04-17T21:32:37Z | null | 2020-04-17T15:25:20Z | 2020-04-22T16:07:52Z | 5 | ['unix', 'redirection', 'stdout', 'stderr'] | unix, redirection, stdout, stderr | {'name': 'Igor Irianto', 'username': 'iggredible', 'twitter_username': 'iggredible', 'github_username': None, 'user_id': 161246, 'website_url': 'https://irian.to/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com... | null | null | 561,039 | |
article | 301,970 | Lessons from UNIX History: Avoiding the "second system effect" | This is the first article in my "Lessons from UNIX History" series. By day I am a DevOps Tech Lead,... | Apr 7 '20 | lessons-from-unix-history-avoiding-the-second-system-effect-116b | /johnnystarr/lessons-from-unix-history-avoiding-the-second-system-effect-116b | https://dev.to/johnnystarr/lessons-from-unix-history-avoiding-the-second-system-effect-116b | 1 | 7 | null | 2020-04-07T18:39:34Z | null | null | 7 | null | https://dev.to/johnnystarr/lessons-from-unix-history-avoiding-the-second-system-effect-116b | 2020-04-07T18:39:35Z | 2020-04-07T18:43:43Z | null | 2020-04-07T18:39:34Z | 2020-05-19T14:45:18Z | 3 | ['unix', 'devops', 'architecture', 'design'] | unix, devops, architecture, design | {'name': 'Johnny Starr', 'username': 'johnnystarr', 'twitter_username': 'johnnystarrwork', 'github_username': 'johnnystarr', 'user_id': 244831, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com... | null | null | 561,040 | |
article | 281,941 | Process creation in UNIX : Simplified | Process is an instance of a program in execution. Its also called task or job. For example the comman... | Mar 15 '20 | process-creation-in-unix-simplified-1abi | /raghuncs/process-creation-in-unix-simplified-1abi | https://dev.to/raghuncs/process-creation-in-unix-simplified-1abi | 0 | 11 | 5,429 | 2020-03-15T23:40:07Z | null | null | 11 | null | https://dev.to/raghuncs/process-creation-in-unix-simplified-1abi | 2020-03-15T23:37:42Z | 2020-03-15T23:44:14Z | null | 2020-03-15T23:40:07Z | 2020-03-15T23:40:07Z | 2 | ['unix'] | unix | {'name': 'raghuncs', 'username': 'raghuncs', 'twitter_username': None, 'github_username': 'raghuncs', 'user_id': 348904, 'website_url': 'http://technonerdy.blogspot.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazon... | null | null | 561,041 | |
article | 265,486 | How to Upgrade to Python 3.8 on Ubuntu | In this article, we upgrade to python 3.8 and configure it as the default version of python. Out of... | Mar 11 '20 | how-to-upgrade-to-python-3-8-on-ubuntu-11fn | /serhatteker/how-to-upgrade-to-python-3-8-on-ubuntu-11fn | https://dev.to/serhatteker/how-to-upgrade-to-python-3-8-on-ubuntu-11fn | 2 | 7 | null | 2020-03-11T12:39:32Z | null | null | 7 | null | https://tech.serhatteker.com/post/2019-12/upgrade-python38-on-ubuntu/ | 2020-02-20T16:22:22Z | null | 2020-03-11T12:39:32Z | 2019-12-09T00:00:00Z | 2021-01-05T21:30:21Z | 2 | ['python', 'linux', 'ubuntu', 'unix'] | python, linux, ubuntu, unix | {'name': 'Serhat Teker', 'username': 'serhatteker', 'twitter_username': 'SerhatTeker', 'github_username': 'SerhatTeker', 'user_id': 188904, 'website_url': 'https://serhatteker.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,042 | |
article | 273,421 | When terminals were real tty’s | For my first Retro Saturday live stream, I chose working with a PDP-11 minicomputer. I don’t own a... | Mar 3 '20 | when-terminals-were-real-tty-s-26np | /geewiz/when-terminals-were-real-tty-s-26np | https://dev.to/geewiz/when-terminals-were-real-tty-s-26np | 0 | 10 | null | 2020-03-03T17:30:21Z | null | null | 10 | null | https://www.geewiz.dev/2020/03/03/when-terminals-were.html | 2020-03-03T17:25:18Z | null | 2020-03-03T17:30:21Z | 2020-03-03T17:17:00Z | 2020-03-03T17:17:00Z | 2 | ['retrocomputing', 'unix'] | retrocomputing, unix | {'name': 'Jochen Lillich', 'username': 'geewiz', 'twitter_username': 'Geewiz', 'github_username': 'geewiz', 'user_id': 145217, 'website_url': 'https://monospacementor.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazo... | null | null | 561,043 | |
article | 266,996 | How to exclude long lines in your grep results? | When we grep for anything on a Mac or Linux: grep -ri ContactComponent . the output can have r... | Feb 23 '20 | how-to-exclude-long-lines-in-your-grep-results-3908 | /kennethlum/how-to-exclude-long-lines-in-your-grep-results-3908 | https://dev.to/kennethlum/how-to-exclude-long-lines-in-your-grep-results-3908 | 0 | 5 | null | 2020-02-23T08:59:12Z | null | null | 5 | null | https://dev.to/kennethlum/how-to-exclude-long-lines-in-your-grep-results-3908 | 2020-02-23T08:59:12Z | 2020-05-05T08:36:01Z | null | 2020-02-23T08:59:12Z | 2020-02-23T08:59:12Z | 2 | ['grep', 'bash', 'unix'] | grep, bash, unix | {'name': 'Kenneth Lum', 'username': 'kennethlum', 'twitter_username': None, 'github_username': 'KennethKinLum', 'user_id': 340159, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2F... | null | null | 561,044 | |
article | 246,366 | How to remove Docker images? | How to remove one or more Docker images | Jan 24 '20 | how-to-remove-docker-images-9jh | /thnery/how-to-remove-docker-images-9jh | https://dev.to/thnery/how-to-remove-docker-images-9jh | 1 | 12 | null | 2020-01-24T17:25:14Z | null | null | 12 | null | https://dev.to/thnery/how-to-remove-docker-images-9jh | 2020-01-22T12:45:48Z | 2020-01-29T14:59:02Z | null | 2020-01-24T17:25:14Z | 2020-01-24T18:58:44Z | 3 | ['docker', 'unix', 'beginners', 'devops'] | docker, unix, beginners, devops | {'name': 'Tacio Nery', 'username': 'thnery', 'twitter_username': 'thnery_', 'github_username': 'thnery', 'user_id': 4150, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fpr... | null | null | 561,045 | |
article | 211,424 | Install Fonts in Linux | There may be different directories on different systems/distributions to install your fonts. To get... | Jan 15 '20 | install-fonts-in-linux-1m7c | /serhatteker/install-fonts-in-linux-1m7c | https://dev.to/serhatteker/install-fonts-in-linux-1m7c | 0 | 7 | null | 2020-01-15T15:39:39Z | null | null | 7 | null | https://tech.serhatteker.com/post/2019-10/install-font-linux/ | 2019-11-26T15:22:30Z | null | 2020-01-15T15:39:39Z | 2019-10-12T00:00:00Z | 2019-10-12T00:00:00Z | 1 | ['dotfiles', 'font', 'linux', 'unix'] | dotfiles, font, linux, unix | {'name': 'Serhat Teker', 'username': 'serhatteker', 'twitter_username': 'SerhatTeker', 'github_username': 'SerhatTeker', 'user_id': 188904, 'website_url': 'https://serhatteker.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,046 | |
article | 235,359 | EdPresso Roundup: Top 5 flavors | EdPresso shots are a new kind of Espresso shot but, instead of waking your body up with caffeine, the... | Jan 9 '20 | edpresso-roundup-top-5-flavors-4nkn | /educative/edpresso-roundup-top-5-flavors-4nkn | https://dev.to/educative/edpresso-roundup-top-5-flavors-4nkn | 0 | 7 | null | 2020-01-09T18:43:40Z | null | null | 7 | https://www.educative.io/blog/edpresso-roundup-top-5-flavors | 2020-01-09T18:43:40Z | null | null | 2020-01-09T18:43:40Z | 2020-01-09T18:43:40Z | 3 | ['oop', 'unix', 'java', 'python'] | oop, unix, java, python | {'name': 'Amanda Fawcett', 'username': 'amandaeducative', 'twitter_username': None, 'github_username': 'amandaeducative', 'user_id': 263040, 'website_url': 'https://www.educative.io/learn', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to... | {'name': 'Educative', 'username': 'educative', 'slug': 'educative', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F1212%2F1c8e5702-1b23-4184-9fde-803486a1d61c.png', 'pr... | null | 561,047 | ||
article | 230,132 | New Year, New Terminal: Alias Your Directories the Unix Way | This article covers how to alias your directories on Unix, and was originally published on my blog. A... | Jan 2 '20 | new-year-new-terminal-alias-your-directories-the-unix-way-4dal | /bendmyers/new-year-new-terminal-alias-your-directories-the-unix-way-4dal | https://dev.to/bendmyers/new-year-new-terminal-alias-your-directories-the-unix-way-4dal | 8 | 65 | 3,991 | 2020-01-02T02:15:14Z | null | null | 65 | https://blog.benmyers.dev/alias-directories-unix/ | 2020-01-02T02:06:08Z | 2020-01-02T17:32:10Z | null | 2020-01-02T02:15:14Z | 2020-11-30T14:48:14Z | 4 | ['bash', 'unix', 'terminal', 'shellscripting'] | bash, unix, terminal, shellscripting | {'name': 'Ben Myers', 'username': 'bendmyers', 'twitter_username': 'BenDMyers', 'github_username': 'BenDMyers', 'user_id': 225459, 'website_url': 'https://benmyers.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaw... | null | null | 561,048 | ||
article | 226,014 | How to add system call (syscall) to the kernel, compile and test it? | One of my example syscall methods will print Hello world to the kernel buffer. The second one gets P... | Dec 25 '19 | how-to-add-system-call-syscall-to-the-kernel-compile-and-test-it-3e6p | /omergulen/how-to-add-system-call-syscall-to-the-kernel-compile-and-test-it-3e6p | https://dev.to/omergulen/how-to-add-system-call-syscall-to-the-kernel-compile-and-test-it-3e6p | 10 | 52 | null | 2019-12-25T17:13:46Z | null | null | 52 | null | https://dev.to/omergulen/how-to-add-system-call-syscall-to-the-kernel-compile-and-test-it-3e6p | 2019-12-23T21:25:14Z | 2019-12-27T18:26:43Z | null | 2019-12-25T17:13:46Z | 2020-12-31T00:54:54Z | 6 | ['kernel', 'syscall', 'linux', 'unix'] | kernel, syscall, linux, unix | {'name': 'Ömer Gülen', 'username': 'omergulen', 'twitter_username': 'omergulenn', 'github_username': 'omergulen', 'user_id': 229624, 'website_url': 'https://omergulen.dev/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amaz... | null | null | 561,049 | |
article | 227,694 | How to add system call (syscall) that prints elapsed time of a process with given PID to the kernel and test it? | In my previous tutorial 👇 How to add system call (syscall) to... | Dec 27 '19 | how-to-add-system-call-syscall-that-prints-elapsed-time-of-a-process-with-given-pid-to-the-kernel-and-test-it-335c | /omergulen/how-to-add-system-call-syscall-that-prints-elapsed-time-of-a-process-with-given-pid-to-the-kernel-and-test-it-335c | https://dev.to/omergulen/how-to-add-system-call-syscall-that-prints-elapsed-time-of-a-process-with-given-pid-to-the-kernel-and-test-it-335c | 2 | 6 | null | 2019-12-27T18:18:52Z | null | null | 6 | null | https://dev.to/omergulen/how-to-add-system-call-syscall-that-prints-elapsed-time-of-a-process-with-given-pid-to-the-kernel-and-test-it-335c | 2019-12-27T18:18:52Z | null | null | 2019-12-27T18:18:52Z | 2020-08-15T08:48:27Z | 4 | ['kernel', 'unix', 'linux', 'tutorial'] | kernel, unix, linux, tutorial | {'name': 'Ömer Gülen', 'username': 'omergulen', 'twitter_username': 'omergulenn', 'github_username': 'omergulen', 'user_id': 229624, 'website_url': 'https://omergulen.dev/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amaz... | null | null | 561,050 | |
article | 223,022 | bash-boilerplate: enriching bash | For when you want your humble bash script to have a little more umph!, have at these hiqh level featu... | Dec 18 '19 | bash-boilerplate-enriching-bash-2693 | /andreipavel0/bash-boilerplate-enriching-bash-2693 | https://dev.to/andreipavel0/bash-boilerplate-enriching-bash-2693 | 0 | 12 | null | 2019-12-18T12:13:11Z | null | null | 12 | null | https://dev.to/andreipavel0/bash-boilerplate-enriching-bash-2693 | 2019-12-18T12:13:11Z | null | null | 2019-12-18T12:13:11Z | 2019-12-18T12:13:11Z | 2 | ['bash', 'boilerplate', 'spinner', 'unix'] | bash, boilerplate, spinner, unix | {'name': 'Andrei Pavel', 'username': 'andreipavel0', 'twitter_username': 'AndreiPavel0', 'github_username': 'andrei-pavel', 'user_id': 238698, 'website_url': 'https://andrei-pavel.github.io/resume', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F... | null | null | 561,051 | |
article | 193,665 | Figuring Out How Linux Commands Work: uptime | What is uptime ? Linux has a few nifty little commands like cat, top, ls. One particular c... | Nov 9 '19 | writing-an-uptime-clone-in-rust-3fld | /delta_maniac/writing-an-uptime-clone-in-rust-3fld | https://dev.to/delta_maniac/writing-an-uptime-clone-in-rust-3fld | 0 | 35 | null | 2019-11-09T06:03:03Z | null | null | 35 | null | https://dev.to/delta_maniac/writing-an-uptime-clone-in-rust-3fld | 2019-10-23T15:43:31Z | 2021-05-14T15:10:46Z | null | 2019-11-09T06:03:03Z | 2019-11-09T06:03:03Z | 13 | ['rust', 'bash', 'tutorial', 'unix'] | rust, bash, tutorial, unix | {'name': 'Harikrishnan Menon', 'username': 'delta_maniac', 'twitter_username': 'Delta_Maniac', 'github_username': 'DeltaManiac', 'user_id': 1038, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.c... | null | null | 561,052 | |
article | 193,022 | How to browse the web in the terminal - W3M (Instructional Video) | Turn your Terminal into a web browser The tool covered in this video is called w3m and it... | Oct 22 '19 | how-to-browse-the-web-in-the-terminal-w3m-instructional-video-1m6p | /kardelio/how-to-browse-the-web-in-the-terminal-w3m-instructional-video-1m6p | https://dev.to/kardelio/how-to-browse-the-web-in-the-terminal-w3m-instructional-video-1m6p | 3 | 7 | null | 2019-10-22T14:02:54Z | null | null | 7 | https://dev.to/kardelio/how-to-browse-the-web-in-the-terminal-w3m-instructional-video-1m6p | 2019-10-22T12:58:55Z | null | null | 2019-10-22T14:02:54Z | 2020-05-23T04:30:25Z | 2 | ['unix', 'terminal', 'linux'] | unix, terminal, linux | {'name': 'Benjamin Kadel', 'username': 'kardelio', 'twitter_username': None, 'github_username': 'Kardelio', 'user_id': 216268, 'website_url': 'https://www.youtube.com/channel/UCMz9lmndR0BEqi70kM_ioyA', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A... | null | null | 561,053 | ||
article | 191,101 | My bitesize Unix tutorial (with pixel art)
| While it might not be everyone’s cup of tea, Unix command line is incredibly useful to learn. Unix-ba... | Oct 18 '19 | my-bitesize-unix-tutorial-with-pixel-art-9hh | /scottydocs/my-bitesize-unix-tutorial-with-pixel-art-9hh | https://dev.to/scottydocs/my-bitesize-unix-tutorial-with-pixel-art-9hh | 2 | 21 | null | 2019-10-18T12:33:51Z | null | null | 21 | https://dev.to/scottydocs/my-bitesize-unix-tutorial-with-pixel-art-9hh | 2019-10-18T12:13:36Z | null | null | 2019-10-18T12:33:51Z | 2021-07-06T08:58:31Z | 7 | ['unix', 'linux', 'tutorial', 'beginners'] | unix, linux, tutorial, beginners | {'name': 'James.Scott', 'username': 'scottydocs', 'twitter_username': 'scottydocs', 'github_username': 'scottydocs', 'user_id': 243892, 'website_url': 'https://thestrangeroots.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,054 | ||
article | 180,348 | Vim quickies/ cheatsheet | Vim Cheatsheet Contents Generally helpful stuff Navigating around text Working... | Sep 30 '19 | vim-quickies-cheatsheet-30gm | /rubiin/vim-quickies-cheatsheet-30gm | https://dev.to/rubiin/vim-quickies-cheatsheet-30gm | 28 | 221 | null | 2019-09-30T07:44:24Z | null | null | 221 | https://dev.to/rubiin/vim-quickies-cheatsheet-30gm | 2019-09-30T07:44:24Z | 2019-11-24T12:40:53Z | null | 2019-09-30T07:44:24Z | 2020-06-10T17:08:45Z | 2 | ['vim', 'unix', 'linux'] | vim, unix, linux | {'name': 'Rubin', 'username': 'rubiin', 'twitter_username': None, 'github_username': 'rubiin', 'user_id': 49790, 'website_url': 'https://rubiin.vercel.app', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploa... | null | null | 561,055 | ||
article | 189,288 | How to walk through the file system faster | How much time do you spend surfing through the file system? Some people might prefer the visual inter... | Oct 15 '19 | how-to-walk-through-the-file-system-faster-3a2l | /nerdia/how-to-walk-through-the-file-system-faster-3a2l | https://dev.to/nerdia/how-to-walk-through-the-file-system-faster-3a2l | 1 | 11 | 2,741 | 2019-10-15T08:09:13Z | null | null | 11 | https://nerdia.io/learn/how-to-use-the-file-system-faster | 2019-10-15T08:05:06Z | 2019-10-15T10:12:48Z | null | 2019-10-15T08:09:13Z | 2019-10-15T08:40:59Z | 2 | ['productivity', 'todayilearned', 'bash', 'unix'] | productivity, todayilearned, bash, unix | {'name': 'Max Koshel', 'username': 'omhead', 'twitter_username': None, 'github_username': 'maxkoshel', 'user_id': 244406, 'website_url': 'https://nerdia.io', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuplo... | {'name': 'Nerdia', 'username': 'nerdia', 'slug': 'nerdia', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F1311%2F471d2c29-d186-4ba0-8840-f50b48255b29.jpg', 'profile_ima... | {'name': 'todayilearned', 'bg_color_hex': '#ffedc9', 'text_color_hex': '#820000'} | 561,056 | ||
article | 181,014 | Docker basics/ cheatsheet | Create image using this directory's Dockerfile docker build -t Run mapping... | Oct 1 '19 | docker-basics-cheatsheet-2mm4 | /rubiin/docker-basics-cheatsheet-2mm4 | https://dev.to/rubiin/docker-basics-cheatsheet-2mm4 | 0 | 16 | null | 2019-10-01T13:56:50Z | null | null | 16 | https://dev.to/rubiin/docker-basics-cheatsheet-2mm4 | 2019-10-01T13:56:50Z | 2019-10-01T13:57:27Z | null | 2019-10-01T13:56:50Z | 2019-10-01T13:56:50Z | 1 | ['docker', 'containers', 'unix'] | docker, containers, unix | {'name': 'Rubin', 'username': 'rubiin', 'twitter_username': None, 'github_username': 'rubiin', 'user_id': 49790, 'website_url': 'https://rubiin.vercel.app', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploa... | null | null | 561,057 | ||
article | 173,886 | Fun unix basics with fortune and cowsay | unix tee fortune cowsay | Sep 27 '19 | fun-unix-basics-with-fortune-and-cowsay-2okf | /airbr/fun-unix-basics-with-fortune-and-cowsay-2okf | https://dev.to/airbr/fun-unix-basics-with-fortune-and-cowsay-2okf | 1 | 14 | null | 2019-09-27T02:36:01Z | null | null | 14 | null | https://dev.to/airbr/fun-unix-basics-with-fortune-and-cowsay-2okf | 2019-09-21T22:54:54Z | null | null | 2019-09-27T02:36:01Z | 2020-01-06T04:38:05Z | 2 | ['unix', 'pipe', 'cowsay', 'fortune'] | unix, pipe, cowsay, fortune | {'name': 'Morgan Murrah', 'username': 'airbr', 'twitter_username': None, 'github_username': 'airbr', 'user_id': 18045, 'website_url': 'https://morganwebdev.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2F... | null | null | 561,058 | |
article | 172,217 | Must have tool for a Terminal User - FZF "Terminal Fuzzy Finder" [Video Included] | fzf is amazing, let me tell you and show you (video at end) why! fzf is a Terminal Fuzzy Finder, tha... | Sep 17 '19 | must-have-tool-for-a-terminal-user-fzf-terminal-fuzzy-finder-video-included-4n08 | /kardelio/must-have-tool-for-a-terminal-user-fzf-terminal-fuzzy-finder-video-included-4n08 | https://dev.to/kardelio/must-have-tool-for-a-terminal-user-fzf-terminal-fuzzy-finder-video-included-4n08 | 0 | 10 | null | 2019-09-17T20:31:51Z | null | null | 10 | null | https://dev.to/kardelio/must-have-tool-for-a-terminal-user-fzf-terminal-fuzzy-finder-video-included-4n08 | 2019-09-17T20:30:08Z | null | null | 2019-09-17T20:31:51Z | 2019-09-17T20:31:51Z | 4 | ['terminal', 'unix', 'linux', 'devops'] | terminal, unix, linux, devops | {'name': 'Benjamin Kadel', 'username': 'kardelio', 'twitter_username': None, 'github_username': 'Kardelio', 'user_id': 216268, 'website_url': 'https://www.youtube.com/channel/UCMz9lmndR0BEqi70kM_ioyA', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A... | null | null | 561,059 | |
article | 162,532 | How do *you* pronounce sudo? | Not necessarily how it's "supposed" to be pronounced, what do you say? (in your head or aloud) H... | Aug 27 '19 | how-do-you-pronounce-sudo-4ipe | /ben/how-do-you-pronounce-sudo-4ipe | https://dev.to/ben/how-do-you-pronounce-sudo-4ipe | 125 | 91 | null | 2019-08-27T15:59:24Z | null | null | 91 | null | https://dev.to/ben/how-do-you-pronounce-sudo-4ipe | 2019-08-27T15:55:26Z | null | null | 2019-08-27T15:59:24Z | 2025-02-24T15:07:54Z | 1 | ['discuss', 'unix', 'linux', 'cli'] | discuss, unix, linux, cli | {'name': 'Ben Halpern', 'username': 'ben', 'twitter_username': 'bendhalpern', 'github_username': 'benhalpern', 'user_id': 1, 'website_url': 'http://benhalpern.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com... | null | {'name': 'discuss', 'bg_color_hex': '#71EA8B', 'text_color_hex': '#FFFFFF'} | 561,060 | |
article | 165,630 | [Video] Shell script using ADB (Android Debug Bridge) to automate a repetitive task | Another relatively quick video to highlight the power of writing scripts to automate boring & rep... | Sep 3 '19 | video-shell-script-using-adb-android-debug-bridge-to-automate-a-repetitive-task-4145 | /kardelio/video-shell-script-using-adb-android-debug-bridge-to-automate-a-repetitive-task-4145 | https://dev.to/kardelio/video-shell-script-using-adb-android-debug-bridge-to-automate-a-repetitive-task-4145 | 0 | 7 | null | 2019-09-03T20:42:36Z | null | null | 7 | https://dev.to/kardelio/video-shell-script-using-adb-android-debug-bridge-to-automate-a-repetitive-task-4145 | 2019-09-03T20:42:36Z | 2019-09-03T20:46:21Z | null | 2019-09-03T20:42:36Z | 2019-09-03T20:42:36Z | 2 | ['android', 'unix', 'script', 'devops'] | android, unix, script, devops | {'name': 'Benjamin Kadel', 'username': 'kardelio', 'twitter_username': None, 'github_username': 'Kardelio', 'user_id': 216268, 'website_url': 'https://www.youtube.com/channel/UCMz9lmndR0BEqi70kM_ioyA', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A... | null | null | 561,061 | ||
article | 155,833 | Top Linux Commands | Linux is one of the most popular operating systems with an extensive user-base around the world, most... | Aug 13 '19 | top-linux-commands-550c | /puttygen/top-linux-commands-550c | https://dev.to/puttygen/top-linux-commands-550c | 1 | 17 | null | 2019-08-13T09:16:58Z | null | null | 17 | null | https://www.puttygen.com/linux-commands | 2019-08-13T09:16:58Z | null | null | 2019-08-13T09:16:58Z | 2019-08-13T13:14:58Z | 3 | ['linux', 'commands', 'unix'] | linux, commands, unix | {'name': 'PuTTYgen', 'username': 'puttygen', 'twitter_username': None, 'github_username': 'superputtysoftware', 'user_id': 211459, 'website_url': 'https://puttygen.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaw... | null | null | 561,062 | |
article | 152,086 | Intro to ps command | The aim of the article is to give an idea about ps command and various option it is used to run. I ha... | Aug 6 '19 | intro-to-ps-command-fh0 | /ajayatgit/intro-to-ps-command-fh0 | https://dev.to/ajayatgit/intro-to-ps-command-fh0 | 0 | 7 | null | 2019-08-06T23:09:54Z | null | null | 7 | null | https://dev.to/ajayatgit/intro-to-ps-command-fh0 | 2019-08-03T22:17:48Z | 2019-08-10T21:23:53Z | null | 2019-08-06T23:09:54Z | 2019-08-06T23:09:54Z | 3 | ['linux', 'unix', 'ps'] | linux, unix, ps | {'name': 'Ajay Singh', 'username': 'ajayatgit', 'twitter_username': None, 'github_username': 'ajayatgit', 'user_id': 101249, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2... | null | null | 561,063 | |
article | 147,098 | SmartOS Zone Networking on Packet | Running SmartOS on Packet is a well-documented, supported option for production-grade deployments... | Dec 31 '19 | smartos-zone-networking-on-packet-n51 | /jmarhee/smartos-zone-networking-on-packet-n51 | https://dev.to/jmarhee/smartos-zone-networking-on-packet-n51 | 0 | 6 | null | 2019-12-31T09:10:35Z | null | null | 6 | null | https://medium.com/@jmarhee/smartos-zone-networking-on-packet-be56f47a5aa4 | 2019-07-23T23:24:55Z | null | 2019-12-31T09:10:35Z | 2019-07-23T22:51:01Z | 2019-07-23T22:51:01Z | 3 | ['networking', 'illumos', 'smartos', 'unix'] | networking, illumos, smartos, unix | {'name': 'Joseph D. Marhee', 'username': 'jmarhee', 'twitter_username': 'jmarhee', 'github_username': 'jmarhee', 'user_id': 31737, 'website_url': 'https://josephmarhee.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amaz... | null | null | 561,064 | |
article | 130,249 | Writing Your First PAM Module | Pluggable Authentication for the Masses Recently I was talking with someone who expressed... | Jun 30 '19 | writing-your-first-pam-module-1bk | /rkeene/writing-your-first-pam-module-1bk | https://dev.to/rkeene/writing-your-first-pam-module-1bk | 0 | 6 | null | 2019-06-30T15:36:10Z | null | null | 6 | null | https://rkeene.org/projects/info/wiki/222 | 2019-06-30T15:36:10Z | 2019-06-30T16:31:44Z | null | 2019-06-30T15:36:10Z | 2019-06-30T15:36:10Z | 7 | ['unix', 'programming', 'c'] | unix, programming, c | {'name': 'Roy Keene', 'username': 'rkeene', 'twitter_username': None, 'github_username': 'rkeene', 'user_id': 187705, 'website_url': 'https://rkeene.org/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fupload... | null | null | 561,065 | |
article | 108,808 | What are your five most used terminal commands? | community post to share our most used terminal commands. | May 15 '19 | what-are-your-five-most-used-terminal-commands-1hmd | /ecologic/what-are-your-five-most-used-terminal-commands-1hmd | https://dev.to/ecologic/what-are-your-five-most-used-terminal-commands-1hmd | 101 | 162 | null | 2019-05-15T12:59:49Z | null | null | 162 | null | https://dev.to/ecologic/what-are-your-five-most-used-terminal-commands-1hmd | 2019-05-15T12:59:39Z | null | null | 2019-05-15T12:59:49Z | 2025-01-22T03:02:58Z | 1 | ['linux', 'terminal', 'unix', 'discuss'] | linux, terminal, unix, discuss | {'name': 'riscie', 'username': 'riscie', 'twitter_username': 'Langhard', 'github_username': None, 'user_id': 4301, 'website_url': 'http://www.ecologic.ch', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fupload... | {'name': 'EcoLogic', 'username': 'ecologic', 'slug': 'ecologic', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F733%2F434c65fa-f905-4ef8-9652-a945d5f449ce.png', 'profil... | {'name': 'discuss', 'bg_color_hex': '#71EA8B', 'text_color_hex': '#FFFFFF'} | 561,066 | |
article | 114,828 | Using Kakoune as a Query Browser | Unixing together a query browser with Kakoune and Postgres | May 27 '19 | using-kakoune-as-a-query-browser-2j72 | /staab/using-kakoune-as-a-query-browser-2j72 | https://dev.to/staab/using-kakoune-as-a-query-browser-2j72 | 0 | 6 | 1,030 | 2019-05-27T20:58:25Z | null | null | 6 | null | https://dev.to/staab/using-kakoune-as-a-query-browser-2j72 | 2019-05-27T20:50:19Z | 2019-06-04T17:24:46Z | null | 2019-05-27T20:58:25Z | 2019-05-27T20:58:25Z | 3 | ['kakoune', 'postgres', 'unix', 'entr'] | kakoune, postgres, unix, entr | {'name': 'Jon Staab', 'username': 'staab', 'twitter_username': 'SanStaab', 'github_username': 'staab', 'user_id': 144781, 'website_url': 'http://staab.github.io/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%... | null | null | 561,067 | |
article | 96,305 | Learning about Unix File Permissions | A run through my debugging process when trying to understand Bash terminal errors. | Apr 1 '19 | learning-about-unix-file-permissions-54h | /ackers93/learning-about-unix-file-permissions-54h | https://dev.to/ackers93/learning-about-unix-file-permissions-54h | 1 | 10 | null | 2019-04-01T22:13:38Z | null | null | 10 | null | https://dev.to/ackers93/learning-about-unix-file-permissions-54h | 2019-04-01T20:24:50Z | 2020-05-07T19:23:37Z | null | 2019-04-01T22:13:38Z | 2019-12-21T02:35:47Z | 4 | ['unix'] | unix | {'name': 'Andrew Ackerman', 'username': 'ackers93', 'twitter_username': 'ackers93', 'github_username': 'ackers93', 'user_id': 139498, 'website_url': 'https://ackers.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazona... | null | null | 561,068 | |
article | 94,388 | 12 languages in 12 months: ionice for Mac OS, in C | Setting IO priority on Mac OS, and being a polyglot | Mar 26 '19 | 12-languages-in-12-months-ionice-for-mac-os-in-c-4chj | /drhyde/12-languages-in-12-months-ionice-for-mac-os-in-c-4chj | https://dev.to/drhyde/12-languages-in-12-months-ionice-for-mac-os-in-c-4chj | 0 | 7 | null | 2019-03-26T11:52:33Z | null | null | 7 | null | https://dev.to/drhyde/12-languages-in-12-months-ionice-for-mac-os-in-c-4chj | 2019-03-26T11:52:33Z | null | null | 2019-03-26T11:52:33Z | 2019-03-26T11:52:33Z | 3 | ['c', 'scheduling', 'unix'] | c, scheduling, unix | {'name': 'David Cantrell', 'username': 'drhyde', 'twitter_username': None, 'github_username': 'DrHyde', 'user_id': 98675, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fpr... | null | null | 561,069 | |
article | 83,187 | Problem solving with Unix commands | Solving a specific text problem step by step with Unix commands | Feb 15 '19 | problem-solving-with-unix-commands-4j8l | /vegarsti/problem-solving-with-unix-commands-4j8l | https://dev.to/vegarsti/problem-solving-with-unix-commands-4j8l | 0 | 19 | null | 2019-02-15T20:40:59Z | null | null | 19 | null | http://vegardstikbakke.com/unix/ | 2019-02-15T20:39:29Z | 2019-02-15T20:50:26Z | null | 2019-02-15T20:40:59Z | 2019-02-15T20:40:59Z | 4 | ['unix'] | unix | {'name': 'Vegard Stikbakke', 'username': 'vegarsti', 'twitter_username': None, 'github_username': 'vegarsti', 'user_id': 136692, 'website_url': 'http://vegardstikbakke.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amaz... | null | null | 561,070 | |
article | 82,969 | Setting up a simple DNS server | Right after I’ve configured the FTP server, I wanted to be able to “name” my server and so I’ve... | Feb 14 '19 | setting-up-a-simple-dns-server-365l | /nuculabs_dev/setting-up-a-simple-dns-server-365l | https://dev.to/nuculabs_dev/setting-up-a-simple-dns-server-365l | 1 | 11 | null | 2019-02-14T18:01:55Z | null | null | 11 | null | https://dev.to/nuculabs_dev/setting-up-a-simple-dns-server-365l | 2019-02-14T18:01:43Z | 2019-04-16T10:59:34Z | null | 2019-02-14T18:01:55Z | 2019-11-21T03:52:34Z | 2 | ['linux', 'homelab', 'unix', 'beginners'] | linux, homelab, unix, beginners | {'name': 'Nucu Labs', 'username': 'nuculabs_dev', 'twitter_username': 'nuculabs', 'github_username': 'dnutiu', 'user_id': 125718, 'website_url': 'https://nuculabs.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws... | null | null | 561,071 | |
article | 82,516 | The beginning of my home lab journey | Hello everyone! After following the /r/homelab reddit for a while I’ve decided to give it a try and... | Feb 12 '19 | the-beginning-of-my-home-lab-journey-425e | /nuculabs_dev/the-beginning-of-my-home-lab-journey-425e | https://dev.to/nuculabs_dev/the-beginning-of-my-home-lab-journey-425e | 0 | 10 | null | 2019-02-12T16:33:38Z | null | null | 10 | null | https://dev.to/nuculabs_dev/the-beginning-of-my-home-lab-journey-425e | 2019-02-12T16:32:23Z | 2019-04-16T11:00:06Z | null | 2019-02-12T16:33:38Z | 2019-02-12T16:33:38Z | 3 | ['linux', 'homelab', 'unix', 'beginners'] | linux, homelab, unix, beginners | {'name': 'Nucu Labs', 'username': 'nuculabs_dev', 'twitter_username': 'nuculabs', 'github_username': 'dnutiu', 'user_id': 125718, 'website_url': 'https://nuculabs.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws... | null | null | 561,072 | |
article | 82,529 | Installing and configuring a FTP server | How to install and configure an anonymous FTP server | Feb 12 '19 | installing-and-configuring-a-ftp-server-47fm | /nuculabs_dev/installing-and-configuring-a-ftp-server-47fm | https://dev.to/nuculabs_dev/installing-and-configuring-a-ftp-server-47fm | 0 | 8 | null | 2019-02-12T17:37:30Z | null | null | 8 | null | https://dev.to/nuculabs_dev/installing-and-configuring-a-ftp-server-47fm | 2019-02-12T17:36:03Z | 2019-04-16T10:59:57Z | null | 2019-02-12T17:37:30Z | 2019-02-12T17:37:30Z | 4 | ['linux', 'homelab', 'unix', 'beginners'] | linux, homelab, unix, beginners | {'name': 'Nucu Labs', 'username': 'nuculabs_dev', 'twitter_username': 'nuculabs', 'github_username': 'dnutiu', 'user_id': 125718, 'website_url': 'https://nuculabs.dev', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws... | null | null | 561,073 | |
article | 79,095 | Swiss Army knife for Unix permissions | Swiss Army knife for Unix permissions | Jan 30 '19 | swiss-army-knife-for-unix-permissions-3fcj | /ehmicky/swiss-army-knife-for-unix-permissions-3fcj | https://dev.to/ehmicky/swiss-army-knife-for-unix-permissions-3fcj | 0 | 6 | null | 2019-01-30T18:10:06Z | null | null | 6 | null | https://dev.to/ehmicky/swiss-army-knife-for-unix-permissions-3fcj | 2019-01-30T18:10:06Z | 2019-01-30T18:11:42Z | null | 2019-01-30T18:10:06Z | 2019-01-30T18:10:06Z | 1 | ['unix', 'security', 'node', 'javascript'] | unix, security, node, javascript | {'name': 'ehmicky', 'username': 'ehmicky', 'twitter_username': None, 'github_username': 'ehmicky', 'user_id': 130754, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofil... | null | null | 561,074 | |
article | 71,425 | The difference between "binary" and "text" files | Exploring the difference between "binary" and "text" files. | Dec 30 '18 | what-is-a-binary-file-2cf5 | /sharkdp/what-is-a-binary-file-2cf5 | https://dev.to/sharkdp/what-is-a-binary-file-2cf5 | 10 | 120 | null | 2018-12-30T15:34:04Z | null | null | 120 | null | https://dev.to/sharkdp/what-is-a-binary-file-2cf5 | 2018-12-30T11:09:57Z | 2019-01-09T07:36:50Z | null | 2018-12-30T15:34:04Z | 2025-01-31T12:15:26Z | 5 | ['binary', 'text', 'encoding', 'unix'] | binary, text, encoding, unix | {'name': 'David Peter', 'username': 'sharkdp', 'twitter_username': None, 'github_username': 'sharkdp', 'user_id': 95033, 'website_url': 'https://david-peter.de', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2F... | null | null | 561,075 | |
article | 61,274 | The Unix way... or why you actually want to use Vim | Using Vim is not (just) about impressing your friends with your knowledge of exciting commands. It's more about Unix... | Nov 9 '18 | the-unix-way-or-why-you-actually-want-to-use-vim-3n8p | /gypsydave5/the-unix-way-or-why-you-actually-want-to-use-vim-3n8p | https://dev.to/gypsydave5/the-unix-way-or-why-you-actually-want-to-use-vim-3n8p | 38 | 224 | null | 2018-11-09T10:49:30Z | null | null | 224 | https://dev.to/gypsydave5/the-unix-way-or-why-you-actually-want-to-use-vim-3n8p | 2018-11-08T17:17:57Z | 2018-11-09T13:27:54Z | null | 2018-11-09T10:49:30Z | 2020-07-16T21:48:37Z | 6 | ['vim', 'unix', 'productivity', 'bash'] | vim, unix, productivity, bash | {'name': 'David Wickes', 'username': 'gypsydave5', 'twitter_username': 'gypsydave5', 'github_username': 'gypsydave5', 'user_id': 67380, 'website_url': 'https://blog.gypsydave5.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,076 | ||
article | 57,035 | Add hard disk to VMware CentOS 7 VM | Step-by-Step Pictorial guide to add disk space to a CentOS 7 VM hosted on VMware | Oct 26 '18 | add-hard-disk-to-vmware-centos-7-vm-22m8 | /juttayaya/add-hard-disk-to-vmware-centos-7-vm-22m8 | https://dev.to/juttayaya/add-hard-disk-to-vmware-centos-7-vm-22m8 | 3 | 21 | null | 2018-10-26T16:23:58Z | null | null | 21 | https://dev.to/juttayaya/add-hard-disk-to-vmware-centos-7-vm-22m8 | 2018-10-25T13:25:38Z | 2018-10-26T16:29:58Z | null | 2018-10-26T16:23:58Z | 2023-06-28T05:14:57Z | 3 | ['vmware', 'centos', 'unix'] | vmware, centos, unix | {'name': 'Jirawat Uttayaya', 'username': 'juttayaya', 'twitter_username': None, 'github_username': 'juttayaya', 'user_id': 76535, 'website_url': 'http://javajirawat.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazon... | null | null | 561,077 | ||
article | 49,800 | Achievement Deserialized! | Finally conquered C deserialization! I figured out that a function was setting the address of a main... | Sep 15 '18 | achievement-deserialized-5d10 | /madsalama/achievement-deserialized-5d10 | https://dev.to/madsalama/achievement-deserialized-5d10 | 2 | 8 | null | 2018-09-15T11:11:37Z | null | null | 8 | null | https://dev.to/madsalama/achievement-deserialized-5d10 | 2018-09-15T11:11:24Z | 2018-09-15T11:49:43Z | null | 2018-09-15T11:11:37Z | 2018-09-15T15:44:47Z | 1 | ['c', 'unix', 'linux', 'beginners'] | c, unix, linux, beginners | {'name': 'Mahmoud Salama', 'username': 'madsalama', 'twitter_username': None, 'github_username': 'madsalama', 'user_id': 94925, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuse... | null | null | 561,078 | |
article | 47,981 | Gopei explained | Basically installing Go working environment means downloading the compiler from https://golang.org,... | Sep 6 '18 | gopei-explained-3p7g | /geosoft1/gopei-explained-3p7g | https://dev.to/geosoft1/gopei-explained-3p7g | 1 | 8 | null | 2018-09-06T08:17:56Z | null | null | 8 | null | https://dev.to/geosoft1/gopei-explained-3p7g | 2018-09-06T08:17:56Z | 2021-11-19T21:03:02Z | null | 2018-09-06T08:17:56Z | 2024-10-17T10:25:54Z | 3 | ['go', 'unix', 'linux', 'bash'] | go, unix, linux, bash | {'name': 'George Calianu', 'username': 'geosoft1', 'twitter_username': 'georgecalianu', 'github_username': 'geosoft1', 'user_id': 73259, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuplo... | null | null | 561,079 | |
article | 38,429 | In case you missed it! | stuff you may have missed while you were on holiday | Jul 9 '18 | in-case-you-missed-it--31kl | /osninja_io/in-case-you-missed-it--31kl | https://dev.to/osninja_io/in-case-you-missed-it--31kl | 0 | 7 | null | 2018-07-09T20:54:32Z | null | null | 7 | https://dev.to/osninja_io/in-case-you-missed-it--31kl | 2018-07-09T20:54:32Z | 2018-07-13T19:37:58Z | null | 2018-07-09T20:54:32Z | 2018-07-09T20:54:32Z | 1 | ['docker', 'containers', 'unix', 'bro'] | docker, containers, unix, bro | {'name': 'The OpenShift Ninja', 'username': 'osninja_io', 'twitter_username': 'OpenShiftNinja', 'github_username': 'openshiftninja', 'user_id': 70671, 'website_url': 'https://blog.osninja.io', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev... | null | null | 561,081 | ||
article | 36,410 | Useful commands to check directories and files size | Commands to check directory and file size | Jun 24 '18 | useful-commands-to-check-directory-size-1gkj | /pavlosisaris/useful-commands-to-check-directory-size-1gkj | https://dev.to/pavlosisaris/useful-commands-to-check-directory-size-1gkj | 11 | 108 | null | 2018-06-24T07:25:03Z | null | null | 108 | https://dev.to/pavlosisaris/useful-commands-to-check-directory-size-1gkj | 2018-06-24T07:10:44Z | 2018-06-26T08:46:16Z | null | 2018-06-24T07:25:03Z | 2023-01-03T04:27:23Z | 2 | ['unix', 'linux', 'linuxcommands', 'maccommands'] | unix, linux, linuxcommands, maccommands | {'name': 'Paul Isaris', 'username': 'pavlosisaris', 'twitter_username': 'paulisaris', 'github_username': 'PavlosIsaris', 'user_id': 35635, 'website_url': 'https://paulisaris.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.... | null | null | 561,082 | ||
article | 70,010 | Looking at the stack trace for `ls` | You know what Mondays mean. A new blog post! I’m trying something new this week. Instead of writing... | May 7 '18 | looking-at-the-stack-trace-for-ls-1701 | /captainsafia/looking-at-the-stack-trace-for-ls-1701 | https://dev.to/captainsafia/looking-at-the-stack-trace-for-ls-1701 | 0 | 7 | null | 2018-05-07T12:58:01Z | null | null | 7 | null | https://dev.to/captainsafia/looking-at-the-stack-trace-for-ls-1701 | 2018-05-07T12:58:01Z | null | null | 2018-05-07T12:58:01Z | 2018-05-07T12:58:01Z | 2 | ['unix', 'linux'] | unix, linux | {'name': 'Safia Abdalla', 'username': 'captainsafia', 'twitter_username': 'captainsafia', 'github_username': 'captainsafia', 'user_id': 37984, 'website_url': 'https://safia.rocks/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,083 | |
article | 70,009 | What do `cp` and `mv` do under the hood? | Another Friday, another blog post! Can you believe I’ve written around 50 blog posts in the last four... | May 4 '18 | what-do-cp-and-mv-do-under-the-hood-3k2a | /captainsafia/what-do-cp-and-mv-do-under-the-hood-3k2a | https://dev.to/captainsafia/what-do-cp-and-mv-do-under-the-hood-3k2a | 0 | 5 | null | 2018-05-04T13:27:29Z | null | null | 5 | null | https://dev.to/captainsafia/what-do-cp-and-mv-do-under-the-hood-3k2a | 2018-05-04T13:27:29Z | null | null | 2018-05-04T13:27:29Z | 2018-05-04T13:27:29Z | 3 | ['linux', 'unix'] | linux, unix | {'name': 'Safia Abdalla', 'username': 'captainsafia', 'twitter_username': 'captainsafia', 'github_username': 'captainsafia', 'user_id': 37984, 'website_url': 'https://safia.rocks/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,084 | |
article | 70,008 | I finally figured out how Unix redirection works under the hood | In the last blog post, I decided to look into Unix redirection. Towards the end of it, I ended up bei... | May 2 '18 | i-finally-figured-out-how-unix-redirection-works-under-the-hood-58ni | /captainsafia/i-finally-figured-out-how-unix-redirection-works-under-the-hood-58ni | https://dev.to/captainsafia/i-finally-figured-out-how-unix-redirection-works-under-the-hood-58ni | 0 | 7 | null | 2018-05-02T23:48:51Z | null | null | 7 | null | https://dev.to/captainsafia/i-finally-figured-out-how-unix-redirection-works-under-the-hood-58ni | 2018-05-02T23:48:51Z | null | null | 2018-05-02T23:48:51Z | 2018-05-02T23:48:51Z | 6 | ['unix', 'linux'] | unix, linux | {'name': 'Safia Abdalla', 'username': 'captainsafia', 'twitter_username': 'captainsafia', 'github_username': 'captainsafia', 'user_id': 37984, 'website_url': 'https://safia.rocks/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,085 | |
article | 70,006 | What happens when you run `cp` on the command line? | It’s time for another edition of whatever the heck this is! After the deep dives I took into the Git... | Apr 27 '18 | what-happens-when-you-run-cp-on-the-command-line-7ae | /captainsafia/what-happens-when-you-run-cp-on-the-command-line-7ae | https://dev.to/captainsafia/what-happens-when-you-run-cp-on-the-command-line-7ae | 0 | 5 | null | 2018-04-27T22:13:35Z | null | null | 5 | null | https://dev.to/captainsafia/what-happens-when-you-run-cp-on-the-command-line-7ae | 2018-04-27T22:13:35Z | null | null | 2018-04-27T22:13:35Z | 2018-04-27T22:13:35Z | 5 | ['unix', 'linux'] | unix, linux | {'name': 'Safia Abdalla', 'username': 'captainsafia', 'twitter_username': 'captainsafia', 'github_username': 'captainsafia', 'user_id': 37984, 'website_url': 'https://safia.rocks/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,086 | |
article | 70,005 | Peeking into `pwd` | Oh my gosh. Can I really keep up with this? I’m gonna be honest with you, fair reader, working a full... | Apr 26 '18 | peeking-into-pwd-4236 | /captainsafia/peeking-into-pwd-4236 | https://dev.to/captainsafia/peeking-into-pwd-4236 | 1 | 7 | null | 2018-04-26T01:41:29Z | null | null | 7 | null | https://dev.to/captainsafia/peeking-into-pwd-4236 | 2018-04-26T01:41:29Z | null | null | 2018-04-26T01:41:29Z | 2023-03-21T12:33:29Z | 4 | ['unix', 'linux'] | unix, linux | {'name': 'Safia Abdalla', 'username': 'captainsafia', 'twitter_username': 'captainsafia', 'github_username': 'captainsafia', 'user_id': 37984, 'website_url': 'https://safia.rocks/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,087 | |
article | 27,337 | Weekly Command: going over Git history with tig | There are many UI utilities that allow you to explore a Git repository, but for me, nothing beats tig... | Apr 19 '18 | weekly-command-going-over-git-history-with-tig-4ajp | /roperzh/weekly-command-going-over-git-history-with-tig-4ajp | https://dev.to/roperzh/weekly-command-going-over-git-history-with-tig-4ajp | 0 | 8 | null | 2018-04-19T20:26:01Z | null | null | 8 | null | https://monades.roperzh.com/weekly-command-going-over-git-history-with-tig/ | 2018-04-19T18:21:46Z | null | 2018-04-19T20:26:01Z | 2018-04-19T02:41:39Z | 2018-04-19T02:41:39Z | 1 | ['unix', 'git'] | unix, git | {'name': 'Roberto Dip', 'username': 'roperzh', 'twitter_username': 'roperzh', 'github_username': 'roperzh', 'user_id': 1369, 'website_url': 'https://monades.roperzh.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazona... | null | null | 561,088 | |
article | 27,247 | Luck in Software Development, Part 1 | Software Development isn't purely about skill | Apr 19 '18 | luck-in-software-development-part-1-4f2 | /dexygen/luck-in-software-development-part-1-4f2 | https://dev.to/dexygen/luck-in-software-development-part-1-4f2 | 1 | 7 | null | 2018-04-19T04:02:52Z | null | null | 7 | null | https://dev.to/dexygen/luck-in-software-development-part-1-4f2 | 2018-04-19T04:02:35Z | 2019-12-14T13:49:22Z | null | 2018-04-19T04:02:52Z | 2018-04-20T04:57:19Z | 3 | ['programming', 'coding', 'unix'] | programming, coding, unix | {'name': 'George Jempty', 'username': 'dexygen', 'twitter_username': None, 'github_username': 'dexygen', 'user_id': 67498, 'website_url': 'http://dexygen.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fup... | null | null | 561,089 | |
article | 25,995 | iPipeTo - The Node.js cli interactive workflow | Small command line tool that uses Unix pipelines in order to create interactive workflows for cli users. | Apr 9 '18 | ipipeto---the-nodejs-cli-interactive-workflow-2243 | /ruyadorno/ipipeto---the-nodejs-cli-interactive-workflow-2243 | https://dev.to/ruyadorno/ipipeto---the-nodejs-cli-interactive-workflow-2243 | 0 | 36 | null | 2018-04-09T14:03:10Z | null | null | 36 | https://dev.to/ruyadorno/ipipeto---the-nodejs-cli-interactive-workflow-2243 | 2018-04-09T14:03:10Z | 2021-02-07T03:34:26Z | null | 2018-04-09T14:03:10Z | 2018-04-09T14:03:10Z | 1 | ['cli', 'unix', 'node', 'javascript'] | cli, unix, node, javascript | {'name': 'Ruy Adorno', 'username': 'ruyadorno', 'twitter_username': 'ruyadorno', 'github_username': 'ruyadorno', 'user_id': 66669, 'website_url': 'https://ruyadorno.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazona... | null | null | 561,090 | ||
article | 69,979 | What happens when you run sudo? | So, what the heck happens when you sudo? If you’ve been working with computers, and specifically Uni... | Feb 23 '18 | what-happens-when-you-run-sudo-2n02 | /captainsafia/what-happens-when-you-run-sudo-2n02 | https://dev.to/captainsafia/what-happens-when-you-run-sudo-2n02 | 0 | 6 | null | 2018-02-23T15:19:30Z | null | null | 6 | null | https://dev.to/captainsafia/what-happens-when-you-run-sudo-2n02 | 2018-02-23T15:19:30Z | null | null | 2018-02-23T15:19:30Z | 2018-02-23T15:19:30Z | 6 | ['unix', 'linux'] | unix, linux | {'name': 'Safia Abdalla', 'username': 'captainsafia', 'twitter_username': 'captainsafia', 'github_username': 'captainsafia', 'user_id': 37984, 'website_url': 'https://safia.rocks/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,091 | |
article | 17,726 | Rediscovering make: automatic variables | Despite its simplicity, automatic variables are very convenient when writing non-trivial makefiles. T... | Jan 26 '18 | rediscovering-make-automatic-variables-58n5 | /roperzh/rediscovering-make-automatic-variables-58n5 | https://dev.to/roperzh/rediscovering-make-automatic-variables-58n5 | 0 | 7 | null | 2018-01-26T01:11:42Z | null | null | 7 | https://monades.roperzh.com/rediscovering-make-automatic-variables/ | 2018-01-23T19:07:55Z | null | 2018-01-26T01:11:42Z | 2018-01-23T21:32:33Z | 2018-03-13T20:19:50Z | 2 | ['unix', 'tooling'] | unix, tooling | {'name': 'Roberto Dip', 'username': 'roperzh', 'twitter_username': 'roperzh', 'github_username': 'roperzh', 'user_id': 1369, 'website_url': 'https://monades.roperzh.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazona... | null | null | 561,092 | ||
article | 17,256 | Rediscovering make: the power behind rules | I used to think makefiles were just a convenient way to list groups of shell commands; over time I've... | Jan 24 '18 | rediscovering-make-the-power-behind-rules-7hk | /roperzh/rediscovering-make-the-power-behind-rules-7hk | https://dev.to/roperzh/rediscovering-make-the-power-behind-rules-7hk | 0 | 7 | null | 2018-01-24T17:07:35Z | null | null | 7 | https://monades.roperzh.com/rediscovering-make-power-behind-rules/ | 2018-01-19T03:06:19Z | 2018-01-24T17:08:22Z | 2018-01-24T17:07:35Z | 2018-01-18T19:25:07Z | 2018-03-13T20:18:35Z | 3 | ['gnu', 'tooling', 'unix'] | gnu, tooling, unix | {'name': 'Roberto Dip', 'username': 'roperzh', 'twitter_username': 'roperzh', 'github_username': 'roperzh', 'user_id': 1369, 'website_url': 'https://monades.roperzh.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazona... | null | null | 561,093 | ||
article | 9,206 | Detaching Unix Child Processes with Go | Sharing my experience working with detached-child processes in Go. | Oct 3 '17 | detaching-unix-child-processes-with-go-80n | /foresthoffman/detaching-unix-child-processes-with-go-80n | https://dev.to/foresthoffman/detaching-unix-child-processes-with-go-80n | 2 | 16 | null | 2017-10-03T13:48:38Z | null | null | 16 | https://dev.to/foresthoffman/detaching-unix-child-processes-with-go-80n | 2017-10-03T02:16:28Z | 2021-08-16T01:18:04Z | null | 2017-10-03T13:48:38Z | 2019-04-28T07:28:13Z | 4 | ['go', 'unix', 'webdev', 'showdev'] | go, unix, webdev, showdev | {'name': 'Forest Hoffman', 'username': 'foresthoffman', 'twitter_username': None, 'github_username': 'foresthoffman', 'user_id': 998, 'website_url': 'https://foresthoffman.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.... | null | {'name': 'showdev', 'bg_color_hex': '#091b47', 'text_color_hex': '#b2ffe1'} | 561,094 | ||
article | 5,466 | Bash Shell Tricks | Some Bash Tricks to make your life easier | Jul 9 '17 | bash-shell-tricks | /bhaskar_vk/bash-shell-tricks | https://dev.to/bhaskar_vk/bash-shell-tricks | 14 | 126 | null | 2017-07-09T00:22:53Z | null | null | 126 | https://dev.to/bhaskar_vk/bash-shell-tricks | 2017-07-09T00:22:53Z | null | null | 2017-07-09T00:22:53Z | 2021-04-14T00:06:59Z | 2 | ['unix', 'linux', 'bash', 'scripting'] | unix, linux, bash, scripting | {'name': 'Bhaskar Karambelkar', 'username': 'bhaskar_vk', 'twitter_username': 'bhaskar_vk', 'github_username': 'bhaskarvk', 'user_id': 8789, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2F... | null | null | 561,096 | ||
article | 352,257 | Basics of the Unix Philosophy for life and that | I rediscovered the eternal "Basics of the Unix Philosophy", buried in my files today. I immediately t... | Jun 9 '20 | basics-of-the-unix-philosophy-for-life-and-that-1o0c | /daveeveritt/basics-of-the-unix-philosophy-for-life-and-that-1o0c | https://dev.to/daveeveritt/basics-of-the-unix-philosophy-for-life-and-that-1o0c | 0 | 3 | null | 2020-06-09T21:56:10Z | null | null | 3 | https://dev.to/daveeveritt/basics-of-the-unix-philosophy-for-life-and-that-1o0c | 2020-06-09T21:56:10Z | null | null | 2020-06-09T21:56:10Z | 2020-06-09T21:56:10Z | 2 | ['unix'] | unix | {'name': 'David Everitt', 'username': 'daveeveritt', 'twitter_username': None, 'github_username': 'DaveEveritt', 'user_id': 405608, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2... | null | null | 561,097 | ||
article | 3,441 | Getting the Terminal Width in C | How to get the width of the current terminal window in C. | May 2 '17 | getting-the-terminal-width-in-c | /pauljlucas/getting-the-terminal-width-in-c | https://dev.to/pauljlucas/getting-the-terminal-width-in-c | 0 | 18 | null | 2017-05-02T21:04:56Z | null | null | 18 | null | https://dev.to/pauljlucas/getting-the-terminal-width-in-c | 2017-05-02T21:04:56Z | 2022-01-20T17:13:53Z | null | 2017-05-02T21:04:56Z | 2018-03-13T16:23:03Z | 3 | ['c', 'terminal', 'tty', 'unix'] | c, terminal, tty, unix | {'name': 'Paul J. Lucas', 'username': 'pauljlucas', 'twitter_username': None, 'github_username': 'paul-j-lucas', 'user_id': 2304, 'website_url': 'https://www.linkedin.com/in/pauljaylucas/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to... | null | null | 561,098 | |
article | 281,956 | Matching every instance of a pattern in UNIX | For example I have a string "raghuraghuraghuhello" and I want to display the number of times 'raghu'... | Mar 16 '20 | matching-every-instance-of-a-pattern-in-unix-bkl | /raghuncs/matching-every-instance-of-a-pattern-in-unix-bkl | https://dev.to/raghuncs/matching-every-instance-of-a-pattern-in-unix-bkl | 0 | 4 | null | 2020-03-16T00:03:22Z | null | null | 4 | null | https://dev.to/raghuncs/matching-every-instance-of-a-pattern-in-unix-bkl | 2020-03-16T00:03:22Z | null | null | 2020-03-16T00:03:22Z | 2020-03-16T00:03:22Z | 1 | ['unix'] | unix | {'name': 'raghuncs', 'username': 'raghuncs', 'twitter_username': None, 'github_username': 'raghuncs', 'user_id': 348904, 'website_url': 'http://technonerdy.blogspot.com/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazon... | null | null | 561,099 | |
article | 219,009 | Urgent Need of Teradata Developer in Union NJ | Hello all, We are looking for Sr Teradata Developer in Union, NJ with direct client. Open for W2/C2C.... | Dec 11 '19 | urgent-need-of-teradata-developer-in-union-nj-54mk | /kuldeep277/urgent-need-of-teradata-developer-in-union-nj-54mk | https://dev.to/kuldeep277/urgent-need-of-teradata-developer-in-union-nj-54mk | 0 | 4 | null | 2019-12-11T20:12:18Z | null | null | 4 | null | https://dev.to/kuldeep277/urgent-need-of-teradata-developer-in-union-nj-54mk | 2019-12-11T20:12:18Z | null | null | 2019-12-11T20:12:18Z | 2019-12-11T20:12:18Z | 1 | ['teradata', 'sql', 'unix'] | teradata, sql, unix | {'name': 'Kuldeep277', 'username': 'kuldeep277', 'twitter_username': None, 'github_username': 'Kuldeep277', 'user_id': 290513, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser... | null | null | 561,100 | |
article | 214,349 | A regra do silêncio (Silêncio é ouro) – Linux | A regra do silêncio, também conhecida como o silêncio é ouro, é uma parte importante da filosofia do... | Dec 3 '19 | a-regra-do-silencio-silencio-e-ouro-linux-1h62 | /shadowlik/a-regra-do-silencio-silencio-e-ouro-linux-1h62 | https://dev.to/shadowlik/a-regra-do-silencio-silencio-e-ouro-linux-1h62 | 0 | 4 | null | 2019-12-03T03:52:32Z | null | null | 4 | https://marquesfernandes.com/2019/12/03/a-regra-do-silencio-silencio-e-ouro-linux/ | 2019-12-03T03:50:43Z | 2019-12-03T03:53:15Z | 2019-12-03T03:52:32Z | 2019-12-03T03:23:27Z | 2019-12-03T03:23:27Z | 4 | ['tech', 'linux', 'unix'] | tech, linux, unix | {'name': 'Henrique Marques Fernandes', 'username': 'shadowlik', 'twitter_username': None, 'github_username': 'shadowlik', 'user_id': 151755, 'website_url': 'https://marquesfernandes.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-u... | null | null | 561,101 | ||
article | 202,113 | Provider Shells | There are a ton of Linux users on dev.to, do any of you use remote Linux shell services or is everyon... | Nov 8 '19 | provider-shells-1d03 | /lbonanomi/provider-shells-1d03 | https://dev.to/lbonanomi/provider-shells-1d03 | 4 | 4 | null | 2019-11-08T01:03:53Z | null | null | 4 | null | https://dev.to/lbonanomi/provider-shells-1d03 | 2019-11-08T01:03:53Z | 2019-11-11T16:18:47Z | null | 2019-11-08T01:03:53Z | 2019-11-11T19:18:55Z | 1 | ['discuss', 'linux', 'unix'] | discuss, linux, unix | {'name': 'lbonanomi', 'username': 'lbonanomi', 'twitter_username': 'botonomi', 'github_username': 'lbonanomi', 'user_id': 164266, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fu... | null | {'name': 'discuss', 'bg_color_hex': '#71EA8B', 'text_color_hex': '#FFFFFF'} | 561,102 | |
article | 194,028 | Celebrating 50 years of UNIX. | Subject: A UNIX Alphabet THE ABC'S OF UNIX A is for awk, which runs like a snail, and B is for... | Oct 24 '19 | celebrating-50-years-of-unix-3a2k | /arunkumarzz/celebrating-50-years-of-unix-3a2k | https://dev.to/arunkumarzz/celebrating-50-years-of-unix-3a2k | 0 | 9 | null | 2019-10-24T11:05:45Z | null | null | 9 | null | https://dev.to/arunkumarzz/celebrating-50-years-of-unix-3a2k | 2019-10-24T11:05:45Z | null | null | 2019-10-24T11:05:45Z | 2019-10-24T11:05:45Z | 1 | ['unix'] | unix | {'name': 'arunkumarzz', 'username': 'arunkumarzz', 'twitter_username': None, 'github_username': 'arunkumarzz', 'user_id': 130968, 'website_url': None, 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fu... | null | null | 561,103 | |
article | 190,358 | Unix pranks to slowly drive your friends mad | 5 pranks that run on the Terminal | Oct 17 '19 | unix-pranks-to-slowly-drive-your-friends-mad-55fn | /zeroby0/unix-pranks-to-slowly-drive-your-friends-mad-55fn | https://dev.to/zeroby0/unix-pranks-to-slowly-drive-your-friends-mad-55fn | 0 | 7 | null | 2019-10-17T06:43:31Z | null | null | 7 | null | https://dev.to/zeroby0/unix-pranks-to-slowly-drive-your-friends-mad-55fn | 2019-10-17T06:35:32Z | null | null | 2019-10-17T06:43:31Z | 2019-10-17T06:43:31Z | 2 | ['pranks', 'fun', 'unix', 'terminal'] | pranks, fun, unix, terminal | {'name': 'Aravind Reddy V', 'username': 'zeroby0', 'twitter_username': '4ravind', 'github_username': 'zeroby0', 'user_id': 76749, 'website_url': 'https://aravindvoggu.in', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazon... | null | null | 561,104 | |
article | 142,358 | Understanding Permissions | Get a handle on octal | Jul 18 '19 | understanding-permissions-3mek | /washingtonsteven/understanding-permissions-3mek | https://dev.to/washingtonsteven/understanding-permissions-3mek | 0 | 8 | null | 2019-07-18T20:25:10Z | null | null | 8 | https://stevenwa.sh/post/understanding-permissions | 2019-07-18T20:22:26Z | null | 2019-07-18T20:25:10Z | 2019-07-18T10:39:38Z | 2019-07-18T10:39:38Z | 4 | ['unix', 'permissions', 'serveradmin'] | unix, permissions, serveradmin | {'name': 'Steven Washington', 'username': 'washingtonsteven', 'twitter_username': 'esaevian', 'github_username': 'washingtonsteven', 'user_id': 22665, 'website_url': 'http://stevenwa.sh', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-u... | null | null | 561,105 | ||
article | 54,545 | thef!#%: Channeling Your Misdirected Rage for Catharsis and Greater Productivity | git checkout amster, git psuh, puthon. Say the first word that comes into your head. Now type that word into your terminal. | Oct 11 '18 | thef-channeling-your-misdirected-rage-for-catharsis-and-greater-productivity-19nm | /zazzyzeph/thef-channeling-your-misdirected-rage-for-catharsis-and-greater-productivity-19nm | https://dev.to/zazzyzeph/thef-channeling-your-misdirected-rage-for-catharsis-and-greater-productivity-19nm | 2 | 29 | null | 2018-10-11T18:10:24Z | null | null | 29 | https://dev.to/zazzyzeph/thef-channeling-your-misdirected-rage-for-catharsis-and-greater-productivity-19nm | 2018-10-11T16:31:57Z | 2018-10-11T19:06:21Z | null | 2018-10-11T18:10:24Z | 2018-10-12T14:20:33Z | 2 | ['productivity', 'unix', 'git', 'rage'] | productivity, unix, git, rage | {'name': 'Zephyr Prusinski', 'username': 'zazzyzeph', 'twitter_username': None, 'github_username': 'zazzyzeph', 'user_id': 4929, 'website_url': 'http://zazzyzeph.biz', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.... | null | null | 561,106 | ||
article | 70,011 | What happens when you run `sudo !!`? | One thing I’m sure everyone has done on the command line is to use the !! shortcut to run the command... | May 9 '18 | what-happens-when-you-run-sudo--2ah7 | /captainsafia/what-happens-when-you-run-sudo--2ah7 | https://dev.to/captainsafia/what-happens-when-you-run-sudo--2ah7 | 0 | 4 | null | 2018-05-09T22:03:32Z | null | null | 4 | null | https://dev.to/captainsafia/what-happens-when-you-run-sudo--2ah7 | 2018-05-09T22:03:32Z | null | null | 2018-05-09T22:03:32Z | 2018-05-09T22:03:32Z | 3 | ['unix', 'linux'] | unix, linux | {'name': 'Safia Abdalla', 'username': 'captainsafia', 'twitter_username': 'captainsafia', 'github_username': 'captainsafia', 'user_id': 37984, 'website_url': 'https://safia.rocks/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,107 | |
article | 70,007 | Reveling in redirects: exploring Unix input/output redirection | One of my favorite Linux features is redirection. Redirection gives you the ability to send the outpu... | Apr 30 '18 | reveling-in-redirects-exploring-unix-inputoutput-redirection-1hfc | /captainsafia/reveling-in-redirects-exploring-unix-inputoutput-redirection-1hfc | https://dev.to/captainsafia/reveling-in-redirects-exploring-unix-inputoutput-redirection-1hfc | 0 | 8 | null | 2018-04-30T22:42:38Z | null | null | 8 | null | https://dev.to/captainsafia/reveling-in-redirects-exploring-unix-inputoutput-redirection-1hfc | 2018-04-30T22:42:38Z | null | null | 2018-04-30T22:42:38Z | 2018-04-30T22:42:38Z | 5 | ['unix', 'linux'] | unix, linux | {'name': 'Safia Abdalla', 'username': 'captainsafia', 'twitter_username': 'captainsafia', 'github_username': 'captainsafia', 'user_id': 37984, 'website_url': 'https://safia.rocks/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,108 | |
article | 70,004 | Unraveling `rm`: what happens when you run it? | Another Monday, another blog post! I’ve been diving into the curl codebase over the past couple of b... | Apr 24 '18 | unraveling-rm-what-happens-when-you-run-it-2bh2 | /captainsafia/unraveling-rm-what-happens-when-you-run-it-2bh2 | https://dev.to/captainsafia/unraveling-rm-what-happens-when-you-run-it-2bh2 | 0 | 6 | null | 2018-04-24T00:05:37Z | null | null | 6 | null | https://dev.to/captainsafia/unraveling-rm-what-happens-when-you-run-it-2bh2 | 2018-04-24T00:05:37Z | null | null | 2018-04-24T00:05:37Z | 2018-04-24T00:05:37Z | 5 | ['unix', 'linux'] | unix, linux | {'name': 'Safia Abdalla', 'username': 'captainsafia', 'twitter_username': 'captainsafia', 'github_username': 'captainsafia', 'user_id': 37984, 'website_url': 'https://safia.rocks/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,109 | |
article | 69,981 | Looking into ls | Oh hey there! It looks like I’m on this little streak where I get way into implementations for comman... | Feb 28 '18 | looking-into-ls-1ed5 | /captainsafia/looking-into-ls-1ed5 | https://dev.to/captainsafia/looking-into-ls-1ed5 | 0 | 5 | null | 2018-02-28T15:37:03Z | null | null | 5 | null | https://dev.to/captainsafia/looking-into-ls-1ed5 | 2018-02-28T15:37:03Z | null | null | 2018-02-28T15:37:03Z | 2018-02-28T15:37:03Z | 3 | ['c', 'unix', 'linux'] | c, unix, linux | {'name': 'Safia Abdalla', 'username': 'captainsafia', 'twitter_username': 'captainsafia', 'github_username': 'captainsafia', 'user_id': 37984, 'website_url': 'https://safia.rocks/', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,110 | |
article | 1,985,338 | The best carb.js | Array.from(+{}+'') .map((_,$)=>$>=1?_.repeat(2):_.toLowerCase()) ... | Sep 3 '24 | the-best-carbjs-3lho | /codepo8/the-best-carbjs-3lho | https://dev.to/codepo8/the-best-carbjs-3lho | 0 | 5 | null | 2024-09-03T13:03:29Z | en | null | 5 | null | https://dev.to/codepo8/the-best-carbjs-3lho | 2024-09-03T13:02:48Z | null | null | 2024-09-03T13:03:29Z | 2024-09-03T13:03:29Z | 1 | ['javascript', 'fun', 'yum'] | javascript, fun, yum | {'name': 'Christian Heilmann', 'username': 'codepo8', 'twitter_username': 'codepo8', 'github_username': 'codepo8', 'user_id': 110884, 'website_url': 'https://christianheilmann.com', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads... | null | null | 561,111 | |
article | 1,950,284 | Call Of Duty Black Ops 2 Zombies Quests Script | A post by Clipstone | Aug 6 '24 | call-of-duty-black-ops-2-zombies-quests-script-48k | /ddddec/call-of-duty-black-ops-2-zombies-quests-script-48k | https://dev.to/ddddec/call-of-duty-black-ops-2-zombies-quests-script-48k | 0 | 0 | null | 2024-08-06T21:38:11Z | en | null | 0 | null | https://dev.to/ddddec/call-of-duty-black-ops-2-zombies-quests-script-48k | 2024-08-06T21:38:12Z | null | null | 2024-08-06T21:38:11Z | 2024-08-06T21:38:11Z | 1 | ['cod', 'gsc', 'quests', 'fun'] | cod, gsc, quests, fun | {'name': 'Clipstone', 'username': 'ddddec', 'twitter_username': None, 'github_username': None, 'user_id': 1893340, 'website_url': 'https://clipst.one', 'profile_image': 'https://media2.dev.to/dynamic/image/width=640,height=640,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2F... | null | null | 561,112 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.