Commit Graph

923 Commits

Author SHA1 Message Date
Mika Suomalainen
39093ea1bc bash_aliases: I always typo aptitude as "aptitute" with my phone... 2011-09-07 16:53:39 +03:00
Mika Suomalainen
527464be1d bashrc: Added automatic starting of tmux on SSH login. 2011-09-07 16:11:48 +03:00
Mika Suomalainen
5f9b3f20e0 Added tmux alias to start tmux -u 2011-09-05 09:25:39 +03:00
Mika Suomalainen
ba9a34ee9b Changed attach to attach-session 2011-09-05 08:44:19 +03:00
Mika Suomalainen
fc0bc8c8d8 README: Added notice about tmux 2011-09-04 16:57:20 +03:00
Mika Suomalainen
4d74b57d5b Added line to continue tmux session whenever I login. 2011-09-04 16:55:33 +03:00
Mika Suomalainen
de3de3068b bash_aliases: added tmux specific aliases, attach and detach.
Attach attaches you to tmux sesion and detach detaches you from tmux session.
2011-09-04 16:17:54 +03:00
Mika Suomalainen
2085c7053e bash_aliases: added rdownload
ITt's rsync command which synchonices the remote folder to sync remote folder over SSH.
2011-09-03 17:10:14 +03:00
nyuszika7h
491daa6005 bash_aliases: Fixed some proxyc aliases.
They didn't call proxychains, now they call.
2011-09-02 19:59:32 +03:00
Mika Suomalainen
35fa816565 Added alias proxyc to start proxychains. 2011-09-02 17:41:23 +03:00
Mika Suomalainen
3d20660f74 added showing of time to start of bash 2011-08-29 15:57:02 +03:00
Mika Suomalainen
931510d208 Added bash_private_aliases. (empty commit)
This is empty commit, see the previous commit messages.
2011-08-28 18:21:01 +03:00
Mika Suomalainen
730e30e3ce upgrade.sh: added touching of bash_private_aliases. 2011-08-28 18:20:33 +03:00
Mika Suomalainen
e7924bceaf bashrc: added sourcing for bash_private_aliases 2011-08-28 18:18:37 +03:00
Mika Suomalainen
f02f685dd3 install.sh: added private_bash_aliases 2011-08-28 18:17:38 +03:00
Mika Suomalainen
811f506042 Added file for private alises
Like SSHs and so on...
2011-08-28 18:13:34 +03:00
Mika Suomalainen
482c6377dc bash_aliases: Added tor specific aliases for proxychains.
usewithtor and torsocks will now start proxychains if these new aliases are used.
2011-08-27 18:08:47 +03:00
Mika Suomalainen
c46dcf3769 README: added link to mirror && .gitignore: changed "two" to "three"
Now README file has link to my gitweb, and .gitignore reads "I am too lazy to push this
to three places." Previously it didn't know about my mirror.
2011-08-26 07:09:38 +03:00
Mika Suomalainen
76a7fc8d57 bash_aliases: added many aliases for nmap + proxychains. 2011-08-25 20:11:07 +03:00
Mika Suomalainen
59051a8c27 Added tested operating systems to README.
Tested with 4 different operating systems :D
2011-08-25 19:55:33 +03:00
Mika Suomalainen
c08ee2eac2 Added information what every file does. (Yes, bash_profile is useful...
...even if it has only one line.)
2011-08-25 19:52:00 +03:00
Mika Suomalainen
b7090b48ff bash_aliases: "Replaced" netcat and ping with ncat and nping. 2011-08-25 17:11:26 +03:00
Mika Suomalainen
4a84546934 Readme: fixed informaion about autocd
Disabled due to... See README :)
2011-08-24 21:39:15 +03:00
Mika Suomalainen
09c10edb2c Disabled autocd by default to fix compatiblity with Mac OS X (Snow Leopard).
I have one Mac and when I tested this bashrc with it, it complained about unknown
shell option "autocd". Now I disabled it and this should work by default with it.

Mac's bash looks weird. I installed this and it looked normal again :)
2011-08-24 18:36:31 +03:00
Mika Suomalainen
8690631b7e bash_aliases: fixed typo in comment about nmap things.
.bashrcs --> .bashrc
2011-08-20 20:04:47 +03:00
Mika Suomalainen
d82a0e1f49 bash_aliases: aliases for nmap now ask for sudo password if the scan requires root
If something requires root, alias will run "sudo command" instead of that command.
Running only command will only say "This must be run as root." But there is one
expection. Nmap-traceroute doesn't require root, but it will say "traceroute requires
root, cancelling" and tells that the host is up (or down depending on it). I added sudo
for it, because we usually want to see traceroute if we want traceroute.

This is the longest commit message which I have ever written. Maybe I will write
longer someday...
2011-08-20 19:57:25 +03:00
Mika Suomalainen
fb6ff6fa16 bash_aliases: Added notice that nmap-aliases require nmap. 2011-08-20 15:00:37 +03:00
Mika Suomalainen
95a4c4921a bash_aliases: Mentioned that nmap aliases are same as those in Zenmap. 2011-08-20 14:58:34 +03:00
Mika Suomalainen
0cbe42bc86 bash_aliases: added many nmap specific aliases.
Same which are in Zenmap.
2011-08-20 14:57:33 +03:00
Mika Suomalainen
91e05b6710 Removed stupid alias and added better. 2011-08-19 21:53:06 +03:00
Mika Suomalainen
acb986f1e4 Added alias for WeeChat-curses. 2011-08-19 21:50:11 +03:00
Mika Suomalainen
57a85afc11 Fixed upgrade,.sh
Added touchings of files.
2011-08-18 14:47:01 +03:00
Mika Suomalainen
6242d1dcc6 Moved warnings to the README and enabled autocd in bashrc
It will not warn about anything anymore, it just wants you to see README file
where every warning is in notices. README file also tells how to disable that message
which wants everyone to see the README file.
2011-08-17 15:52:54 +03:00
Mika Suomalainen
bc25b444aa Fixed typo in bash_exports 2011-08-16 14:47:51 +03:00
Mika Suomalainen
ec7203b1d7 Fixed typo in bash_exports
bash_imports --> bash_exports
2011-08-16 14:41:56 +03:00
Mika Suomalainen
68253e3c49 Fixed upgrade.sh. 2011-08-16 14:39:39 +03:00
Mika Suomalainen
fef37c72a2 Added upgrade.sh 2011-08-16 14:21:16 +03:00
Mika Suomalainen
4cdbb191e6 Added link to GitHub in README file. 2011-08-16 13:36:55 +03:00
Mika Suomalainen
787eb4c6e5 Removed .html extension from README. 2011-08-16 13:33:19 +03:00
Mika Suomalainen
20d89ba59f Added nautilus alias. 2011-08-16 13:24:54 +03:00
Mika Suomalainen
5cde432672 Added push.sh to gitignore.
It only pushes this to GitHub and GitHub gist.
2011-08-16 13:18:05 +03:00
Mika Suomalainen
71db000ec7 Fixed typo in .gitignore . 2011-08-16 13:10:21 +03:00
Mika Suomalainen
05780db04a Added notice about how to uninstall. 2011-08-16 13:08:56 +03:00
Mika Suomalainen
431986634f Added notice about completing of uninstalling. 2011-08-16 13:07:22 +03:00
Mika Suomalainen
7f824d73b5 Fixed uninstall.sh 2011-08-16 13:05:50 +03:00
Mika Suomalainen
d08ba59be2 Moved warnings to README & done something else
I don't remember what I did, see changed files :)
2011-08-16 13:01:00 +03:00
Mika Suomalainen
41511b5bd7 Added bash_exports, and fixed install.sh 2011-08-16 08:21:54 +03:00
Mika Suomalainen
3adf33169a Added uninstall script. 2011-08-16 08:11:37 +03:00
Mika Suomalainen
cdede3caad Added the new files to install.sh
Now I must create them :)
2011-08-16 07:48:28 +03:00
Mika Suomalainen
1327b5d143 Added somekind of README file. 2011-08-16 07:21:19 +03:00