Author Topic: Ubuntu things  (Read 2331 times)

0 Members and 1 Guest are viewing this topic.

Offline Gr3yH@tf00l

  • /dev/null
  • *
  • Posts: 16
  • Cookies: 3
    • View Profile
Ubuntu things
« on: May 03, 2014, 03:45:44 am »
Was wanting to know some good things I should get for Ubuntu. Just recently switched from windows to Ubuntu so not exactly sure about anything really so any advice or information would be helpful. Thanks!

Anyone heard of Aliens?? Those threats they keep talking about with computers malfunctioning and the apocalypse coming? Yeah that was us. -The hackers

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Ubuntu things
« Reply #1 on: May 03, 2014, 04:39:51 am »
You need to be more specific.
This might give you some ideas:
https://wiki.archlinux.org/index.php/List_of_applications
Its an archlinux wiki , in linux land it does not really matter which distro.
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Ubuntu things
« Reply #2 on: May 03, 2014, 07:38:49 am »
An absolute must is VirtualBOX/VMWare with Windows loaded onto it for your amazing windows-specific programs.
Also WINE for smaller windows programs, and everything else exists in native linux code just in different programs.

Offline Gr3yH@tf00l

  • /dev/null
  • *
  • Posts: 16
  • Cookies: 3
    • View Profile
Re: Ubuntu things
« Reply #3 on: May 03, 2014, 04:17:42 pm »
All right to be more specific what are some good encryption programs and security measures/programs? Also what would just be something that any hacker should have like something for capturing data?
Anyone heard of Aliens?? Those threats they keep talking about with computers malfunctioning and the apocalypse coming? Yeah that was us. -The hackers

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Ubuntu things
« Reply #4 on: May 03, 2014, 04:19:27 pm »
All right to be more specific what are some good encryption programs and security measures/programs? Also what would just be something that any hacker should have like something for capturing data?
Look up truecrypt.
Learn IPtables.
Wireshark ?
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline Gr3yH@tf00l

  • /dev/null
  • *
  • Posts: 16
  • Cookies: 3
    • View Profile
Re: Ubuntu things
« Reply #5 on: May 03, 2014, 04:34:19 pm »
Have wireshark and was trying to get truecrypt will learn about IPtables. Is there anywhere specific you would recommend learning IPtables?
Anyone heard of Aliens?? Those threats they keep talking about with computers malfunctioning and the apocalypse coming? Yeah that was us. -The hackers

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Ubuntu things
« Reply #6 on: May 03, 2014, 04:57:52 pm »
man iptables

Offline d4rkcat

  • Knight
  • **
  • Posts: 287
  • Cookies: 115
  • He who controls the past controls the future. He who controls the present controls the past.
    • View Profile
    • Scripts
Re: Ubuntu things
« Reply #7 on: May 03, 2014, 05:48:07 pm »
You can use a graphical frontend to make using iptables firewall a bit easier for you:

Code: [Select]
sudo apt-get install gufw
You may also find this guide useful.
« Last Edit: May 03, 2014, 05:51:38 pm by d4rkcat »
Jabber (OTR required): thed4rkcat@einfachjabber.de    Email (PGP required): thed4rkcat@yandex.com    PGP Key: here and here     Blog

<sofldan> not asking for anyone to hold my hand uber space shuttle door gunner guy.


Offline Gr3yH@tf00l

  • /dev/null
  • *
  • Posts: 16
  • Cookies: 3
    • View Profile
Re: Ubuntu things
« Reply #8 on: May 03, 2014, 06:11:42 pm »
Thank you d4rkcat I will look into it. Also the guide is helpful so again thank you.
Anyone heard of Aliens?? Those threats they keep talking about with computers malfunctioning and the apocalypse coming? Yeah that was us. -The hackers

Offline kenjoe41

  • Symphorophiliac Programmer
  • Administrator
  • Baron
  • *
  • Posts: 990
  • Cookies: 224
    • View Profile
Re: Ubuntu things
« Reply #9 on: May 03, 2014, 08:38:22 pm »
With linux, you are going to read alot of guides and manuals. Make ready to hear RTFM alot of times.
If you can't explain it to a 6 year old, you don't understand it yourself.
http://upload.alpha.evilzone.org/index.php?page=img&img=GwkGGneGR7Pl222zVGmNTjerkhkYNGtBuiYXkpyNv4ScOAWQu0-Y8[<NgGw/hsq]>EvbQrOrousk[/img]

Offline nrael

  • Peasant
  • *
  • Posts: 66
  • Cookies: -7
    • View Profile
Re: Ubuntu things
« Reply #10 on: May 03, 2014, 09:38:47 pm »
some programms already listed but for your convenience

Code: [Select]
sudo apt-get install build-essential unity-tweak-tool subversion curl vim nmap filezilla screen ubuntu-restricted extras virtualbox wireshark git wine apache2 mysql-server php5

Offline a323109

  • /dev/null
  • *
  • Posts: 19
  • Cookies: -4
    • View Profile
Re: Ubuntu things
« Reply #11 on: August 08, 2014, 05:31:42 pm »
Was wanting to know some good things I should get for Ubuntu. Just recently switched from windows to Ubuntu so not exactly sure about anything really so any advice or information would be helpful. Thanks!

iptables set this way:

sudo iptables -P INPUT   DROP
sudo iptables -P FORWARD   DROP
sudo iptables -A INPUT  -i lo -j ACCEPT
sudo iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT

Mobile connection by internet Key

Nobody will reach your data.
If i am wrong proove it to me.

[Unless you go in Internet by clicking everything :) of course.]
« Last Edit: August 08, 2014, 05:44:21 pm by a323109 »
root@matrix:/home/neo# Wake up Neo_

Offline Pak_Track

  • Royal Highness
  • ****
  • Posts: 762
  • Cookies: 69
  • Paratrooper
    • View Profile
    • My Home
Re: Ubuntu things
« Reply #12 on: August 08, 2014, 05:49:40 pm »
Bumping an old thread will not bring you good bro. OP hasn't even been online for a week.

'Life is but a series of conflicts between the easy way and the right way.'
The more you know, the more you'll realize you know nothing. -Snayler
The problem with being a smart motherfucker is that sometimes the stupid motherfuckers think you're a crazy motherfucker.
dont u hate it when you offer help and the other person says yes -Pakalu Papito

Offline a323109

  • /dev/null
  • *
  • Posts: 19
  • Cookies: -4
    • View Profile
Re: Ubuntu things
« Reply #13 on: August 08, 2014, 05:55:09 pm »
Bumping an old thread will not bring you good bro. OP hasn't even been online for a week.

A week is short time to me.

###############

Ok, i'll be careful next time, 24hours maximun
« Last Edit: August 08, 2014, 05:58:34 pm by a323109 »
root@matrix:/home/neo# Wake up Neo_

Offline Pak_Track

  • Royal Highness
  • ****
  • Posts: 762
  • Cookies: 69
  • Paratrooper
    • View Profile
    • My Home
Re: Ubuntu things
« Reply #14 on: August 08, 2014, 06:08:07 pm »
A week is short time to me.

###############

Ok, i'll be careful next time, 24hours maximun
A few days is OK. :)

'Life is but a series of conflicts between the easy way and the right way.'
The more you know, the more you'll realize you know nothing. -Snayler
The problem with being a smart motherfucker is that sometimes the stupid motherfuckers think you're a crazy motherfucker.
dont u hate it when you offer help and the other person says yes -Pakalu Papito