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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    Google I/O

『BinaryTides - News, Technology, Entertainment and more』

  • 人気
  • 新着
  • すべて
  • How to Code a Tcp Syn Port Scanner in C with Linux Sockets

    3 users

    www.binarytides.com

    Home > Coding > Socket Programming > C > How to Code a Tcp Syn Port Scanner in C with Linux Sockets Port Scanning Port Scanning searches for open ports on a remote system. The basic logic for a portscanner would be to connect to the port we want to check. If the socket gives a valid connection without any error then the port is open , closed otherwise (or inaccessible, or filtered). TCP Port Scann

    • テクノロジー
    • 2017/02/12 16:55
    • 20 amusing Linux commands to have fun with the terminal – BinaryTides

      3 users

      www.binarytides.com

      For a linux user, the terminal or command line is a powerful and important tool for work. A lot of things on linux are done inside the terminal. When working on a linux server, the command line shell is the only interface to work with, most of the time. But the terminal is also very textish and a bit non-interesting at time. The linux terminal is not always dull and boring. There are commands to m

      • テクノロジー
      • 2016/06/12 20:44
      • figlet
      • command
      • linux
      • 10 "ps" command examples in Linux - Monitor processes

        3 users

        www.binarytides.com

        Linux ps command The ps command on linux is one of the most basic commands for viewing the processes running on the system. It provides a snapshot of the current processes along with detailed information like user id, cpu usage, memory usage, command name etc. It does not display data in real time like top or htop commands. Even though it has fewer features, it is still an essential process manage

        • テクノロジー
        • 2015/12/21 11:56
        • linux
        • tips
        • 9 Commands to Check CPU Information on Linux

          3 users

          www.binarytides.com

          CPU hardware information The cpu information includes details about the processor, like the architecture, vendor name, model, number of cores, speed of each core etc. There are quite a few commands on linux to get those details about the cpu. In this post we shall take a look at some of the commonly used commands that can be used to get details about the cpu. 1. /proc/cpuinfo The /proc/cpuinfo fil

          • テクノロジー
          • 2015/07/03 08:38
          • cpu
          • linux
          • How to Program raw UDP sockets in C on Linux

            3 users

            www.binarytides.com

            Raw UDP sockets Raw udp sockets are used to constructed udp packets with a application defined custom header. It is useful in security related network applications. The udp header can be found in RFC 768 and has a very simple structure as shown below. 0 7 8 15 16 23 24 31 +--------+--------+--------+--------+ | Source | Destination | | Port | Port | +--------+--------+--------+--------+ | | | | Le

            • テクノロジー
            • 2015/02/25 16:56
            • How to install Virtualbox guest additions on Ubuntu 14.04

              4 users

              www.binarytides.com

              Home > Virtualization > How to install Virtualbox guest additions on Ubuntu 14.04 After installing Ubuntu inside virtualbox, you need to install the guest additions to get better hardware functionality inside it. These include full screen resolution, mouse wheel and pointer integration, copy paste from host os (shared clipboard), shared folders etc. This tutorial shows you how to install VirtualBo

              • テクノロジー
              • 2014/08/30 17:51
              • ubuntu
              • VirtualBox
              • Linux
              • How to Install the Latest Nvidia drivers on Ubuntu 14.04 Trusty Tahr

                3 users

                www.binarytides.com

                Home > Linux > Ubuntu > How to Install the Latest Nvidia drivers on Ubuntu 14.04 Trusty Tahr If you have an Nvidia graphics card on your system, then its recommended to install the official drivers provided by Nvidia. The proprietory drivers would utilise the hardware properly delivering full performance. Installation is pretty easy and it uses a ppa repository. So you do not need to compile anyth

                • テクノロジー
                • 2014/06/05 19:41
                • 12 "scp" Command Examples to Transfer Files on Linux

                  3 users

                  www.binarytides.com

                  scp command - Secure copy Scp (Secure Copy) is a command line tool to copy or transfer files across hosts. It uses the same kind of security mechanism like the ssh program. Infact it uses an ssh connection in the background to perform the file transfer. scp refers both to the "protocol" that defines how secure copy should work and the "program" (command) which is installed as a part of OpenSSH sui

                  • テクノロジー
                  • 2014/05/25 13:48
                  • linux
                  • 8 Examples of findmnt Command to Check Mounted File Systems on Linux

                    4 users

                    www.binarytides.com

                    Home > Linux > Linux Commands > 8 Examples of findmnt Command to Check Mounted File Systems on Linux Mounted file systems and devices The more common command to check mounted file systems on linux is the mount command which is used to not only list mounted devices, but also mount and unmount them as and when needed. Here is another nifty command called findmnt, that can be used to take a quick loo

                    • テクノロジー
                    • 2014/05/25 13:42
                    • Linux
                    • 16 Commands to Check Hardware Information on Linux

                      203 users

                      www.binarytides.com

                      Hardware information Like for every thing, there are plenty of commands to check information about the hardware of your linux system. Some commands report only specific hardware components like cpu or memory while the rest cover multiple hardware units. This post takes a quick look at some of the most commonly used commands to check information and configuration details about various hardware peri

                      • テクノロジー
                      • 2014/05/25 13:25
                      • Linux
                      • hardware
                      • command
                      • コマンド
                      • shell
                      • サーバ管理
                      • server
                      • sysadmin
                      • ops
                      • CPU
                      • 10 Examples of Linux ss Command - Monitor Network Connections

                        5 users

                        www.binarytides.com

                        Home > Linux > Server > 10 Examples of Linux ss Command – Monitor Network Connections ss - socket statistics In a previous tutorial we saw how to use the netstat command to get details about the network/socket connections. However the netstat command has long been deprecated and replaced by the ss command from the iproute suite of tools. The ss command is capable of showing details about network c

                        • テクノロジー
                        • 2014/04/07 14:35
                        • network
                        • linux
                        • https://www.binarytides.com/linux-commands-monitor-network/

                          260 users

                          www.binarytides.com

                          • テクノロジー
                          • 2014/04/06 09:16
                          • Linux
                          • network
                          • command
                          • ネットワーク
                          • performance
                          • tools
                          • monitor
                          • .infrastructure
                          • monitoring
                          • .linux
                          • 6 quick Tools to monitor system resources on Linux

                            8 users

                            www.binarytides.com

                            Monitor system resources System administrators need to monitor their server to ensure proper functioning. The practice enables administrators to detect possible issues in advance and recover the system, before it causes any trouble. There are plenty of commands on Linux to monitor different system resources like cpu usage, memory usage, network, disk usage and so on. Popular ones are top, htop, io

                            • テクノロジー
                            • 2014/03/19 08:40
                            • Linux
                            • 10 Basic Examples of Linux Netstat command - Check Ports and Connections

                              49 users

                              www.binarytides.com

                              Home > Linux > Linux Commands > 10 Basic Examples of Linux Netstat command – Check Ports and Connections Netstat is a command line utility that can be used to list out all the network (socket) connections on a system. It lists out all the tcp, udp socket connections and the unix socket connections. Apart from connected sockets it can also list listening sockets that are waiting for incoming connec

                              • テクノロジー
                              • 2013/11/17 23:06
                              • netstat
                              • linux
                              • network
                              • command
                              • tips
                              • tech
                              • it
                              • 5 commands to check memory usage on Linux

                                6 users

                                www.binarytides.com

                                Memory Usage On linux, there are commands for almost everything, because the gui might not be always available. When working on servers only shell access is available and everything has to be done from these commands. So today we shall be checking the commands that can be used to check memory usage on a linux system. Memory include RAM and swap. It is often important to check memory usage and memo

                                • テクノロジー
                                • 2013/11/11 07:10
                                • Linux
                                • Saved For Later
                                • Code a network Packet Sniffer in Python for Linux

                                  6 users

                                  www.binarytides.com

                                  Sniffers are programs that can capture/sniff/detect network traffic packet by packet and analyse them for various reasons. Commonly used in the field of network security. Wireshark is a very common packet sniffer/protocol analyzer. Packet sniffers can be written in python too. In this article we are going to write a few very simple sniffers in python for the linux platform. Linux because, although

                                  • テクノロジー
                                  • 2013/07/08 17:24
                                  • python
                                  • Make a simple html5 game with box2d in javascript - tutorial

                                    4 users

                                    www.binarytides.com

                                    Home > Coding > Javascript > Make a simple html5 game with box2d in javascript – tutorial Demo First lets play the game that we shall be making in this tutorial. Its called Fruit Hunter. Tested on Chrome and Firefox. Click in the game then start using the arrow keys to control the monkey. Press the left, right and up arrow keys to make the monkey move and jump. Do not fall off the stands and try t

                                    • テクノロジー
                                    • 2012/12/19 01:15
                                    • JavaScript
                                    • Python socket programming Tutorial - How to Code Client and Server

                                      47 users

                                      www.binarytides.com

                                      Home > Coding > Socket Programming > Python > Python socket programming Tutorial – How to Code Client and Server Socket programming in Python This is a quick guide/tutorial on socket programming in python. Socket programming python is very similar to C. To summarise the basics, sockets are the fundamental "things" behind any kind of network communications done by your computer. For example when yo

                                      • テクノロジー
                                      • 2012/10/18 00:54
                                      • socket
                                      • python
                                      • programming
                                      • network
                                      • Note
                                      • *あとで
                                      • https://www.binarytides.com/35-techniques-to-enhance-your-php-code/

                                        3 users

                                        www.binarytides.com

                                        • テクノロジー
                                        • 2012/04/05 20:02
                                        • php

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

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

                                        『BinaryTides - News, Technology, Entertainment and more』の新着エントリーを見る

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

                                        j次のブックマーク

                                        k前のブックマーク

                                        lあとで読む

                                        eコメント一覧を開く

                                        oページを開く

                                        はてなブックマーク

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

                                        公式Twitter

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

                                        はてなのサービス

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