Black Bytes | RSS Feed http://www.blackbytes.info Ruby Programming Tutorials Fri, 07 Oct 2016 13:38:23 +0000 en-US hourly 1 http://wordpress.org/?v=4.3.6 Building Your Own Linux Tools with Ruby: A Practical Guide http://www.blackbytes.info/2016/06/linux-tools-with-ruby/ http://www.blackbytes.info/2016/06/linux-tools-with-ruby/#comments Mon, 27 Jun 2016 19:14:34 +0000 http://www.blackbytes.info/?p=2921 Tools like ps, top & netstat are great, they give you a lot of information about what’s going on your system. But how do they work? Where do they get all their information from? In this post we will recreate three popular Linux tools together. You are going to get a 2×1 meal, learn Ruby […]

The post Building Your Own Linux Tools with Ruby: A Practical Guide appeared first on Black Bytes. Don't miss your free gift here :)

]]>
http://www.blackbytes.info/2016/06/linux-tools-with-ruby/feed/ 11
Watching your network http://www.blackbytes.info/2014/03/watching-your-network/ http://www.blackbytes.info/2014/03/watching-your-network/#comments Sat, 29 Mar 2014 19:32:54 +0000 http://www.blackbytes.info/?p=1172 There is a number of tools you can use in Linux to see what is going on your machine at the network level, one of the most common is netstat. This command will show you all the connections on your system, including some that you may not be interested in, like UNIX sockets. There are […]

The post Watching your network appeared first on Black Bytes. Don't miss your free gift here :)

]]>
http://www.blackbytes.info/2014/03/watching-your-network/feed/ 0
Wireshark: Quick tips http://www.blackbytes.info/2013/10/wireshark-quick-tips/ http://www.blackbytes.info/2013/10/wireshark-quick-tips/#comments Thu, 10 Oct 2013 14:37:05 +0000 http://www.blackbytes.info/?p=1060 Do you want to learn some new tricks to make your Wireshark experience better? You have come to the right place, let’s get going! Protocol statistics + Apply as filter To get a sense of the kind of traffic you have on a packet capture session you can use the protocol statistics window. To open […]

The post Wireshark: Quick tips appeared first on Black Bytes. Don't miss your free gift here :)

]]>
http://www.blackbytes.info/2013/10/wireshark-quick-tips/feed/ 0
Game hacking: messing with game saves. http://www.blackbytes.info/2013/06/game-hacking-1/ http://www.blackbytes.info/2013/06/game-hacking-1/#comments Mon, 10 Jun 2013 11:17:14 +0000 http://www.blackbytes.info/?p=904 Would you like to skip that annoying level or perhaps get some extra cash? Well, you are in the right place! We are going to have some fun by editing a savegame and get a small advantage. Welcome to game hacking. Out test subject is going to be Capsized. A platformer game I picked up from […]

The post Game hacking: messing with game saves. appeared first on Black Bytes. Don't miss your free gift here :)

]]>
http://www.blackbytes.info/2013/06/game-hacking-1/feed/ 0
Column formatting http://www.blackbytes.info/2012/11/column-formatting/ http://www.blackbytes.info/2012/11/column-formatting/#comments Fri, 23 Nov 2012 19:21:29 +0000 http://blackbytes.wordpress.com/?p=445 Here is a quick tip on how to make the output of some tools prettier, for example we can use the mount command which by default looks like this: [crayon-57fa1be1892aa542987187/] Using the column command with the -t option we can apply some formatting so it is more readable: [crayon-57fa1be1892b8685241321/] Much better, isn’t it? Man page […]

The post Column formatting appeared first on Black Bytes. Don't miss your free gift here :)

]]>
http://www.blackbytes.info/2012/11/column-formatting/feed/ 0