cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
sudo ln -s ~/.dropbox-dist/dropboxd /usr/local/bin/dropboxd
mkdir ~/Dropbox && cd ~/Dropbox && dropboxd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import ycm_core | |
from clang_helpers import PrepareClangFlags | |
# Set this to the absolute path to the folder (NOT the file!) containing the | |
# compile_commands.json file to use that instead of 'flags'. See here for | |
# more details: http://clang.llvm.org/docs/JSONCompilationDatabase.html | |
# Most projects will NOT need to set this to anything; you can just change the | |
# 'flags' list of compilation flags. Notice that YCM itself uses that approach. | |
compilation_database_folder = '' |
cmake_minimum_required(VERSION 3.0)
project(codeforce_practice)
# Set the output folder where your program will be created
set(CMAKE_BINARY_DIR ${CMAKE_SOURCE_DIR}/bin)
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR})
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib)
# The following folder will be included
root@Fu:~# msfdb delete
root@Fu:~# msfdb init
root@Fu:~# cp /usr/share/metasploit-framework/config/database.yml /root/.msf4/
root@Fu:~# sudo service postgresql restart
root@Fu:~# sudo msfconsole
msf > db_status
[*] postgresql connected to msf
msf >
(guide) https://docs.docker.com/install/linux/docker-ce/ubuntu/#os-requirements
docker pull kalilinux/kali-linux-docker
docker run -ti kalilinux/kali-linux-docker
NewerOlder