はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    猛暑に注意を

『It's FOSS』

  • 人気
  • 新着
  • すべて
  • Systemctl Command Examples in Linux

    3 users

    itsfoss.com

    Is your distro powered by systemd init? The systemctl command can be helpful! If you are using any popular Linux distribution including Debian, Ubuntu, Arch, openSUSE, or Fedora, your system uses systemd as its init system. Sure, there are controversies surrounding systemd. But, it is the most used init system. In a systemd-equipped distro, there is a command that could make your life easy. It is

    • テクノロジー
    • 2024/04/10 01:31
    • linux
    • procs: Rust Alternative to ps Command in Linux

      3 users

      itsfoss.com

      procs is a Better Alternative to the ps Command for Handling Process in Linux One can find tons of replacements for top, a CLI tool that provides a dynamic real-time view of a running system. There is the famous htop, the asynchronous atop, which forces the kernel to write a record of running processes, and some lesser known alternatives, such as btop, the Node.js-based gtop, and gotop, built with

      • テクノロジー
      • 2024/03/19 13:56
      • linux
      • How to Run LLMs Locally on Raspberry Pi Using Ollama AI

        3 users

        itsfoss.com

        This article assumes that you have the basic understanding of AI, LLMs and other related tools and jargon. Installing Ollama on Raspberry Pi OS (and other Linux)The installation process of Ollama is effortless. For installation on Linux, you have to fetch their official installation script and run it. That's the official method described on their website. You can download it manually and read what

        • テクノロジー
        • 2024/02/04 01:28
        • 14 Rust Tools for Linux Terminal Dwellers

          3 users

          itsfoss.com

          Rust-powered tools for the terminal? Here are some of the best options as alternatives to some popular command-line tools! Rust programming language is constantly getting more famous for its performance-oriented and memory-safe approach. You can find plenty of software rewritten in Rust just to make things faster and more robust. As an example relevant to Linux users, System76 chose to build its d

          • テクノロジー
          • 2023/01/25 05:54
          • tool
          • Nushell: Cross-platform Shell That Gives You More Clarity on Error Messages

            3 users

            itsfoss.com

            Nushell: Cross-platform Shell That Gives You More Clarity on Error Messages Brief: Nushell is a unique type of shell that provides easy-to-read error messages and offers cross-platform support. Find out more about it here. Even if you are not interested in using the terminal, the Linux terminal often makes some of the heavy lifting more effortless and lets you fix stuff. So, is safe to say that th

            • テクノロジー
            • 2022/04/20 07:02
            • Gaphor: Open Source Graphical Modeling Tool

              3 users

              itsfoss.com

              Gaphor is a free and open source modeling application with support for various modeling languages such as UML, SysML, RAAML and C4. Not aware of the term “modeling language”? Basically, it’s a set of instructions that can be used to create the design and constructions of structures. It could be textual and graphical, both. The graphical one is easier to look at and figure out how various component

              • テクノロジー
              • 2021/12/09 09:49
              • oss
              • あとで
              • software
              • How to Create a Bootable Windows 10 USB in Linux

                3 users

                itsfoss.com

                Since the ISO and its content are more than 4 GB in size, I recommend a USB of at least 8 GB in size. I have also made a video of this tutorial so that you can see the steps in action. Step 2: Properly format the USB for creating bootable Windows USBInsert your USB. You have to format it so make sure that you don’t have important data on the USB key. In Ubuntu, press Super key (Windows key) and se

                • テクノロジー
                • 2020/12/21 16:18
                • Top 15 Linux Distros That Still Support 32 Bit Systems

                  4 users

                  itsfoss.com

                  15 Linux Distributions You Can Rely on for Your Ancient 32-bit Computer If you have vintage hardware with 32-bit processor and you would like to keep on using it, here are the best choices of Linux distros with 32-bit support. If you’ve been keeping up with the latest Linux distributions, you must have noticed that 32-bit support has been dropped from most of the popular Linux distributions. Arch

                  • テクノロジー
                  • 2020/11/06 12:50
                  • Linux
                  • How to Get Linux Kernel 5.0 in Ubuntu 18.04 LTS

                    3 users

                    itsfoss.com

                    The recently released Ubuntu 18.04.3 includes Linux Kernel 5.0 among several new features and improvements but you won’t get it by default. This tutorial demonstrates how to get Linux Kernel 5 in Ubuntu 18.04 LTS. The third point release of Ubuntu 18.04 is here and it brings new stable versions of GNOME component, livepatch desktop integration and kernel 5.0. But wait! What is a point release? Let

                    • テクノロジー
                    • 2020/02/21 16:40
                    • 13 Open Source Mobile OS Alternatives to Android

                      3 users

                      itsfoss.com

                      Android is not the only option for your smartphones. Meet some open-source Android alternatives for your mobile phone. It’s no exaggeration to say that open source operating systems rule the world of mobile devices. Android is still an open-source project, after all. But, due to the bundle of proprietary software that comes along with Android on consumer devices, many people don’t consider it an o

                      • テクノロジー
                      • 2019/10/25 14:00
                      • How to Disable IPv6 on Ubuntu Linux

                        3 users

                        itsfoss.com

                        Looking to disable IPv6 on Linux? Learn why you would want to disable IPv6 and how to disable IPv6 in Ubuntu Linux in this tutorial. Are you looking for a way to disable IPv6 connections on your Ubuntu machine? In this article, I’ll teach you exactly how to do it and why you would consider this option. I’ll also show you how to enable or re-enable IPv6 in case you change your mind. What is IPv6 an

                        • テクノロジー
                        • 2019/07/20 17:47
                        • ubuntu
                        • Open Source Slack Alternative Mattermost Gets $50M Funding

                          3 users

                          itsfoss.com

                          Mattermost, which presents itself as an open source alternative to Slack raised $50M in series B funding. This is definitely something to get excited for. Slack is a cloud-based team collaboration software that is mainly used for internal team communication. Enterprises, startups and even open source projects worldwide use it interact with colleagues and project members. Slack is free with limited

                          • テクノロジー
                          • 2019/07/09 20:21
                          • [Solved] add-apt-repository Command Not Found on Debian & Ubuntu

                            3 users

                            itsfoss.com

                            Fix 'add-apt-repository command not found' Error on Ubuntu and Debian Here's how to quickly fix the "add-apt-repository command not found" error on Debian, Ubuntu and other Debian-based Linux distributions. One of the many ways to install software on Ubuntu or Debian is to use a PPA (Personal Package Archive) or an external APT repository. If you want to add a new APT repository, you have the opti

                            • テクノロジー
                            • 2018/10/10 11:21
                            • 17 Best Online Linux Terminals and Online Bash Editors

                              4 users

                              itsfoss.com

                              All of the online terminals support several web browsers, including Google Chrome, Mozilla Firefox, Opera, and Microsoft Edge. Best Online Linux Terminals to Practice Linux CommandsIn the first part, I’ll list the online Linux terminals. These websites allow you to run regular Linux commands in a web browser so that you can practice or test them. Some websites may require you to register and log i

                              • テクノロジー
                              • 2018/07/26 13:20
                              • linux
                              • あとで読む
                              • Things to do After Installing Ubuntu 18.04 and 19.10

                                4 users

                                itsfoss.com

                                Brief: This list of things to do after installing Ubuntu 18.04 helps you get started with Bionic Beaver for a smoother desktop experience. You are perhaps already aware of the new features in Ubuntu 18.04 LTS release. If not, here’s the video review of Ubuntu 18.04 LTS. If you opted to install Ubuntu 18.04, I have listed out a few recommended steps that you can follow to get started with it. Note:

                                • テクノロジー
                                • 2018/04/29 07:57
                                • Ubuntu 18.04 LTS Release Date, New Features and Upgrade Procedure

                                  6 users

                                  itsfoss.com

                                  Ubuntu 18.04 LTS Release Date, New Features and Upgrade Procedure Brief: Ubuntu 18.04 has been released. Check out its features, upgrade procedure and everything important associated with it. Ubuntu 18.04 is codenamed Bionic Beaver. This is not surprising considering the logic behind the codename and versioning of Ubuntu releases. Ubuntu’s founder Mark Shuttleworth dedicated the hardworking attrib

                                  • テクノロジー
                                  • 2018/03/15 10:36
                                  • Install Xfce on Ubuntu and Turn it Into Xubuntu

                                    4 users

                                    itsfoss.com

                                    You’ll learn how to install Xfce desktop on Ubuntu. You’ll also learn how to convert your Ubuntu desktop into Xubuntu desktop. Yes, there is a difference between installing Xfce and Xubuntu desktop. One of the various ways to speed up Ubuntu is to use a lightweight desktop environment as it consumes fewer system resources. If you weren’t sure which Ubuntu to use and opted for the default Ubuntu, y

                                    • テクノロジー
                                    • 2018/02/10 16:23
                                    • ubuntu
                                    • Difference Between apt and apt-get Commands [Explained]

                                      5 users

                                      itsfoss.com

                                      This article explains the difference between apt and apt-get commands of Linux. It also lists some of the most commonly used apt commands that replace the older apt-get commands. One of the noticeable features introduced on Ubuntu 16.04 was the ‘introduction’ of apt command. The reality is that the first stable version of apt was released in the year 2014, but people started noticing it in 2016 wi

                                      • テクノロジー
                                      • 2017/08/26 05:18
                                      • linux
                                      • Using Arch Linux With WSL

                                        3 users

                                        itsfoss.com

                                        While Arch Linux is not officially available on WSL, you can use it with some extra efforts with this project. WSL feature allows running an actual Linux distribution inside Windows. Ubuntu was the first distro that could be installed this way. Soon, SUSE, Kali Linux and some other Linux distributions joined the WSL bandwagon. However, Arch Linux is not officially available on WSL, but if you make

                                        • テクノロジー
                                        • 2016/10/06 06:20
                                        • NodeOS : Linux Distribution for Node Lovers

                                          8 users

                                          itsfoss.com

                                          NodeOS, the operating system based on Node.js, is now heading towards its version 1.0 following the release of its first Release Candidate last year. If this is the first time you’re hearing about it, NodeOS is the first ever operating system powered by Node.js & npm and built on top of the Linux Kernel. Jacob Groundwater introduced this project in mid-2013. The primary technologies used in buildi

                                          • テクノロジー
                                          • 2016/05/16 19:46
                                          • Node.js
                                          • OS
                                          • linux
                                          • Microsoft Announces Its Own Linux OS

                                            26 users

                                            itsfoss.com

                                            Microsoft has shocked the entire tech world by announcing a new Linux OS ahead of Windows 10 release. Few months back when Microsoft CEO Satya Nadella said that Microsoft loves Linux, it created quite a stir. But no one could have guessed that Microsoft’s love interest in Linux will go to the extent of announcing its own Linux distribution. Speaking at Microsoft Ignite event in Chicago, Nadella un

                                            • テクノロジー
                                            • 2015/06/19 20:42
                                            • Linux
                                            • Windows
                                            • OSS
                                            • Linus Torvalds To Join Microsoft To Head Windows 9 Project

                                              12 users

                                              itsfoss.com

                                              This was an April fool joke. You can relax :) This is breaking bad. This is big. Linus Torvalds, the creator of Linux, and a champion of free and open source software has finally call it a day and has agreed to join Microsoft as the project head of the upcoming Windows 9 project. According to Bloomberg, Linus will be working on a new Kernel design for Microsoft that will make, usually vulnerable,

                                              • テクノロジー
                                              • 2013/04/02 10:09
                                              • あとでみる

                                              このページはまだ
                                              ブックマークされていません

                                              このページを最初にブックマークしてみませんか?

                                              『It's FOSS』の新着エントリーを見る

                                              キーボードショートカット一覧

                                              j次のブックマーク

                                              k前のブックマーク

                                              lあとで読む

                                              eコメント一覧を開く

                                              oページを開く

                                              はてなブックマーク

                                              • 総合
                                              • 一般
                                              • 世の中
                                              • 政治と経済
                                              • 暮らし
                                              • 学び
                                              • テクノロジー
                                              • エンタメ
                                              • アニメとゲーム
                                              • おもしろ
                                              • アプリ・拡張機能
                                              • 開発ブログ
                                              • ヘルプ
                                              • お問い合わせ
                                              • ガイドライン
                                              • 利用規約
                                              • プライバシーポリシー
                                              • 利用者情報の外部送信について
                                              • ガイドライン
                                              • 利用規約
                                              • プライバシーポリシー
                                              • 利用者情報の外部送信について

                                              公式Twitter

                                              • 公式アカウント
                                              • ホットエントリー

                                              はてなのサービス

                                              • はてなブログ
                                              • はてなブログPro
                                              • 人力検索はてな
                                              • はてなブログ タグ
                                              • はてなニュース
                                              • ソレドコ
                                              • App Storeからダウンロード
                                              • Google Playで手に入れよう
                                              Copyright © 2005-2025 Hatena. All Rights Reserved.
                                              設定を変更しましたx