Commit Graph

2580 Commits

Author SHA1 Message Date
Mika Suomalainen 230053712d bash_aliases: Modified alias WeeChat to display correct locales for me on Finnish channels.
alias weechat="LC_ALL=fi_FI.UTF_8 && export LC_ALL && weechat-curses"
2011-09-11 18:31:16 +03:00
Mika Suomalainen 2cdfa7bf00 bash_aliases: removed screen, fixed checkinstall. 2011-09-09 17:01:28 +03:00
Mika Suomalainen 21effc2e61 bash_aliases: Added my preferred checkinstall rule as alias. 2011-09-09 16:25:42 +03:00
Mika Suomalainen b4e837ea68 Actually do that sleeping.
I only added comment about it, I didn't remember to add that time itself.
2011-09-09 14:42:29 +03:00
Mika Suomalainen 7ddd54f084 bashrc: Added sleep time to prevent tmux from starting if someone wants to do that and comments.
bash will now wait for three seconds before starting tmux. This gives the user
three seconds time to press ctrl + c to prevent tmux from taking action. User might want
to do this when SSHing in to somewhere.

bashrc has comment to warn to NOT put anything to "tmux area".
2011-09-09 14:29:07 +03:00
Mika Suomalainen 9054697bdb bashrc: Start tmux always when bash starts, not only on SSH login. 2011-09-08 20:05:38 +03:00
Mika Suomalainen f9b06f8893 If I have vi(m) aliases to start nano...
...why to not have screen aliases to start tmux? :)
2011-09-07 16:54:54 +03:00
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