Advertisement
rturrado

xubuntu-history

Sep 2nd, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. 1 uname -a
  2. 2 cat /etc/os-release
  3. 3 which clang
  4. 4 hostname
  5. 5 set-hostname
  6. 6 hostnamectl
  7. 7 sudo hostname balhissay
  8. 8 hostname
  9. 9 exit
  10. 10 ls
  11. 11 cd /usr/local/sbin
  12. 12 sudo ./xrdp-sesman -ns
  13. 13 cd /usr/sbin
  14. 14 sudo ./xrdp-sesman -ns
  15. 15 ls
  16. 16 df -h
  17. 17 ifconfig
  18. 18 ipconfig
  19. 19 sudo apt install net-tools
  20. 20 ifconfig
  21. 21 sudo vim /usr/share/lightdm/lightdm.conf.d/60-xubuntu.conf
  22. 22 sudo apt search vim
  23. 23 sudo apt install vim
  24. 24 sudo vim /usr/share/lightdm/lightdm.conf.d/60-xubuntu.conf
  25. 25 sudo apt update
  26. 26 sudo apt install x2goserver x2goserver-xsession
  27. 27 echo $XDG_CURRENT_DESKTOP
  28. 28 ifconfig
  29. 29 cd /usr/sbin
  30. 30 sudo ./xrdp -ns
  31. 31 ps aux | grep -i xrdp
  32. 32 pkill xrdp
  33. 33 sudo pkill xrdp
  34. 34 ps aux | grep -i xrdp
  35. 35 sudo ./xrdp -ns
  36. 36 sudo pkill xrdp
  37. 37 ps aux | grep -i xrdp
  38. 38 sudo vim /etc/xrdp/startwm.sh
  39. 39 sudo systemctl restart xrdp
  40. 40 git
  41. 41 sudo apt install git
  42. 42 sudo apt install cmake
  43. 43 sudo apt install clang-14
  44. 44 which clang
  45. 45 which clang-14
  46. 46 clang-14 --version
  47. 47 /usr/bin/clang++-14 --version
  48. 48 which gcc
  49. 49 which g++
  50. 50 gcc --version
  51. 51 sudo apt update gcc
  52. 52 sudo apt install g++
  53. 53 g++ --version
  54. 54 ll
  55. 55 cd
  56. 56 ll
  57. 57 mkdir -p programacion/code/c++/
  58. 58 cd programacion/code/c++/
  59. 59 git --recurse_submodules https://github.com/rturrado/the_modern_cpp_challenge.git
  60. 60 git --recurse-submodules https://github.com/rturrado/the_modern_cpp_challenge.git
  61. 61 git clone --recurse-submodules https://github.com/rturrado/the_modern_cpp_challenge.git
  62. 62 ll
  63. 63 ll the_modern_cpp_challenge/
  64. 64 cd the_modern_cpp_challenge/
  65. 65 ll
  66. 66 git checkout unixlike-builds
  67. 67 ls
  68. 68 less CMakePresets.json
  69. 69 vim CMakePresets.json
  70. 70 cmake --preset unixlike-clang-debug
  71. 71 less CMakePresets.json
  72. 72 cmake --version
  73. 73 ll
  74. 74 sudo apt install dos2unix
  75. 75 dox2unix CMakePresets.json
  76. 76 dos2unix CMakePresets.json
  77. 77 cmake --preset unixlike-clang-debug
  78. 78 ll
  79. 79 cd ..
  80. 80 ll
  81. 81 mv c++ cpp
  82. 82 ll
  83. 83 cd cpp/the_modern_cpp_challenge/
  84. 84 ll
  85. 85 cmake --preset unixlike-clang-debug
  86. 86 sudo apt install xrdp
  87. 87 ps aux
  88. 88 ifconfig
  89. 89 hostname
  90. 90 hostname-ctl
  91. 91 hostnamectl
  92. 92 sudo hostnamectl set-hostname balhissay
  93. 93 sudo vim /etc/hosts
  94. 94 sudo reboot
  95. 95 top
  96. 96 ntop
  97. 97 ps aux | grep firefox
  98. 98 history | less
  99. 99 sudo vim /usr/share/lightdm/lightdm.conf.d/60-xubuntu.conf
  100. 100 history | less
  101. 101 sudo vim /etc/xrdp/startwm.sh
  102. 326 lines yanked 1,1 Top
  103.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement