EvilZone

General Tech => Operating System => : nullfly March 01, 2014, 03:58:26 PM

: What do you like to do to your Arch setup after installing?
: nullfly March 01, 2014, 03:58:26 PM
I have spent the last several months hopping between all kinds of different Linux distros and have tried damn near every distro I can possibly think of. From this I have decided that my favorite is the one I was running from the get go... Arch Linux.


So anyway, I'm planning on putting it back on my system tonight and was wondering what sort of things you like to do your arch system (WMs, shells, tweaks, etc.)? Basically just seeing if I get any ideas of something new I might want to try out  ;)
: Re: What do you like to do to your Arch setup after installing?
: Kulverstukas March 01, 2014, 04:15:00 PM
I like to crack a beer and reformat my drive, make space for a better OS.
: Re: What do you like to do to your Arch setup after installing?
: nullfly March 01, 2014, 04:19:52 PM
I like to crack a beer and reformat my drive, make space for a better OS.


I take it you're not a big Linux guy?
: Re: What do you like to do to your Arch setup after installing?
: proxx March 01, 2014, 05:07:22 PM
I like to crack a beer and reformat my drive, make space for a better OS.
Like windows XP , lol.

I have spent the last several months hopping between all kinds of different Linux distros and have tried damn near every distro I can possibly think of. From this I have decided that my favorite is the one I was running from the get go... Arch Linux.


So anyway, I'm planning on putting it back on my system tonight and was wondering what sort of things you like to do your arch system (WMs, shells, tweaks, etc.)? Basically just seeing if I get any ideas of something new I might want to try out  ;)

Most importantly is to make sure you got all the hardware covered, including acpid , cpuscaling and that sorta stuff.
Check dmseg for things that should not be there etc.
Make sure you configure temp and hardware monitors.
Setup logging.

After that I usually start with a WM ( currently on awesomewm), terminals, webbrowsers, security tools, virtualbox, torrent client, conky, libreoffice, leafpad , geany, zsh etc.
Than we have firewalling and securtiy, fixing some ln's, file structure etc
Tune some things for speed or powersaving (depends on hardware).
Some gtk themes, fonts.

Depends really on the purpose and personal preferences.


: Re: What do you like to do to your Arch setup after installing?
: flowjob March 01, 2014, 05:19:21 PM
I read through the List of Applications (https://wiki.archlinux.org/index.php/List_of_Applications) and tried out all the stuff that sounded interesting, played with the configurations, and now I've got a pretty custom and unique setup. As you start with a pretty clean install I prefer to keep it as clean as possible (no bloated software/packages like DEs) but that's personal preference...

: Re: What do you like to do to your Arch setup after installing?
: pl0tuS March 02, 2014, 08:12:08 PM
*waiting for lucid..  ;)
: Re: What do you like to do to your Arch setup after installing?
: lucid March 03, 2014, 03:39:36 AM
Well..... what do you want to use it for?
: Re: What do you like to do to your Arch setup after installing?
: techb March 03, 2014, 11:42:47 AM
I like to crack a beer and reformat my drive, make space for a better OS. Watch Porn.


I fixed it for ya Kulver.


Web browser, plugins needed like flash.
Conkey.
XChat.


And that's it. I install things as I need them.
: Re: What do you like to do to your Arch setup after installing?
: nullfly March 03, 2014, 02:03:48 PM
Well..... what do you want to use it for?


It's going to be my primary os, which for me means that it will primarily be used for the following:


: Re: What do you like to do to your Arch setup after installing?
: lucid March 03, 2014, 08:11:28 PM
In that case I recommend you do a few things right away.

1. Get your /home organized. Mine looks like this:
:
├── bak
├── bin
├── conf
│   ├── pkgs
│   └── script
├── dev
│   ├── code
│   │   ├── asm
│   │   │   ├── crackmes
│   │   │   └── docs
│   │   ├── compiled
│   │   │   ├── c
│   │   │   │   ├── docs
│   │   │   └── lisp
│   │   │       └── docs
│   │   └── scripted
│   │       ├── perl
│   │       │   ├── docs
│   │       ├── php
│   │       │   ├── docs
│   │       │   └── shells
│   │       ├── py
│   │       │   └── docs
│   │       ├── ruby
│   │       │   ├── docs
│   │       │   └── learn
│   │       └── sh
│   │           └── docs
│   └── proj
├── lib
│   ├── books
│   ├── docs
│   ├── dox
│   ├── sites
│   └── txts
├── media
│   ├── img
│   ├── music
│   ├── screens
│   ├── torrent
│   └── vid
├── sec
│   ├── pcap
│   └── wordlist
├── src
└── tmp

Next, install a virtualization software(I use virtualbox). Then, perhaps install some useful cli and networking tools:

Networking/Diagnostics:
    - dig
    - nslookup
    - host
    - p0f
    - hping
    - fping
    - netcat
    - wireshark
    - nmap

The most important thing is keeping organized and being very comfortable with your UI. Other than that it's a whole lotta trial and error to see what you like and don't like.

Oh, almost forgot. I recommend you check out mocp and midnight commander. Mocp is a command line music player and midnight commander is a command line file manager. They are both very fitting with Arch's simplistic behavior and with a little work you can get them to look quite sexy.
: Re: What do you like to do to your Arch setup after installing?
: nullfly March 03, 2014, 08:15:57 PM
I've got to say, I quite like the general idea of how you lay out your /home!