Author Topic: The Linux/BSD/*nix tool thread.  (Read 950 times)

0 Members and 1 Guest are viewing this topic.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
The Linux/BSD/*nix tool thread.
« on: October 19, 2015, 04:03:36 pm »
The title is pretty obvious  , this is a place to share tools of any kindl , this does not have to be security related.
I suggest keeping it 1 tool per post.

« Last Edit: November 02, 2015, 08:56:13 pm by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Linux/BSD/*nix tool thread.
« Reply #1 on: October 19, 2015, 04:03:59 pm »
So I stumbled upon GdMap, this is a tool to visualize the content of your hdd, very handy tool, it helped me to find old log backups that where not particulary large but many of them and it freed up over 50GB since I found all sorts a shit I didnt know I had.
This is way more than my 'regular' cleanup round.
Simple yet very effective stuff.






Oke next one in line plz.
« Last Edit: October 19, 2015, 04:07:22 pm by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline rogue.hackz

  • Peasant
  • *
  • Posts: 55
  • Cookies: 4
    • View Profile
Re: Linux/BSD/*nix tool thread.
« Reply #2 on: October 19, 2015, 04:17:34 pm »
I'd like to introduce Bleachbit. It's like the CCleaner of Linux world. Personally I don't use it that much but it can also act as a good privacy tool to delete sensitive information from caches, etc. also it has support for multiple passes I think to securely delete stuff.


https://imgur.com/cVdeQAS
« Last Edit: October 19, 2015, 04:20:01 pm by rogue.hackz »
"The only true wisdom is in knowing that you know nothing" -Socrates

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Linux/BSD/*nix tool thread.
« Reply #3 on: October 19, 2015, 06:14:49 pm »
Systemback is what remastersys failed to do. I use it for creating live ISO but have been tempted to also try out the system restore options.

Quote
  • System backup
  • System restore
  • System copy
  • System install
  • Live system create
  • System repair
  • System upgrade
http://sourceforge.net/projects/systemback/

The invariable mark of wisdom is to see the miraculous in the common.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Linux/BSD/*nix tool thread.
« Reply #4 on: October 19, 2015, 07:13:39 pm »
Systemback is what remastersys failed to do. I use it for creating live ISO but have been tempted to also try out the system restore options.


http://sourceforge.net/projects/systemback/



Really nice tool , thanks dude.
Let me know how the restore went.
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline TheWormKill

  • EZ's Scripting Whore
  • Global Moderator
  • Knight
  • *
  • Posts: 257
  • Cookies: 66
  • The Grim Reaper of Worms
    • View Profile
Re: Linux/BSD/*nix tool thread.
« Reply #5 on: October 19, 2015, 08:48:32 pm »
I like the password manager pass.
It's UNIX to the max,uses GPG and directories to provide it's service, lightweight, and capable to store other sensitive information. Seems like it's above average from a security perspective as well. Plus, there is a number of migration scripts, A firefox addon I haven't tested, and a lot more.

Using it is a breeze because of great design:
Code: (zsh) [Select]
$ pass somecategory/something
Due to the fact that directories are used, tab completion can be used out of the box (in ZSH at least).

Enjoy.
Stuff I did: How to think like a superuser, Iridium

He should make that "Haskell"
Quote
<m0rph-is-gay> fuck you thewormkill you python coding mother fucker

Offline rogue.hackz

  • Peasant
  • *
  • Posts: 55
  • Cookies: 4
    • View Profile
Re: Linux/BSD/*nix tool thread.
« Reply #6 on: October 20, 2015, 12:30:06 am »
Interesting, I've been using LastPass for quite a while now (mainly cos of convenience) and recently I've heard that they've been acquired by a private firm. I'm planning to switch to a better alternative, perhaps I'll try what you suggested in the next few days when I get the time.


Edit:
Whats looks interesting is that it uses git, how secure is it if you decide to synchronize your gpg encrypted passwords with something like github? Does it leak data or personally identifiable information?
« Last Edit: October 20, 2015, 12:52:26 am by rogue.hackz »
"The only true wisdom is in knowing that you know nothing" -Socrates

Offline fayesafe

  • /dev/null
  • *
  • Posts: 14
  • Cookies: 4
    • View Profile
Re: Linux/BSD/*nix tool thread.
« Reply #7 on: October 20, 2015, 02:15:35 pm »
I want to hint on (almost) everything that suckless released. They are doing a good job by creating simple tools that are hackable and -as the name suggests- suck less. ST (http://st.suckless.org/) for example is a terminal written in c, that can be easily used and gives  some insights on how theses programs work.
Furthermore, 9menu and dmenu are great tools to use with only a window manager or if you are creating your own desktop environment. They are part of the suckless tool collection (http://tools.suckless.org/).
Last but not least, dwm is a simple and easy-to-use window manager that is dynamic (meaning it supports both, tiling and floating windows). (http://dwm.suckless.org/)

Their philosophy (http://suckless.org/philosophy) and their style guidlines (http://suckless.org/coding_style) are interesting as well.
I reserve the right to be wrong. I reserve the right to change my mind.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Linux/BSD/*nix tool thread.
« Reply #8 on: October 23, 2015, 07:16:27 pm »
I want to hint on (almost) everything that suckless released. They are doing a good job by creating simple tools that are hackable and -as the name suggests- suck less. ST (http://st.suckless.org/)
Please stick to 1 tool to keep the thread clean.
« Last Edit: October 23, 2015, 07:19:35 pm by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Linux/BSD/*nix tool thread.
« Reply #9 on: October 23, 2015, 07:19:03 pm »
And ofcourse LVM.
This has been around for a while but I only recently started to really dig into it.
Gotta say this stuff is pure magic.
With these logical volumes you practicallly remove any restrictions a physical disk has , for example have 2 disks act as 1 in a network or crazy shit like that.
Hot resize or move to different hardware are simple to do which allows for very cool things.

For example just for the heck of it I have a windows VM in an LVM container that I boot on libvirtd but the fun thing is I also have it listed in GRUB, basically I can either boot it on a hypervisor and on the metal.

For anyone who never looked at it closer ,I suggest you do , you won't regret it.

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/pdf/Logical_Volume_Manager_Administration/Red_Hat_Enterprise_Linux-6-Logical_Volume_Manager_Administration-en-US.pdf
« Last Edit: October 23, 2015, 07:20:50 pm by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage