Guest User

Untitled

a guest
Apr 21st, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. Software:
  2. wine, xmahjong, xscreensaver, dosbox, playonlinux, winetricks, beneath-a-steel-sky
  3. gcc, make, gedit, gedit-plugins, strace, subversion, valgrind, ddd, git, libxslt, glfw, openmp, ohcount*, cppcheck, elfkickers*
  4. usbutils, zip, nano, openssh, dos2unix, acpid, util-linux-ng, powertop, irqbalance, htop, syslinux, keychain, sysvconfig
  5. dri-conf, rsync, lynx, xf-86-video, intel-dri, hexedit, intel-gpu-tools*
  6. eject, hdparm, parted, e2fsprogs, dosfstools, sdparm, bleachbit, fslint*
  7. x86info*, hwinfo, inxi, hardinfo, sysinfo*
  8. vlc, x264, pragha
  9. numlockx, xlockmore, bashrun, xorg-xev
  10. gnumeric, epdfview, leafpad, clawsmail, midori, lybniz*, txt2tags, kdegraphics-kolourpaint, pidgin, wakka, xrandr
  11.  
  12. Addons:
  13. Adblock Plus, Flashblock, gTranslate, HTTPS-Everywhere, Password Exporter, Personas, Reliby, Skip Screen
  14.  
  15. ****************
  16. /etc/fstab
  17.  
  18.  
  19. UUID=*UUID* / ext4 defaults,noatime 1 1
  20. tmpfs /var/log tmpfs nodev,nosuid,noatime,size=64M,mode=1777 0 0
  21. tmpfs /tmp tmpfs nodev,nosuid,noatime,size=128M,mode=1777 0 0
  22. UUID=*UUID* /share vfat root,users,rw,umask=000,noatime 0 0
  23.  
  24.  
  25. tune2fs -O ^has_journal /dev/sda1
  26. e2fsck -f /dev/sda1 #only when unmounted
  27. swapoff /dev/sda3
  28. *UUID* = blkid
  29. ****************
  30.  
  31. ****************
  32. .bashrc
  33. raw.php?i=
  34. export INTEL_BATCH=1
  35. export PS1='\[\e[1;31m\][\u@\h:\w]\$ \[\e[0m\] '
  36. export HISTIGNORE='&:[ ]*:exit'
  37. export HISTCONTROL=ignoredups
  38. export HISTCONTROL=ignoreboth
  39. export HISTCONTROL=erasedups
  40. alias cls='clear'
  41. alias dir='ls -l'
  42. alias rename='mv -iv'
  43. alias mem='free'
  44. alias xcopy='cp -r'
  45. alias cd..='cd ..'
  46. alias ver='uname -a'
  47. alias reboot='shutdown -r now'
  48. alias made='make -j3'
  49.  
  50. set bell-style none
  51.  
  52. root:
  53. export PS1='\[\e[1;32m\][\u@\h:\w]\$ \[\e[0m\] '
  54. ****************
  55.  
  56. ****************
  57. ~/.openbox/startup
  58.  
  59. setxkbmap -option ctrl:nocaps &
  60. xset led named "Scroll Lock" &
  61. bashrun &
  62. Xdialog --msgbox 'hi' 0 0 &
  63. pidgin &
  64. firefox-aurora &
  65. ****************
  66.  
  67. ****************
  68. /etc/init.d/rc
  69.  
  70. CONCURRENCY=SHELL
  71. ****************
  72.  
  73. ****************
  74. /etc/sysctl.conf
  75.  
  76. net.ipv4.tcp_timestamps=0
  77. net.ipv4.tcp_sack=1
  78. nte.ipv4.tcp_no_metrics_save=1
  79. net.core.netdev_max_backlog=2500
  80. net.ipv4.tcp_window_scaling=1
  81. net.core.wmem_max=16777216
  82. net.core.rmem_max=16777216
  83. net.ipv4.tcp_wmem=10240 87380 16777216
  84. net.ipv4.tcp_rmem=10240 87380 16777216
  85. net.ipv4.tcp_mem=16777216 16777216 16777216
  86. kernel.sem = 250 32000 100 128
  87. kernel.shmall = 2097152
  88. kernel.shmmax = 2147483648
  89. kernel.shmmni = 4096
  90. kernel.msgmni=1024
  91. fs.file-max=8192
  92. vm.bdflush = 100 1200 128 512 15 5000 500 1884 2
  93. vm.buffermem = 70 10 60
  94. vm.swappiness=1
  95. vm.vfs_cache_pressure=50
  96. ****************
  97.  
  98. ****************
  99. /boot/grub/menu.lst
  100.  
  101. ht=on mem=1792mb vga=788 fastboot=1 i915.modeset=1
  102. ****************
  103.  
  104. ****************
  105. firefox
  106.  
  107. about:config
  108. New->String "browser.cache.disk.parent_directory" "/dev/shm/firefox-cache"
  109. ****************
  110.  
  111. Bookmarks
  112. Passwords
  113. Home
  114. Audio,Games,Videos
Add Comment
Please, Sign In to add comment